| name | hall-consultations |
| description | List, view, or prune saved Tier-2 subagent consultation outputs |
| argument-hint | list|view <id>|prune [--older-than <days>] |
| allowed-tools | ["Read","Bash","Write"] |
/hall:consultations [list|view |prune]
Manage saved Tier-2 subagent consultation outputs.
list (default)
find .hall-cache/plans -name "*.md" -path "*/consultations/*" | sort
Display as a table: plan, filename, approximate size, date.
view
Read and display the consultation file. <id> can be a filename or a partial match.
prune [--older-than ]
Remove consultation files older than N days (default: 90). List files to be removed and ask for confirmation before deleting.