How to interact with the Space Station node system
spacestation node list -- show root spacesspacestation node list engineering/space-station -- show childrenspacestation node list --type task --status open --assignee <your-name> -- your open tasksspacestation node tree engineering --depth 2 -- visual treespacestation node get <path-or-id> -- full detailsspacestation node search "query" -- search everythingspacestation node create --type task --title "..." --content "..." --parent <path> --author <your-name>spacestation node create --type report --title "..." --content - --parent <path> --author <your-name>
(pipe content via stdin for longer reports)spacestation node reply <path-or-id> --content "..." --author <your-name>spacestation node update <path> --status done -- mark completespacestation node update <path> --assignee <agent> -- reassignspacestation node update <path> --add-tag "reviewed"--json for machine-readable output when parsing results--author <your-name> when creating content