create-hq 6.0.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. package/dist/__tests__/deps.test.d.ts +2 -0
  2. package/dist/__tests__/deps.test.d.ts.map +1 -0
  3. package/dist/__tests__/deps.test.js +176 -0
  4. package/dist/__tests__/deps.test.js.map +1 -0
  5. package/dist/__tests__/platform.test.d.ts +2 -0
  6. package/dist/__tests__/platform.test.d.ts.map +1 -0
  7. package/dist/__tests__/platform.test.js +127 -0
  8. package/dist/__tests__/platform.test.js.map +1 -0
  9. package/dist/__tests__/scaffold.test.d.ts +2 -0
  10. package/dist/__tests__/scaffold.test.d.ts.map +1 -0
  11. package/dist/__tests__/scaffold.test.js +150 -0
  12. package/dist/__tests__/scaffold.test.js.map +1 -0
  13. package/dist/auth.d.ts +32 -0
  14. package/dist/auth.d.ts.map +1 -0
  15. package/dist/auth.js +156 -0
  16. package/dist/auth.js.map +1 -0
  17. package/dist/cloud-sync.d.ts +11 -0
  18. package/dist/cloud-sync.d.ts.map +1 -0
  19. package/dist/cloud-sync.js +25 -0
  20. package/dist/cloud-sync.js.map +1 -0
  21. package/dist/deps.d.ts +32 -2
  22. package/dist/deps.d.ts.map +1 -1
  23. package/dist/deps.js +182 -7
  24. package/dist/deps.js.map +1 -1
  25. package/dist/fetch-template.d.ts +14 -0
  26. package/dist/fetch-template.d.ts.map +1 -0
  27. package/dist/fetch-template.js +136 -0
  28. package/dist/fetch-template.js.map +1 -0
  29. package/dist/index.js +9 -7
  30. package/dist/index.js.map +1 -1
  31. package/dist/packages.d.ts +71 -0
  32. package/dist/packages.d.ts.map +1 -0
  33. package/dist/packages.js +332 -0
  34. package/dist/packages.js.map +1 -0
  35. package/dist/platform.d.ts +9 -0
  36. package/dist/platform.d.ts.map +1 -0
  37. package/dist/platform.js +69 -0
  38. package/dist/platform.js.map +1 -0
  39. package/dist/scaffold.d.ts +3 -2
  40. package/dist/scaffold.d.ts.map +1 -1
  41. package/dist/scaffold.js +109 -290
  42. package/dist/scaffold.js.map +1 -1
  43. package/dist/ui.d.ts +2 -3
  44. package/dist/ui.d.ts.map +1 -1
  45. package/dist/ui.js +90 -44
  46. package/dist/ui.js.map +1 -1
  47. package/package.json +49 -40
  48. package/template/.claude/CLAUDE.md +0 -202
  49. package/template/.claude/commands/checkpoint.md +0 -127
  50. package/template/.claude/commands/cleanup.md +0 -307
  51. package/template/.claude/commands/execute-task.md +0 -440
  52. package/template/.claude/commands/exit-plan.md +0 -41
  53. package/template/.claude/commands/handoff.md +0 -97
  54. package/template/.claude/commands/learn.md +0 -218
  55. package/template/.claude/commands/metrics.md +0 -118
  56. package/template/.claude/commands/newworker.md +0 -162
  57. package/template/.claude/commands/nexttask.md +0 -67
  58. package/template/.claude/commands/prd.md +0 -238
  59. package/template/.claude/commands/reanchor.md +0 -51
  60. package/template/.claude/commands/remember.md +0 -126
  61. package/template/.claude/commands/run-project.md +0 -348
  62. package/template/.claude/commands/run.md +0 -110
  63. package/template/.claude/commands/search-reindex.md +0 -62
  64. package/template/.claude/commands/search.md +0 -100
  65. package/template/.claude/commands/setup.md +0 -381
  66. package/template/.claude/scripts/pure-ralph-loop.ps1 +0 -312
  67. package/template/.claude/scripts/pure-ralph-loop.sh +0 -859
  68. package/template/CHANGELOG.md +0 -220
  69. package/template/LICENSE +0 -21
  70. package/template/MIGRATION.md +0 -259
  71. package/template/README.md +0 -368
  72. package/template/data/journal/.gitkeep +0 -0
  73. package/template/docs/images/ascii-banner-options.md +0 -122
  74. package/template/docs/images/hq-banner.svg +0 -105
  75. package/template/knowledge/Ralph/01-overview.md +0 -71
  76. package/template/knowledge/Ralph/02-core-concepts.md +0 -114
  77. package/template/knowledge/Ralph/03-how-ralph-works.md +0 -184
  78. package/template/knowledge/Ralph/04-back-pressure.md +0 -222
  79. package/template/knowledge/Ralph/05-specifications.md +0 -210
  80. package/template/knowledge/Ralph/06-agents-md.md +0 -222
  81. package/template/knowledge/Ralph/07-implementation.md +0 -316
  82. package/template/knowledge/Ralph/08-economics.md +0 -182
  83. package/template/knowledge/Ralph/09-resources.md +0 -145
  84. package/template/knowledge/Ralph/10-claude-code-workflow.md +0 -212
  85. package/template/knowledge/Ralph/11-team-training-guide.md +0 -383
  86. package/template/knowledge/Ralph/README.md +0 -40
  87. package/template/knowledge/ai-security-framework/CONTRIBUTING.md +0 -139
  88. package/template/knowledge/ai-security-framework/GLOSSARY.md +0 -176
  89. package/template/knowledge/ai-security-framework/LICENSE +0 -21
  90. package/template/knowledge/ai-security-framework/QUICK-START.md +0 -172
  91. package/template/knowledge/ai-security-framework/README.md +0 -232
  92. package/template/knowledge/ai-security-framework/checklists/browser-security.md +0 -301
  93. package/template/knowledge/ai-security-framework/checklists/credential-isolation.md +0 -322
  94. package/template/knowledge/ai-security-framework/checklists/incident-response.md +0 -288
  95. package/template/knowledge/ai-security-framework/checklists/pre-flight.md +0 -249
  96. package/template/knowledge/ai-security-framework/checklists/weekly-audit.md +0 -159
  97. package/template/knowledge/ai-security-framework/configs/audit-logging.md +0 -372
  98. package/template/knowledge/ai-security-framework/configs/kill-switches.md +0 -354
  99. package/template/knowledge/ai-security-framework/docs/01-core-principles.md +0 -256
  100. package/template/knowledge/ai-security-framework/docs/02-threat-landscape.md +0 -326
  101. package/template/knowledge/ai-security-framework/docs/03-security-posture.md +0 -250
  102. package/template/knowledge/ai-security-framework/templates/agents-security.md +0 -233
  103. package/template/knowledge/design-styles/README.md +0 -42
  104. package/template/knowledge/design-styles/american-industrial.md +0 -136
  105. package/template/knowledge/design-styles/ethereal-abstract.md +0 -133
  106. package/template/knowledge/design-styles/liminal-portal.md +0 -111
  107. package/template/knowledge/design-styles/swipes/american-industrial/G-3m4YPW0AADdu2.jpeg +0 -0
  108. package/template/knowledge/design-styles/swipes/american-industrial/G-JJlt5WwAABK3K.png +0 -0
  109. package/template/knowledge/design-styles/swipes/american-industrial/G-JJmj5W0AEbJ-7.png +0 -0
  110. package/template/knowledge/design-styles/swipes/american-industrial/G59fgNuXkAAKLJQ (1).jpeg +0 -0
  111. package/template/knowledge/design-styles/swipes/american-industrial/G59fgNuXkAAKLJQ.jpeg +0 -0
  112. package/template/knowledge/design-styles/swipes/american-industrial/G7fVkn3WEAAM-ST.jpeg +0 -0
  113. package/template/knowledge/design-styles/swipes/american-industrial/G8ECO5JWEAIksyn.png +0 -0
  114. package/template/knowledge/design-styles/swipes/american-industrial/G9-3GQSWoAA8eqZ.png +0 -0
  115. package/template/knowledge/design-styles/swipes/american-industrial/G9xEOqrXkAEZRcs.png +0 -0
  116. package/template/knowledge/design-styles/swipes/american-industrial/G_MVeJrXQAA8sx4.jpeg +0 -0
  117. package/template/knowledge/design-styles/swipes/american-industrial/G_RSkmGXkAAgAVZ.png +0 -0
  118. package/template/knowledge/design-styles/swipes/american-industrial/README.md +0 -31
  119. package/template/knowledge/design-styles/swipes/american-industrial/qyqtg7Dq.png +0 -0
  120. package/template/knowledge/dev-team/README.md +0 -35
  121. package/template/knowledge/dev-team/patterns/README.md +0 -34
  122. package/template/knowledge/dev-team/patterns/frontend/react-best-practices.md +0 -178
  123. package/template/knowledge/dev-team/troubleshooting/README.md +0 -31
  124. package/template/knowledge/dev-team/workflows/README.md +0 -49
  125. package/template/knowledge/hq/checkpoint-schema.json +0 -51
  126. package/template/knowledge/hq/index-md-spec.md +0 -74
  127. package/template/knowledge/hq/thread-schema.md +0 -153
  128. package/template/knowledge/hq-core/checkpoint-schema.json +0 -51
  129. package/template/knowledge/hq-core/index-md-spec.md +0 -74
  130. package/template/knowledge/hq-core/thread-schema.md +0 -153
  131. package/template/knowledge/loom/README.md +0 -51
  132. package/template/knowledge/loom/architecture.md +0 -125
  133. package/template/knowledge/loom/code-style.md +0 -169
  134. package/template/knowledge/loom/llm-proxy.md +0 -132
  135. package/template/knowledge/loom/state-machine.md +0 -131
  136. package/template/knowledge/loom/thread-system.md +0 -117
  137. package/template/knowledge/loom/tools.md +0 -94
  138. package/template/knowledge/loom/weaver.md +0 -96
  139. package/template/knowledge/loom/web-frontend.md +0 -131
  140. package/template/knowledge/projects/README.md +0 -72
  141. package/template/knowledge/projects/templates/README.template.md +0 -28
  142. package/template/knowledge/workers/README.md +0 -195
  143. package/template/knowledge/workers/ralph-loop-pattern.md +0 -157
  144. package/template/knowledge/workers/skill-schema.md +0 -182
  145. package/template/knowledge/workers/state-machine.md +0 -102
  146. package/template/knowledge/workers/templates/base-worker.yaml +0 -73
  147. package/template/knowledge/workers/templates/code-worker.yaml +0 -85
  148. package/template/knowledge/workers/templates/skill.yaml +0 -49
  149. package/template/knowledge/workers/templates/social-worker.yaml +0 -70
  150. package/template/modules/examples/full-manifest.yaml +0 -92
  151. package/template/modules/examples/minimal.yaml +0 -14
  152. package/template/modules/modules.yaml +0 -59
  153. package/template/projects/.gitkeep +0 -0
  154. package/template/projects/incorporate-workers-into-pure-ralph/prd.json +0 -88
  155. package/template/projects/pure-ralph-branch-isolation/README.md +0 -114
  156. package/template/projects/pure-ralph-branch-isolation/prd.json +0 -123
  157. package/template/projects/purist-ralph-loop/README.md +0 -148
  158. package/template/projects/purist-ralph-loop/prd.json +0 -135
  159. package/template/projects/ralph-test/prd.json +0 -50
  160. package/template/prompts/pure-ralph-base.md +0 -551
  161. package/template/settings/.gitkeep +0 -0
  162. package/template/settings/pure-ralph.json +0 -42
  163. package/template/social-content/drafts/INDEX.md +0 -21
  164. package/template/social-content/drafts/linkedin/.gitkeep +0 -1
  165. package/template/social-content/drafts/x/.gitkeep +0 -1
  166. package/template/social-content/images/.gitkeep +0 -1
  167. package/template/starter-projects/code-worker/README.md +0 -97
  168. package/template/starter-projects/code-worker/prd.json +0 -45
  169. package/template/starter-projects/personal-assistant/README.md +0 -42
  170. package/template/starter-projects/personal-assistant/prd.json +0 -43
  171. package/template/starter-projects/social-media/README.md +0 -60
  172. package/template/starter-projects/social-media/prd.json +0 -43
  173. package/template/workers/content-brand/README.md +0 -59
  174. package/template/workers/content-brand/skills/messaging-alignment.md +0 -91
  175. package/template/workers/content-brand/skills/tone-check.md +0 -76
  176. package/template/workers/content-brand/skills/voice-analysis.md +0 -68
  177. package/template/workers/content-brand/worker.yaml +0 -81
  178. package/template/workers/content-legal/README.md +0 -80
  179. package/template/workers/content-legal/skills/claim-substantiation.md +0 -150
  180. package/template/workers/content-legal/skills/compliance-scan.md +0 -123
  181. package/template/workers/content-legal/skills/disclaimer-check.md +0 -146
  182. package/template/workers/content-legal/worker.yaml +0 -118
  183. package/template/workers/content-product/README.md +0 -77
  184. package/template/workers/content-product/skills/claim-verification.md +0 -96
  185. package/template/workers/content-product/skills/feature-accuracy.md +0 -117
  186. package/template/workers/content-product/skills/stats-check.md +0 -128
  187. package/template/workers/content-product/worker.yaml +0 -97
  188. package/template/workers/content-sales/README.md +0 -70
  189. package/template/workers/content-sales/skills/conversion-analysis.md +0 -96
  190. package/template/workers/content-sales/skills/cta-audit.md +0 -107
  191. package/template/workers/content-sales/skills/value-prop-check.md +0 -114
  192. package/template/workers/content-sales/worker.yaml +0 -93
  193. package/template/workers/content-shared/cli.ts +0 -242
  194. package/template/workers/content-shared/index.ts +0 -234
  195. package/template/workers/content-shared/lib/accuracy-analyzer.ts +0 -661
  196. package/template/workers/content-shared/lib/analyze.ts +0 -370
  197. package/template/workers/content-shared/lib/brand-analyzer.ts +0 -526
  198. package/template/workers/content-shared/lib/cms-integration.ts +0 -446
  199. package/template/workers/content-shared/lib/compliance-analyzer.ts +0 -655
  200. package/template/workers/content-shared/lib/conversion-analyzer.ts +0 -555
  201. package/template/workers/content-shared/lib/github-integration.ts +0 -582
  202. package/template/workers/content-shared/lib/output.ts +0 -373
  203. package/template/workers/content-shared/lib/parser.ts +0 -771
  204. package/template/workers/content-shared/lib/priority.ts +0 -439
  205. package/template/workers/content-shared/lib/recommendations.ts +0 -512
  206. package/template/workers/content-shared/lib/reporter.ts +0 -749
  207. package/template/workers/content-shared/lib/restructure.ts +0 -664
  208. package/template/workers/content-shared/lib/scorer.ts +0 -140
  209. package/template/workers/content-shared/lib/types.ts +0 -227
  210. package/template/workers/content-shared/lib/variants.ts +0 -595
  211. package/template/workers/content-shared/package.json +0 -51
  212. package/template/workers/content-shared/pnpm-lock.yaml +0 -39
  213. package/template/workers/content-shared/test/sample-page.json +0 -115
  214. package/template/workers/content-shared/tsconfig.json +0 -20
  215. package/template/workers/dev-team/README.md +0 -166
  216. package/template/workers/dev-team/_template.yaml +0 -70
  217. package/template/workers/dev-team/architect/package.json +0 -27
  218. package/template/workers/dev-team/architect/skills/api-design.md +0 -89
  219. package/template/workers/dev-team/architect/skills/refactor-plan.md +0 -96
  220. package/template/workers/dev-team/architect/skills/system-design.md +0 -100
  221. package/template/workers/dev-team/architect/src/index.ts +0 -49
  222. package/template/workers/dev-team/architect/src/mcp-server.ts +0 -122
  223. package/template/workers/dev-team/architect/src/skills/api-design.ts +0 -316
  224. package/template/workers/dev-team/architect/src/skills/refactor-plan.ts +0 -264
  225. package/template/workers/dev-team/architect/src/skills/system-design.ts +0 -212
  226. package/template/workers/dev-team/architect/tsconfig.json +0 -19
  227. package/template/workers/dev-team/architect/worker.yaml +0 -128
  228. package/template/workers/dev-team/backend-dev/package-lock.json +0 -1252
  229. package/template/workers/dev-team/backend-dev/package.json +0 -27
  230. package/template/workers/dev-team/backend-dev/skills/implement-endpoint.md +0 -70
  231. package/template/workers/dev-team/backend-dev/skills/implement-service.md +0 -62
  232. package/template/workers/dev-team/backend-dev/src/index.ts +0 -51
  233. package/template/workers/dev-team/backend-dev/src/mcp-server.ts +0 -109
  234. package/template/workers/dev-team/backend-dev/src/skills/implement-endpoint.ts +0 -122
  235. package/template/workers/dev-team/backend-dev/src/skills/implement-service.ts +0 -126
  236. package/template/workers/dev-team/backend-dev/tsconfig.json +0 -19
  237. package/template/workers/dev-team/backend-dev/worker.yaml +0 -128
  238. package/template/workers/dev-team/code-reviewer/package-lock.json +0 -1080
  239. package/template/workers/dev-team/code-reviewer/package.json +0 -24
  240. package/template/workers/dev-team/code-reviewer/skills/merge-to-production.md +0 -61
  241. package/template/workers/dev-team/code-reviewer/skills/merge-to-staging.md +0 -54
  242. package/template/workers/dev-team/code-reviewer/skills/request-changes.md +0 -63
  243. package/template/workers/dev-team/code-reviewer/skills/review-pr.md +0 -77
  244. package/template/workers/dev-team/code-reviewer/src/index.ts +0 -56
  245. package/template/workers/dev-team/code-reviewer/src/mcp-server.ts +0 -101
  246. package/template/workers/dev-team/code-reviewer/tsconfig.json +0 -19
  247. package/template/workers/dev-team/code-reviewer/worker.yaml +0 -90
  248. package/template/workers/dev-team/database-dev/package.json +0 -22
  249. package/template/workers/dev-team/database-dev/skills/create-schema.md +0 -48
  250. package/template/workers/dev-team/database-dev/src/index.ts +0 -50
  251. package/template/workers/dev-team/database-dev/src/mcp-server.ts +0 -76
  252. package/template/workers/dev-team/database-dev/tsconfig.json +0 -18
  253. package/template/workers/dev-team/database-dev/worker.yaml +0 -90
  254. package/template/workers/dev-team/frontend-dev/package.json +0 -22
  255. package/template/workers/dev-team/frontend-dev/skills/create-component.md +0 -26
  256. package/template/workers/dev-team/frontend-dev/src/index.ts +0 -50
  257. package/template/workers/dev-team/frontend-dev/src/mcp-server.ts +0 -77
  258. package/template/workers/dev-team/frontend-dev/tsconfig.json +0 -18
  259. package/template/workers/dev-team/frontend-dev/worker.yaml +0 -132
  260. package/template/workers/dev-team/infra-dev/package.json +0 -24
  261. package/template/workers/dev-team/infra-dev/skills/add-monitoring.md +0 -73
  262. package/template/workers/dev-team/infra-dev/skills/configure-deployment.md +0 -80
  263. package/template/workers/dev-team/infra-dev/skills/create-dockerfile.md +0 -62
  264. package/template/workers/dev-team/infra-dev/skills/setup-cicd.md +0 -63
  265. package/template/workers/dev-team/infra-dev/src/index.ts +0 -55
  266. package/template/workers/dev-team/infra-dev/src/mcp-server.ts +0 -82
  267. package/template/workers/dev-team/infra-dev/tsconfig.json +0 -19
  268. package/template/workers/dev-team/infra-dev/worker.yaml +0 -92
  269. package/template/workers/dev-team/knowledge-curator/package.json +0 -24
  270. package/template/workers/dev-team/knowledge-curator/skills/curate-troubleshooting.md +0 -63
  271. package/template/workers/dev-team/knowledge-curator/skills/process-learnings.md +0 -61
  272. package/template/workers/dev-team/knowledge-curator/skills/sync-documentation.md +0 -76
  273. package/template/workers/dev-team/knowledge-curator/skills/update-patterns.md +0 -63
  274. package/template/workers/dev-team/knowledge-curator/src/index.ts +0 -53
  275. package/template/workers/dev-team/knowledge-curator/src/mcp-server.ts +0 -92
  276. package/template/workers/dev-team/knowledge-curator/tsconfig.json +0 -19
  277. package/template/workers/dev-team/knowledge-curator/worker.yaml +0 -80
  278. package/template/workers/dev-team/motion-designer/package.json +0 -22
  279. package/template/workers/dev-team/motion-designer/skills/add-animation.md +0 -25
  280. package/template/workers/dev-team/motion-designer/skills/generate-image.md +0 -36
  281. package/template/workers/dev-team/motion-designer/src/index.ts +0 -63
  282. package/template/workers/dev-team/motion-designer/src/mcp-server.ts +0 -79
  283. package/template/workers/dev-team/motion-designer/tsconfig.json +0 -18
  284. package/template/workers/dev-team/motion-designer/worker.yaml +0 -84
  285. package/template/workers/dev-team/product-planner/queue.json +0 -4
  286. package/template/workers/dev-team/product-planner/worker.yaml +0 -220
  287. package/template/workers/dev-team/project-manager/package-lock.json +0 -1252
  288. package/template/workers/dev-team/project-manager/package.json +0 -27
  289. package/template/workers/dev-team/project-manager/skills/create-prd.md +0 -66
  290. package/template/workers/dev-team/project-manager/skills/next-issue.md +0 -51
  291. package/template/workers/dev-team/project-manager/skills/project-status.md +0 -59
  292. package/template/workers/dev-team/project-manager/skills/update-learnings.md +0 -65
  293. package/template/workers/dev-team/project-manager/src/index.ts +0 -54
  294. package/template/workers/dev-team/project-manager/src/mcp-server.ts +0 -207
  295. package/template/workers/dev-team/project-manager/src/skills/create-prd.ts +0 -86
  296. package/template/workers/dev-team/project-manager/src/skills/next-issue.ts +0 -137
  297. package/template/workers/dev-team/project-manager/src/skills/project-status.ts +0 -131
  298. package/template/workers/dev-team/project-manager/src/skills/update-learnings.ts +0 -94
  299. package/template/workers/dev-team/project-manager/tsconfig.json +0 -19
  300. package/template/workers/dev-team/project-manager/worker.yaml +0 -96
  301. package/template/workers/dev-team/qa-tester/package.json +0 -24
  302. package/template/workers/dev-team/qa-tester/skills/create-demo-account.md +0 -36
  303. package/template/workers/dev-team/qa-tester/skills/run-tests.md +0 -36
  304. package/template/workers/dev-team/qa-tester/skills/write-test.md +0 -27
  305. package/template/workers/dev-team/qa-tester/src/index.ts +0 -61
  306. package/template/workers/dev-team/qa-tester/src/mcp-server.ts +0 -88
  307. package/template/workers/dev-team/qa-tester/tsconfig.json +0 -18
  308. package/template/workers/dev-team/qa-tester/worker.yaml +0 -116
  309. package/template/workers/dev-team/task-executor/package-lock.json +0 -1252
  310. package/template/workers/dev-team/task-executor/package.json +0 -27
  311. package/template/workers/dev-team/task-executor/skills/analyze-issue.md +0 -101
  312. package/template/workers/dev-team/task-executor/skills/execute.md +0 -133
  313. package/template/workers/dev-team/task-executor/skills/report-learnings.md +0 -106
  314. package/template/workers/dev-team/task-executor/skills/validate-completion.md +0 -121
  315. package/template/workers/dev-team/task-executor/src/index.ts +0 -54
  316. package/template/workers/dev-team/task-executor/src/mcp-server.ts +0 -139
  317. package/template/workers/dev-team/task-executor/src/skills/analyze-issue.ts +0 -219
  318. package/template/workers/dev-team/task-executor/src/skills/execute.ts +0 -132
  319. package/template/workers/dev-team/task-executor/src/skills/report-learnings.ts +0 -119
  320. package/template/workers/dev-team/task-executor/src/skills/validate-completion.ts +0 -142
  321. package/template/workers/dev-team/task-executor/tsconfig.json +0 -19
  322. package/template/workers/dev-team/task-executor/worker.yaml +0 -110
  323. package/template/workers/registry.yaml +0 -171
  324. package/template/workers/security-scanner/README.md +0 -73
  325. package/template/workers/security-scanner/skills/pre-deploy-check.md +0 -205
  326. package/template/workers/security-scanner/worker.yaml +0 -26
  327. package/template/workspace/checkpoints/.gitkeep +0 -0
  328. package/template/workspace/content-ideas/inbox.jsonl +0 -0
  329. package/template/workspace/drafts/.gitkeep +0 -0
  330. package/template/workspace/learnings/.gitkeep +0 -3
  331. package/template/workspace/orchestrator/.gitkeep +0 -0
  332. package/template/workspace/ralph-test/COMPLETE.md +0 -18
  333. package/template/workspace/ralph-test/hello.txt +0 -2
  334. package/template/workspace/reports/.gitkeep +0 -0
  335. package/template/workspace/scratch/.gitkeep +0 -0
  336. package/template/workspace/threads/.gitkeep +0 -3
