[Bugfix] Align module docs with current CLI surface#92
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9142d0b7ee
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # Set enforcement level | ||
| specfact enforce stage --preset balanced | ||
| specfact govern enforce stage --help |
There was a problem hiding this comment.
Use an executable enforcement command in quickstart
The quickstart block labels this step as “Set enforcement level” but the command now uses --help, which only prints usage and does not persist any enforcement preset. In a fresh setup, users following this section will believe enforcement is configured when it is still at defaults, so subsequent validation behavior can be unexpected. This should be an executable example (for example with --preset) rather than a help invocation.
Useful? React with 👍 / 👎.
Summary
Verification