Skip to content

docs(agents): restore aden ready as the pre-commit gate#46

Merged
RioPlay merged 1 commit into
mainfrom
fix/agents-ready-gate
Jun 20, 2026
Merged

docs(agents): restore aden ready as the pre-commit gate#46
RioPlay merged 1 commit into
mainfrom
fix/agents-ready-gate

Conversation

@RioPlay

@RioPlay RioPlay commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

Corrects a regression from PR #45. AGENTS.md listed only ci-check and 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 at main.rs:1094, cmd_ready at misc.rs:1591.
  • aden ci-check = before-push gate (adds external tools).

PR #45 dropped the ready mention 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-check behavior confirmed against crates/aden-cli/src/main.rs and commands/misc.rs
  • No code change

License checklist

  • No dependency changes — license checklist not applicable

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.
@RioPlay RioPlay merged commit c5122d8 into main Jun 20, 2026
6 checks passed
@RioPlay RioPlay deleted the fix/agents-ready-gate branch June 20, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant