fabro/arc/workflows/implement/workflow.toml
Bryan Helmkamp 967ec77e72 Rename implement-and-simplify workflow to implement
Rename directory and adopt workflow.{toml,dot} convention so
`arc run implement` resolves via project config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:29:01 -04:00

15 lines
No EOL
227 B
TOML

version = 1
graph = "workflow.dot"
[sandbox]
provider = "local"
# provider = "daytona"
# [sandbox.env]
# CARGO_INCREMENTAL = "0"
# [sandbox.daytona.snapshot]
# name = "daytona-large"
[sandbox.local]
worktree_mode = "always"