You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): correct inaccurate --help text across all commands (#695)
* fix(cli): correct inaccurate --help text across all commands
Audit and fix help text for all CLI commands and primitives:
- Fix agent name constraints: "max 64 chars" → "max 48 chars",
add "underscores" to allowed characters
- Fix project name constraint: "max 36 chars" → "max 23 chars"
- Remove CrewAI from framework lists (not user-accessible)
- Fix "Remove a agent" → "Remove an agent" grammar
- Add missing resource types (evaluator, online-eval) to status --type
- Remove phantom 'edit' command from COMMAND_DESCRIPTIONS
- Remove false --agent-arn claim from evals description
- Add [non-interactive] markers to all options missing them in
EvaluatorPrimitive, GatewayPrimitive, GatewayTargetPrimitive,
and PolicyEnginePrimitive
- Improve gateway and gateway-target help descriptions for clarity
- Update AGENTS.md to match current CLI reality
Constraint: Help text and Zod schemas are defined in separate files with no shared constant
Confidence: high
Scope-risk: narrow
Not-tested: Interactive TUI mode (only CLI --help verified)
* fix(cli): add [non-interactive] markers to new upstream options
Fix help text for options added in upstream PRs #652, #653, #657, #620:
- dev: add [non-interactive] to --tool, --input, -H/--header
- invoke: add [non-interactive] to -H/--header
- fetch access: add [non-interactive] to --name, --type, --target, --json
- copy.ts: add missing 'import' command description
Confidence: high
Scope-risk: narrow
* docs(AGENTS.md): add Global Options section and update command list
- Add Global Options section documenting -h/--help and --version
- Add missing 'import' command to CLI Commands list
- Update 'fetch access' description to include agent support
Confidence: high
Scope-risk: narrow
0 commit comments