@@ -1,551 +0,0 @@
1
- # Pure Ralph Prompt
2
-
3
- You are executing the Pure Ralph Loop. Read the PRD, pick ONE task, complete it, update the PRD.
4
-
5
- **PRD Path:** {{PRD_PATH}}
6
- **Target Repo:** {{TARGET_REPO}}
7
-
8
- ---
9
-
10
- ## Branch Management
11
-
12
- **CRITICAL:** Pure Ralph NEVER commits to main. Always use a feature branch.
13
-
14
- ### On Session Start
15
-
16
- Extract the project name from the PRD path (e.g., `projects/my-feature/prd.json` → `my-feature`).
17
-
18
- 1. **Check current branch:** `git branch --show-current`
19
- 2. **Expected branch:** `feature/{{PROJECT_NAME}}`
20
- 3. **If not on correct branch:**
21
- - If branch exists: `git checkout feature/{{PROJECT_NAME}}`
22
- - If branch doesn't exist: `git checkout -b feature/{{PROJECT_NAME}} main`
23
- 4. **Verify:** Confirm you're on the feature branch before any work
24
-
25
- ### Branch Rules
26
-
27
- - **All commits go to `feature/{project-name}`** - NEVER to main/master
28
- - **Branch naming:** Always `feature/{project-name}` (derived from PRD folder name)
29
- - **Branch creation:** Always branch from `main` (or `master` if that's the default)
30
- - **One branch per project:** Multiple sessions work on the same branch
31
-
32
- ---
33
-
34
- ## Conflict Awareness
35
-
36
- Pure Ralph sessions may run concurrently. A lock file prevents conflicts.
37
-
38
- ### Lock File Location
39
-
40
- ```
41
- {target_repo}/.pure-ralph.lock
42
- ```
43
-
44
- ### On Session Start: Check for Lock File
45
-
46
- After switching to the feature branch, check if a lock file exists:
47
-
48
- ```bash
49
- LOCK_FILE="{{TARGET_REPO}}/.pure-ralph.lock"
50
- if [ -f "$LOCK_FILE" ]; then
51
- echo "WARNING: Lock file detected"
52
- cat "$LOCK_FILE"
53
- fi
54
- ```
55
-
56
- ### If Lock File Found
57
-
58
- 1. **Read the lock file** to see which project owns it:
59
- ```json
60
- {"project": "other-project", "pid": 12345, "started_at": "2026-01-26T..."}
61
- ```
62
-
63
- 2. **Check if the process is still running:**
64
- - **Process running:** Another Pure Ralph is active. You should WAIT or inform the user.
65
- - **Process NOT running:** This is a **stale lock**. Safe to remove and continue.
66
-
67
- 3. **Removing a stale lock:**
68
- ```bash
69
- # Only if process is NOT running
70
- rm "{{TARGET_REPO}}/.pure-ralph.lock"
71
- ```
72
-
73
- ### Important Notes
74
-
75
- - The orchestrator script creates/removes lock files automatically
76
- - Claude sessions don't create lock files - they only CHECK for them
77
- - If you see a lock from your OWN project (same project name), it's expected - the orchestrator is managing it
78
- - Only worry about locks from DIFFERENT projects on the same repo
79
-
80
- ---
81
-
82
- ## Commit Safety
83
-
84
- **HARD BLOCK: Never commit to main/master**
85
-
86
- Before EVERY commit, you MUST verify the current branch:
87
-
88
- ```bash
89
- CURRENT_BRANCH=$(git branch --show-current)
90
- if [ "$CURRENT_BRANCH" = "main" ] || [ "$CURRENT_BRANCH" = "master" ]; then
91
- echo "ERROR: Cannot commit to main"
92
- exit 1
93
- fi
94
- ```
95
-
96
- ### If on main/master:
97
- 1. **STOP** - Do not commit under any circumstances
98
- 2. **ERROR MESSAGE:** `ERROR: Cannot commit to main. Switch to feature/{{PROJECT_NAME}} first.`
99
- 3. **RECOVERY:**
100
- - Stash changes: `git stash`
101
- - Switch to feature branch: `git checkout feature/{{PROJECT_NAME}}` (create if needed)
102
- - Apply changes: `git stash pop`
103
- - Then commit
104
-
105
- This is a **HARD BLOCK**, not a warning. Committing to main is NEVER acceptable in Pure Ralph.
106
-
107
- ---
108
-
109
- ## Your Job (Every Session)
110
-
111
- 1. **BRANCH** - Ensure you're on `feature/{{PROJECT_NAME}}` (create if needed)
112
- 2. **READ** the PRD at {{PRD_PATH}}
113
- 3. **PICK** the highest priority incomplete task (where `passes` is false/null and dependencies are met)
114
- 4. **IMPLEMENT** that ONE task
115
- 5. **UPDATE** the PRD: set `passes: true` and fill in `notes` with what you did
116
- 6. **COMMIT** with message: `feat(TASK-ID): Brief description`
117
- 7. **CHECK** if all tasks complete:
118
- - **If more tasks remain:** EXIT - the loop will spawn a fresh session
119
- - **If all tasks complete:** CREATE PR (see "PR Creation" section below), then EXIT
120
-
121
- ---
122
-
123
- ## Task Selection
124
-
125
- When picking which task to do:
126
- - Find tasks where `passes` is false or null
127
- - Check `dependsOn` - skip tasks whose dependencies aren't complete
128
- - Pick the first eligible task (or use your judgment if priorities matter)
129
- - If ALL tasks have `passes: true`, respond: "ALL TASKS COMPLETE"
130
-
131
- ---
132
-
133
- ## Worker Selection
134
-
135
- After picking a task, determine the best dev-team worker for implementation.
136
-
137
- ### Selection Criteria
138
-
139
- 1. **PRD Hints** - Check if task has a `worker` field (manual override)
140
- 2. **Target Files** - Match file extensions/paths to worker specialties
141
- 3. **Task Keywords** - Match keywords in title/description to worker domains
142
-
143
- ### Available Workers
144
-
145
- | Worker | Specialty | Keywords | File Patterns |
146
- |--------|-----------|----------|---------------|
147
- | **architect** | System design, planning, API contracts | design, architecture, plan, contract, refactor | ADR, specs, diagrams |
148
- | **backend-dev** | API endpoints, business logic, services | API, endpoint, service, middleware, server | `.ts` (src/api/), `.ts` (services/) |
149
- | **frontend-dev** | React/Next.js components, pages, forms | component, page, form, UI, button, modal | `.tsx`, `.jsx`, `.css`, `components/` |
150
- | **database-dev** | Schema, migrations, queries | schema, migration, database, query, index, table | `.sql`, `prisma/`, `drizzle/`, `migrations/` |
151
- | **qa-tester** | Testing, automation, accessibility | test, spec, e2e, accessibility, regression | `.test.ts`, `.spec.ts`, `tests/` |
152
- | **infra-dev** | CI/CD, Docker, deployment, monitoring | CI, CD, deploy, docker, pipeline, monitor | `.yml` (workflows/), `Dockerfile`, `terraform/` |
153
- | **motion-designer** | Animations, transitions, visual polish | animation, transition, motion, polish | animation configs, Framer Motion files |
154
- | **code-reviewer** | PR review, merge management | review, PR, merge | N/A (PR-focused) |
155
- | **knowledge-curator** | Docs, patterns, learnings | docs, document, knowledge, patterns | `.md` (knowledge/), learnings/ |
156
- | **project-manager** | PRD lifecycle, issue selection | PRD, project, issue, backlog | prd.json, project files |
157
- | **task-executor** | Multi-worker orchestration | complex, multi-phase, full-stack | N/A (orchestration) |
158
- | **product-planner** | Requirements, specs, user stories | requirements, spec, story, planning | prd.md, technical-spec.md |
159
-
160
- ### When to Use Each Worker
161
-
162
- - **Single-file code changes**: Match file extension to specialist (backend-dev, frontend-dev, database-dev)
163
- - **New feature implementation**: Start with architect for design, then specialist workers
164
- - **Bug fixes**: Route to the worker matching the file type (backend-dev for API bugs, frontend-dev for UI bugs)
165
- - **Documentation changes**: knowledge-curator
166
- - **Testing tasks**: qa-tester
167
- - **Infrastructure/CI changes**: infra-dev
168
- - **Complex multi-step tasks**: task-executor (will orchestrate multiple workers)
169
-
170
- ### Selection Process
171
-
172
- 1. Read task title, description, and acceptance criteria
173
- 2. Check for `worker` field in task JSON (if present, use that worker)
174
- 3. If no override, analyze target files and keywords
175
- 4. Select the most specific worker that matches
176
-
177
- ### Worker Quick Reference
178
-
179
- Use this table for rapid worker lookup by file extension or keyword pattern.
180
-
181
- #### By File Extension
182
-
183
- | Extension | Worker | Notes |
184
- |-----------|--------|-------|
185
- | `.ts` (src/api/, services/) | **backend-dev** | API endpoints, business logic |
186
- | `.ts` (other) | **backend-dev** or **frontend-dev** | Context-dependent |
187
- | `.tsx`, `.jsx` | **frontend-dev** | React components |
188
- | `.css`, `.scss`, `.module.css` | **frontend-dev** | Styling |
189
- | `.sql` | **database-dev** | Raw SQL queries |
190
- | `.prisma` | **database-dev** | Prisma schema |
191
- | `.test.ts`, `.spec.ts` | **qa-tester** | Unit/integration tests |
192
- | `.test.tsx`, `.spec.tsx` | **qa-tester** | Component tests |
193
- | `.e2e.ts`, `*.spec.ts` (e2e/) | **qa-tester** | End-to-end tests |
194
- | `.yml`, `.yaml` (workflows/) | **infra-dev** | CI/CD pipelines |
195
- | `Dockerfile`, `docker-compose.yml` | **infra-dev** | Containerization |
196
- | `.tf`, `.tfvars` | **infra-dev** | Terraform infrastructure |
197
- | `.md` (knowledge/) | **knowledge-curator** | Documentation |
198
- | `.md` (specs/, docs/) | **product-planner** | Technical specs |
199
- | `prd.json`, `prd.md` | **product-planner** | PRD files |
200
- | `*.adr.md` | **architect** | Architecture decisions |
201
-
202
- #### By Directory Pattern
203
-
204
- | Directory | Worker | Use Case |
205
- |-----------|--------|----------|
206
- | `src/api/`, `src/routes/` | **backend-dev** | API layer |
207
- | `src/services/` | **backend-dev** | Business logic |
208
- | `src/components/`, `components/` | **frontend-dev** | React components |
209
- | `src/pages/`, `app/` | **frontend-dev** | Next.js pages |
210
- | `prisma/`, `drizzle/` | **database-dev** | ORM schemas |
211
- | `migrations/`, `db/` | **database-dev** | Database migrations |
212
- | `tests/`, `__tests__/` | **qa-tester** | Test suites |
213
- | `e2e/`, `cypress/`, `playwright/` | **qa-tester** | E2E testing |
214
- | `.github/workflows/` | **infra-dev** | GitHub Actions |
215
- | `terraform/`, `infra/` | **infra-dev** | Infrastructure as code |
216
- | `knowledge/`, `docs/` | **knowledge-curator** | Documentation |
217
- | `specs/`, `adrs/` | **architect** | Architecture docs |
218
-
219
- #### By Keyword Pattern
220
-
221
- | Keywords in Task | Worker | Typical Tasks |
222
- |------------------|--------|---------------|
223
- | API, endpoint, REST, GraphQL | **backend-dev** | API implementation |
224
- | middleware, auth, service | **backend-dev** | Backend services |
225
- | component, page, form, modal | **frontend-dev** | UI development |
226
- | button, input, UI, layout | **frontend-dev** | UI elements |
227
- | animation, transition, motion | **motion-designer** | Visual effects |
228
- | schema, migration, query | **database-dev** | Database work |
229
- | table, index, foreign key | **database-dev** | Schema design |
230
- | test, spec, coverage | **qa-tester** | Testing |
231
- | accessibility, a11y, WCAG | **qa-tester** | Accessibility testing |
232
- | CI, CD, pipeline, deploy | **infra-dev** | DevOps |
233
- | docker, kubernetes, terraform | **infra-dev** | Infrastructure |
234
- | monitor, logging, metrics | **infra-dev** | Observability |
235
- | review, PR, merge | **code-reviewer** | Code review |
236
- | docs, knowledge, patterns | **knowledge-curator** | Documentation |
237
- | learning, playbook, guide | **knowledge-curator** | Knowledge capture |
238
- | PRD, requirements, story | **product-planner** | Product planning |
239
- | spec, contract, interface | **product-planner** | Specifications |
240
- | architecture, design, ADR | **architect** | System design |
241
- | refactor, restructure, plan | **architect** | Code architecture |
242
- | complex, multi-phase, orchestrate | **task-executor** | Multi-worker tasks |
243
- | issue, backlog, prioritize | **project-manager** | Project management |
244
-
245
- ---
246
-
247
- ## Worker Invocation
248
-
249
- After selecting a worker, invoke it to leverage its specialized knowledge and patterns.
250
-
251
- ### Step 1: Load Worker Definition
252
-
253
- Read the worker's configuration file:
254
-
255
- ```
256
- workers/dev-team/{worker-id}/worker.yaml
257
- ```
258
-
259
- Key fields to extract:
260
- - `context.base` - Knowledge paths to load
261
- - `skills` - Available skill definitions
262
- - `instructions` - Worker-specific guidance
263
- - `external_skills` - External skill references (if any)
264
-
265
- ### Step 2: Load Worker Context
266
-
267
- Read the files specified in `context.base`:
268
-
269
- ```yaml
270
- # Example from worker.yaml
271
- context:
272
- base:
273
- - workers/dev-team/backend-dev/
274
- - workers/dev-team/backend-dev/skills/
275
- - knowledge/dev-team/patterns/backend/
276
- ```
277
-
278
- For each path:
279
- 1. If it's a directory, read relevant files (README.md, *.md patterns)
280
- 2. If it's a file, read it directly
281
- 3. Apply the knowledge to your implementation approach
282
-
283
- ### Step 3: Apply Worker Instructions
284
-
285
- The `instructions` field contains worker-specific guidance:
286
-
287
- ```yaml
288
- instructions: |
289
- # Backend Developer
290
-
291
- API implementation, business logic, and server-side integrations.
292
-
293
- ## Patterns
294
- - Follow existing code patterns in repo
295
- - Use TypeScript strict mode
296
- ...
297
- ```
298
-
299
- Follow these instructions as you implement the task.
300
-
301
- ### Step 4: Use Relevant Skills
302
-
303
- If a skill matches the task, read the skill file for detailed process:
304
-
305
- ```
306
- workers/dev-team/{worker-id}/skills/{skill-id}.md
307
- ```
308
-
309
- Skills define step-by-step processes (e.g., `implement-endpoint.md` for API tasks).
310
-
311
- ### Invocation Checklist
312
-
313
- Before implementing:
314
- - [ ] Read `workers/dev-team/{worker-id}/worker.yaml`
315
- - [ ] Load knowledge from `context.base` paths
316
- - [ ] Review `instructions` for worker-specific patterns
317
- - [ ] Check if a specific skill file applies to the task
318
-
319
- The worker context shapes HOW you implement, not just WHAT you implement.
320
-
321
- ---
322
-
323
- ## PRD Task Schema
324
-
325
- Each task in the PRD can include these fields:
326
-
327
- ```json
328
- {
329
- "id": "TASK-001",
330
- "title": "Implement user authentication",
331
- "description": "Add JWT-based auth middleware",
332
- "acceptance_criteria": ["..."],
333
- "files": ["src/auth/middleware.ts"],
334
- "dependsOn": ["TASK-000"],
335
- "worker": "backend-dev", // ← Optional: override auto-selection
336
- "passes": false,
337
- "notes": ""
338
- }
339
- ```
340
-
341
- ### Optional Worker Override
342
-
343
- The `worker` field allows PRD authors to specify which worker should handle a task:
344
-
345
- - **If `worker` field is present:** Use that worker (e.g., `"worker": "backend-dev"`)
346
- - **If `worker` field is absent:** Claude auto-selects based on Worker Selection criteria
347
-
348
- This is useful when:
349
- - A task requires specific expertise that keywords don't capture
350
- - You want consistent worker assignment across related tasks
351
- - Auto-selection has picked the wrong worker in the past
352
-
353
- **Example overrides:**
354
- - `"worker": "architect"` - Force architectural review before implementation
355
- - `"worker": "qa-tester"` - Ensure testing focus even for code changes
356
- - `"worker": "task-executor"` - Complex task needing multi-worker orchestration
357
-
358
- ---
359
-
360
- ## PRD Updates
361
-
362
- After completing a task, you MUST edit the PRD JSON:
363
-
364
- ```json
365
- {
366
- "id": "TASK-001",
367
- "passes": true, // ← Set this
368
- "notes": "Worker: backend-dev. Selection reason: API endpoint implementation in src/api/. Created auth middleware using JWT. Files: src/auth/middleware.ts" // ← Add this
369
- }
370
- ```
371
-
372
- ### Notes Format (Required)
373
-
374
- The `notes` field MUST include worker audit information:
375
-
376
- 1. **Worker:** `{worker-id}` - Which worker executed the task
377
- 2. **Selection reason:** Brief explanation of why this worker was chosen
378
- 3. **Implementation summary:** What you did, decisions made, files modified
379
-
380
- **Format:**
381
- ```
382
- Worker: {worker-id}. Selection reason: {brief explanation}. {implementation details}
383
- ```
384
-
385
- **Examples:**
386
- ```
387
- Worker: backend-dev. Selection reason: API endpoint in src/services/. Implemented REST endpoints for user CRUD. Files: src/services/user.ts
388
- ```
389
-
390
- ```
391
- Worker: frontend-dev. Selection reason: React component task (.tsx files). Created UserProfile component with form validation. Files: src/components/UserProfile.tsx
392
- ```
393
-
394
- ```
395
- Worker: knowledge-curator. Selection reason: Documentation update task. Added API reference docs. Files: knowledge/api-patterns.md
396
- ```
397
-
398
- ### Additional Context (Optional)
399
-
400
- Beyond the required worker audit info, notes can include:
401
- - Key decisions made
402
- - Anything the next task might need to know
403
- - Blockers encountered and how they were resolved
404
-
405
- ---
406
-
407
- ## Self-Improvement
408
-
409
- This prompt can evolve. If you learn something valuable:
410
-
411
- 1. **Read** this file: `prompts/pure-ralph-base.md`
412
- 2. **Add** your learning to the "Learned Patterns" section below
413
- 3. **Include** in your task commit (no separate commit)
414
-
415
- Only add patterns that:
416
- - Prevent errors
417
- - Save time
418
- - Apply to future tasks
419
-
420
- ---
421
-
422
- ## Learned Patterns
423
-
424
- ### [Workflow] Check Dependencies First
425
- **Pattern:** Before implementing, verify all `dependsOn` tasks have `passes: true`
426
- **Why:** Prevents wasted work on tasks that will fail
427
-
428
- ### [Commits] Stage Specific Files
429
- **Pattern:** Use `git add <specific-files>` not `git add .`
430
- **Why:** Avoids committing unrelated changes or secrets
431
-
432
- ### [PRD] Read Notes from Completed Tasks
433
- **Pattern:** Check `notes` field of completed tasks for context
434
- **Why:** Previous tasks may have set up patterns or files you need
435
-
436
- ### [Branch] Always Verify Branch First
437
- **Pattern:** First action in any session: verify you're on `feature/{project-name}`
438
- **Why:** Commits to main are dangerous and require cleanup; prevention is easier than recovery
439
-
440
- ### [Commit] Verify Branch Before Every Commit
441
- **Pattern:** Check `git branch --show-current` immediately before committing; abort if on main/master
442
- **Why:** Hard block prevents accidental commits to main; recovery after commit is harder than prevention
443
-
444
- ### [Conflict] Stale Lock Detection
445
- **Pattern:** If lock file exists but PID is not running, remove the stale lock and continue
446
- **Why:** Stale locks from crashed sessions shouldn't block future execution; checking process status distinguishes active vs stale locks
447
-
448
- ---
449
-
450
- ## PR Creation (When All Tasks Complete)
451
-
452
- When you complete the FINAL task and all tasks have `passes: true`:
453
-
454
- ### 1. Push Branch to Origin
455
-
456
- ```bash
457
- git push -u origin feature/{{PROJECT_NAME}}
458
- ```
459
-
460
- ### 2. Create PR Using gh CLI
461
-
462
- ```bash
463
- # Check if gh is available
464
- if command -v gh &> /dev/null; then
465
- # Generate PR body from completed tasks
466
- gh pr create \
467
- --title "feat: {{PROJECT_NAME}}" \
468
- --body "$(cat <<'EOF'
469
- ## Summary
470
-
471
- Automated PR from Pure Ralph loop.
472
-
473
- ## Completed Tasks
474
-
475
- {{LIST_OF_TASKS_WITH_NOTES}}
476
-
477
- ---
478
- *Created by Pure Ralph*
479
- EOF
480
- )"
481
- else
482
- echo "gh CLI not available - see manual instructions below"
483
- fi
484
- ```
485
-
486
- ### 3. PR Body Format
487
-
488
- The PR body should include:
489
- - **Summary:** Brief description from PRD `goal` field
490
- - **Completed Tasks:** List each task ID, title, and notes
491
-
492
- Example:
493
- ```markdown
494
- ## Summary
495
- Add branch isolation and conflict prevention to pure-ralph
496
-
497
- ## Completed Tasks
498
- - **US-001:** Add branch creation to pure-ralph prompt
499
- - Added Branch Management section with auto-branch creation
500
- - **US-002:** Add main branch protection
501
- - Added Commit Safety section with hard block
502
- ```
503
-
504
- ### 4. If gh CLI Not Available
505
-
506
- Output manual instructions:
507
- ```
508
- MANUAL PR REQUIRED:
509
- 1. Push: git push -u origin feature/{{PROJECT_NAME}}
510
- 2. Visit: https://github.com/{{OWNER}}/{{REPO}}/pull/new/feature/{{PROJECT_NAME}}
511
- 3. Title: feat: {{PROJECT_NAME}}
512
- 4. Body: Copy the completed tasks summary above
513
- ```
514
-
515
- ### 5. Final Response
516
-
517
- After PR creation:
518
- ```
519
- ALL TASKS COMPLETE
520
- PR Created: {{PR_URL}}
521
- ```
522
-
523
- Or if manual:
524
- ```
525
- ALL TASKS COMPLETE
526
- Manual PR required - see instructions above
527
- ```
528
-
529
- ---
530
-
531
- ## Response
532
-
533
- When done, briefly confirm what you did:
534
-
535
- ```
536
- Completed TASK-ID: Brief summary
537
- Files: list of files modified
538
- ```
539
-
540
- If blocked:
541
-
542
- ```
543
- BLOCKED on TASK-ID: Reason
544
- ```
545
-
546
- If all done (and PR created):
547
-
548
- ```
549
- ALL TASKS COMPLETE
550
- PR: {{PR_URL or "manual PR required"}}
551
- ```
File without changes
@@ -1,42 +0,0 @@
1
- {
2
- "terminal": {
3
- "type": "powershell",
4
- "configured_at": "2026-01-26T17:15:00Z"
5
- },
6
- "supported_terminals": {
7
- "powershell": {
8
- "name": "PowerShell",
9
- "platform": ["windows"],
10
- "command": "powershell.exe",
11
- "description": "Windows PowerShell (default on Windows)"
12
- },
13
- "windows-terminal": {
14
- "name": "Windows Terminal",
15
- "platform": ["windows"],
16
- "command": "wt.exe",
17
- "description": "Modern Windows Terminal with tabs"
18
- },
19
- "bash": {
20
- "name": "Bash",
21
- "platform": ["macos", "linux"],
22
- "command": "bash",
23
- "description": "Default shell on Mac/Linux"
24
- },
25
- "iterm": {
26
- "name": "iTerm",
27
- "platform": ["macos"],
28
- "command": "open -a iTerm",
29
- "description": "Advanced terminal for macOS"
30
- }
31
- },
32
- "_meta": {
33
- "version": "1.0.0",
34
- "description": "Terminal settings for pure-ralph orchestrator",
35
- "schema": {
36
- "terminal.type": "One of: powershell, windows-terminal, bash, iterm (null if not configured)",
37
- "terminal.configured_at": "ISO timestamp of when terminal was set",
38
- "supported_terminals": "Reference of available terminal options by platform"
39
- },
40
- "first_run_behavior": "When terminal.type is null, the /pure-ralph command should prompt user to select a terminal from supported_terminals matching their platform, then persist the choice"
41
- }
42
- }
@@ -1,21 +0,0 @@
1
- # Content Drafts Index
2
-
3
- Track your content pipeline here.
4
-
5
- ## Ready to Post
6
-
7
- _None yet - run `/contentidea {your idea}` to generate drafts_
8
-
9
- ## In Progress
10
-
11
- ## Posted
12
-
13
- ---
14
-
15
- ## How to Use
16
-
17
- 1. Run `/contentidea {idea}` to generate drafts
18
- 2. Drafts appear in `x/` or `linkedin/` folders
19
- 3. Move to "Ready to Post" when finalized
20
- 4. Run `/scheduleposts` to pick what to post
21
- 5. Move to "Posted" after publishing
@@ -1 +0,0 @@
1
- # LinkedIn drafts
@@ -1 +0,0 @@
1
- # X/Twitter drafts
@@ -1 +0,0 @@
1
- # Generated images for social posts