docs(agents): restore aden ready as the pre-commit gate#46
Merged
Conversation
AGENTS.md listed only `ci-check` and described it as the before-commit gate. `ci-check` is the before-PUSH gate (external tools); the before-COMMIT gate is `aden ready` (gen + lint + check + heal drift + audit, aden-only) — main.rs:667, dispatched at main.rs:1094. PR #45 dropped the `ready` mention here based on a false-negative search result that suggested the command did not exist; it does. README, getting-started, commands, and ai-integration all reference `aden ready` correctly — this restores AGENTS.md to match.
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
Corrects a regression from PR #45. AGENTS.md listed only
ci-checkand described it as the before-commit gate. In fact:aden ready= before-commit gate (gen + lint + check + heal drift + audit, aden-only) —main.rs:667, dispatched atmain.rs:1094,cmd_readyatmisc.rs:1591.aden ci-check= before-push gate (adds external tools).PR #45 dropped the
readymention based on a false-negative search result that suggested the command didn't exist. It does — README, getting-started, commands.adoc, and ai-integration all reference it correctly. This restores AGENTS.md to match.Test plan
aden ready/ci-checkbehavior confirmed againstcrates/aden-cli/src/main.rsandcommands/misc.rsLicense checklist