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