fabro/lib/crates/arc-api/src
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
..
demo Update docs screenshots and fix demo workflow serialization 2026-03-12 00:38:19 -04:00
error.rs Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
github_webhooks.rs Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
jwt_auth.rs Add arc-config crate and make arc-api optional via server feature flag 2026-03-09 23:50:41 -04:00
lib.rs Add arc-config crate and make arc-api optional via server feature flag 2026-03-09 23:50:41 -04:00
serve.rs Add arc-config crate and make arc-api optional via server feature flag 2026-03-09 23:50:41 -04:00
server.rs Add signoff resource to verification system 2026-03-10 19:32:33 -04:00
sessions.rs Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
tls.rs Add arc-config crate and make arc-api optional via server feature flag 2026-03-09 23:50:41 -04:00