Files
gstack/conductor.json
Garry Tan 7e62f4bd0f feat: conductor.json lifecycle hooks + .env propagation across worktrees
bin/dev-setup now copies .env from main worktree so API keys carry
over to Conductor workspaces automatically. conductor.json wires up
setup and archive hooks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 22:58:24 -05:00

7 lines
87 B
JSON

{
"scripts": {
"setup": "bin/dev-setup",
"archive": "bin/dev-teardown"
}
}