Re-vendor Stale Carried Sections to the Current Hub Canonical - #94
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 carried governance content to match the current hub canonical, updating Blog’s AGENTS.md/GOVERNANCE.md to reflect the hub’s newer “skills-packaged rules” structure and pointers (intended to reduce duplicated rule prose in downstream repos while keeping the authoritative mechanics where needed).
Changes:
- Replace several previously fully inlined governance sections with short, carried summaries that point to the corresponding hub Skills for the full contract.
- Update
AGENTS.md“Where the Rules Live” mapping to note which sections are packaged as Skills and add the skills installer/pointer paragraph. - Refresh
GOVERNANCE.mdsections including branching/release/PR review guidance and hub-hosted tooling notes, plus updated local linter invocation guidance.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| GOVTERNANCE.md | Re-vendored multiple governance sections to the hub’s current canonical, including Skill pointers and updated CI/lint/review guidance. |
| AGENTS.md | Updates the rules map to include Skill packaging notes and adds the hub Skill installation/pointer paragraph. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Aug 13, 2026
ptr727
added a commit
to ptr727/ProjectTemplate
that referenced
this pull request
Aug 13, 2026
GOVERNANCE.md's "Running the Linters Locally" bullet unconditionally claimed CI runs PSScriptAnalyzer and linked `PSScriptAnalyzerSettings.psd1`, true for the hub itself but not for every downstream repo. Hit as a real Copilot finding on both [Blog#94](ptr727/Blog#94) (a stale carried `validate-task.yml` never wired the step) and [HomeAutomation-Config#50](ptr727/HomeAutomation-Config#50) (the repo carries no `.ps1` files at all, so the link 404s). Neither was fixable per-repo without either breaking byte-parity on the verbatim bullet or inventing content the repo does not need, so both were replied-and-deferred as the maintainer's call. This conditions both bullets on a repo carrying `.ps1` files instead, closing the recurring gap at its source rather than continuing to defer it repo by repo through the rest of the Phase 8 rollout. Not manifest-tracked ("Running the Linters Locally" is not a declared verbatim section in `spec/files.json`), so this is a hub-only prose fix with no spec/audit coupling to update. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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 the newresync-a-reposkill. Part of the hub's Phase 8 fleet-wide skills rollout, using Blog as a pilot repo.What changed
spec/audit.py BlogfoundAGENTS.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, run through the hub'scarried-instruction-file-guardprobe first (every section already matched a past hub revision exactly, so the file was cleanly split with no local additions at risk). LF line endings preserved throughout, matching this repo's own convention (the hub carries these files as CRLF).AGENTS.md's "Where the Rules Live" now carries the skill-dependency pointer paragraph namingscripts/skills_install.pyand where the fleet's Skills live.What's left
Two
hub-onlyfindings remain (.github/workflows/publish-release.yml,.github/workflows/validate-task.yml), both dispositionedinvestigatein the hub'sspec/divergences.jsonpending a fidelity/appliesTo decision — not actionable from this repo.Verification
0 defect findings; only the two pre-existing
investigate-dispositioned hub-only findings remain.🤖 Generated with Claude Code