fabro/crates/arc-api/src
Bryan Helmkamp d0c8bd3eed Rename ExecutionEnvironment to Sandbox across the codebase
Adopt cleaner terminology: Sandbox (resource providing disk + execution),
SandboxProvider (Local/Docker/Daytona), SandboxEvent (lifecycle events),
and Snapshot (pre-built environment images). Flatten DaytonaSandboxConfig
into DaytonaConfig, rename CLI flag to --sandbox, and update TOML config
sections from [execution] to [sandbox].

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-02 11:33:21 -05:00
..
demo Fill in all demo data gaps to match original React mock data 2026-03-02 10:03:09 -05:00
app_config.rs Add SQLite persistence via sqlx with arc-db crate 2026-03-01 15:56:32 -05:00
jwt_auth.rs Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
lib.rs Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
serve.rs Rename ExecutionEnvironment to Sandbox across the codebase 2026-03-02 11:33:21 -05:00
server.rs Rename ExecutionEnvironment to Sandbox across the codebase 2026-03-02 11:33:21 -05:00
server_config.rs Fix clippy warnings, test failures, and apply cargo fmt 2026-03-01 13:02:16 -05:00