mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
Add node_id to Stage* enum variants so both the programmatic ID and display label are available. Add rename_fields() post-processing in flatten_event() to give flattened JSONL fields self-describing names: - timestamp → ts (save space) - name → node_label (Stage*), workflow_name, snapshot_name - index → stage_index, branch_index, command_index - stage → node_id (Agent.*, Interview*, Prompt) - branch → node_id (ParallelBranch*) - node → node_id (StallWatchdogTimeout) - from_node/to_node → from_node_id/to_node_id - start_node → start_node_id - provider → sandbox_provider (Sandbox.*) - text → prompt_text (Prompt) - Insert node_label defaulting to node_id where only an id exists Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||