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,74 +0,0 @@
1
- # INDEX.md Specification
2
-
3
- Standard for hierarchical INDEX.md files across HQ directories.
4
-
5
- ## Template
6
-
7
- ```markdown
8
- # {Directory Name}
9
-
10
- > Auto-generated. Updated: {YYYY-MM-DD}
11
-
12
- | Name | Description |
13
- |------|-------------|
14
- | `item/` | 1-line description |
15
- ```
16
-
17
- Optional 1-2 line notes section at bottom for usage hints (e.g., "Load workers via `/run {id}`").
18
-
19
- ## Description Extraction
20
-
21
- | File type | Source |
22
- |-----------|--------|
23
- | `.md` | First `#` heading |
24
- | `.yaml` | `description:` field |
25
- | `.json` | `name` or `description` field |
26
- | Directory | File count + purpose summary |
27
-
28
- Max 80 chars per description. If no metadata extractable, use filename.
29
-
30
- ## Variants
31
-
32
- - `projects/INDEX.md` → add `Status` column (active/completed/archived)
33
- - `workspace/orchestrator/INDEX.md` → add `Progress` column (e.g. "5/11 45%")
34
- - `workspace/reports/INDEX.md` → add `Date` column
35
-
36
- ## Locations (10 directories)
37
-
38
- 1. `projects/`
39
- 2. `companies/{company-1}/knowledge/`
40
- 3. `companies/{company-2}/knowledge/`
41
- 4. `companies/{company-3}/knowledge/`
42
- 5. `knowledge/`
43
- 6. `workers/public/`
44
- 7. `workers/private/`
45
- 8. `workspace/orchestrator/`
46
- 9. `workspace/reports/`
47
- 10. `workspace/social-drafts/`
48
-
49
- Root `INDEX.md` and `workspace/threads/INDEX.md` also exist but follow their own formats.
50
-
51
- ## Regeneration Rules
52
-
53
- - Always full-rewrite (not incremental patch). Idempotent.
54
- - Skip: `INDEX.md` itself, `.DS_Store`, `node_modules/`, dotfiles
55
- - Sort entries: directories first, then files, alphabetical within each group
56
- - Timestamp: use current date in YYYY-MM-DD format
57
-
58
- ## Update Triggers
59
-
60
- | Command | INDEX.md files updated |
61
- |---------|----------------------|
62
- | `/checkpoint` | Root, threads/, + touched company knowledge dirs |
63
- | `/handoff` | Root, threads/, orchestrator/, + touched company knowledge dirs |
64
- | `/reanchor` | Validates freshness, reads indexes for context |
65
- | `/cleanup --reindex` | ALL INDEX.md files (full rebuild) |
66
- | `/prd` | `projects/` |
67
- | `/run-project` | `projects/`, `workspace/orchestrator/` |
68
- | `/newworker` | `workers/public/` or `workers/private/` |
69
- | `/contentidea`, `/suggestposts`, `/post-now` | `workspace/social-drafts/` |
70
- | Report generation | `workspace/reports/` |
71
-
72
- ## qmd
73
-
74
- INDEX.md files are excluded from qmd indexing via `.qmdignore`. They are navigation aids, not searchable content.
@@ -1,153 +0,0 @@
1
- # Thread Schema
2
-
3
- Threads persist complete session state including conversation summary, git context, and worker execution info. Inspired by Loom's thread-system.
4
-
5
- ## Location
6
-
7
- `workspace/threads/{thread_id}.json`
8
-
9
- ## Thread ID Format
10
-
11
- `T-{YYYYMMDD}-{HHMMSS}-{slug}`
12
-
13
- Example: `T-20260123-143052-mrr-report`
14
-
15
- ## Schema
16
-
17
- ```json
18
- {
19
- "thread_id": "T-20260123-143052-mrr-report",
20
- "version": 1,
21
- "created_at": "2026-01-23T14:30:52.000Z",
22
- "updated_at": "2026-01-23T14:35:00.000Z",
23
-
24
- "workspace_root": "~/Documents/HQ",
25
- "cwd": "repos/private/{company}",
26
-
27
- "git": {
28
- "branch": "main",
29
- "remote_url": "git@github.com:user/repo.git",
30
- "initial_commit": "abc1234",
31
- "current_commit": "def5678",
32
- "commits_made": [
33
- "def5678: feat: add MRR calculation"
34
- ],
35
- "dirty": false
36
- },
37
-
38
- "worker": {
39
- "id": "{worker-id}",
40
- "skill": "mrr",
41
- "state": "completed",
42
- "started_at": "2026-01-23T14:30:52.000Z",
43
- "completed_at": "2026-01-23T14:35:00.000Z"
44
- },
45
-
46
- "conversation_summary": "Generated MRR report showing $45,230 current MRR with 3.2% growth",
47
- "files_touched": [
48
- "workspace/reports/finance/2026-01-23-mrr.md"
49
- ],
50
- "next_steps": [],
51
-
52
- "metadata": {
53
- "title": "MRR Report Jan 2026",
54
- "tags": ["finance", "{company}", "mrr"]
55
- }
56
- }
57
- ```
58
-
59
- ## Fields
60
-
61
- ### Core
62
-
63
- | Field | Type | Description |
64
- |-------|------|-------------|
65
- | `thread_id` | string | Unique identifier |
66
- | `version` | number | Schema version (currently 1) |
67
- | `created_at` | ISO8601 | Thread creation time |
68
- | `updated_at` | ISO8601 | Last update time |
69
-
70
- ### Context
71
-
72
- | Field | Type | Description |
73
- |-------|------|-------------|
74
- | `workspace_root` | string | HQ root path |
75
- | `cwd` | string | Working directory (relative to root) |
76
-
77
- ### Git State
78
-
79
- | Field | Type | Description |
80
- |-------|------|-------------|
81
- | `git.branch` | string | Current branch |
82
- | `git.remote_url` | string | Origin remote URL |
83
- | `git.initial_commit` | string | Commit SHA at thread start |
84
- | `git.current_commit` | string | Commit SHA at thread end |
85
- | `git.commits_made` | string[] | Commits created during session |
86
- | `git.dirty` | boolean | Uncommitted changes present |
87
-
88
- ### Worker State
89
-
90
- | Field | Type | Description |
91
- |-------|------|-------------|
92
- | `worker.id` | string | Worker ID (if applicable) |
93
- | `worker.skill` | string | Skill executed |
94
- | `worker.state` | enum | `idle`, `loading`, `executing`, `verifying`, `completed`, `error` |
95
- | `worker.started_at` | ISO8601 | Execution start |
96
- | `worker.completed_at` | ISO8601 | Execution end |
97
-
98
- ### Results
99
-
100
- | Field | Type | Description |
101
- |-------|------|-------------|
102
- | `conversation_summary` | string | What was accomplished |
103
- | `files_touched` | string[] | Files created/modified |
104
- | `next_steps` | string[] | Remaining work |
105
-
106
- ### Metadata
107
-
108
- | Field | Type | Description |
109
- |-------|------|-------------|
110
- | `metadata.title` | string | Human-readable title |
111
- | `metadata.tags` | string[] | Searchable tags |
112
-
113
- ## State Values
114
-
115
- Worker states follow the FSM:
116
-
117
- ```
118
- idle → loading → executing → verifying → completed
119
-
120
- error
121
- ```
122
-
123
- ## Usage
124
-
125
- ### Creating a Thread
126
-
127
- ```bash
128
- # Captured by /checkpoint command
129
- /checkpoint mrr-report
130
- ```
131
-
132
- ### Searching Threads
133
-
134
- ```bash
135
- # Via /search command
136
- /search mrr
137
- ```
138
-
139
- ### Listing Recent
140
-
141
- ```bash
142
- ls -lt workspace/threads/ | head -10
143
- ```
144
-
145
- ## Backward Compatibility
146
-
147
- Old checkpoints in `workspace/checkpoints/` remain valid. Threads are a superset with richer git context.
148
-
149
- ## See Also
150
-
151
- - [Loom thread-system](../loom/thread-system.md) - Inspiration
152
- - `/checkpoint` command - Creates threads
153
- - `/search` command - Searches threads
@@ -1,51 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "hq-checkpoint-schema",
4
- "title": "HQ Checkpoint Schema",
5
- "description": "Canonical checkpoint format for HQ task progress tracking",
6
- "type": "object",
7
- "required": ["task_id", "completed_at", "summary"],
8
- "properties": {
9
- "task_id": {
10
- "type": "string",
11
- "description": "Unique identifier for the task (e.g., US-001, feature-name)"
12
- },
13
- "completed_at": {
14
- "type": "string",
15
- "format": "date-time",
16
- "description": "ISO8601 timestamp when checkpoint was created"
17
- },
18
- "summary": {
19
- "type": "string",
20
- "description": "Brief description of work completed"
21
- },
22
- "files_touched": {
23
- "type": "array",
24
- "items": { "type": "string" },
25
- "description": "List of files modified during this work"
26
- },
27
- "build_passed": {
28
- "type": "boolean",
29
- "description": "Whether build/tests passed after this work"
30
- },
31
- "commit": {
32
- "type": "string",
33
- "description": "Git commit hash if code was committed"
34
- },
35
- "next_steps": {
36
- "type": "array",
37
- "items": { "type": "string" },
38
- "description": "Suggested next actions for future sessions"
39
- },
40
- "notes": {
41
- "type": "string",
42
- "description": "Additional context or observations"
43
- },
44
- "metadata": {
45
- "type": "object",
46
- "description": "Arbitrary additional data",
47
- "additionalProperties": true
48
- }
49
- },
50
- "additionalProperties": false
51
- }
@@ -1,74 +0,0 @@
1
- # INDEX.md Specification
2
-
3
- Standard for hierarchical INDEX.md files across HQ directories.
4
-
5
- ## Template
6
-
7
- ```markdown
8
- # {Directory Name}
9
-
10
- > Auto-generated. Updated: {YYYY-MM-DD}
11
-
12
- | Name | Description |
13
- |------|-------------|
14
- | `item/` | 1-line description |
15
- ```
16
-
17
- Optional 1-2 line notes section at bottom for usage hints (e.g., "Load workers via `/run {id}`").
18
-
19
- ## Description Extraction
20
-
21
- | File type | Source |
22
- |-----------|--------|
23
- | `.md` | First `#` heading |
24
- | `.yaml` | `description:` field |
25
- | `.json` | `name` or `description` field |
26
- | Directory | File count + purpose summary |
27
-
28
- Max 80 chars per description. If no metadata extractable, use filename.
29
-
30
- ## Variants
31
-
32
- - `projects/INDEX.md` → add `Status` column (active/completed/archived)
33
- - `workspace/orchestrator/INDEX.md` → add `Progress` column (e.g. "5/11 45%")
34
- - `workspace/reports/INDEX.md` → add `Date` column
35
-
36
- ## Locations (10 directories)
37
-
38
- 1. `projects/`
39
- 2. `companies/{company-1}/knowledge/`
40
- 3. `companies/{company-2}/knowledge/`
41
- 4. `companies/{company-3}/knowledge/`
42
- 5. `knowledge/`
43
- 6. `workers/public/`
44
- 7. `workers/private/`
45
- 8. `workspace/orchestrator/`
46
- 9. `workspace/reports/`
47
- 10. `workspace/social-drafts/`
48
-
49
- Root `INDEX.md` and `workspace/threads/INDEX.md` also exist but follow their own formats.
50
-
51
- ## Regeneration Rules
52
-
53
- - Always full-rewrite (not incremental patch). Idempotent.
54
- - Skip: `INDEX.md` itself, `.DS_Store`, `node_modules/`, dotfiles
55
- - Sort entries: directories first, then files, alphabetical within each group
56
- - Timestamp: use current date in YYYY-MM-DD format
57
-
58
- ## Update Triggers
59
-
60
- | Command | INDEX.md files updated |
61
- |---------|----------------------|
62
- | `/checkpoint` | Root, threads/, + touched company knowledge dirs |
63
- | `/handoff` | Root, threads/, orchestrator/, + touched company knowledge dirs |
64
- | `/reanchor` | Validates freshness, reads indexes for context |
65
- | `/cleanup --reindex` | ALL INDEX.md files (full rebuild) |
66
- | `/prd` | `projects/` |
67
- | `/run-project` | `projects/`, `workspace/orchestrator/` |
68
- | `/newworker` | `workers/public/` or `workers/private/` |
69
- | `/contentidea`, `/suggestposts`, `/post-now` | `workspace/social-drafts/` |
70
- | Report generation | `workspace/reports/` |
71
-
72
- ## qmd
73
-
74
- INDEX.md files are excluded from qmd indexing via `.qmdignore`. They are navigation aids, not searchable content.
@@ -1,153 +0,0 @@
1
- # Thread Schema
2
-
3
- Threads persist complete session state including conversation summary, git context, and worker execution info. Inspired by Loom's thread-system.
4
-
5
- ## Location
6
-
7
- `workspace/threads/{thread_id}.json`
8
-
9
- ## Thread ID Format
10
-
11
- `T-{YYYYMMDD}-{HHMMSS}-{slug}`
12
-
13
- Example: `T-20260123-143052-mrr-report`
14
-
15
- ## Schema
16
-
17
- ```json
18
- {
19
- "thread_id": "T-20260123-143052-mrr-report",
20
- "version": 1,
21
- "created_at": "2026-01-23T14:30:52.000Z",
22
- "updated_at": "2026-01-23T14:35:00.000Z",
23
-
24
- "workspace_root": "~/Documents/HQ",
25
- "cwd": "repos/private/{company}",
26
-
27
- "git": {
28
- "branch": "main",
29
- "remote_url": "git@github.com:user/repo.git",
30
- "initial_commit": "abc1234",
31
- "current_commit": "def5678",
32
- "commits_made": [
33
- "def5678: feat: add MRR calculation"
34
- ],
35
- "dirty": false
36
- },
37
-
38
- "worker": {
39
- "id": "{worker-id}",
40
- "skill": "mrr",
41
- "state": "completed",
42
- "started_at": "2026-01-23T14:30:52.000Z",
43
- "completed_at": "2026-01-23T14:35:00.000Z"
44
- },
45
-
46
- "conversation_summary": "Generated MRR report showing $45,230 current MRR with 3.2% growth",
47
- "files_touched": [
48
- "workspace/reports/finance/2026-01-23-mrr.md"
49
- ],
50
- "next_steps": [],
51
-
52
- "metadata": {
53
- "title": "MRR Report Jan 2026",
54
- "tags": ["finance", "{company}", "mrr"]
55
- }
56
- }
57
- ```
58
-
59
- ## Fields
60
-
61
- ### Core
62
-
63
- | Field | Type | Description |
64
- |-------|------|-------------|
65
- | `thread_id` | string | Unique identifier |
66
- | `version` | number | Schema version (currently 1) |
67
- | `created_at` | ISO8601 | Thread creation time |
68
- | `updated_at` | ISO8601 | Last update time |
69
-
70
- ### Context
71
-
72
- | Field | Type | Description |
73
- |-------|------|-------------|
74
- | `workspace_root` | string | HQ root path |
75
- | `cwd` | string | Working directory (relative to root) |
76
-
77
- ### Git State
78
-
79
- | Field | Type | Description |
80
- |-------|------|-------------|
81
- | `git.branch` | string | Current branch |
82
- | `git.remote_url` | string | Origin remote URL |
83
- | `git.initial_commit` | string | Commit SHA at thread start |
84
- | `git.current_commit` | string | Commit SHA at thread end |
85
- | `git.commits_made` | string[] | Commits created during session |
86
- | `git.dirty` | boolean | Uncommitted changes present |
87
-
88
- ### Worker State
89
-
90
- | Field | Type | Description |
91
- |-------|------|-------------|
92
- | `worker.id` | string | Worker ID (if applicable) |
93
- | `worker.skill` | string | Skill executed |
94
- | `worker.state` | enum | `idle`, `loading`, `executing`, `verifying`, `completed`, `error` |
95
- | `worker.started_at` | ISO8601 | Execution start |
96
- | `worker.completed_at` | ISO8601 | Execution end |
97
-
98
- ### Results
99
-
100
- | Field | Type | Description |
101
- |-------|------|-------------|
102
- | `conversation_summary` | string | What was accomplished |
103
- | `files_touched` | string[] | Files created/modified |
104
- | `next_steps` | string[] | Remaining work |
105
-
106
- ### Metadata
107
-
108
- | Field | Type | Description |
109
- |-------|------|-------------|
110
- | `metadata.title` | string | Human-readable title |
111
- | `metadata.tags` | string[] | Searchable tags |
112
-
113
- ## State Values
114
-
115
- Worker states follow the FSM:
116
-
117
- ```
118
- idle → loading → executing → verifying → completed
119
-
120
- error
121
- ```
122
-
123
- ## Usage
124
-
125
- ### Creating a Thread
126
-
127
- ```bash
128
- # Captured by /checkpoint command
129
- /checkpoint mrr-report
130
- ```
131
-
132
- ### Searching Threads
133
-
134
- ```bash
135
- # Via /search command
136
- /search mrr
137
- ```
138
-
139
- ### Listing Recent
140
-
141
- ```bash
142
- ls -lt workspace/threads/ | head -10
143
- ```
144
-
145
- ## Backward Compatibility
146
-
147
- Old checkpoints in `workspace/checkpoints/` remain valid. Threads are a superset with richer git context.
148
-
149
- ## See Also
150
-
151
- - [Loom thread-system](../loom/thread-system.md) - Inspiration
152
- - `/checkpoint` command - Creates threads
153
- - `/search` command - Searches threads
@@ -1,51 +0,0 @@
1
- # Loom
2
-
3
- AI-powered coding agent built in Rust by Geoffrey Huntley.
4
-
5
- **Repo**: `repos/public/loom/` | **GitHub**: https://github.com/ghuntley/loom
6
-
7
- ## What Is Loom?
8
-
9
- Loom is a REPL-based AI coding agent with:
10
- - **96 Rust crates** organized as a Cargo workspace
11
- - **Server-side LLM proxy** - API keys never leave the server
12
- - **Tool system** for file ops, bash, web search
13
- - **Weaver** - remote execution via K8s pods
14
- - **Svelte 5 web frontend**
15
-
16
- ## Core Principles
17
-
18
- 1. **Modularity** - Clean separation via trait implementations
19
- 2. **Extensibility** - Easy addition of LLM providers and tools
20
- 3. **Reliability** - Retry mechanisms, structured logging
21
-
22
- ## Knowledge Base
23
-
24
- | Doc | Description |
25
- |-----|-------------|
26
- | [architecture.md](architecture.md) | System design, crate organization, tech stack |
27
- | [state-machine.md](state-machine.md) | Core agent loop (7-state FSM) |
28
- | [tools.md](tools.md) | Tool trait, registry, built-in tools |
29
- | [llm-proxy.md](llm-proxy.md) | LLM provider abstraction, SSE streaming |
30
- | [thread-system.md](thread-system.md) | Conversation persistence, search |
31
- | [weaver.md](weaver.md) | Remote execution, K8s, WireGuard |
32
- | [web-frontend.md](web-frontend.md) | Svelte 5 runes, xstate patterns |
33
- | [code-style.md](code-style.md) | Rust/Svelte conventions |
34
-
35
- ## Quick Reference
36
-
37
- ```
38
- loom/
39
- ├── crates/ # 96 Rust crates
40
- ├── web/loom-web/ # Svelte 5 frontend
41
- ├── specs/ # 57 design specs
42
- ├── infra/ # Nix/K8s infrastructure
43
- └── AGENTS.md # Development guidelines
44
- ```
45
-
46
- ## Key Files
47
-
48
- - `AGENTS.md` - Build commands, deployment, code style
49
- - `specs/README.md` - Spec index by category
50
- - `specs/state-machine.md` - Agent FSM spec
51
- - `crates/loom-common-core/src/` - Core types and state machine
@@ -1,125 +0,0 @@
1
- # Loom Architecture
2
-
3
- ## Workspace Layout
4
-
5
- ```
6
- loom/
7
- ├── crates/ # 96 Rust crates
8
- ├── web/loom-web/ # Svelte 5 frontend
9
- ├── specs/ # 57 design specifications
10
- ├── infra/ # Nix/K8s infrastructure
11
- │ ├── nixos-modules/
12
- │ ├── pkgs/
13
- │ └── machines/
14
- ├── docker/ # Container configs
15
- ├── scripts/ # Build utilities
16
- ├── tools/ # Tool definitions
17
- └── ide/vscode/ # VS Code extension
18
- ```
19
-
20
- ## Crate Categories
21
-
22
- ### Core (shared types & abstractions)
23
- | Crate | Purpose |
24
- |-------|---------|
25
- | `loom-common-core` | State machine, agent, LLM types, tool types |
26
- | `loom-common-thread` | Thread/conversation model |
27
- | `loom-common-config` | Shared configuration |
28
- | `loom-common-http` | reqwest wrapper with retry |
29
- | `loom-common-secret` | Secret handling (auto-redact) |
30
-
31
- ### CLI
32
- | Crate | Purpose |
33
- |-------|---------|
34
- | `loom-cli` | Main CLI application |
35
- | `loom-cli-tools` | Tool implementations |
36
- | `loom-cli-auto-commit` | Git auto-commit hook |
37
- | `loom-cli-git` | Git integration |
38
- | `loom-cli-spool` | VCS (spool/jj) support |
39
-
40
- ### Server
41
- | Crate | Purpose |
42
- |-------|---------|
43
- | `loom-server` | HTTP API (axum), migrations, main service |
44
- | `loom-server-api` | API endpoints |
45
- | `loom-server-db` | SQLite via sqlx |
46
- | `loom-server-llm-service` | LLM orchestration |
47
- | `loom-server-llm-proxy` | Client-side proxy handling |
48
- | `loom-server-llm-anthropic` | Claude integration |
49
- | `loom-server-llm-openai` | OpenAI integration |
50
- | `loom-server-llm-vertex` | Google Vertex AI |
51
-
52
- ### Server Auth
53
- | Crate | Purpose |
54
- |-------|---------|
55
- | `loom-server-auth` | Auth framework |
56
- | `loom-server-auth-github` | GitHub OAuth |
57
- | `loom-server-auth-google` | Google OAuth |
58
- | `loom-server-auth-magiclink` | Magic link auth |
59
- | `loom-server-auth-okta` | Okta SAML |
60
- | `loom-server-auth-devicecode` | Device code flow |
61
-
62
- ### TUI (Terminal UI)
63
- | Crate | Purpose |
64
- |-------|---------|
65
- | `loom-tui-app` | Main TUI application |
66
- | `loom-tui-core` | Core types |
67
- | `loom-tui-component` | Component framework |
68
- | `loom-tui-widget-*` | Widgets (header, input, markdown, message-list, modal, scrollable, spinner, status-bar, thread-list, tool-panel) |
69
-
70
- ### Observability
71
- | Crate | Purpose |
72
- |-------|---------|
73
- | `loom-analytics` | PostHog-style analytics |
74
- | `loom-crash` | Crash reporting |
75
- | `loom-crons` | Cron job monitoring |
76
- | `loom-server-sessions` | Session tracking |
77
-
78
- ### Weaver (Remote Execution)
79
- | Crate | Purpose |
80
- |-------|---------|
81
- | `loom-weaver-*` | Remote execution stack |
82
- | `loom-wgtunnel-*` | WireGuard tunneling |
83
- | `loom-weaver-ebpf` | eBPF syscall tracing |
84
-
85
- ## Server-Client Architecture
86
-
87
- ```
88
- ┌─────────────┐ HTTP ┌─────────────┐ Provider API ┌─────────────┐
89
- │ loom-cli │ ───────────────▶│ loom-server │ ──────────────────▶ │ Anthropic │
90
- │ │ /proxy/{provider}│ │ │ OpenAI │
91
- │ ProxyLlm- │ /complete │ LlmService │ │ Vertex AI │
92
- │ Client │ /stream │ │ │ │
93
- └─────────────┘ ◀───────────── └─────────────┘ ◀────────────────── └─────────────┘
94
- SSE stream SSE stream
95
- ```
96
-
97
- **Key insight**: API keys stay server-side. Clients use proxy endpoints.
98
-
99
- ## Tech Stack
100
-
101
- | Layer | Technology |
102
- |-------|------------|
103
- | Backend | Rust, Tokio async runtime, axum HTTP |
104
- | Database | SQLite with sqlx |
105
- | Web Frontend | Svelte 5 (runes), SvelteKit, Tailwind CSS 4, xstate |
106
- | Build | Cargo, Nix (cargo2nix for reproducible builds) |
107
- | Containers | Nix + Docker |
108
- | Orchestration | Kubernetes (for Weaver pods) |
109
- | i18n | GNU gettext with Lingui |
110
- | Testing | proptest (property-based), vitest (web) |
111
- | TUI | Ratatui 0.30 |
112
-
113
- ## Database
114
-
115
- - SQLite via sqlx with compile-time query checking
116
- - Migrations in `crates/loom-server/migrations/`
117
- - Naming: `NNN_description.sql` (e.g., `020_scm_repos.sql`)
118
- - Auto-run on server startup
119
-
120
- ## Deployment
121
-
122
- - Production runs NixOS with auto-update
123
- - `git push origin trunk` triggers deployment
124
- - Update service polls every 10 seconds
125
- - Health endpoint: `https://loom.ghuntley.com/health`