Commit 087803e
StackMemory Bot (CLI)
feat(conductor): add --bare flag + typed prompt templates
- Replace --settings '{"hooks":{}}' with --bare flag (Claude Code 2.1.81)
Skips hooks/LSP/plugins for faster agent spin-up
- Add typed templates: implement-feature.md, fix-bug.md, write-tests.md
with initialPrompt frontmatter (Claude Code 2.1.83)
- Auto-select template by issue labels (bug→fix-bug, test→write-tests)
- Templates use {{ISSUE_ID}}, {{TITLE}}, {{SCOPE}} placeholders
- Falls back to custom template then default inline prompt1 parent 260085c commit 087803e
4 files changed
Lines changed: 99 additions & 5 deletions
File tree
- scripts/conductor/templates
- src/cli/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1846 | 1846 | | |
1847 | 1847 | | |
1848 | 1848 | | |
| 1849 | + | |
1849 | 1850 | | |
1850 | 1851 | | |
1851 | 1852 | | |
1852 | | - | |
1853 | | - | |
1854 | 1853 | | |
1855 | 1854 | | |
1856 | 1855 | | |
| |||
2312 | 2311 | | |
2313 | 2312 | | |
2314 | 2313 | | |
2315 | | - | |
2316 | | - | |
| 2314 | + | |
| 2315 | + | |
| 2316 | + | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
| 2321 | + | |
| 2322 | + | |
| 2323 | + | |
| 2324 | + | |
| 2325 | + | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
2317 | 2329 | | |
2318 | | - | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
2319 | 2333 | | |
2320 | 2334 | | |
2321 | 2335 | | |
2322 | 2336 | | |
2323 | 2337 | | |
2324 | 2338 | | |
| 2339 | + | |
2325 | 2340 | | |
2326 | 2341 | | |
2327 | 2342 | | |
| |||
0 commit comments