Skip to content

chore(template-sync): stop syncing scaffolding machinery into tenants#69

Merged
devantler merged 1 commit into
mainfrom
claude/template-sync-scope-scaffolding
Jul 16, 2026
Merged

chore(template-sync): stop syncing scaffolding machinery into tenants#69
devantler merged 1 commit into
mainfrom
claude/template-sync-scope-scaffolding

Conversation

@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Daily AI Engineer

Why

Every tenant inherits the template's own scaffolding (placeholder-rename script + scaffold-validation workflow) through template-sync — ~370 lines of dead code per tenant plus recurring review noise, observed live on both tenants.

What

The default .templatesyncignore now covers the scaffolding, so syncs stop shipping it and tenants that delete it keep it gone; new repos still get it at scaffold time. README documents the new "scaffold-time only" ownership class.

Existing tenants each need a one-time cleanup (their own ignore copy + deletion) — follow-up issues filed on both tenant repos.

Fixes #68 (Part of #6)

Ships the scaffolding entries in the default .templatesyncignore so live
tenants stop inheriting rename-placeholders + validate-scaffold as dead code,
and documents the scaffold-time-only ownership class in the README.

Fixes #68

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@devantler

Copy link
Copy Markdown
Contributor Author

🤖 Generated by the Daily AI Engineer

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 846790e5f3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@devantler
devantler marked this pull request as ready for review July 16, 2026 21:51
@devantler
devantler requested a review from a team as a code owner July 16, 2026 21:51
@devantler
devantler merged commit 0e79e4e into main Jul 16, 2026
11 checks passed
@devantler
devantler deleted the claude/template-sync-scope-scaffolding branch July 16, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(template-sync): tenants inherit the template's own scaffolding as dead code

1 participant