fabro/crates/arc-api/src
Bryan Helmkamp c888ab8be5 Rename TaskConfig → WorkflowRunConfig, task → goal
Better reflects domain semantics: the config describes a workflow run,
and the free-text field is the run's goal, not a generic "task".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:44:24 -05:00
..
demo Rename TaskConfig → WorkflowRunConfig, task → goal 2026-03-03 00:44:24 -05:00
app_config.rs Simplify config loading: fix TOCTOU, eager init, remove dead code 2026-03-02 23:24:39 -05:00
jwt_auth.rs Move auth and API config from env vars to TOML (~/.arc/arc.toml) 2026-03-02 22:49:04 -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 Move auth and API config from env vars to TOML (~/.arc/arc.toml) 2026-03-02 22:49:04 -05:00
server.rs Add POST /runs/{id}/preview endpoint and Preview button on Run page 2026-03-02 12:16:01 -05:00
server_config.rs Fix clippy warnings, test failures, and apply cargo fmt 2026-03-01 13:02:16 -05:00