Files
huskies/.story_kit/project.toml
T

17 lines
295 B
TOML
Raw Normal View History

[[component]]
name = "frontend"
path = "frontend"
setup = ["pnpm install", "pnpm run build"]
teardown = []
[[component]]
name = "server"
path = "."
setup = ["cargo check"]
teardown = []
[agent]
command = "claude"
args = []
prompt = "Read .story_kit/README.md, then pick up story {{story_id}}"