feat: adopt weekly template-sync with the tenant-template ownership model#180
Conversation
…odel Fixes #176 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 17139005ac
ℹ️ 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".
…ses (codex review) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2b8743f00a
ℹ️ 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".
…owned (codex round 2) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Readiness record for head
Promoting and merging per the merge policy. |
Why
Repos created from this template never receive template improvements — this week's portfolio-wide CI fixes reached instances only by hand-backporting. The tenant template already solved this with a proven sync + ownership model.
What
Adopts the weekly template-sync workflow (skipped in this repo, opens a sync PR in instances) plus a default
.templatesyncignoreencoding the three settled ownership classes — template-owned plumbing, instance-owned code/identity, scaffold-time-only machinery — documented in the README. One deliberate deviation from the tenant template:ci.yamlstays template-owned here, since every Go instance shares the same required-checks aggregation.Fixes #176. The .NET twin (devantler-tech/dotnet-template#291) ports this once proven.