fabro/lib/crates
Bryan Helmkamp ceca61e952
Make fabro ps behave like docker ps
Default to showing only running processes (use -a for all), remove row
limit, display oldest-first, truncate run IDs to 12 chars, add DIRECTORY
column from host_repo_path, and drop STARTED/COST/LABELS columns.

- Add host_repo_path to Manifest and populate from RunConfig
- Add StatusFilter enum (RunningOnly/All) to filter_runs
- Replace --limit with -a/--all flag (docker-ps semantics)
- Add host_repo_path to RunInfo, extract in scan_runs
- New column layout: RUN ID | WORKFLOW | STATUS | DIRECTORY | DURATION

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 17:27:09 -04:00
..
fabro-agent rename project_docs module to memory 2026-03-13 10:02:11 -04:00
fabro-api Fix dry-run bug in API server and deduplicate test helpers 2026-03-15 12:28:54 -04:00
fabro-cli Improve fabro ps output 2026-03-15 17:27:09 -04:00
fabro-config Fix --goal-file not expanding ~ to home directory 2026-03-15 14:57:38 -04:00
fabro-db rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-devcontainer rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-exe Rename Arc to Fabro in user-facing strings, comments, and tests 2026-03-13 20:43:21 -04:00
fabro-git-storage Add fabro rewind command to rewind workflow runs to earlier checkpoints 2026-03-14 11:38:17 -04:00
fabro-github Handle credential-embedded GitHub URLs in parse_github_owner_repo 2026-03-14 17:47:55 -04:00
fabro-linear rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-llm Rename Arc to Fabro in user-facing strings, comments, and tests 2026-03-13 20:43:21 -04:00
fabro-mcp rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-openai-oauth rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-slack rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-sprites rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-ssh Rename Arc to Fabro in user-facing strings, comments, and tests 2026-03-13 20:43:21 -04:00
fabro-tracker rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-types rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-util Fix --goal-file not expanding ~ to home directory 2026-03-15 14:57:38 -04:00
fabro-workflows Make fabro ps behave like docker ps 2026-03-15 17:27:09 -04:00