mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
- Consolidate 4 duplicate parser functions into one `parse_version(re, output)` - Use `LazyLock<Regex>` statics (matching codebase patterns in arc-util, arc-workflows) - Replace 5-element tuple with named `DepSpec` struct - Replace `raw_output: Option<String>` with `found: bool` (content was never used) - Remove unnecessary `pub` from internal types and functions - Parse stdout/stderr separately instead of concatenating - Consolidate 10 parser tests into 6 via shared `parse_version` Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| arc-agent | ||
| arc-api | ||
| arc-cli | ||
| arc-db | ||
| arc-devcontainer | ||
| arc-git-storage | ||
| arc-llm | ||
| arc-mcp | ||
| arc-types | ||
| arc-util | ||
| arc-workflows | ||