chore: rebuild every template-owned file from the shared and nextjs baselines #79
Loading…
Reference in a new issue
No description provided.
Delete branch "template-rebuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rebuilds every template-owned file from the
templatesrepo at3d67c4b. Base typenextjs; no docs publisher, no release plumbing.Layers applied
.editorconfig,.gitignore,.prettierignore,AGENTS.md,CLAUDE.md,LICENSE,Makefile,README.md,.forgejo/renovate.json.forgejo/workflows/{build,code-quality,test}.yml,Makefile,eslint.config.mjs,prettier.config.mjs,pnpm-workspace.yaml,tsconfig.base.json,tests/smoke.test.ts.editorconfig,CLAUDE.md,LICENSE,renovate.json,prettier.config.mjs,pnpm-workspace.yaml,tsconfig.base.json, andtests/smoke.test.tswere already at baseline and are unchanged.What changed
checks.yml→code-quality.yml, nowworkflow_call:-only and invoked as a job fromtest.yml.runs-on: dockerwith a pinnedathena-archive-ci:0.4.0image toruns-on: modernleft-general-ciwith no explicit image; thecorepack_homevolume and bothenv:vars go away with it.build.ymlloses thepush: [main]trigger and the Next.js build-cache step.MakefilelosesACTand theci-*targets;pre-commitnarrows tolint,format:check,typecheck.AGENTS.mdandREADME.mdreset to the empty shared baseline.Nothing outside the template surface was touched —
src/,public/,package.json,Dockerfile,compose.yaml,.dockerignore,components.json,next.config.ts,postcss.config.mjs,tsconfig.jsonare as they were.pnpm install --lockfile-onlyreported the lock already up to date; no layer moved a manifest pin.Known divergence, not applied
The shared
.prettierignoredrops the.claude/and.agents/entries this repo carried.make pre-commitnow failsformat:checkon 131 files, all of them inside.claude/— local, git-excluded agent tooling. No tracked path fails:eslint,tsc --noEmit, andprettier --checkover the tracked tree are all clean, and CI never sees.claude/, so this is a local-gate-only regression. Left for a decision rather than patched here.Do not merge until CI is read.