fabro/lib/crates
Bryan Helmkamp cf0897e1cb
Attractor spec hunks 22-23: add parse_literal and quoted string support to condition parser
Add parse_literal() that strips surrounding double-quotes from condition
literal values, so `outcome="success"` and `outcome=success` behave
identically. Update the tokenizer to handle "..." as single tokens
(including spaces and escaped characters). Add BareLiteral to the
grammar comment per spec Section 10.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 15:16:47 -04:00
..
fabro-agent Replace ContextWindowWarning with generic Warning event 2026-03-23 13:48:26 -04:00
fabro-api Add ReasoningEffort enum to replace raw Option<String> 2026-03-23 12:50:42 -04:00
fabro-beastie Fix fabro-beastie linker error by linking IOKit framework 2026-03-15 18:27:42 -04:00
fabro-cli Attractor spec hunks 14 & 16: remove error_policy and k_of_n/quorum from parallel handler 2026-03-23 14:59:35 -04:00
fabro-config Fix: Workflow TOML config lost in detach mode (#138) 2026-03-21 14:15:13 -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 Fix: Remove std::env::set_var/remove_var from tests (#101) 2026-03-19 13:09:46 -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 Merge fabro-linear and GitHub tracker into fabro-tracker (#108) 2026-03-19 22:26:32 -04:00
fabro-graphviz Attractor spec hunks 22-23: add parse_literal and quoted string support to condition parser 2026-03-23 15:16:47 -04:00
fabro-hooks Redesign fabro-model with LanguageModel trait, Catalog struct, and ModelRef (#121) 2026-03-23 11:15:40 -04:00
fabro-interview Unify fabro run foreground to use create + start + attach (#141) 2026-03-22 22:48:09 -04:00
fabro-llm Map all 5xx status codes to ServerError 2026-03-23 13:10:24 -04:00
fabro-mcp Move config type tests into fabro-config 2026-03-17 15:21:16 -04:00
fabro-model Remove ProfileCapabilities, rename ProviderProfile to AgentProfile, fix layer separation 2026-03-23 12:38:05 -04:00
fabro-openai-oauth Add Codex endpoint support for OpenAI OAuth flow 2026-03-17 00:47:47 -04:00
fabro-retro Move subagent_manager from setter to Session::new() constructor parameter 2026-03-23 13:23:23 -04:00
fabro-sandbox Unified WorktreeSandbox (#117) 2026-03-20 15:35:04 -04:00
fabro-slack Unify fabro run foreground to use create + start + attach (#141) 2026-03-22 22:48:09 -04:00
fabro-telemetry Fix release CI test failures caused by telemetry fork flushing stdout 2026-03-19 15:18:03 -04:00
fabro-tracker Merge fabro-linear and GitHub tracker into fabro-tracker (#108) 2026-03-19 22:26:32 -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 Unify goal prefix stripping into shared strip_goal_decoration() in fabro-util 2026-03-20 20:58:59 -04:00
fabro-validate Redesign fabro-model with LanguageModel trait, Catalog struct, and ModelRef (#121) 2026-03-23 11:15:40 -04:00
fabro-workflows Attractor spec hunks 22-23: add parse_literal and quoted string support to condition parser 2026-03-23 15:16:47 -04:00