891 B
891 B
name, description
| name | description |
|---|---|
| af-status | Show ArcheFlow status — current/last run, active agents, findings. <example>User: "/af-status"</example> |
ArcheFlow Status
- Read
.archeflow/state.jsonif it exists. Extract: task, phase, cycle, workflow, active agents, findings count, start time. - If
state.jsondoes not exist, read the latest entry from.archeflow/events/index.jsonl. Extract run_id, task, last event type, timestamp. - Calculate duration from start time to now (or to completion time if run finished).
- Report as a compact table:
| Field | Value |
|---|---|
| Run | <run_id> |
| Task | <task description> |
| Phase | <current phase> |
| Cycle | <cycle number> |
| Workflow | <fast/standard/thorough> |
| Findings | <count> |
| Duration | <elapsed> |
- If no
state.jsonand noindex.jsonl, say: "No active or recent ArcheFlow runs."