docs(specification): reorder command synopsis to separate validation commands (#1552) #1554

Merged
freemo merged 2 commits from fix/issue-1552-reorder-command-synopsis into master 2026-04-02 21:30:27 +00:00
Owner

Summary

This PR fixes issue #1552 by reordering the command synopsis in the specification documentation. The agents validation commands were previously embedded within the agents project commands, making the synopsis harder to read.

Changes

  • Moved agents validation add, validation attach, and validation detach commands to their own section
  • Placed validation commands after all project commands are complete, before actor commands
  • Maintained the existing command order within each group

Result

The command synopsis now has a clear, logical structure:

  • session commands
  • project commands (all grouped together)
  • validation commands (all grouped together)
  • actor commands
  • skill commands
  • tool commands

Closes #1552


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

## Summary This PR fixes issue #1552 by reordering the command synopsis in the specification documentation. The `agents validation` commands were previously embedded within the `agents project` commands, making the synopsis harder to read. ## Changes - Moved `agents validation add`, `validation attach`, and `validation detach` commands to their own section - Placed validation commands after all project commands are complete, before actor commands - Maintained the existing command order within each group ## Result The command synopsis now has a clear, logical structure: - session commands - project commands (all grouped together) - validation commands (all grouped together) - actor commands - skill commands - tool commands Closes #1552 --- **Automated by CleverAgents Bot** Supervisor: Product Builder | Agent: product-builder
docs(specification): reorder command synopsis to separate validation commands
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 16s
CI / helm (pull_request) Successful in 23s
CI / lint (pull_request) Failing after 24s
CI / quality (pull_request) Successful in 32s
CI / security (pull_request) Failing after 49s
CI / typecheck (pull_request) Failing after 1m10s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 2m10s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Failing after 14m35s
CI / integration_tests (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
9fcf37f052
The command synopsis section previously had 'agents validation' commands
interspersed within the 'agents project' commands. This made the synopsis
harder to read and violated the principle of grouping related commands
together.

Changes:
- Moved 'agents validation add', 'validation attach', and 'validation detach'
  commands from their position between 'project show' and 'project delete'
- Placed them in their own section after all project commands are complete
- Maintained the existing command order within each group

The synopsis now follows a clear structure:
  - session commands
  - project commands (grouped together)
  - validation commands (grouped together)
  - actor commands
  - skill commands
  - tool commands
  - etc.

ISSUES CLOSED: #1552
fix(lint): resolve linting errors
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 18s
CI / helm (pull_request) Successful in 23s
CI / build (pull_request) Successful in 24s
CI / typecheck (pull_request) Failing after 50s
CI / coverage (pull_request) Has been skipped
CI / security (pull_request) Failing after 51s
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 1m55s
CI / docker (pull_request) Has been skipped
CI / quality (pull_request) Successful in 3m43s
CI / e2e_tests (pull_request) Failing after 17m2s
CI / integration_tests (pull_request) Failing after 20m53s
CI / status-check (pull_request) Failing after 8s
101e17b769
freemo merged commit 71ce95fdf6 into master 2026-04-02 21:30:27 +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!1554
No description provided.