Re-vendor Stale Carried Sections to the Current Hub Canonical - #90
Merged
Conversation
AGENTS.md 'Where the Rules Live' and nine GOVERNANCE.md sections (Branching Model, Documentation Style Conventions, Git and Commit Rules, Hub-Hosted Tooling, Operational Repositories, PR Review Etiquette, Pull Request Title and Commit Message Conventions, Release Model, Workflow YAML Conventions) matched a past hub revision rather than the current canonical. Re-vendored from ptr727/ProjectTemplate main@75a0d45, byte-exact per section, LF line endings preserved to match this repo's own convention. The AGENTS.md section now carries the skill-dependency pointer paragraph naming scripts/skills_install.py and the fleet's Skills. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR re-vendors previously stale carried governance content so this repository’s AGENTS.md / GOVERNANCE.md match the current hub canonical, keeping fleet-wide operational/process rules consistent across repos.
Changes:
- Updates multiple
GOVERNANCE.mdsections to the current hub canonical and replaces in-file longform rule text with short summaries plus pointers to the corresponding hub Skills where applicable. - Updates
AGENTS.md“Where the Rules Live” to note which sections are packaged as Skills, and adds the new Skills installer/pointer paragraph.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| GOVENANCE.md | Re-vendors several governance sections and adds/updates Skill-pointer summaries (plus one new Hub-Hosted Tooling paragraph). |
| AGENTS.md | Updates the rules map to reference Skill packaging and adds the Skills installer/pointer paragraph. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs
RESYNC.mdagainst the current hub (ptr727/ProjectTemplatemain@75a0d45), driven via theresync-a-reposkill. Part of the hub's Phase 8 fleet-wide skills rollout batch, following the Blog#94 pilot.What changed
spec/audit.py ESPHome-ConfigfoundAGENTS.md"Where the Rules Live" and nineGOVERNANCE.mdsections (Branching Model, Documentation Style Conventions, Git and Commit Rules, Hub-Hosted Tooling, Operational Repositories, PR Review Etiquette, Pull Request Title and Commit Message Conventions, Release Model, Workflow YAML Conventions) each matching a past hub revision rather than the current canonical. Each was re-vendored byte-exact per declared section (this repo'sAGENTS.md/GOVERNANCE.mdwere already cleanly split with no undeclared sections, confirmed by the audit before touching anything, so thecarried-instruction-file-guardprobe found no local content at risk). LF line endings preserved throughout, matching this repo's own convention.AGENTS.md's "Where the Rules Live" now carries the skill-dependency pointer paragraph namingscripts/skills_install.pyand where the fleet's Skills live.Even though this is an
operationalrepo (direct-to-developcommits ordinarily allowed), this change touches multiple files at once and is not a glance-and-revert edit, so it takes the pull request perGOVERNANCE.md"Operational Repositories".What's left
One
hub-onlyfinding remains (.github/workflows/publish-release.yml), dispositionedinvestigatein the hub'sspec/divergences.jsonpending a fidelity/appliesTo decision — not actionable from this repo.Verification
0 defect findings; only the one pre-existing
investigate-dispositioned hub-only finding remains.🤖 Generated with Claude Code