Require Hub Issues for Resync Findings - #865
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR tightens the resync/audit process contract by requiring that defects discovered in hub-owned materials (docs, tooling, conflicting sources, and Copilot findings) are captured as GitHub issues against ptr727/ProjectTemplate, while keeping target-repository convergence issues separate (via the generated spec/audit.py --issue output).
Changes:
- Add explicit “file hub defects as issues” guidance to
RESYNC.mdand alignAUDIT.mdwording to match. - Update the
resync-a-repoandagent-conductskills to reinforce the same requirement (including in distributed skill copies). - Refresh the fleet-skills source digest to reflect the updated skill content.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| RESYNC.md | Adds an explicit requirement to file hub defects as issues, and clarifies separation from convergence issues. |
| AUDIT.md | Rewords guidance to direct downstream repos to file hub findings as issues against ptr727/ProjectTemplate. |
| .github/skills/resync-a-repo/SKILL.md | Reinforces filing hub defects as issues during resync execution. |
| .github/skills/agent-conduct/SKILL.md | Updates “failure surfaces a lesson” guidance to file hub findings as issues (vs local-only patching). |
| .claude-plugin/fleet-skills/skills/resync-a-repo/SKILL.md | Propagates the same resync skill guidance into the plugin distribution. |
| .claude-plugin/fleet-skills/skills/agent-conduct/SKILL.md | Propagates the same conduct guidance into the plugin distribution. |
| .claude-plugin/fleet-skills/.source-digest | Updates the digest to match the refreshed plugin skill content. |
| .agents/skills/resync-a-repo/SKILL.md | Propagates the same resync skill guidance into the agents skill distribution. |
| .agents/skills/agent-conduct/SKILL.md | Propagates the same conduct guidance into the agents skill distribution. |
💡 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.
Summary
Validation
python3 scripts/build_dist.py --checkpython3 scripts/tests/test_build_dist.pypython3 scripts/prose_lint.py --check sentence-length --diff origin/developpython3 scripts/prose_lint.py --check sentence-split --diff origin/developgit diff --check