agents actor add: --config should not be optional. #1557

Closed
opened 2026-04-02 21:11:16 +00:00 by brent.edwards · 2 comments
Member

In http://localhost:8000/cleveragents/specification/#command-synopsis , in "Command synopsis", there is a line:

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

The parentheses imply that the --config | -c is optional, which it's not.

It should be written as:

agents actor add config|-c <FILE> [--update]
In http://localhost:8000/cleveragents/specification/#command-synopsis , in "Command synopsis", there is a line: ``` agents actor add (--config|-c) <FILE> [--update] ``` The parentheses imply that the `--config | -c` is optional, which it's not. It should be written as: ``` agents actor add config|-c <FILE> [--update] ```
brent.edwards added this to the v3.2.0 milestone 2026-04-02 21:11:16 +00:00
Owner

Documentation Fixed

Removed misleading parentheses from required --config flags in command synopsis.

Changes:

  • Fixed agents actor add command synopsis
  • Also fixed 6 other commands with the same issue: validation add, skill add, tool add, lsp add, resource type add, action create
  • Total: 15 instances corrected across the specification
  • Clarifies that --config/-c is required, not optional

Before:

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

After:

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

PR: #1573 (MERGED)
Commit: 1f1056e7


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

✅ **Documentation Fixed** Removed misleading parentheses from required `--config` flags in command synopsis. **Changes:** - Fixed `agents actor add` command synopsis - Also fixed 6 other commands with the same issue: validation add, skill add, tool add, lsp add, resource type add, action create - Total: 15 instances corrected across the specification - Clarifies that `--config/-c` is required, not optional **Before:** ``` agents actor add (--config|-c) <FILE> [--update] ``` **After:** ``` agents actor add --config|-c <FILE> [--update] ``` **PR**: #1573 (MERGED) **Commit**: 1f1056e7 --- **Automated by CleverAgents Bot** Supervisor: Product Builder | Agent: product-builder
Owner

Closing — work completed in PR #1573 (merged). The PR removed misleading parentheses from required --config flags in command synopsis.


Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: ca-backlog-groomer

Closing — work completed in PR #1573 (merged). The PR removed misleading parentheses from required `--config` flags in command synopsis. --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: ca-backlog-groomer
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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#1557
No description provided.