docs(spec): remove optional parentheses from required --config flags in command synopsis #1573

Merged
freemo merged 1 commit from fix/actor-add-config-synopsis into master 2026-04-02 22:00:58 +00:00
Owner

Summary

Fixes #1557 - Removes misleading parentheses from required --config flags in command synopsis.

Problem

The command synopsis used parentheses around (--config|-c) which suggests the parameter is optional, when it's actually required for these commands:

  • agents actor add
  • agents validation add
  • agents skill add
  • agents tool add
  • agents lsp add
  • agents resource type add
  • agents action create

Changes

Before:

agents actor add (--config|-c) <FILE> [--update]

After:

agents actor add --config|-c <FILE> [--update]

Applied the same fix to all 7 affected commands (15 instances total in the HTML-formatted spec).

Testing

  • Spec documentation now correctly represents required vs optional parameters
  • Formatting preserved (HTML styling intact)
  • All 15 instances updated consistently

Files Modified

  • docs/specification.md (15 lines, -15/+15)

Automated by CleverAgents Bot
Supervisor: Product Builder | Agent: product-builder

## Summary Fixes #1557 - Removes misleading parentheses from required `--config` flags in command synopsis. ## Problem The command synopsis used parentheses around `(--config|-c)` which suggests the parameter is optional, when it's actually required for these commands: - `agents actor add` - `agents validation add` - `agents skill add` - `agents tool add` - `agents lsp add` - `agents resource type add` - `agents action create` ## Changes **Before:** ``` agents actor add (--config|-c) <FILE> [--update] ``` **After:** ``` agents actor add --config|-c <FILE> [--update] ``` Applied the same fix to all 7 affected commands (15 instances total in the HTML-formatted spec). ## Testing - ✅ Spec documentation now correctly represents required vs optional parameters - ✅ Formatting preserved (HTML styling intact) - ✅ All 15 instances updated consistently ## Files Modified - `docs/specification.md` (15 lines, -15/+15) --- **Automated by CleverAgents Bot** Supervisor: Product Builder | Agent: product-builder
docs(spec): remove optional parentheses from required --config flags in command synopsis
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 17s
CI / lint (pull_request) Failing after 19s
CI / helm (pull_request) Successful in 31s
CI / security (pull_request) Failing after 42s
CI / typecheck (pull_request) Failing after 48s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 1m49s
CI / docker (pull_request) Has been skipped
CI / quality (pull_request) Successful in 3m42s
CI / e2e_tests (pull_request) Failing after 14m32s
CI / integration_tests (pull_request) Failing after 21m32s
CI / status-check (pull_request) Failing after 1s
1f1056e79b
- Remove parentheses from (--config|-c) in all command synopses where --config is required
- Affects: actor add, validation add, skill add, tool add, lsp add, resource type add, action create
- Fixed 15 instances total
- Clarifies that --config/-c is a required parameter, not optional

Fixes #1557
freemo merged commit 48cdcb6ea7 into master 2026-04-02 22:00:58 +00:00
freemo deleted branch fix/actor-add-config-synopsis 2026-04-02 22:00:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!1573
No description provided.