fabro/lib/crates
Bryan Helmkamp c3f2ccd68a Update docs screenshots and fix demo workflow serialization
Replace docs/images screenshots (runs-board, run-detail, workflow-example)
with fresh captures from the current FABRO-branded UI in demo mode.

Also fix a panic in arc-api demo::run_config_to_api where None-valued
HashMap fields (e.g. sandbox.env) serialized to JSON null, which failed
to deserialize into non-optional HashMap fields in RunConfiguration.
Added strip_nulls helper to clean the intermediate JSON value.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 00:38:19 -04:00
..
arc-agent Simplify compaction code: extract helper method, named constant, avoid cloning 2026-03-11 22:13:29 -04:00
arc-api Update docs screenshots and fix demo workflow serialization 2026-03-12 00:38:19 -04:00
arc-cli Add arc graph subcommand to render workflow DOT graphs as SVG/PNG 2026-03-11 10:34:23 -04:00
arc-config Add GitHub App manifest setup to arc install 2026-03-10 14:36:13 -04:00
arc-db Split ~/.arc/logs/ into logs/ and runs/ 2026-03-10 09:40:03 -04:00
arc-devcontainer Detect unsupported COPY/ADD in devcontainer base Dockerfiles 2026-03-10 22:09:30 -04:00
arc-exe Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-git-storage Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-github refactor(arc-github): store client on GitHubTracker, drop redundant graphql_url field 2026-03-11 23:58:37 -04:00
arc-linear feat(tracker): add Tracker trait with Linear and GitHub Projects V2 impls 2026-03-11 23:32:03 -04:00
arc-llm Add gemini-3.1-pro-preview-customtools to model catalog 2026-03-11 08:05:00 -04:00
arc-mcp Add sandbox MCP transport for running MCP servers inside Daytona sandboxes 2026-03-10 02:09:04 -04:00
arc-openai-oauth Add api.responses.write scope to OpenAI OAuth flow 2026-03-10 18:07:33 -04:00
arc-slack Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-sprites Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-ssh Remove duplicate origin_url inherent method from SshSandbox 2026-03-11 22:33:15 -04:00
arc-tracker feat(tracker): add Tracker trait with Linear and GitHub Projects V2 impls 2026-03-11 23:32:03 -04:00
arc-types Fix relative paths broken by crates/ → lib/crates/ move 2026-03-09 13:20:47 -04:00
arc-util Group arc doctor checks into Required / Optional / Server sections 2026-03-11 09:59:54 -04:00
arc-workflows Add SSH sandbox provider (arc-ssh) for user-provided hosts 2026-03-11 22:29:51 -04:00