docs: add the review-ready bar to AGENTS.md 📝 - #28
Conversation
GenVM PR actionsTick a box to run it (the box unticks itself when handled). Actions only run while the PR has the
MergeRequires, on the exact head commit:
Full CI starts only through "Force" or "Rerun full tests" above. "Force" also sets Every repo lands ONE squashed commit, subject Commands
|
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
will check it by monday! |
Requirement
Commit the agreed Review-Ready bar into the repo's agent instructions so it travels cross-machine. Agent memory and the handoff channel are machine-local; the only thing that reaches a session on a different machine (or a fresh clone, or an opencode session) is what is committed.
AGENTS.mdis auto-loaded by every session that clones the repo, so it is the distribution channel. Duplication across repos is intended.What this PR does — traced to the requirement
## Review-Readysection toAGENTS.md(the canonical agent-instructions file;CLAUDE.mdis a symlink to it), in the hand-maintained preamble above thegenvm-tool docs-generated index.genvm-tool test run, debug build; Linux-only runner artifacts), item 5 (targeted feature coverage via integration/system cases + agentic-fuzzing), item 8 (docs surface:genvm-toolman page /--help, spec vs impl-spec,docs/contributing/). The load-bearing principle is preserved verbatim in spirit: everything testable locally is tested locally before pushing, because CI costs real money.Checks run locally (the bar applied to itself)
markdown-local-linksonAGENTS.md: exit 0 — both new links (testing/README.md,building/build.md) resolve.support/scripts/check-commit-message.py(exit 0).AGENTS.mdchanged (1 file changed, 68 insertions); no submodule orCLAUDE.md-symlink churn.check-source-textis.rs-only and prettier does not cover markdown; no code changed, so no Rust/Python/build tiers apply; thegenvm-tool docsindex-vs-disk sync is unaffected (nodocs/contributing/files touched).Boundary
Opening this PR is not gated. Merge stays Darien's. No CI e2e requested.