FILE-TREE — display a tree listing of the workspace
/file-tree [PATH]
/file-tree prints the workspace directory structure using tree-style box-drawing characters (├──, └──). Hidden files and directories (names starting with “.”) are excluded.
An optional PATH restricts the listing to a subdirectory of the workspace root. Paths outside the workspace are rejected.
Show the full workspace:
/file-tree
Show only the harvey/ subdirectory:
/file-tree harvey/
. ├── harvey/ │ ├── commands.go │ └── harvey.go └── agents/ └── harvey.yaml
/read — read a file into context /status — show workspace path