/ashlr-orchestrate-status
Inspect past /ashlr-orchestrate runs — list recent runs or drill into a single graph by id.
Description
/ashlr-orchestrate-status reads the local orchestration result cache under ~/.ashlr/orchestrations/ and renders either a flat table of recent runs (default) or a per-node tree for a single graph. Each /ashlr-orchestrate invocation persists a result.json here best-effort, so this command works fully offline with no network or telemetry side-effects.
The cache is pruned to the 50 most-recent runs on every write, so disk usage stays bounded without manual cleanup.
Usage examples
Output
List mode prints a fixed-width table with one row per run, newest first:
Detail mode renders a per-node tree:
When the cache is empty: No orchestration runs yet — use /ashlr-orchestrate to start. (exit 0).
When an id is given but not found: No run found with id <graph-id> (exit 1).
Malformed result.json files are skipped with a one-line stderr warning.
Invocation
Run via Bash:
Pass $ARGUMENTS through verbatim. Print the stdout inside a fenced code block so the table aligns.