mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
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>
15 lines
No EOL
227 B
TOML
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" |