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

2 Commits

Author SHA1 Message Date
freemo 101e17b769 fix(lint): resolve linting errors
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
2026-04-02 21:18:41 +00:00
freemo 9fcf37f052 docs(specification): reorder command synopsis to separate validation commands
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
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
2026-04-02 21:03:47 +00:00