docs+ci: AGENTS.md for every harness; hook wiring committed; gate always reports - #115
Merged
Conversation
…ays reports Three fresh-clone/harness gaps in one pass: AGENTS.md did not exist (Codex and OpenCode read it, not CLAUDE.md) -- created from CLAUDE.md plus the parity-gate section that binds on hook-less harnesses; .claude/ was gitignored wholesale so no clone carried the pr-gate hook -- narrowed to .claude/* with !.claude/settings.json; and the required `gate` check was path-filtered at the trigger, leaving any path-untouching PR BLOCKED forever -- the filter now lives in-job, so gate runs on every PR and reports trivially green when nothing gate-relevant changed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TAQsvZ3d6FsBUU6Y253SYg
luisleo526
force-pushed
the
docs/agents-md-harness
branch
from
September 1, 2026 06:37
c0f53f5 to
f6f42cf
Compare
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.
Closes three fresh-clone/harness gaps: creates AGENTS.md (Codex/OpenCode read it) with the parity-gate section; commits
.claude/settings.json(narrowed gitignore) so clones carry the pr-gate hook; and moves gate.yml's path filter in-job so the requiredgatecheck reports on every PR (trivially green when untouched) instead of leaving workflow-only PRs BLOCKED — the exact failure #114 hit.🤖 Generated with Claude Code
https://claude.ai/code/session_01TAQsvZ3d6FsBUU6Y253SYg