sinapse-ai 5.0.8 → 6.0.1

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 (660) hide show
  1. package/.claude/CLAUDE.md +1 -1
  2. package/.claude/rules/agent-authority.md +10 -10
  3. package/.claude/rules/agent-memory-imports.md +4 -4
  4. package/.claude/rules/coderabbit-integration.md +4 -4
  5. package/.claude/rules/ids-principles.md +5 -5
  6. package/.claude/rules/story-lifecycle.md +15 -15
  7. package/.claude/rules/workflow-execution.md +11 -11
  8. package/.sinapse-ai/constitution.md +3 -3
  9. package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
  10. package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
  11. package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
  12. package/.sinapse-ai/core/config/config-loader.js +1 -1
  13. package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
  14. package/.sinapse-ai/core/ids/framework-governor.js +4 -4
  15. package/.sinapse-ai/core/ids/index.js +1 -1
  16. package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
  17. package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
  18. package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
  19. package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
  20. package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
  21. package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
  22. package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
  23. package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
  24. package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
  25. package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
  26. package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
  27. package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
  28. package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
  29. package/.sinapse-ai/core/session/context-loader.js +1 -1
  30. package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
  31. package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
  32. package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
  33. package/.sinapse-ai/data/sinapse-kb.md +13 -13
  34. package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
  35. package/.sinapse-ai/data/tech-presets/go.md +2 -2
  36. package/.sinapse-ai/data/tech-presets/java.md +2 -2
  37. package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
  38. package/.sinapse-ai/data/tech-presets/php.md +2 -2
  39. package/.sinapse-ai/data/tech-presets/rust.md +2 -2
  40. package/.sinapse-ai/data/technical-preferences.md +1 -1
  41. package/.sinapse-ai/data/workflow-chains.yaml +15 -15
  42. package/.sinapse-ai/development/README.md +1 -1
  43. package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
  44. package/.sinapse-ai/development/agents/analyst.md +6 -6
  45. package/.sinapse-ai/development/agents/architect.md +4 -4
  46. package/.sinapse-ai/development/agents/data-engineer.md +2 -2
  47. package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
  48. package/.sinapse-ai/development/agents/devops.md +4 -4
  49. package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
  50. package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
  51. package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
  52. package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
  53. package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
  54. package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
  55. package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
  56. package/.sinapse-ai/development/agents/squad-creator.md +4 -4
  57. package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
  58. package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
  59. package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
  60. package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
  61. package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
  62. package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
  63. package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
  64. package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
  65. package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
  66. package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
  67. package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
  68. package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
  69. package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
  70. package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
  71. package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
  72. package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
  73. package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
  74. package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
  75. package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
  76. package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
  77. package/.sinapse-ai/development/tasks/create-agent.md +1 -1
  78. package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
  79. package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
  80. package/.sinapse-ai/development/tasks/create-service.md +2 -2
  81. package/.sinapse-ai/development/tasks/create-suite.md +1 -1
  82. package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
  83. package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
  84. package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
  85. package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
  86. package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
  87. package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
  88. package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
  89. package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
  90. package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
  91. package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
  92. package/.sinapse-ai/development/tasks/next.md +2 -2
  93. package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
  94. package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
  95. package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
  96. package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
  97. package/.sinapse-ai/development/tasks/patterns.md +2 -2
  98. package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
  99. package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
  100. package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
  101. package/.sinapse-ai/development/tasks/project-status.md +2 -2
  102. package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
  103. package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
  104. package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
  105. package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
  106. package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
  107. package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
  108. package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
  109. package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
  110. package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
  111. package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
  112. package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
  113. package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
  114. package/.sinapse-ai/development/tasks/security-scan.md +2 -2
  115. package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
  116. package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
  117. package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
  118. package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
  119. package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
  120. package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
  121. package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
  122. package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
  123. package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
  124. package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
  125. package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
  126. package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
  127. package/.sinapse-ai/development/workflows/README.md +2 -2
  128. package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
  129. package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
  130. package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
  131. package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
  132. package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
  133. package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
  134. package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
  135. package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
  136. package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
  137. package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
  138. package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
  139. package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
  140. package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
  141. package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
  142. package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
  143. package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
  144. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
  145. package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
  146. package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
  147. package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
  148. package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
  149. package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
  150. package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
  151. package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
  152. package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
  153. package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
  154. package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
  155. package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
  156. package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
  157. package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
  158. package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
  159. package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
  160. package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
  161. package/.sinapse-ai/install-manifest.yaml +344 -344
  162. package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
  163. package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
  164. package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
  165. package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
  166. package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
  167. package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
  168. package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
  169. package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
  170. package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
  171. package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
  172. package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
  173. package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
  174. package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
  175. package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
  176. package/.sinapse-ai/schemas/README.md +15 -15
  177. package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
  178. package/.sinapse-ai/user-guide.md +4 -4
  179. package/.sinapse-ai/working-in-the-brownfield.md +3 -3
  180. package/LICENSE +4 -4
  181. package/README.en.md +6 -6
  182. package/README.md +8 -8
  183. package/bin/cli.js +13 -11
  184. package/bin/sinapse.js +17 -0
  185. package/docs/00-shared-activation-pipeline.md +16 -16
  186. package/docs/FEATURE_PROCESS.md +1 -1
  187. package/docs/ORQX-PLAN.md +264 -0
  188. package/docs/core-architecture.md +2 -2
  189. package/docs/en/sinapse-agent-flows/README.md +2 -2
  190. package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
  191. package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
  192. package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
  193. package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
  194. package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
  195. package/docs/framework/entity-layer-classification.md +2 -2
  196. package/docs/framework/source-tree.md +17 -17
  197. package/docs/getting-started.md +13 -13
  198. package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
  199. package/docs/guides/MEMORY-INTEGRATION.md +3 -3
  200. package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
  201. package/docs/guides/ade-guide.md +25 -25
  202. package/docs/guides/agent-selection-guide.md +36 -36
  203. package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
  204. package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
  205. package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
  206. package/docs/guides/agents/DEV-SYSTEM.md +27 -27
  207. package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
  208. package/docs/guides/agents/PM-SYSTEM.md +24 -24
  209. package/docs/guides/agents/QA-SYSTEM.md +24 -24
  210. package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
  211. package/docs/guides/agents/SM-SYSTEM.md +31 -31
  212. package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
  213. package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
  214. package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
  215. package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
  216. package/docs/guides/agents/traces/README.md +20 -20
  217. package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
  218. package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
  219. package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
  220. package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
  221. package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
  222. package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
  223. package/docs/guides/agents/traces/po-execution-trace.md +17 -17
  224. package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
  225. package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
  226. package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
  227. package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
  228. package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
  229. package/docs/guides/api-reference.md +27 -27
  230. package/docs/guides/coderabbit/README.md +9 -9
  231. package/docs/guides/contextual-greeting-system-guide.md +5 -5
  232. package/docs/guides/development-setup.md +1 -1
  233. package/docs/guides/project-status-feature.md +2 -2
  234. package/docs/guides/quality-dashboard.md +2 -2
  235. package/docs/guides/quality-gates.md +6 -6
  236. package/docs/guides/template-engine-v2.md +2 -2
  237. package/docs/guides/user-guide.md +13 -13
  238. package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
  239. package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
  240. package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
  241. package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
  242. package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
  243. package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
  244. package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
  245. package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
  246. package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
  247. package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
  248. package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
  249. package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
  250. package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
  251. package/docs/guides/workflows/xref-phase2-templates.md +29 -29
  252. package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
  253. package/docs/guides/workflows/xref-phase4-infra.md +2 -2
  254. package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
  255. package/docs/guides/workflows-guide.md +2 -2
  256. package/docs/installation/faq.md +1 -1
  257. package/docs/installation/troubleshooting.md +2 -2
  258. package/docs/installation/v4-quick-start.md +2 -2
  259. package/docs/prd-cli-graph-dashboard.md +1 -1
  260. package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
  261. package/docs/pt/FEATURE_PROCESS.md +1 -1
  262. package/docs/pt/README.md +2 -2
  263. package/docs/pt/agents/archetype-rationale.md +4 -4
  264. package/docs/pt/agents/persona-definitions.md +9 -9
  265. package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
  266. package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
  267. package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
  268. package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
  269. package/docs/pt/architecture/ade-architecture.md +4 -4
  270. package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
  271. package/docs/pt/architecture/agent-config-audit.md +4 -4
  272. package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
  273. package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
  274. package/docs/pt/architecture/contribution-workflow-research.md +1 -1
  275. package/docs/pt/architecture/dashboard-architecture.md +1 -1
  276. package/docs/pt/architecture/hcs-check-specifications.md +1 -1
  277. package/docs/pt/architecture/hcs-execution-modes.md +1 -1
  278. package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
  279. package/docs/pt/architecture/high-level-architecture.md +1 -1
  280. package/docs/pt/architecture/module-system.md +1 -1
  281. package/docs/pt/architecture/source-tree.md +1 -1
  282. package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
  283. package/docs/pt/architecture/utility-integration-guide.md +2 -2
  284. package/docs/pt/contributing.md +1 -1
  285. package/docs/pt/core-architecture.md +2 -2
  286. package/docs/pt/framework/source-tree.md +1 -1
  287. package/docs/pt/guides/ade-guide.md +25 -25
  288. package/docs/pt/guides/agent-selection-guide.md +36 -36
  289. package/docs/pt/guides/api-reference.md +25 -25
  290. package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
  291. package/docs/pt/guides/development-setup.md +1 -1
  292. package/docs/pt/guides/project-status-feature.md +2 -2
  293. package/docs/pt/guides/quality-dashboard.md +2 -2
  294. package/docs/pt/guides/quality-gates.md +6 -6
  295. package/docs/pt/guides/template-engine-v2.md +2 -2
  296. package/docs/pt/guides/user-guide.md +8 -8
  297. package/docs/pt/guides/workflows-guide.md +2 -2
  298. package/docs/pt/installation/faq.md +1 -1
  299. package/docs/pt/installation/troubleshooting.md +2 -2
  300. package/docs/pt/installation/v4-quick-start.md +2 -2
  301. package/docs/pt/platforms/antigravity.md +9 -9
  302. package/docs/pt/platforms/cursor.md +15 -15
  303. package/docs/pt/platforms/gemini-cli.md +3 -3
  304. package/docs/pt/roadmap.md +1 -1
  305. package/docs/pt/sinapse-nomenclature-specification.md +15 -15
  306. package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
  307. package/docs/roadmap.md +1 -1
  308. package/docs/sinapse-agent-flows/README.md +2 -2
  309. package/docs/sinapse-agent-flows/analyst-system.md +5 -5
  310. package/docs/sinapse-agent-flows/architect-system.md +9 -9
  311. package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
  312. package/docs/sinapse-agent-flows/dev-system.md +27 -27
  313. package/docs/sinapse-agent-flows/devops-system.md +5 -5
  314. package/docs/sinapse-agent-flows/pm-system.md +24 -24
  315. package/docs/sinapse-agent-flows/qa-system.md +24 -24
  316. package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
  317. package/docs/sinapse-agent-flows/sm-system.md +31 -31
  318. package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
  319. package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
  320. package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
  321. package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
  322. package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
  323. package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
  324. package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
  325. package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
  326. package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
  327. package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
  328. package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
  329. package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
  330. package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
  331. package/package.json +1 -1
  332. package/packages/gemini-sinapse-extension/README.md +1 -1
  333. package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
  334. package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
  335. package/packages/gemini-sinapse-extension/extension.json +3 -3
  336. package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
  337. package/packages/installer/src/config/configure-environment.js +2 -2
  338. package/packages/installer/src/updater/index.js +105 -0
  339. package/packages/installer/src/wizard/feedback.js +38 -30
  340. package/packages/installer/src/wizard/i18n.js +25 -182
  341. package/packages/installer/src/wizard/ide-config-generator.js +1 -1
  342. package/packages/installer/src/wizard/index.js +253 -69
  343. package/packages/installer/src/wizard/questions.js +35 -7
  344. package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
  345. package/packages/sinapse-install/README.md +1 -1
  346. package/packages/sinapse-install/src/installer.js +1 -1
  347. package/scripts/package-synapse.js +1 -1
  348. package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
  349. package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
  350. package/sinapse/knowledge-base/routing-catalog.md +1 -1
  351. package/sinapse/squad.yaml +1 -1
  352. package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
  353. package/sinapse/tasks/coordinate-cross-squad.md +2 -2
  354. package/sinapse/tasks/diagnose-and-route.md +2 -2
  355. package/sinapse/tasks/onboard-user.md +2 -2
  356. package/sinapse/tasks/resolve-conflict.md +2 -2
  357. package/sinapse/tasks/squad-status-report.md +2 -2
  358. package/sinapse/tasks/strategic-brief.md +3 -3
  359. package/squads/squad-animations/agents/animations-orqx.md +2 -2
  360. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  361. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  362. package/squads/squad-brand/agents/brand-orqx.md +2 -2
  363. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  364. package/squads/squad-brand/agents/brand-system-architect.md +1 -1
  365. package/squads/squad-claude/agents/claude-orqx.md +2 -2
  366. package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
  367. package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
  368. package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
  369. package/squads/squad-commercial/agents/cs-client-success.md +1 -1
  370. package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
  371. package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
  372. package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
  373. package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
  374. package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
  375. package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
  376. package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
  377. package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
  378. package/squads/squad-content/agents/content-orqx.md +2 -2
  379. package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
  380. package/squads/squad-copy/agents/copy-strategist.md +3 -3
  381. package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
  382. package/squads/squad-council/agents/council-orqx.md +1 -1
  383. package/squads/squad-courses/agents/courses-orqx.md +1 -1
  384. package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
  385. package/squads/squad-design/agents/design-orqx.md +2 -2
  386. package/squads/squad-finance/agents/finance-orqx.md +2 -2
  387. package/squads/squad-growth/agents/growth-orqx.md +2 -2
  388. package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
  389. package/squads/squad-product/agents/product-orqx.md +2 -2
  390. package/squads/squad-research/agents/research-orqx.md +2 -2
  391. package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
  392. package/squads/squad-research/tasks/create-insight-deck.md +1 -1
  393. package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
  394. package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
  395. package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
  396. package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
  397. package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
  398. package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
  399. package/docs/es/CHANGELOG.md +0 -117
  400. package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
  401. package/docs/es/ENVIRONMENT.md +0 -140
  402. package/docs/es/FEATURE_PROCESS.md +0 -99
  403. package/docs/es/GUIDING-PRINCIPLES.md +0 -101
  404. package/docs/es/README.md +0 -134
  405. package/docs/es/agent-reference-guide.md +0 -570
  406. package/docs/es/agents/archetype-rationale.md +0 -566
  407. package/docs/es/agents/persona-definitions.md +0 -501
  408. package/docs/es/api/squads-api.md +0 -753
  409. package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
  410. package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
  411. package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
  412. package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
  413. package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
  414. package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
  415. package/docs/es/architecture/ade-architecture.md +0 -586
  416. package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
  417. package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
  418. package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
  419. package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
  420. package/docs/es/architecture/agent-config-audit.md +0 -222
  421. package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
  422. package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
  423. package/docs/es/architecture/ci-cd.md +0 -151
  424. package/docs/es/architecture/coding-standards.md +0 -896
  425. package/docs/es/architecture/contribution-workflow-research.md +0 -376
  426. package/docs/es/architecture/dashboard-architecture.md +0 -926
  427. package/docs/es/architecture/dashboard-realtime.md +0 -1253
  428. package/docs/es/architecture/hcs-check-specifications.md +0 -897
  429. package/docs/es/architecture/hcs-execution-modes.md +0 -519
  430. package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
  431. package/docs/es/architecture/high-level-architecture.md +0 -357
  432. package/docs/es/architecture/introduction.md +0 -21
  433. package/docs/es/architecture/mcp-api-keys-management.md +0 -246
  434. package/docs/es/architecture/mcp-system-diagrams.md +0 -113
  435. package/docs/es/architecture/module-system.md +0 -382
  436. package/docs/es/architecture/multi-repo-strategy.md +0 -390
  437. package/docs/es/architecture/source-tree.md +0 -708
  438. package/docs/es/architecture/squad-improvement-analysis.md +0 -204
  439. package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
  440. package/docs/es/architecture/tech-stack.md +0 -806
  441. package/docs/es/architecture/utility-integration-guide.md +0 -358
  442. package/docs/es/community/README-community-snippet-core.md +0 -57
  443. package/docs/es/community/README-community-snippet-mcp.md +0 -49
  444. package/docs/es/community/README-community-snippet-squads.md +0 -40
  445. package/docs/es/community.md +0 -227
  446. package/docs/es/core-architecture.md +0 -229
  447. package/docs/es/docker-mcp-setup.md +0 -426
  448. package/docs/es/framework/README.md +0 -99
  449. package/docs/es/framework/coding-standards.md +0 -892
  450. package/docs/es/framework/source-tree.md +0 -725
  451. package/docs/es/framework/tech-stack.md +0 -802
  452. package/docs/es/getting-started.md +0 -572
  453. package/docs/es/git-workflow-guide.md +0 -995
  454. package/docs/es/guides/README.md +0 -133
  455. package/docs/es/guides/ade-guide.md +0 -452
  456. package/docs/es/guides/agent-selection-guide.md +0 -295
  457. package/docs/es/guides/api-reference.md +0 -899
  458. package/docs/es/guides/build-recovery-guide.md +0 -270
  459. package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
  460. package/docs/es/guides/contributing-squads.md +0 -256
  461. package/docs/es/guides/development-setup.md +0 -1111
  462. package/docs/es/guides/ide-sync-guide.md +0 -194
  463. package/docs/es/guides/installation-troubleshooting.md +0 -327
  464. package/docs/es/guides/llm-routing.md +0 -312
  465. package/docs/es/guides/mcp/desktop-commander.md +0 -368
  466. package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
  467. package/docs/es/guides/mcp-global-setup.md +0 -663
  468. package/docs/es/guides/permission-modes.md +0 -313
  469. package/docs/es/guides/project-status-feature.md +0 -473
  470. package/docs/es/guides/quality-dashboard.md +0 -367
  471. package/docs/es/guides/quality-gates.md +0 -614
  472. package/docs/es/guides/security-hardening.md +0 -1359
  473. package/docs/es/guides/service-discovery.md +0 -524
  474. package/docs/es/guides/squad-examples/README.md +0 -64
  475. package/docs/es/guides/squad-migration.md +0 -356
  476. package/docs/es/guides/squads-guide.md +0 -836
  477. package/docs/es/guides/squads-overview.md +0 -332
  478. package/docs/es/guides/template-engine-v2.md +0 -484
  479. package/docs/es/guides/testing-guide.md +0 -1215
  480. package/docs/es/guides/user-guide.md +0 -452
  481. package/docs/es/guides/workflows-guide.md +0 -400
  482. package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
  483. package/docs/es/ide-integration.md +0 -425
  484. package/docs/es/installation/README.md +0 -108
  485. package/docs/es/installation/faq.md +0 -616
  486. package/docs/es/installation/linux.md +0 -311
  487. package/docs/es/installation/macos.md +0 -189
  488. package/docs/es/installation/troubleshooting.md +0 -735
  489. package/docs/es/installation/v4-quick-start.md +0 -269
  490. package/docs/es/installation/windows.md +0 -342
  491. package/docs/es/meta-agent-commands.md +0 -990
  492. package/docs/es/migration-guide.md +0 -310
  493. package/docs/es/npx-install.md +0 -193
  494. package/docs/es/performance-tuning-guide.md +0 -707
  495. package/docs/es/platforms/README.md +0 -283
  496. package/docs/es/platforms/antigravity.md +0 -510
  497. package/docs/es/platforms/claude-code.md +0 -650
  498. package/docs/es/platforms/cursor.md +0 -635
  499. package/docs/es/platforms/gemini-cli.md +0 -483
  500. package/docs/es/platforms/github-copilot.md +0 -480
  501. package/docs/es/roadmap.md +0 -119
  502. package/docs/es/security-best-practices.md +0 -613
  503. package/docs/es/security.md +0 -124
  504. package/docs/es/sinapse-agent-flows/README.md +0 -190
  505. package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
  506. package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
  507. package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
  508. package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
  509. package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
  510. package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
  511. package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
  512. package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
  513. package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
  514. package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
  515. package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
  516. package/docs/es/sinapse-nomenclature-specification.md +0 -673
  517. package/docs/es/sinapse-workflows/README.md +0 -247
  518. package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
  519. package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
  520. package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
  521. package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
  522. package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
  523. package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
  524. package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
  525. package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
  526. package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
  527. package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
  528. package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
  529. package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
  530. package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
  531. package/docs/es/troubleshooting.md +0 -887
  532. package/docs/es/uninstallation.md +0 -556
  533. package/docs/es/versioning-and-releases.md +0 -146
  534. package/docs/zh/CHANGELOG.md +0 -191
  535. package/docs/zh/ENVIRONMENT.md +0 -136
  536. package/docs/zh/FEATURE_PROCESS.md +0 -92
  537. package/docs/zh/GLOSSARY.md +0 -179
  538. package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
  539. package/docs/zh/README.md +0 -133
  540. package/docs/zh/TRANSLATION-PLAN.md +0 -508
  541. package/docs/zh/agent-reference-guide.md +0 -566
  542. package/docs/zh/agents/archetype-rationale.md +0 -631
  543. package/docs/zh/agents/persona-definitions.md +0 -560
  544. package/docs/zh/api/squads-api.md +0 -753
  545. package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
  546. package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
  547. package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
  548. package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
  549. package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
  550. package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
  551. package/docs/zh/architecture/ade-architecture.md +0 -474
  552. package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
  553. package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
  554. package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
  555. package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
  556. package/docs/zh/architecture/agent-config-audit.md +0 -220
  557. package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
  558. package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
  559. package/docs/zh/architecture/ci-cd.md +0 -151
  560. package/docs/zh/architecture/coding-standards.md +0 -898
  561. package/docs/zh/architecture/command-authority-matrix.md +0 -18
  562. package/docs/zh/architecture/contribution-workflow-research.md +0 -376
  563. package/docs/zh/architecture/dashboard-architecture.md +0 -569
  564. package/docs/zh/architecture/dashboard-realtime.md +0 -415
  565. package/docs/zh/architecture/hcs-check-specifications.md +0 -102
  566. package/docs/zh/architecture/hcs-execution-modes.md +0 -114
  567. package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
  568. package/docs/zh/architecture/high-level-architecture.md +0 -355
  569. package/docs/zh/architecture/introduction.md +0 -21
  570. package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
  571. package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
  572. package/docs/zh/architecture/module-system.md +0 -382
  573. package/docs/zh/architecture/multi-repo-strategy.md +0 -237
  574. package/docs/zh/architecture/source-tree.md +0 -710
  575. package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
  576. package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
  577. package/docs/zh/architecture/tech-stack.md +0 -808
  578. package/docs/zh/architecture/utility-integration-guide.md +0 -358
  579. package/docs/zh/code-of-conduct.md +0 -113
  580. package/docs/zh/community/README-community-snippet-core.md +0 -57
  581. package/docs/zh/community/README-community-snippet-mcp.md +0 -49
  582. package/docs/zh/community/README-community-snippet-squads.md +0 -40
  583. package/docs/zh/community.md +0 -227
  584. package/docs/zh/contributing.md +0 -581
  585. package/docs/zh/core-architecture.md +0 -229
  586. package/docs/zh/docker-mcp-setup.md +0 -226
  587. package/docs/zh/framework/README.md +0 -97
  588. package/docs/zh/framework/coding-standards.md +0 -886
  589. package/docs/zh/framework/source-tree.md +0 -888
  590. package/docs/zh/framework/tech-stack.md +0 -796
  591. package/docs/zh/getting-started.md +0 -317
  592. package/docs/zh/git-workflow-guide.md +0 -988
  593. package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
  594. package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
  595. package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
  596. package/docs/zh/guides/README.md +0 -127
  597. package/docs/zh/guides/ade-guide.md +0 -446
  598. package/docs/zh/guides/agent-selection-guide.md +0 -289
  599. package/docs/zh/guides/api-reference.md +0 -427
  600. package/docs/zh/guides/build-recovery-guide.md +0 -266
  601. package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
  602. package/docs/zh/guides/contributing-squads.md +0 -250
  603. package/docs/zh/guides/development-setup.md +0 -384
  604. package/docs/zh/guides/ide-sync-guide.md +0 -193
  605. package/docs/zh/guides/installation-troubleshooting.md +0 -321
  606. package/docs/zh/guides/llm-routing.md +0 -306
  607. package/docs/zh/guides/mcp/desktop-commander.md +0 -368
  608. package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
  609. package/docs/zh/guides/mcp-global-setup.md +0 -696
  610. package/docs/zh/guides/permission-modes.md +0 -307
  611. package/docs/zh/guides/project-status-feature.md +0 -467
  612. package/docs/zh/guides/quality-dashboard.md +0 -361
  613. package/docs/zh/guides/quality-gates.md +0 -462
  614. package/docs/zh/guides/security-hardening.md +0 -1055
  615. package/docs/zh/guides/service-discovery.md +0 -518
  616. package/docs/zh/guides/squad-examples/README.md +0 -63
  617. package/docs/zh/guides/squad-migration.md +0 -336
  618. package/docs/zh/guides/template-engine-v2.md +0 -478
  619. package/docs/zh/guides/workflows-guide.md +0 -408
  620. package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
  621. package/docs/zh/installation/README.md +0 -106
  622. package/docs/zh/installation/faq.md +0 -611
  623. package/docs/zh/installation/linux.md +0 -447
  624. package/docs/zh/installation/macos.md +0 -187
  625. package/docs/zh/installation/troubleshooting.md +0 -729
  626. package/docs/zh/installation/windows.md +0 -475
  627. package/docs/zh/meta-agent-commands.md +0 -990
  628. package/docs/zh/security-best-practices.md +0 -610
  629. package/docs/zh/security.md +0 -124
  630. package/docs/zh/sinapse-agent-flows/README.md +0 -196
  631. package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
  632. package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
  633. package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
  634. package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
  635. package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
  636. package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
  637. package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
  638. package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
  639. package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
  640. package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
  641. package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
  642. package/docs/zh/sinapse-workflows/README.md +0 -247
  643. package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
  644. package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
  645. package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
  646. package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
  647. package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
  648. package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
  649. package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
  650. package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
  651. package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
  652. package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
  653. package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
  654. package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
  655. package/docs/zh/troubleshooting.md +0 -883
  656. package/docs/zh/uninstallation.md +0 -348
  657. package/docs/zh/versioning-and-releases.md +0 -140
  658. /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
  659. /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
  660. /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
@@ -7,8 +7,8 @@
7
7
  # - SHA256 hashes for change detection
8
8
  # - File types for categorization
9
9
  #
10
- version: 5.0.8
11
- generated_at: "2026-03-23T22:04:39.261Z"
10
+ version: 6.0.0
11
+ generated_at: "2026-03-25T03:26:43.916Z"
12
12
  generator: scripts/generate-install-manifest.js
13
13
  file_count: 1090
14
14
  files:
@@ -193,9 +193,9 @@ files:
193
193
  type: core
194
194
  size: 5637
195
195
  - path: core/code-intel/helpers/dev-helper.js
196
- hash: sha256:2418a5f541003c73cc284e88a6b0cb666896a47ffd5ed4c08648269d281efc4c
196
+ hash: sha256:0eb178c4ef6176997775414dd17ae91dbbff9589dab0205583aee2cdb3eab1ca
197
197
  type: core
198
- size: 5770
198
+ size: 5776
199
199
  - path: core/code-intel/helpers/devops-helper.js
200
200
  hash: sha256:c40cfa9ac2f554a707ff68c7709ae436349041bf00ad2f42811ccbe8ba842462
201
201
  type: core
@@ -205,13 +205,13 @@ files:
205
205
  type: core
206
206
  size: 6863
207
207
  - path: core/code-intel/helpers/qa-helper.js
208
- hash: sha256:ca069dad294224dd5c3369826fb39d5c24287d49d74360049f8bbc55f190eeda
208
+ hash: sha256:f291d43795ca8a8bfac210c8584a2d2dc1cfee2745cd85b9c6517885520137d0
209
209
  type: core
210
- size: 5184
210
+ size: 5194
211
211
  - path: core/code-intel/helpers/story-helper.js
212
- hash: sha256:778466253ac66103ebc3b1caf71f44b06a0d5fb3d39fe8d3d473dd4bc73fefc6
212
+ hash: sha256:a5262cc66f7b5def1a1f656b2b70377bb5e24495a77fe638923cb3c5d366f1a9
213
213
  type: core
214
- size: 4323
214
+ size: 4389
215
215
  - path: core/code-intel/hook-runtime.js
216
216
  hash: sha256:4d812dc503650ef90249ad2993b3f713aea806138a27455a6a9757329d829c8e
217
217
  type: core
@@ -241,9 +241,9 @@ files:
241
241
  type: core
242
242
  size: 4928
243
243
  - path: core/config/config-loader.js
244
- hash: sha256:5368da291a126ec5315d33502dfa427aeaa1e8608692fcb6c4e89a90bfe64246
244
+ hash: sha256:7f66e4aaa76c112c8ca37f3ee13f25907fe269487a31ac3b1695692e3a63518c
245
245
  type: core
246
- size: 8541
246
+ size: 8539
247
247
  - path: core/config/config-resolver.js
248
248
  hash: sha256:4f66b49ae605870231c03a5f7ddaae49b6e59946eeec9b86464f4d35308c752b
249
249
  type: core
@@ -697,9 +697,9 @@ files:
697
697
  type: core
698
698
  size: 4235
699
699
  - path: core/ids/framework-governor.js
700
- hash: sha256:ed2599a50c71cd17350b443c0bf9bdaf4e3663a58638c873c739969155879444
700
+ hash: sha256:3134808abbfbc60f0190eb1438c066768d2ede39dc7047549c4ab256a7269e2a
701
701
  type: core
702
- size: 18060
702
+ size: 18064
703
703
  - path: core/ids/gates/g1-epic-creation.js
704
704
  hash: sha256:ba7c342b176f38f2c80cb141fe820b9a963a1966e33fef3a4ec568363b011c5f
705
705
  type: core
@@ -721,9 +721,9 @@ files:
721
721
  type: core
722
722
  size: 21404
723
723
  - path: core/ids/index.js
724
- hash: sha256:c4a434c461615d9f201aeffeda5c3f896609369be6986a32e09a7314354edd6d
724
+ hash: sha256:39a0e15d4a909c4d5a84e6c77945fb8b6e6f26c4908ea7ad16d04abf0094bafb
725
725
  type: core
726
- size: 3627
726
+ size: 3625
727
727
  - path: core/ids/layer-classifier.js
728
728
  hash: sha256:589bd314e58595da6bf90d376fbacc732ccf018c743730eac2a18c8e7f9cd333
729
729
  type: core
@@ -789,9 +789,9 @@ files:
789
789
  type: core
790
790
  size: 8862
791
791
  - path: core/memory/gotchas-memory.js
792
- hash: sha256:c0e8d8c8a20f676ee4537f7754c8ed9ffea32a5554d9af7b199e5f1a5f776ac9
792
+ hash: sha256:c3d775787a11b77c2fde8295310833fb0ca39cf00db8a9cac725ab43176f2304
793
793
  type: core
794
- size: 33096
794
+ size: 33102
795
795
  - path: core/migration/migration-config.yaml
796
796
  hash: sha256:9c213b770af4cda0bbb6acf142de99414d231e031add6d79ab4a8f416e10bf41
797
797
  type: core
@@ -801,9 +801,9 @@ files:
801
801
  type: core
802
802
  size: 1835
803
803
  - path: core/orchestration/agent-invoker.js
804
- hash: sha256:db6c84db037890c0fd52c53794bf51c50b0eaa28f5a3e6a5aa0d26c38bb4159a
804
+ hash: sha256:a01ddcb928f731f135495e202056ffbe79e4dac556fcd53a9c6ddc78b3c75fcf
805
805
  type: core
806
- size: 16575
806
+ size: 16591
807
807
  - path: core/orchestration/bob-orchestrator.js
808
808
  hash: sha256:f1f621d755889d8ee6109cf70db2601ea6c817c60d0f7cb1f389a0ee2b8722d6
809
809
  type: core
@@ -813,9 +813,9 @@ files:
813
813
  type: core
814
814
  size: 13646
815
815
  - path: core/orchestration/bob-surface-criteria.yaml
816
- hash: sha256:3ccef91586a8c41d51da12db07b06c27ddd7bda1b54673d9a6c8f15ee64dca6c
816
+ hash: sha256:d2c045b41f5c8988b361369c01e8346ad2e488e8a036bf80d1a290f27c884237
817
817
  type: core
818
- size: 8116
818
+ size: 8128
819
819
  - path: core/orchestration/brownfield-handler.js
820
820
  hash: sha256:b24000b81ef1ad1c388d019446da0f15c75bbc99fe0fed8e11cf3ab7051ab4ba
821
821
  type: core
@@ -853,9 +853,9 @@ files:
853
853
  type: core
854
854
  size: 2696
855
855
  - path: core/orchestration/executor-assignment.js
856
- hash: sha256:fcc6c4f2e2878f80b4e07207ae7221f09abcf69429ebbc506ccfaa895788f9a0
856
+ hash: sha256:788864ec704f20d39e9a93c2bac099b75e14e22f6a591946923c14e392d58ed6
857
857
  type: core
858
- size: 11368
858
+ size: 11378
859
859
  - path: core/orchestration/executors/epic-3-executor.js
860
860
  hash: sha256:45fce1afd20d460c98f516fd3bb5d5c1ff4287e5066216647275aaca151fb502
861
861
  type: core
@@ -869,13 +869,13 @@ files:
869
869
  type: core
870
870
  size: 8542
871
871
  - path: core/orchestration/executors/epic-6-executor.js
872
- hash: sha256:c77c90948699621ab1dc33a692b4c427dbcdef00286a9eb8953cb5c1462bd288
872
+ hash: sha256:2e78d0cb8b036467d913475949b44fd224acd57105e5dce3df8dfe89dde5344e
873
873
  type: core
874
- size: 6783
874
+ size: 6789
875
875
  - path: core/orchestration/executors/epic-executor.js
876
- hash: sha256:f2b20cd8cc4f3473bfcc7afdc0bc20e21665bab92274433ede58eabc4691a6b9
876
+ hash: sha256:c742b7aba79e53dfd39f10faacc2bddec14f9d910e92018d78cd3eff07a219af
877
877
  type: core
878
- size: 5860
878
+ size: 5866
879
879
  - path: core/orchestration/executors/index.js
880
880
  hash: sha256:21f66b6d59c67079bfd6f30dcb675bab60d8a3b6283c24246497d641beed1f57
881
881
  type: core
@@ -889,9 +889,9 @@ files:
889
889
  type: core
890
890
  size: 4383
891
891
  - path: core/orchestration/greenfield-handler.js
892
- hash: sha256:8f29437ade1e74d3c2de635cffb21110f23913c6fc1e71d0d710105c6e429b18
892
+ hash: sha256:46dfd236f1a2731a5a98024a1e31c1af80f910b601af7afd7b7c1d466b95a453
893
893
  type: core
894
- size: 35278
894
+ size: 35317
895
895
  - path: core/orchestration/index.js
896
896
  hash: sha256:657ac753e11d3551378ece60488c66465a3420c7e2cd1480db7d9db9f946fcc3
897
897
  type: core
@@ -901,9 +901,9 @@ files:
901
901
  type: core
902
902
  size: 8666
903
903
  - path: core/orchestration/master-orchestrator.js
904
- hash: sha256:ecc9de03a06b64d882cf627b3025adf694999a301ea789f123fd74e4409096ed
904
+ hash: sha256:a14f1ba236e05be1d04b2db223c384fecfb8a58fdb477e0c2a5c45d1f3a333bd
905
905
  type: core
906
- size: 54430
906
+ size: 54436
907
907
  - path: core/orchestration/message-formatter.js
908
908
  hash: sha256:b7413c04fa22db1c5fc2f5c2aa47bb8ca0374e079894a44df21b733da6c258ae
909
909
  type: core
@@ -921,9 +921,9 @@ files:
921
921
  type: core
922
922
  size: 24784
923
923
  - path: core/orchestration/skill-dispatcher.js
924
- hash: sha256:47f65d5da6980db07be361020edc7379b7cdbc4669c1ab1bc731587d3be039fc
924
+ hash: sha256:edf244ebe392b3821feb35ac0cfd05bf7031f356a0ae51f45699d0588e548777
925
925
  type: core
926
- size: 10571
926
+ size: 10563
927
927
  - path: core/orchestration/subagent-prompt-builder.js
928
928
  hash: sha256:e6de0ace5a09fae1769cfca8de34c95d3f154de15b015810440553a9f805958c
929
929
  type: core
@@ -945,9 +945,9 @@ files:
945
945
  type: core
946
946
  size: 31508
947
947
  - path: core/orchestration/workflow-executor.js
948
- hash: sha256:cbdcc00bec7dfa22cc56136b7a8cab29fe708c059400fef38f45d9047056ff40
948
+ hash: sha256:1f2336975a73a660b1aa434a11415be4e5c6446996fb4f39dde114b205d08104
949
949
  type: core
950
- size: 36355
950
+ size: 36365
951
951
  - path: core/orchestration/workflow-orchestrator.js
952
952
  hash: sha256:dfa7c8c3b3f6552c64c3a1c2290035a8548f931540552d940e637ddce3ec7ac5
953
953
  type: core
@@ -989,21 +989,21 @@ files:
989
989
  type: core
990
990
  size: 9393
991
991
  - path: core/quality-gates/layer2-pr-automation.js
992
- hash: sha256:af31e7ac60b74b52ee983d0fcff7457042eea553b6127538cab41eb94eaee8e0
992
+ hash: sha256:499b9d403728906e443ec4c3d97593a094a914bce2081ea725b9c19423f6e0bb
993
993
  type: core
994
- size: 9176
994
+ size: 9206
995
995
  - path: core/quality-gates/layer3-human-review.js
996
- hash: sha256:7d714b1381638a01697c06f76119c85cc76c289b3f7f8bc4a192834b55e2e44b
996
+ hash: sha256:40ee62241510ba2634b1646f90936b41b931a77ef02ea212da45a737772644b6
997
997
  type: core
998
- size: 9525
998
+ size: 9523
999
999
  - path: core/quality-gates/notification-manager.js
1000
1000
  hash: sha256:d41ea719fdc6fdbc7cc1778ee4ac735820b53dc2edc73e11aca70ba5fd7337e9
1001
1001
  type: core
1002
1002
  size: 16374
1003
1003
  - path: core/quality-gates/quality-gate-config.yaml
1004
- hash: sha256:8306e412f7a6a7b7787d7cc5f28aeb937841e0ce90a9eec626ddaafcafa9aed8
1004
+ hash: sha256:afc492479da9ebdfb6417a85b4520ad6dedbed24f8ded0487b4a290a0c93aea1
1005
1005
  type: core
1006
- size: 1981
1006
+ size: 1991
1007
1007
  - path: core/quality-gates/quality-gate-manager.js
1008
1008
  hash: sha256:cf19beb6f0820a0211ff41be2a66621e5e7f3f044a85a7bf6479256eb0eeb79b
1009
1009
  type: core
@@ -1041,9 +1041,9 @@ files:
1041
1041
  type: core
1042
1042
  size: 7110
1043
1043
  - path: core/session/context-loader.js
1044
- hash: sha256:08ffdc776d3aac944524ada97890d5cd35be2dabe9f4b141d5e6d6888d4742d0
1044
+ hash: sha256:2a4c0dffac9c9f81dac93c7e4f955b3ad3b7695c452c93205143588dc6b40baf
1045
1045
  type: core
1046
- size: 13732
1046
+ size: 13748
1047
1047
  - path: core/synapse/context/context-builder.js
1048
1048
  hash: sha256:121cd0a1df8a44098831cd4335536e8facf4e65b8aec48f4ce9c2d432dc6252a
1049
1049
  type: core
@@ -1209,17 +1209,17 @@ files:
1209
1209
  type: core
1210
1210
  size: 10937
1211
1211
  - path: data/agent-config-requirements.yaml
1212
- hash: sha256:3a4023f1af16f0874953e2d8316b79a53ff9a6e2cf2d569761b3b065883271bf
1212
+ hash: sha256:d555274de56989453dfb729be447e48f93d8d28b0a2487f2974ba3f2b3abdb99
1213
1213
  type: data
1214
- size: 11003
1214
+ size: 10997
1215
1215
  - path: data/capability-detection.js
1216
1216
  hash: sha256:66eb72a42115fbfa27fb836202e47ae5c28ec9ad8f1b542ddaf945da84a644d0
1217
1217
  type: data
1218
1218
  size: 9586
1219
1219
  - path: data/entity-registry.yaml
1220
- hash: sha256:c4410505fd9f410378f1924460d9e557df552384c13f2aca52031d2086e93dec
1220
+ hash: sha256:1e7e92b7fc32364dc043d67a564d708a04f5d9cab8fb0b1f92141251209341c4
1221
1221
  type: data
1222
- size: 523189
1222
+ size: 519845
1223
1223
  - path: data/learned-patterns.yaml
1224
1224
  hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
1225
1225
  type: data
@@ -1233,41 +1233,41 @@ files:
1233
1233
  type: data
1234
1234
  size: 9271
1235
1235
  - path: data/sinapse-kb.md
1236
- hash: sha256:f6c7b6e461d27d4f7ef492bcf151516336902804bbb821a0ccf4eec701d77112
1236
+ hash: sha256:02fa43c46a4787d96f28efd04cdde8ccad812841676ba5c9b63e74b28be2babb
1237
1237
  type: data
1238
- size: 34361
1238
+ size: 34335
1239
1239
  - path: data/tech-presets/_template.md
1240
1240
  hash: sha256:1bc4b212d6727486c6057947050185ff1e4cf86e8410f2d9c625fedcde171d96
1241
1241
  type: data
1242
1242
  size: 4459
1243
1243
  - path: data/tech-presets/csharp.md
1244
- hash: sha256:3780dc08f22cd2dc8947a6912fe307aeb7dcbbfae11488018f753a0abb3a2a6d
1244
+ hash: sha256:25f5f19b79e976cfa0aba34324b2e38231c370dad9d4c8fa48a6bc7ac87a34da
1245
1245
  type: data
1246
- size: 10856
1246
+ size: 10872
1247
1247
  - path: data/tech-presets/go.md
1248
- hash: sha256:6ae2a6c47b72d0a769880c01ab4fa0ec511552faf316a971c39ea7f5f917c133
1248
+ hash: sha256:9f4649d259294b6c4f1d92823020940a20c0ea77c1c4659a603c8d51201f2edd
1249
1249
  type: data
1250
- size: 11085
1250
+ size: 11101
1251
1251
  - path: data/tech-presets/java.md
1252
- hash: sha256:45e012245e9ec04971480a31a88677d53c6af282e964fa38a5b0245db71afc3e
1252
+ hash: sha256:1c0a691220b723056113ac3ab92f6f527e8f4aedd396940cefb60f0ff4f781e8
1253
1253
  type: data
1254
- size: 11497
1254
+ size: 11513
1255
1255
  - path: data/tech-presets/nextjs-react.md
1256
- hash: sha256:82748252ea73f6b5fdf86d74efdfbe59c3cb943420bddf7af307834024dcc9dc
1256
+ hash: sha256:07c1cbe8ef71539298e93fdb573325dd1d9274b3ab49e585ee48001c034486bd
1257
1257
  type: data
1258
- size: 22874
1258
+ size: 22880
1259
1259
  - path: data/tech-presets/php.md
1260
- hash: sha256:26a19447d5abc9f1567f3bad54d45a2ba58b28ad808d4e668aff8035e20221e1
1260
+ hash: sha256:fed71de39fed1fb68770588bf010397a2abd4896cabab0141d0e87497ae6a9d4
1261
1261
  type: data
1262
- size: 10180
1262
+ size: 10196
1263
1263
  - path: data/tech-presets/rust.md
1264
- hash: sha256:bf08f3d9551a18622d3fc2bd5eb71f6037134cd286485a76976d03b944602c86
1264
+ hash: sha256:89c9868d0a24b0b0ee772426b4831a21ad38612ef1636d17a701b09c3e5bcf4f
1265
1265
  type: data
1266
- size: 10570
1266
+ size: 10586
1267
1267
  - path: data/technical-preferences.md
1268
- hash: sha256:4a89266715b64ab20a97d1703f8b58f84c9cf0b01acdcf6a8be13d87d523d408
1268
+ hash: sha256:3e2700bba2a4bff304b7b87b816ebca9e4f4f1cfd2d77b53bd1c9970c3c62982
1269
1269
  type: data
1270
- size: 3394
1270
+ size: 3400
1271
1271
  - path: data/tok2-validation.js
1272
1272
  hash: sha256:b41624812735d948f2725858930a33652a925472dd3add621573242feabe1e65
1273
1273
  type: data
@@ -1285,9 +1285,9 @@ files:
1285
1285
  type: data
1286
1286
  size: 5754
1287
1287
  - path: data/workflow-chains.yaml
1288
- hash: sha256:1fbf1625e267eedc315cf1e08e5827c250ddc6785fb2cb139e7702def9b66268
1288
+ hash: sha256:674badbd69a89d2d5249b338ba569d29d87ffa53eebcbab0a6a7ccc23f3e98c4
1289
1289
  type: data
1290
- size: 5055
1290
+ size: 5188
1291
1291
  - path: data/workflow-patterns.yaml
1292
1292
  hash: sha256:8b9a7ebf55dd347876afade6fa48f26bef2d5c33814184205593a978eed477e1
1293
1293
  type: data
@@ -1313,93 +1313,93 @@ files:
1313
1313
  type: development
1314
1314
  size: 227
1315
1315
  - path: development/agent-teams/team-qa-focused.yaml
1316
- hash: sha256:1a1ba8e2816d801cbcce2013a9062d16713a09f70582ea399ed10751bc5b1557
1316
+ hash: sha256:702c60934a2fe01253e35dce21acbd1a3e35b6ca28ba3307e165f32e19e0c83d
1317
1317
  type: development
1318
- size: 5012
1318
+ size: 5066
1319
1319
  - path: development/agents/analyst.md
1320
- hash: sha256:6a24c436a111f6c87721d6f9c1463c090f01b3dc3d085f56f61aad3c6d039235
1320
+ hash: sha256:72419f5697626822e1c4168cd07315bab83d5cc46abcc68f715556ee743980d0
1321
1321
  type: agent
1322
- size: 11768
1322
+ size: 11828
1323
1323
  - path: development/agents/analyst/MEMORY.md
1324
1324
  hash: sha256:cfca31c2dbd0f4f62e5955d07848cabfab355852744c0d6b25d4eaa8ac60b095
1325
1325
  type: agent
1326
1326
  size: 1256
1327
1327
  - path: development/agents/architect.md
1328
- hash: sha256:e8fa9edf718a5bc77268e089f1dae372ded03967f52fbd5de86070f3f88294b0
1328
+ hash: sha256:5c8c96097c1db721a77ceddd958b415777fb836ceaa41c3bcec60e8ed7a6f8b4
1329
1329
  type: agent
1330
- size: 20598
1330
+ size: 20634
1331
1331
  - path: development/agents/architect/MEMORY.md
1332
1332
  hash: sha256:ba39482ca952ef76cbc390bf98e688da86a392940f90b5129cd11a90c4364f14
1333
1333
  type: agent
1334
1334
  size: 1389
1335
1335
  - path: development/agents/data-engineer.md
1336
- hash: sha256:f74bc9fd102eb0145f2944ebd6975a7777854c866c9d72c1336dd086acba0be4
1336
+ hash: sha256:9f6a6d0ff5bb0f31d72b78b1a8d27e5ed9be6555f4670970673179964681dc78
1337
1337
  type: agent
1338
- size: 21898
1338
+ size: 21910
1339
1339
  - path: development/agents/data-engineer/MEMORY.md
1340
1340
  hash: sha256:28693b913ec1d0c64489a1d230e8a8a378a461afe8cb522e9777f4f82219aa69
1341
1341
  type: agent
1342
1342
  size: 1109
1343
- - path: development/agents/dev.md
1344
- hash: sha256:a7af65dcfc2e1939994cc7407cb6a5f1d00ed2ad5f6c4d634b63791f0fbbebce
1343
+ - path: development/agents/developer.md
1344
+ hash: sha256:6f30b0ee4703fb8ac2d810206d5a52507fecdb7a6e9b09bde5e340eede0d98a8
1345
1345
  type: agent
1346
- size: 24509
1347
- - path: development/agents/dev/MEMORY.md
1346
+ size: 24571
1347
+ - path: development/agents/developer/MEMORY.md
1348
1348
  hash: sha256:d9585198255692c5a246d6ca565582295745437c70a898ce7113481bf0dd2561
1349
1349
  type: agent
1350
1350
  size: 2492
1351
1351
  - path: development/agents/devops.md
1352
- hash: sha256:9446dc9d4524a9f327deb1f8dc6422c017a06d66908bcb3af0744849279666b8
1352
+ hash: sha256:7cd57d38882716cd18b895288aed95936355a340ac94f58ec7ab8e4087d8b6cc
1353
1353
  type: agent
1354
- size: 22878
1354
+ size: 22908
1355
1355
  - path: development/agents/devops/MEMORY.md
1356
1356
  hash: sha256:52144c63f1d910bd2c245a4cd91788112ad67223f68ed39062adfceaa2e289a6
1357
1357
  type: agent
1358
1358
  size: 1402
1359
- - path: development/agents/pm.md
1360
- hash: sha256:dad578f8642aefeb4b769fa77dd6c46bfbcfb2cf1cf30cf3fc01e8033b380c62
1359
+ - path: development/agents/product-lead.md
1360
+ hash: sha256:2eb708577484929206911692f1950cd83ecc0c5ec6edbf4bf4e2c4b15be6105e
1361
1361
  type: agent
1362
- size: 16737
1363
- - path: development/agents/pm/MEMORY.md
1364
- hash: sha256:dab944185481ac3625e0ff26985ca8550856bcc26c13808272f277b8c24e71a5
1362
+ size: 14559
1363
+ - path: development/agents/product-lead/MEMORY.md
1364
+ hash: sha256:75b9c3153afcf5d77038e108dd6db1d93c24aec6f4db6e86b92f46c3504ebcb0
1365
1365
  type: agent
1366
- size: 1230
1367
- - path: development/agents/po.md
1368
- hash: sha256:ed035fca843e5f82ec08592193b96b44e2f13dadee73c37fc126ca75f769d44b
1366
+ size: 1397
1367
+ - path: development/agents/project-lead.md
1368
+ hash: sha256:7eb8f1f27b6f08901883c9b4c0306b6c8c6c3025c4af74eefc5d45812afdb280
1369
1369
  type: agent
1370
- size: 14368
1371
- - path: development/agents/po/MEMORY.md
1372
- hash: sha256:8d718de071e1f078907b1bac1b1df24d31f27ca91435c41693a469728daac443
1370
+ size: 16817
1371
+ - path: development/agents/project-lead/MEMORY.md
1372
+ hash: sha256:efcaf4d63e3a2e2408997396e49c6fbe8441e3ffc48b6ed60baf25a4eba3928d
1373
1373
  type: agent
1374
- size: 1380
1375
- - path: development/agents/qa.md
1376
- hash: sha256:adae8d7423e7bc39fb3e217d95ece8088c6dac90b581dc59584cc34b33f3b633
1374
+ size: 1237
1375
+ - path: development/agents/quality-gate.md
1376
+ hash: sha256:9548c4e7fb77bca597a9f5350acec366b37d2c851e20160877f22e141d5bd89b
1377
1377
  type: agent
1378
- size: 18976
1379
- - path: development/agents/qa/MEMORY.md
1378
+ size: 19034
1379
+ - path: development/agents/quality-gate/MEMORY.md
1380
1380
  hash: sha256:5d6841aa4917970ba062a23aab80cbed9e07d45b41ada028b3393d76f4c12d03
1381
1381
  type: agent
1382
1382
  size: 1368
1383
- - path: development/agents/sinapse-master.md
1384
- hash: sha256:f963b92f129e33af28b7917fa56114493cf4931a0e59ac99ee1f8e95d8923998
1383
+ - path: development/agents/sinapse-orqx.md
1384
+ hash: sha256:764ca20d054ca04df2fd6d320d1f792b170885a5f7d23cabfd335df5a2b74dd4
1385
1385
  type: agent
1386
- size: 19489
1387
- - path: development/agents/sm.md
1388
- hash: sha256:783df2681cb36ad6d1729408f5175a830030df8755c33e209beaac37d8607a5d
1386
+ size: 19558
1387
+ - path: development/agents/sprint-lead.md
1388
+ hash: sha256:4bf7177c91f608a2b73162dd0a5136afc733ff6a9c7b6ae3f3866223562b0e95
1389
1389
  type: agent
1390
- size: 12690
1391
- - path: development/agents/sm/MEMORY.md
1390
+ size: 12780
1391
+ - path: development/agents/sprint-lead/MEMORY.md
1392
1392
  hash: sha256:05298c0fc447623219d07f4ec904b9e78d4eb1c648d56f983302210d58c80eaf
1393
1393
  type: agent
1394
1394
  size: 1124
1395
1395
  - path: development/agents/squad-creator.md
1396
- hash: sha256:79aa6489baf5c1d81959334a4b1f6b50d48616c0801bb07e971cf9f40cc0b7f1
1396
+ hash: sha256:7d4e4ee71f1e06124e05f2590207e2a9c4bc8aee35d81387aa9e2bb42c3008f8
1397
1397
  type: agent
1398
- size: 13963
1398
+ size: 13995
1399
1399
  - path: development/agents/ux-design-expert.md
1400
- hash: sha256:d10123d633361f26d5f44489c909677ba9fbbb6c9794dec271e4b8c9235c3b64
1400
+ hash: sha256:68eebf80e1d061c89cd43abb9bcbec43506433ee6d2a2ebf7470a437f3d351d9
1401
1401
  type: agent
1402
- size: 20039
1402
+ size: 20051
1403
1403
  - path: development/agents/ux/MEMORY.md
1404
1404
  hash: sha256:e7793078a7e4a234c9568c479cf140197779df1871857da1fae79123aed6530c
1405
1405
  type: agent
@@ -1409,17 +1409,17 @@ files:
1409
1409
  type: checklist
1410
1410
  size: 16151
1411
1411
  - path: development/checklists/brownfield-compatibility-checklist.md
1412
- hash: sha256:9bf512719c9ab22c6752dae60c659420bc8267feb294e1a8907deccdacc11f42
1412
+ hash: sha256:346b37ef59a2cc7c476a1055c20f8cc8ec6ceb76f084b1def73a61a2cb78d205
1413
1413
  type: checklist
1414
- size: 3386
1414
+ size: 3392
1415
1415
  - path: development/checklists/issue-triage-checklist.md
1416
1416
  hash: sha256:c6dbaae38c0e3030dbffebcbcf95e5e766e0294a7a678531531cbd7ad6e54e2b
1417
1417
  type: checklist
1418
1418
  size: 1245
1419
1419
  - path: development/checklists/memory-audit-checklist.md
1420
- hash: sha256:061d0e610202edbb1c1898aed62c33fd15328ff5ba36cb287fead4edd5366f7e
1420
+ hash: sha256:dba46d7e1754b63ba589158145c742f53cdc01f8939ffc72382dcfe6d2343642
1421
1421
  type: checklist
1422
- size: 2460
1422
+ size: 2470
1423
1423
  - path: development/checklists/self-critique-checklist.md
1424
1424
  hash: sha256:f76389a6d2616f26c74dc28d28dc5aaff532b57f44639e709c989694e8b36cf2
1425
1425
  type: checklist
@@ -1437,9 +1437,9 @@ files:
1437
1437
  type: data
1438
1438
  size: 11116
1439
1439
  - path: development/README.md
1440
- hash: sha256:fead6190bc552e40abe0822411dd61606859e243233cbafe8eb1d12b5f9fc7b6
1440
+ hash: sha256:e6c46384998673b8ca84c37c4df89e8d014cb007707ac06419d764139f2751c7
1441
1441
  type: development
1442
- size: 4435
1442
+ size: 4433
1443
1443
  - path: development/scripts/activation-runtime.js
1444
1444
  hash: sha256:f079d8576e75e6af8bfa6304688f025003d2d46b02fc6beab3de9df2f3fc9fe3
1445
1445
  type: script
@@ -1449,25 +1449,25 @@ files:
1449
1449
  type: script
1450
1450
  size: 7534
1451
1451
  - path: development/scripts/agent-config-loader.js
1452
- hash: sha256:e9809ea4e5377f2954f678866b5ad8e2ea8ab9041492da20e590ed4cbd914ec3
1452
+ hash: sha256:41d6098c8c4a531c2b2743525cd1981bcef92dfbecf7748d048cb1d8ae8f7e95
1453
1453
  type: script
1454
- size: 18370
1454
+ size: 18368
1455
1455
  - path: development/scripts/agent-exit-hooks.js
1456
1456
  hash: sha256:3ddddc13c2d5d5614f9987e5fb9013322736b61e64f98ef94b509b8ab96e45df
1457
1457
  type: script
1458
1458
  size: 3215
1459
1459
  - path: development/scripts/apply-inline-greeting-all-agents.js
1460
- hash: sha256:e46ab33725bf4f82f0755a861e3aa2d372e72803639d50c7b62aed08cb1a0d51
1460
+ hash: sha256:b4b2f7f0124e995d10f6d2041e9bc63d035c608bdc09b9891b76fbfa0a3cab26
1461
1461
  type: script
1462
- size: 4612
1462
+ size: 4610
1463
1463
  - path: development/scripts/approval-workflow.js
1464
1464
  hash: sha256:9a1e958cc941b7e99c24fdfca655851ee483a9131e1a2d54187669667bfa16f0
1465
1465
  type: script
1466
1466
  size: 21559
1467
1467
  - path: development/scripts/audit-agent-config.js
1468
- hash: sha256:35cd985056605eb83ac59e5c46fd2e840bea01c515bafc727080e42faf82563d
1468
+ hash: sha256:2b162de43b2ceee26a515d95c49a12637afc513194746263183e66543fc22c42
1469
1469
  type: script
1470
- size: 9833
1470
+ size: 9829
1471
1471
  - path: development/scripts/backlog-manager.js
1472
1472
  hash: sha256:ac83ad8a5d32a119add54bad55cb5f84a32d093702ae4f75b0a6d2388ff1fc0a
1473
1473
  type: script
@@ -1477,9 +1477,9 @@ files:
1477
1477
  type: script
1478
1478
  size: 16665
1479
1479
  - path: development/scripts/batch-update-agents-session-context.js
1480
- hash: sha256:80cdd00b863296680dea1f25b8e9d82cd153cc46a6848e64086b2b7b08503058
1480
+ hash: sha256:0e68176e904546aab168bf9fb2d8cd33a65190b7381a8721cb93406251ec9c92
1481
1481
  type: script
1482
- size: 2929
1482
+ size: 2927
1483
1483
  - path: development/scripts/branch-manager.js
1484
1484
  hash: sha256:cb4b121f525348924dfd292a0532f36fa93ea9e2e3c3bab7f32e9b546df0f890
1485
1485
  type: script
@@ -1517,9 +1517,9 @@ files:
1517
1517
  type: script
1518
1518
  size: 18034
1519
1519
  - path: development/scripts/dev-context-loader.js
1520
- hash: sha256:ada10a0722fceb2bcd0f49fd380a2a598f8183d175b8c0de4393b9381335b32a
1520
+ hash: sha256:01bafc000926fb6cbab539964e1cb611d140135a614e673025a608f4761f08c8
1521
1521
  type: script
1522
- size: 8231
1522
+ size: 8237
1523
1523
  - path: development/scripts/diff-generator.js
1524
1524
  hash: sha256:cad97b0096fc034fa6ed6cbd14a963abe32d880c1ce8034b6aa62af2e2239833
1525
1525
  type: script
@@ -1581,9 +1581,9 @@ files:
1581
1581
  type: script
1582
1582
  size: 23413
1583
1583
  - path: development/scripts/populate-entity-registry.js
1584
- hash: sha256:f60afe29896d7c492eef09d8e5673653e305136321e50e38a371aa6a599ebb86
1584
+ hash: sha256:449b5b82e0a813e8ae26b89fb035aa4663f4194ce8a3c049e558626334119858
1585
1585
  type: script
1586
- size: 22578
1586
+ size: 22592
1587
1587
  - path: development/scripts/refactoring-suggester.js
1588
1588
  hash: sha256:d50ea6b609c9cf8385979386fee4b4385d11ebcde15460260f66d04c705f6cd9
1589
1589
  type: script
@@ -1673,17 +1673,17 @@ files:
1673
1673
  type: script
1674
1674
  size: 24942
1675
1675
  - path: development/scripts/test-greeting-system.js
1676
- hash: sha256:f58e981ba182153b004b0c0e5109afd54c998893eeae6b6f824fcf3a1afb45c2
1676
+ hash: sha256:bf44eb712cae893c150e73c9b371df9e890feed2d473dbb514669958368891b5
1677
1677
  type: script
1678
- size: 5534
1678
+ size: 5562
1679
1679
  - path: development/scripts/transaction-manager.js
1680
1680
  hash: sha256:0446c7553ab7c28b602a21867948b6ead7c2176495841bbea265a3cb26ecd6ef
1681
1681
  type: script
1682
1682
  size: 17613
1683
1683
  - path: development/scripts/unified-activation-pipeline.js
1684
- hash: sha256:0fe3796447eb009237c6e7ef332ec5f21b8f982fdb6802c8a0f6f2749b0920e6
1684
+ hash: sha256:ad7daf2d28d430bdbe34c72f8077be76d18c44b6f6baa754cad9cff9bc51e614
1685
1685
  type: script
1686
- size: 30141
1686
+ size: 30137
1687
1687
  - path: development/scripts/usage-tracker.js
1688
1688
  hash: sha256:e874139bf2945d178f34d17464cc99aeae3bcc9f8b2ff308d7eebfd167e71f5f
1689
1689
  type: script
@@ -1697,9 +1697,9 @@ files:
1697
1697
  type: script
1698
1698
  size: 9930
1699
1699
  - path: development/scripts/verify-workflow-gaps.js
1700
- hash: sha256:1406dd865e02aac35c7715f73bf0ef3825fc649f3a1592d9717ed6f6c2c85247
1700
+ hash: sha256:6aa189597ddb4273e6036bf8dabc4e12814838a69639c78cd45b955d884b595c
1701
1701
  type: script
1702
- size: 33474
1702
+ size: 33456
1703
1703
  - path: development/scripts/version-tracker.js
1704
1704
  hash: sha256:f932146c5cae8f330f8fca94636a02f45bf8c61a65806905e714c0a2e4476a9d
1705
1705
  type: script
@@ -1737,9 +1737,9 @@ files:
1737
1737
  type: task
1738
1738
  size: 13858
1739
1739
  - path: development/tasks/analyze-cross-artifact.md
1740
- hash: sha256:21d989caa1c373740560a199cf0a131dcd8f50d74b444aa82d6247dfe04b9d34
1740
+ hash: sha256:0e3b8a004fdc09f510547ac0cc7af222f0fb9b9617acce3716c2984297d1392d
1741
1741
  type: task
1742
- size: 7713
1742
+ size: 7723
1743
1743
  - path: development/tasks/analyze-framework.md
1744
1744
  hash: sha256:348c8c1502abdd17348a6b7c5b1d83c63159c2a464d65db373e86616ad2bc92f
1745
1745
  type: task
@@ -1749,17 +1749,17 @@ files:
1749
1749
  type: task
1750
1750
  size: 15469
1751
1751
  - path: development/tasks/analyze-project-structure.md
1752
- hash: sha256:90f1b61fb615ced4e7bc944754ddae889febbc4f92813bbcf68a481fa3b88e47
1752
+ hash: sha256:1ba34f9076b1f7bf2f1252a2da1f982e08261f71350eaa45854829581ab3d818
1753
1753
  type: task
1754
- size: 16193
1754
+ size: 16227
1755
1755
  - path: development/tasks/apply-qa-fixes.md
1756
- hash: sha256:0e70516ce03d7fa88e4b855a82ef7f3f8dab204a6b8a59786b50302a54d7ccee
1756
+ hash: sha256:151b604de629efafc0d111b6c22f98e5c7d8b7798e54bc5965939813aaea6a83
1757
1757
  type: task
1758
- size: 9113
1758
+ size: 9119
1759
1759
  - path: development/tasks/architect-analyze-impact.md
1760
- hash: sha256:36be4739cb350ecd3e2139bf68d295c11dbfc64be14448e9572f647d56858cc0
1760
+ hash: sha256:d958eb35031aca0774e36b480178c6952deb539313f2d795f148dc3febbdcab1
1761
1761
  type: task
1762
- size: 26669
1762
+ size: 26679
1763
1763
  - path: development/tasks/audit-codebase.md
1764
1764
  hash: sha256:48a1ffa5810c0fe3eab52b0502bd2ca83531d7a34feeecffe81823e871945c93
1765
1765
  type: task
@@ -1797,17 +1797,17 @@ files:
1797
1797
  type: task
1798
1798
  size: 7615
1799
1799
  - path: development/tasks/brownfield-create-epic.md
1800
- hash: sha256:a589a14142e896a4ce13628931fa2bd83a7f6ed4d2f4a8950552f321567ad5a7
1800
+ hash: sha256:fd2ae158fbb8f99289dd98be0d018b59cf6fed6619fc8ae5ff0306958871d92d
1801
1801
  type: task
1802
- size: 17911
1802
+ size: 17979
1803
1803
  - path: development/tasks/brownfield-create-story.md
1804
- hash: sha256:1b599f44caeadc60b07fbad5c5cf0ceb62c6e8157d5a8d0a6cb394591e95f4fd
1804
+ hash: sha256:e53aed327113e478ed62de47cbcff15a5294566d775d1e555cec147a75d61f07
1805
1805
  type: task
1806
- size: 9233
1806
+ size: 9242
1807
1807
  - path: development/tasks/build-autonomous.md
1808
- hash: sha256:e9764113a5fbb95eb968bf25b43cfd8ba917b22c0487eced2ba6a400c12b4e07
1808
+ hash: sha256:92c62da63f3a442ba855496b91bb97eb81dc2cb96c98fc6d1fc71ba67a2dbec1
1809
1809
  type: task
1810
- size: 6283
1810
+ size: 6289
1811
1811
  - path: development/tasks/build-component.md
1812
1812
  hash: sha256:6d231a04f4af2698b8b0333873ff25186f87ade8ee1e86e0d472a41f96a485bb
1813
1813
  type: task
@@ -1837,9 +1837,9 @@ files:
1837
1837
  type: task
1838
1838
  size: 20866
1839
1839
  - path: development/tasks/cleanup-utilities.md
1840
- hash: sha256:b62e441dd4b635bd190497db03d066cc2a50ab03c271ffcc39c32f1ab22a5ee5
1840
+ hash: sha256:74895ccb42c6c35a5a4b416dd74c6680de9a76683adb9194a5a48a0d487ba159
1841
1841
  type: task
1842
- size: 17844
1842
+ size: 17928
1843
1843
  - path: development/tasks/cleanup-worktrees.md
1844
1844
  hash: sha256:10d9fab42ba133a03f76094829ab467d2ef53b80bcc3de39245805679cedfbbd
1845
1845
  type: task
@@ -1861,13 +1861,13 @@ files:
1861
1861
  type: task
1862
1862
  size: 11654
1863
1863
  - path: development/tasks/create-agent.md
1864
- hash: sha256:54bb80a6ab2b5bbe4acd1daf3c98f14b1adf598321e75dfacf4a2ce0cc8e3a09
1864
+ hash: sha256:24942f22fa28db5f4598a7eaf4f2d1ced2d644479639791b302dc51786e8addb
1865
1865
  type: task
1866
- size: 31935
1866
+ size: 31945
1867
1867
  - path: development/tasks/create-brownfield-story.md
1868
- hash: sha256:3aab09c8f8b63f1eed306eb54d217da2fb87ffdd2d7e9f7151233c6dd0142ba6
1868
+ hash: sha256:18bd7ffa33a5c4d905907642d84d4413db3ebdb6fd5fd59cfdad3f10ad69027f
1869
1869
  type: task
1870
- size: 22387
1870
+ size: 22411
1871
1871
  - path: development/tasks/create-deep-research-prompt.md
1872
1872
  hash: sha256:1d5ad53b5253706f412bc88c8ce9c7d9d49ee917db5eeb99ac07830b0959092c
1873
1873
  type: task
@@ -1877,17 +1877,17 @@ files:
1877
1877
  type: task
1878
1878
  size: 10343
1879
1879
  - path: development/tasks/create-next-story.md
1880
- hash: sha256:a09dd7f5b30adfddb3a33965466a5137e97e91a08dc6924f21f39aba43d9db73
1880
+ hash: sha256:a5960a29a172947fe619836e22340ea9abd8d97f4debc5da1dede2734155e2e7
1881
1881
  type: task
1882
- size: 30581
1882
+ size: 30667
1883
1883
  - path: development/tasks/create-service.md
1884
- hash: sha256:ef2978e31976eaa6809b309d4a2b676389baa410d3f7640d73e2f1e0d2884069
1884
+ hash: sha256:1fd7886e450de5f654310d6af7d0a0bcd8aa00eb8d41b32a2176e4f22a1eb7e9
1885
1885
  type: task
1886
- size: 9898
1886
+ size: 9910
1887
1887
  - path: development/tasks/create-suite.md
1888
- hash: sha256:4466bc168314c1d9bfd30598f3369982e8ab7fdbb18a33b76ecd10ac9266ba86
1888
+ hash: sha256:6f0e56276839afd62a3115681406f28ec34995a4376c91b9ef5f45c7fba62310
1889
1889
  type: task
1890
- size: 7393
1890
+ size: 7403
1891
1891
  - path: development/tasks/create-task.md
1892
1892
  hash: sha256:659e292069cd1356e8f8b538b4ea28c6f240222a53c9b0ec1d5f0cfac5ff150f
1893
1893
  type: task
@@ -1989,13 +1989,13 @@ files:
1989
1989
  type: task
1990
1990
  size: 8105
1991
1991
  - path: development/tasks/dev-backlog-debt.md
1992
- hash: sha256:87ea50ba6a754249c2a0551e3b4dfb2b45d93968fcd8b511abafd39f1f8caf02
1992
+ hash: sha256:a879c5fed256f56a41f96be70c5c958dd9df8d075443322f5b2f76067515ad0c
1993
1993
  type: task
1994
- size: 11029
1994
+ size: 11051
1995
1995
  - path: development/tasks/dev-develop-story.md
1996
- hash: sha256:82fc45d833c67488f3e006880823ef873c9fcccf7360d66aed6ccfbb4cf0524c
1996
+ hash: sha256:5545615748261c24e52fc2ea79127f45a66a5112f20cf897a85aa8f1f38f0650
1997
1997
  type: task
1998
- size: 27365
1998
+ size: 27416
1999
1999
  - path: development/tasks/dev-improve-code-quality.md
2000
2000
  hash: sha256:e781d52e3ae4b5b63204a1b1adf51dd4c653eafa3413e5250199ff9abd9403cb
2001
2001
  type: task
@@ -2021,17 +2021,17 @@ files:
2021
2021
  type: task
2022
2022
  size: 18047
2023
2023
  - path: development/tasks/environment-bootstrap.md
2024
- hash: sha256:6fddfffa2f9fa1cb838d5769b8aa5b6885a28955b5188cd2bb339d145ae25b49
2024
+ hash: sha256:9a0773e7536f8e48cc885c65fb9e746929e04c7d21f98a386ed4ae4473b2b8eb
2025
2025
  type: task
2026
- size: 45710
2026
+ size: 45718
2027
2027
  - path: development/tasks/execute-checklist.md
2028
- hash: sha256:d4ce5446bc8e2c4b66d92af6b70642a500de465d57ddbd4d6c89884a8819fec4
2028
+ hash: sha256:9a6373ad45eb7a013e04b2ce3982ca3e1155565d8e8a9096289a3e7053708b86
2029
2029
  type: task
2030
- size: 8805
2030
+ size: 8811
2031
2031
  - path: development/tasks/execute-epic-plan.md
2032
- hash: sha256:278f6d9951dbfc32a7d84cd109305f47c5c7383908ad0f4f56a2636b6f772994
2032
+ hash: sha256:2f6921f9e04d85399ca4ecd69645f519629956abea6470f953bc66524d0bf04f
2033
2033
  type: task
2034
- size: 25533
2034
+ size: 25643
2035
2035
  - path: development/tasks/export-design-tokens-dtcg.md
2036
2036
  hash: sha256:4d96f99933cefa6f3787b471000cee5e376a553995dd0640132bba0fd9d5e95d
2037
2037
  type: task
@@ -2041,17 +2041,17 @@ files:
2041
2041
  type: task
2042
2042
  size: 6132
2043
2043
  - path: development/tasks/extract-patterns.md
2044
- hash: sha256:837ff3aa66dac5e87a998a88afc512875d8801345043d61b67e43e10c08f5e8d
2044
+ hash: sha256:40c58ea53f2b7ceab2bdb94aae42de73133ede2607cf5b901219be401b7bf477
2045
2045
  type: task
2046
- size: 8910
2046
+ size: 8922
2047
2047
  - path: development/tasks/extract-tokens.md
2048
2048
  hash: sha256:7eec605adb5121e3f021f21ac5e528aaad3b8431dee4ae4337b8487c94f98fd8
2049
2049
  type: task
2050
2050
  size: 13112
2051
2051
  - path: development/tasks/facilitate-brainstorming-session.md
2052
- hash: sha256:0a3ca80af66d38d19e639ca010ac3c09503d8f2e04d310ef6cd31e3934478573
2052
+ hash: sha256:0fba0af0dbe1fece4d620432c08ffd08c5edbc550fa28cd3f655342c0ec545fd
2053
2053
  type: task
2054
- size: 13929
2054
+ size: 13925
2055
2055
  - path: development/tasks/generate-ai-frontend-prompt.md
2056
2056
  hash: sha256:17669b49d20fd352cef26b865348bf1796916f6c3160aa64f3d9c0f28267120e
2057
2057
  type: task
@@ -2069,13 +2069,13 @@ files:
2069
2069
  type: task
2070
2070
  size: 13664
2071
2071
  - path: development/tasks/github-devops-github-pr-automation.md
2072
- hash: sha256:c499aba66dfef2f5cd75db9e1fe79dd8e87ed325fcb0f6f51d1ad79f9aeb5dde
2072
+ hash: sha256:0479ab5964fb81d80fe192f1a8e05b8bdb694e6c6f344bb8f94b8cbf10d8f06c
2073
2073
  type: task
2074
- size: 19489
2074
+ size: 19495
2075
2075
  - path: development/tasks/github-devops-pre-push-quality-gate.md
2076
- hash: sha256:bb91ac77326599b0c7980e0ecae85d7f47ddc764a316dba91a9cce4a0a0c1075
2076
+ hash: sha256:6f22aef03a912a2f56cf4fc977a836ed7b74a8ae19598049c411f8128567f697
2077
2077
  type: task
2078
- size: 23854
2078
+ size: 23860
2079
2079
  - path: development/tasks/github-devops-repository-cleanup.md
2080
2080
  hash: sha256:dd3ea59aba12256c795d9dbab0f4d1dedf6d7007d4f158b07da47ec2eeb544b1
2081
2081
  type: task
@@ -2101,9 +2101,9 @@ files:
2101
2101
  type: task
2102
2102
  size: 8124
2103
2103
  - path: development/tasks/ids-governor.md
2104
- hash: sha256:84a3748c90dbccd61995f9c6056657aa303a4cc1fa50ee7e3ad23097282c3d96
2104
+ hash: sha256:dc904c8e0a71084f5be8980910dd096a2cff6f974c2d78f404a6a2aeabd9f81e
2105
2105
  type: task
2106
- size: 3022
2106
+ size: 3024
2107
2107
  - path: development/tasks/ids-health.md
2108
2108
  hash: sha256:42b63e998d9e203e8fd446254152599af1fde2d93c6e63d3785f75be56b24bec
2109
2109
  type: task
@@ -2165,49 +2165,49 @@ files:
2165
2165
  type: task
2166
2166
  size: 13367
2167
2167
  - path: development/tasks/next.md
2168
- hash: sha256:91c3f47777b715b0651ac7cc486151bbe37462d8505dcc87ccf53fe0bdac2e2c
2168
+ hash: sha256:791a383c3e69f000354374619f5779f91b1462f52222a4d4031f9f347fba6966
2169
2169
  type: task
2170
- size: 7653
2170
+ size: 7665
2171
2171
  - path: development/tasks/orchestrate-resume.md
2172
- hash: sha256:4d1dfc068501bed8311d4b296aac8031903391c4183986c6201d80de10bd607b
2172
+ hash: sha256:9f3378719f45f90da885d46b0663cc72099256940240668fb5004868841c2ea0
2173
2173
  type: task
2174
- size: 1123
2174
+ size: 1121
2175
2175
  - path: development/tasks/orchestrate-status.md
2176
- hash: sha256:4093b685037e15e2c46728f485485d9c7f61d6b90240e4ee63673a593081943f
2176
+ hash: sha256:9f2e8ad2e3cabe3e0bd0011b440b9d9558bd86e505d46c4de424037c04b9db87
2177
2177
  type: task
2178
- size: 1216
2178
+ size: 1214
2179
2179
  - path: development/tasks/orchestrate-stop.md
2180
- hash: sha256:8cda015a2513e249c4172f73542f6d3d8a9c93700965cae38b7fba330db32b28
2180
+ hash: sha256:81bd09067710dbbaef17d4557e111b15f990ada3d0760bf4c40269051b53518a
2181
2181
  type: task
2182
- size: 916
2182
+ size: 914
2183
2183
  - path: development/tasks/orchestrate.md
2184
- hash: sha256:66c5a496aea3ed8b9c39a880cc9856872c81d5061772f4da734ea0d3abf03116
2184
+ hash: sha256:0eee4cec959ba3ab8404b2a5547e317a23eca2019a9a55d659ddbf5f4b185cfb
2185
2185
  type: task
2186
- size: 1296
2186
+ size: 1294
2187
2187
  - path: development/tasks/patterns.md
2188
- hash: sha256:2d318e066d9b823fa8569928012182047f8b40e2ea5be6a6bba3a18892e2b22d
2188
+ hash: sha256:57c976241ac5993534e8c1f0b1ab2c9e66372dec5c7f8269b54b4fb68d54aa83
2189
2189
  type: task
2190
- size: 7379
2190
+ size: 7391
2191
2191
  - path: development/tasks/plan-create-context.md
2192
- hash: sha256:a3b0960e9efdb1a347509a524e6a1f2735cd3ba473d242be3e81b06b615e4359
2192
+ hash: sha256:3d6ecb95fd4f707a762fbe3d86b21a2933bbdb8ad0bcb971f997ccf3aceaf835
2193
2193
  type: task
2194
- size: 21777
2194
+ size: 21789
2195
2195
  - path: development/tasks/plan-create-implementation.md
2196
2196
  hash: sha256:3f731be1f052c00a0b28823f5466e0374c6782f691ff054a6c55549f2fd12418
2197
2197
  type: task
2198
2198
  size: 20651
2199
2199
  - path: development/tasks/plan-execute-subtask.md
2200
- hash: sha256:00e20d1cb4a61d64898e042e2da366ebeeec193f5922890b615344b839194e07
2200
+ hash: sha256:4fe29b6eaf4cbdc83dcda2b07b9d4083769194351ebb850e19eb8d97a64fcbfc
2201
2201
  type: task
2202
- size: 21373
2202
+ size: 21391
2203
2203
  - path: development/tasks/po-backlog-add.md
2204
2204
  hash: sha256:2edcddbeaeecd399e1ce0512d30a860719278857af22de34d9b3b413f8ab806a
2205
2205
  type: task
2206
2206
  size: 8309
2207
2207
  - path: development/tasks/po-close-story.md
2208
- hash: sha256:ab845e01c25e7ba5618aab92782ca576569f006a2a0a52ee04bf19d9d015d878
2208
+ hash: sha256:d16003de33325f43661eca6fbff549b619d3ce54df76e2e6d6bf0405ad05ffd1
2209
2209
  type: task
2210
- size: 10896
2210
+ size: 10926
2211
2211
  - path: development/tasks/po-manage-story-backlog.md
2212
2212
  hash: sha256:9172f4601b949d805d52828e8e9f2e652d8bb4b9d9cfabfbc12986eaf7896950
2213
2213
  type: task
@@ -2237,9 +2237,9 @@ files:
2237
2237
  type: task
2238
2238
  size: 19074
2239
2239
  - path: development/tasks/project-status.md
2240
- hash: sha256:12b194860ac19455357a0ad3d006c66a41e6da11d85f72a583053d0fd7e17e4a
2240
+ hash: sha256:147dbe53b4598a097263eb8c3e863cbc94f4ed927d7b64073a2fe217f6b7a790
2241
2241
  type: task
2242
- size: 8670
2242
+ size: 8676
2243
2243
  - path: development/tasks/propose-modification.md
2244
2244
  hash: sha256:af1b061ee54ff08c4abf3371424c6f4155585fe47002227ff51dfa6f58d1d059
2245
2245
  type: task
@@ -2249,37 +2249,37 @@ files:
2249
2249
  type: task
2250
2250
  size: 6510
2251
2251
  - path: development/tasks/qa-after-creation.md
2252
- hash: sha256:f4030245dba6421329b9587941f6965c6e541a44801b7edc521fe3125f9a16da
2252
+ hash: sha256:b938979e3a648a9ec2be1ac0fd86bec81846ac2fcf5edb5c87c7f4f5bae94383
2253
2253
  type: task
2254
- size: 13961
2254
+ size: 13981
2255
2255
  - path: development/tasks/qa-backlog-add-followup.md
2256
- hash: sha256:9f2f763ac1cac41274b5d4934dc28bb8ea9b69c47d585d6c05eae978eb01b3db
2256
+ hash: sha256:b27f688d681aa34b3f52f33829f01dc62c900264c03024540ef802fc2b26b06a
2257
2257
  type: task
2258
- size: 10181
2258
+ size: 10207
2259
2259
  - path: development/tasks/qa-browser-console-check.md
2260
2260
  hash: sha256:deddbb5aed026e5b8b4d100a84baea6f4f85b3a249e56033f6e35e7ac08e2f80
2261
2261
  type: task
2262
2262
  size: 6827
2263
2263
  - path: development/tasks/qa-create-fix-request.md
2264
- hash: sha256:380ac02bfd30ffde9abd949cc291480c9cdbfca1d77191fe28e6c412fcdd0373
2264
+ hash: sha256:d5d91ca33ab7e19389f4dec626959d5d177d6140d2fe40435d44bc428db077d0
2265
2265
  type: task
2266
- size: 13501
2266
+ size: 13557
2267
2267
  - path: development/tasks/qa-evidence-requirements.md
2268
- hash: sha256:cfa30b79bf1eac27511c94de213dbae761f3fb5544da07cc38563bcbd9187569
2268
+ hash: sha256:6c01dca392ea9e0b4ddc2fc066b880abc74fcc7f49261e39c771bb59f4f0c0ba
2269
2269
  type: task
2270
- size: 6649
2270
+ size: 6659
2271
2271
  - path: development/tasks/qa-false-positive-detection.md
2272
- hash: sha256:f1a816365c588e7521617fc3aa7435e6f08d1ed06f4f51cce86f9529901d86ce
2272
+ hash: sha256:99e317522c8cb51610006a82414f23ab937a6bf4600fe39f57d5bd928b832361
2273
2273
  type: task
2274
- size: 9387
2274
+ size: 9397
2275
2275
  - path: development/tasks/qa-fix-issues.md
2276
- hash: sha256:eb9536b2598b38fc51fe8e14a4d067e8eeeaf31475ff2b7b9c1a8f8f22b6e1be
2276
+ hash: sha256:1b62d5a28bcc151aff279d2bd2a8ed2e07d65e765e79e97aa8499a5c72d13dc9
2277
2277
  type: task
2278
- size: 15786
2278
+ size: 15870
2279
2279
  - path: development/tasks/qa-gate.md
2280
- hash: sha256:f19c2cc6b670e5e9549d1741d4b636d59bbe1c82ad063d0e68a72b660d773026
2280
+ hash: sha256:bb67fe79fe634ae276fc9755bd5209ffe5b21868c5dea29b074d9ef648fd5f2b
2281
2281
  type: task
2282
- size: 10770
2282
+ size: 10796
2283
2283
  - path: development/tasks/qa-generate-tests.md
2284
2284
  hash: sha256:6e117ae6972c48fddc26cda53cd196a3abc30854b2f228e2cae57f393780554e
2285
2285
  type: task
@@ -2297,25 +2297,25 @@ files:
2297
2297
  type: task
2298
2298
  size: 12164
2299
2299
  - path: development/tasks/qa-review-build.md
2300
- hash: sha256:7490d00197366210a2e067f7c100eb1e0bff893ff1494ef3af384f7be3cf2776
2300
+ hash: sha256:cd74371e0225869144c9dda3d65dc6cf818245bec6d4613b9467c38a3c91b4e6
2301
2301
  type: task
2302
- size: 30690
2302
+ size: 30716
2303
2303
  - path: development/tasks/qa-review-proposal.md
2304
2304
  hash: sha256:ab90b6b6ac25fa095f6552a574599aaf40fbfa2fedc57349f59e7c3050ceaa52
2305
2305
  type: task
2306
2306
  size: 35295
2307
2307
  - path: development/tasks/qa-review-story.md
2308
- hash: sha256:535faf28099444cbd1ed75729e0047e459f7f1ffe80e17789f4daa750698171e
2308
+ hash: sha256:cf15f4045eab3920894e30e12601c8c318afb1a9c2d6f4f8fc72fa9dfae07676
2309
2309
  type: task
2310
- size: 24676
2310
+ size: 24692
2311
2311
  - path: development/tasks/qa-risk-profile.md
2312
2312
  hash: sha256:448fea4903efeb08228b482add78816004f1c00d108dde204a5dd15401307521
2313
2313
  type: task
2314
2314
  size: 13192
2315
2315
  - path: development/tasks/qa-run-tests.md
2316
- hash: sha256:5cf798778839025086ea2f5f57d14aa68d5d1b94f7af59de7b837d5dea28d61b
2316
+ hash: sha256:bce5e4dedaa748fea9c1273686ccc4b5e6acfca7abe4fb257387e18aec859530
2317
2317
  type: task
2318
- size: 5839
2318
+ size: 5849
2319
2319
  - path: development/tasks/qa-security-checklist.md
2320
2320
  hash: sha256:a5c3b4660cfb7eee0775a004458524d11f853dd1ccf5c83699be5ce9e6ae5577
2321
2321
  type: task
@@ -2353,13 +2353,13 @@ files:
2353
2353
  type: task
2354
2354
  size: 16139
2355
2355
  - path: development/tasks/run-workflow-engine.md
2356
- hash: sha256:46d933fe47864b801e2e543227b53b0d759ca9463e3c836354cb62d6a28707c1
2356
+ hash: sha256:edd667a4f1939d05b34d21ec404249caac0acb1f5b07d5d09ca091d571beae18
2357
2357
  type: task
2358
- size: 26183
2358
+ size: 26181
2359
2359
  - path: development/tasks/run-workflow.md
2360
- hash: sha256:7ed56f82de81853045065d0c470692d0be1ab88a15fed61b4036fd58465f04db
2360
+ hash: sha256:5deb2863ca5061ee934f338e47ab86f597f4a514beb20eb944efbe610914efd6
2361
2361
  type: task
2362
- size: 10613
2362
+ size: 10611
2363
2363
  - path: development/tasks/search-mcp.md
2364
2364
  hash: sha256:4c7d9239c740b250baf9d82a5aa3baf1cd0bb8c671f0889c9a6fc6c0a668ac9c
2365
2365
  type: task
@@ -2369,9 +2369,9 @@ files:
2369
2369
  type: task
2370
2370
  size: 13366
2371
2371
  - path: development/tasks/security-scan.md
2372
- hash: sha256:43d6059e13dc954dbaaf4ed83c2e32e6e38250c496711d910c536ccbd683b40b
2372
+ hash: sha256:b545362faacda38227ba35df045d6a6fe9137cedf2a5a4efe2f0fa3616a9d931
2373
2373
  type: task
2374
- size: 19079
2374
+ size: 19099
2375
2375
  - path: development/tasks/session-resume.md
2376
2376
  hash: sha256:af5c99e3dc2a560d628052da2153a02b56fbb1514bfa8ba40413b37d11b48517
2377
2377
  type: task
@@ -2389,9 +2389,9 @@ files:
2389
2389
  type: task
2390
2390
  size: 31249
2391
2391
  - path: development/tasks/setup-llm-routing.md
2392
- hash: sha256:b4e451524a2d10556a510dcf3d8de489f23cd430cdeba1b8b51d0a9832fc9029
2392
+ hash: sha256:9d974ae0c4f4eacf7884eb8df56a25f888d51f7cd3978bfcba2a0b4dd41dac35
2393
2393
  type: task
2394
- size: 4699
2394
+ size: 4705
2395
2395
  - path: development/tasks/setup-mcp-docker.md
2396
2396
  hash: sha256:88d7329c89b431201d8180bc9ec3a1778bc3442407d45dbf7612e329054808f2
2397
2397
  type: task
@@ -2413,21 +2413,21 @@ files:
2413
2413
  type: task
2414
2414
  size: 10448
2415
2415
  - path: development/tasks/spec-critique.md
2416
- hash: sha256:d2c3615b84dff942bb1c36fe1d89d025a5c52eedf15a382e75bba6cee085e7dd
2416
+ hash: sha256:0f1b9e9a54ac63bdc3917b352a0ef641d0a3fe2714a7e0bc3997a0ba66cca486
2417
2417
  type: task
2418
- size: 13590
2418
+ size: 13630
2419
2419
  - path: development/tasks/spec-gather-requirements.md
2420
- hash: sha256:b2ae9cd6da1233bd610a0a8023dcf1dfece81ab75a1cb6da6b9016e0351a7d40
2420
+ hash: sha256:c269fa7574ecd878cf02b81c27f77dcae12df56c817da5292cc72e8e917d297b
2421
2421
  type: task
2422
- size: 14489
2422
+ size: 14529
2423
2423
  - path: development/tasks/spec-research-dependencies.md
2424
2424
  hash: sha256:4ca6769bfa60219173cf4a3f5544f3d53ed13cf2bc15ea099c44947938c89565
2425
2425
  type: task
2426
2426
  size: 9741
2427
2427
  - path: development/tasks/spec-write-spec.md
2428
- hash: sha256:1ecef348cf83403243398c362629e016ff299b4e0634d7a0581b39d779a113bf
2428
+ hash: sha256:6e22b71a5a1c7ef46012d2ce433d6603bb0aaeab981e238f579ee26a3512cad3
2429
2429
  type: task
2430
- size: 11457
2430
+ size: 11477
2431
2431
  - path: development/tasks/squad-creator-analyze.md
2432
2432
  hash: sha256:16641eeaceea38cf33e7eedb7b7b1e12886104e1dc4e39f14c757dae79fad799
2433
2433
  type: task
@@ -2473,17 +2473,17 @@ files:
2473
2473
  type: task
2474
2474
  size: 5068
2475
2475
  - path: development/tasks/story-checkpoint.md
2476
- hash: sha256:d06e224a5232a78d75bef5a976254c745b3605ddd65182ccd40c0a59695ee822
2476
+ hash: sha256:9d285e515eb7d2ac10737c78fd88969c4530aa11aa3b5c64d2a97bd2ffaac330
2477
2477
  type: task
2478
- size: 11473
2478
+ size: 11499
2479
2479
  - path: development/tasks/sync-documentation.md
2480
2480
  hash: sha256:725f21a59ffe3044be7e254020b56657708eabd008e2797c2d05c333116313cd
2481
2481
  type: task
2482
2482
  size: 23371
2483
2483
  - path: development/tasks/sync-registry-intel.md
2484
- hash: sha256:309f7a06dd00c25655b66d996f31f073b36b6f7c91f04970348e5c1c5fa48374
2484
+ hash: sha256:277f46dca37bd7a581d1cfa1da83f0268b31e0e8c8d5de077d3f4270cf32a602
2485
2485
  type: task
2486
- size: 1669
2486
+ size: 1667
2487
2487
  - path: development/tasks/tailwind-upgrade.md
2488
2488
  hash: sha256:5f203d2baa17214297aac05bb084633e5c1271b8764f750f8f16a16037342dd9
2489
2489
  type: task
@@ -2529,25 +2529,25 @@ files:
2529
2529
  type: task
2530
2530
  size: 13281
2531
2531
  - path: development/tasks/validate-agents.md
2532
- hash: sha256:8afbe29413acb2fe7c5f9395e4e079b7f771e9d1a5e2cb5d52ba51fcd7a0ec3d
2532
+ hash: sha256:4a0a172e6e073df3f7a2acc52a5eefae00dbe5deb01185b76a2dfa73b144838c
2533
2533
  type: task
2534
- size: 3603
2534
+ size: 3601
2535
2535
  - path: development/tasks/validate-next-story.md
2536
- hash: sha256:729ad14820bc8af0cfee79193e7ba5c333afc6548435b87a0d795987672fac72
2536
+ hash: sha256:33372dd5b9c76c4ce1564ffe91870b2bd4517c2fba3bdf09fe375bec6e12b5ed
2537
2537
  type: task
2538
- size: 16927
2538
+ size: 16998
2539
2539
  - path: development/tasks/validate-tech-preset.md
2540
2540
  hash: sha256:099a78ce6ce78581dcf91e04044ca273affe57ded2c5fc526cec3d5d18d83ec4
2541
2541
  type: task
2542
2542
  size: 5999
2543
2543
  - path: development/tasks/validate-workflow.md
2544
- hash: sha256:3bfad495af4f30994d0de3e1349219a31f4695762372dcf30c7f63766f15ba77
2544
+ hash: sha256:e30e4ef1f666ffc43c870707f6156bd1336f85ac79f6196507f13e5260f6deb6
2545
2545
  type: task
2546
- size: 8350
2546
+ size: 8348
2547
2547
  - path: development/tasks/verify-subtask.md
2548
- hash: sha256:fff7948c22992f264bf567b1daa38e56811bc3ecd5796ebd7b0fdd6bce74994d
2548
+ hash: sha256:476ab7d305f715bd8d2c30b40ce7c1d4a66a1b97c3639b1dab33e26c229572d4
2549
2549
  type: task
2550
- size: 4930
2550
+ size: 4942
2551
2551
  - path: development/tasks/waves.md
2552
2552
  hash: sha256:cf092b64c246ddf765a95d9cb3fd55f94465c09ca75736c88736b123894841e3
2553
2553
  type: task
@@ -2561,9 +2561,9 @@ files:
2561
2561
  type: template
2562
2562
  size: 1988
2563
2563
  - path: development/templates/code-intel-integration-pattern.md
2564
- hash: sha256:c4ae4788e8771581be66ddf6c108ea73d801d24cb79e038d1edaec690c51a0c6
2564
+ hash: sha256:18b81d1ee16ee1ede19c0272945b3f83f77094d92e5a343b2c347e6f391a456d
2565
2565
  type: template
2566
- size: 6392
2566
+ size: 6418
2567
2567
  - path: development/templates/ptc-entity-validation.md
2568
2568
  hash: sha256:dadea25b69d3effd956e70e04569c661866572567c335705d770f656c5a07ffd
2569
2569
  type: template
@@ -2689,85 +2689,85 @@ files:
2689
2689
  type: template
2690
2690
  size: 2840
2691
2691
  - path: development/templates/subagent-step-prompt.md
2692
- hash: sha256:a1f282dd2fe7a0d13100468fe4cd984cb3f13383cfb669cffc7b47e026f1b0db
2692
+ hash: sha256:8085a1d041fb0b7c07af7e9ea011d64b2838f20be6bcfce4cbca8efc0d0d0731
2693
2693
  type: template
2694
- size: 4312
2694
+ size: 4308
2695
2695
  - path: development/workflows/auto-worktree.yaml
2696
- hash: sha256:cc39d33cc535a70f533f46ace723b780da25d5aa2267d4dec9469a71dfd2ade2
2696
+ hash: sha256:13f47d708619acd6fa74d7a17987b97c5ee899cce7121fc3c1785d22cf7e0047
2697
2697
  type: workflow
2698
- size: 18559
2698
+ size: 18593
2699
2699
  - path: development/workflows/brownfield-discovery.yaml
2700
- hash: sha256:b3a148c9279877bab7f071f0251611f53c66c019b683938cfd64b2c40c269453
2700
+ hash: sha256:2466ae7cc3f8edd0992766382cb18cf198f019c664c699550cd3bf988b2929a0
2701
2701
  type: workflow
2702
- size: 33253
2702
+ size: 33355
2703
2703
  - path: development/workflows/brownfield-fullstack.yaml
2704
- hash: sha256:5a0e3ccc260abbf44933bca2a0c7e9d9e6ed523802a216799b61c69089fd5ba4
2704
+ hash: sha256:6bb457ccd94f3862ebd23c6e92f214164e2d44507455e696e11bd88c066eb922
2705
2705
  type: workflow
2706
- size: 13265
2706
+ size: 13315
2707
2707
  - path: development/workflows/brownfield-service.yaml
2708
- hash: sha256:99aa6d2064c6974cccacc28890b49b350420c6a6a455a0a58c33ad02950f6912
2708
+ hash: sha256:725913401de1ea7dfd721022a611202bbccab666e6ed6a2dc7d83cb62facc5ec
2709
2709
  type: workflow
2710
- size: 8664
2710
+ size: 8705
2711
2711
  - path: development/workflows/brownfield-ui.yaml
2712
- hash: sha256:e793139c603e2814fd3b6511cfecb31413995595646dba2fe070521e91178742
2712
+ hash: sha256:ef252d89a0697f14b2264b757a89984f425ec3e5cce78e863f0dde427eafe581
2713
2713
  type: workflow
2714
- size: 9262
2714
+ size: 9303
2715
2715
  - path: development/workflows/design-system-build-quality.yaml
2716
2716
  hash: sha256:c8b989ec5602f59b7930749964caf4d0e4ee37a758238fb3702325bba8c5fd50
2717
2717
  type: workflow
2718
2718
  size: 6948
2719
2719
  - path: development/workflows/development-cycle.yaml
2720
- hash: sha256:aa0f6343cd983c9d25810ece8c1c7cd49dd07107b7570029f43f3e1204a72805
2720
+ hash: sha256:6dec2ac46d9df958729627ee23662a3c2e689658802b32828538991f9374969e
2721
2721
  type: workflow
2722
- size: 15856
2722
+ size: 15939
2723
2723
  - path: development/workflows/epic-orchestration.yaml
2724
- hash: sha256:0dc64c39762b88d3dfda530084f9bf2b7b07baf43b459757d0a6d1d982b74a09
2724
+ hash: sha256:0fd7ca5364405673856fede6ff9d7ae874b103b9bbd25c5c8fc6f0cd8d221296
2725
2725
  type: workflow
2726
- size: 16916
2726
+ size: 16972
2727
2727
  - path: development/workflows/greenfield-fullstack.yaml
2728
- hash: sha256:960717811d5c9d3c934545a972cd64d96d3e5110d1e2e3f1e40f318325093711
2728
+ hash: sha256:2bf0105eabf8a101c3ff7fcfc7132c3a2b96a53705613ee6acf16c41f330c4e7
2729
2729
  type: workflow
2730
- size: 16499
2730
+ size: 16559
2731
2731
  - path: development/workflows/greenfield-service.yaml
2732
- hash: sha256:b1b2cdef1998163af93b6570a68ea15108a751ade60e12af65d50056bc8de0da
2732
+ hash: sha256:98926f9d6852823eb0a5b377397d9014b1a7b84e14b2799626ddc662d9c82a09
2733
2733
  type: workflow
2734
- size: 11239
2734
+ size: 11280
2735
2735
  - path: development/workflows/greenfield-ui.yaml
2736
- hash: sha256:942553f902315030215620b7d0dd64612d3bfaff5f1f6a9e9b9dccacf1f828ca
2736
+ hash: sha256:df1986500e72334c27b48a40fe36aff2b85a52891c21f71288f8ee4c4af922b8
2737
2737
  type: workflow
2738
- size: 10751
2738
+ size: 10792
2739
2739
  - path: development/workflows/qa-loop.yaml
2740
- hash: sha256:034eec2cf9ce78b587b91b092d4b0d2130c0ddc3fff72f443eee0c7ea1950e24
2740
+ hash: sha256:f03353fe8e68a233b098f93940217a65af7a820985b57514249fdda1f32c8efc
2741
2741
  type: workflow
2742
- size: 18748
2742
+ size: 18754
2743
2743
  - path: development/workflows/README.md
2744
- hash: sha256:53612ca1e02e560b027ce831eb5c0e7fcc22c5950a813f09d05c3bba831fa17e
2744
+ hash: sha256:fee388bad1bc1cbabf1c589a9c19d075ec5285d7e0fdaa8ea69b7195e33556f0
2745
2745
  type: workflow
2746
- size: 2609
2746
+ size: 2605
2747
2747
  - path: development/workflows/spec-pipeline.yaml
2748
- hash: sha256:c40ae2d0a534a2365db50ba62c7d98a6248c8cae2430fd85a2afb58cd8b3eae6
2748
+ hash: sha256:e1fc7f72dcf39705f6b0db4b7070e3b8b0c0ce28836fc5c31206d0121ff06937
2749
2749
  type: workflow
2750
- size: 23733
2750
+ size: 23745
2751
2751
  - path: development/workflows/story-development-cycle.yaml
2752
- hash: sha256:61dd75dd4659ec253f6e54c2854e06fbc8f62aa7dfbd1b44a4bd893ee3eb0893
2752
+ hash: sha256:55d7dcf0734cf993bbb127064fa60e562e1538372863f6d3a4f69c30a147bc78
2753
2753
  type: workflow
2754
- size: 8013
2754
+ size: 8019
2755
2755
  - path: docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md
2756
- hash: sha256:2ee0084c4a7a7c6eab944277846411bd3641c119679228b8b8a76fc321e331c4
2756
+ hash: sha256:b78d5632b16f535dfa724f76728733030ff40292f293a6d5046637448f05b1cc
2757
2757
  type: documentation
2758
- size: 16041
2758
+ size: 16045
2759
2759
  - path: docs/standards/EXECUTOR-DECISION-TREE.md
2760
2760
  hash: sha256:f2f1caa76048ce6007a24631f3a304ec9a3412dde54b90a6c5b61b09e8c1343d
2761
2761
  type: documentation
2762
2762
  size: 19274
2763
2763
  - path: docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md
2764
- hash: sha256:bf189003a63edb716bd5d96dbf93bb2693061bc1a62b2e5a4da151e89d199d93
2764
+ hash: sha256:7cc48350f863758767c7af9bef701196965ccf1b350a402449e33f65e48eaf50
2765
2765
  type: documentation
2766
- size: 16451
2766
+ size: 16457
2767
2767
  - path: docs/standards/QUALITY-GATES-SPECIFICATION.md
2768
- hash: sha256:80662a374dee57461c420b1ed0da94e26fbcd97da624f994ae67ee29af50f2b7
2768
+ hash: sha256:05a4ce55ca6a935beb012d83d580fec6db34394420295bca6f2bde8ddd0ade65
2769
2769
  type: documentation
2770
- size: 19758
2770
+ size: 19768
2771
2771
  - path: docs/standards/SINAPSE-COLOR-PALETTE-QUICK-REFERENCE.md
2772
2772
  hash: sha256:630b375596590538bd5085c3c385b7f6fe6d4982e7f0555e2bfa519edcfe68ff
2773
2773
  type: documentation
@@ -2777,13 +2777,13 @@ files:
2777
2777
  type: documentation
2778
2778
  size: 9558
2779
2779
  - path: docs/standards/STANDARDS-INDEX.md
2780
- hash: sha256:aae28b0f8407abdc631f638c5cbeb4456c5dc6ed65f78a759ef270147ab5a06d
2780
+ hash: sha256:372ace94c0d0a7d1721497023ae51db96a0f8f493d8e78319265b2019cdb34a6
2781
2781
  type: documentation
2782
- size: 8494
2782
+ size: 8510
2783
2783
  - path: docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md
2784
- hash: sha256:e237bfaf045e05b0fd94c525a65d14ee7b546c119f1bccef413245773702c564
2784
+ hash: sha256:cdadd8781d9a01f50baf67cb86de4c4bed584cbf8e6907cc870b30222380111d
2785
2785
  type: documentation
2786
- size: 11586
2786
+ size: 11654
2787
2787
  - path: docs/standards/TASK-FORMAT-SPECIFICATION-V1.md
2788
2788
  hash: sha256:f4b5f6a1672f648c227586a684881a0923841592007c1c4640a7f8610a28723b
2789
2789
  type: documentation
@@ -2985,9 +2985,9 @@ files:
2985
2985
  type: script
2986
2986
  size: 7697
2987
2987
  - path: infrastructure/scripts/config-loader.js
2988
- hash: sha256:5f6316913856de15532bebf8eccb404f6da2869dfa38de18cc1c6c5d17e378f9
2988
+ hash: sha256:d424b20d3dbb568bf4fd89b9239cbb30eb00148625215051c8b97e74d2ca8c53
2989
2989
  type: script
2990
- size: 10647
2990
+ size: 10651
2991
2991
  - path: infrastructure/scripts/conflict-resolver.js
2992
2992
  hash: sha256:3d2794a66f16fcea95b096386dc9c2dcd31e5938d862030e7ac1f38c00a2c0bd
2993
2993
  type: script
@@ -3069,29 +3069,29 @@ files:
3069
3069
  type: script
3070
3070
  size: 9738
3071
3071
  - path: infrastructure/scripts/gotchas-documenter.js
3072
- hash: sha256:69a1ab5e556926f7b542f65eba4924f4fa162171c308f9b4effc065ffb007959
3072
+ hash: sha256:89e449856682d2a01c7a528e0ea8234446df48d4e8d195364110ea030ddc6a3a
3073
3073
  type: script
3074
- size: 38480
3074
+ size: 38486
3075
3075
  - path: infrastructure/scripts/ide-sync/agent-parser.js
3076
3076
  hash: sha256:b4dceac261653d85d791b6cd8b010ebfaa75cab179477b193a2448482b4aa4d4
3077
3077
  type: script
3078
3078
  size: 8846
3079
3079
  - path: infrastructure/scripts/ide-sync/gemini-commands.js
3080
- hash: sha256:6fb6d9b3bef332ec7f3d4cd9a8d973cfa12361893e8c30bd1c2a6d1e1e29ff44
3080
+ hash: sha256:96cc06f71cab964ef9c9ab248230e611cfc52f5d85d1ecc636eb2f7d3badac60
3081
3081
  type: script
3082
- size: 5568
3082
+ size: 5566
3083
3083
  - path: infrastructure/scripts/ide-sync/index.js
3084
- hash: sha256:240a0f5b371050d0a3face50d7f9746d79966a9358719c60480f3951e13d459d
3084
+ hash: sha256:870939c24c62b5a1d79c2cff6c698f4f9c9acd9c57f215775b1a6af417c0e448
3085
3085
  type: script
3086
- size: 14929
3086
+ size: 14925
3087
3087
  - path: infrastructure/scripts/ide-sync/README.md
3088
- hash: sha256:9e6006292ada1d35e95ced442a35f715fd5ed626ff4577843e970d52fc431cf9
3088
+ hash: sha256:cd353be0899548032cfba541266a247d706356b5b8631e73a7cdc4f43415ba92
3089
3089
  type: script
3090
- size: 5350
3090
+ size: 5344
3091
3091
  - path: infrastructure/scripts/ide-sync/redirect-generator.js
3092
- hash: sha256:587f2522d30b5fb29ac2613fc55dacc568c0658941eb683dff3e1d9b2e12f31e
3092
+ hash: sha256:38c04dd71e4ed3e703602e26c3df14835e60cd0c6145f9b5efa275b6863e5c84
3093
3093
  type: script
3094
- size: 4234
3094
+ size: 4230
3095
3095
  - path: infrastructure/scripts/ide-sync/transformers/antigravity.js
3096
3096
  hash: sha256:248d5fc8f6bd607ff9a76bcfb640c9cbc55cf1ba8fc68bbbb6bb9f9ae3e285a0
3097
3097
  type: script
@@ -3169,9 +3169,9 @@ files:
3169
3169
  type: script
3170
3170
  size: 16183
3171
3171
  - path: infrastructure/scripts/migrate-agent.js
3172
- hash: sha256:0582faab75112489aa1013c910ab593a497eeb99e27f54287c3c280d0603efb7
3172
+ hash: sha256:beba9b3e17660c878e94976048301fd4ecae2e5ca86ffde98107f785ae6f583b
3173
3173
  type: script
3174
- size: 13731
3174
+ size: 13729
3175
3175
  - path: infrastructure/scripts/modification-risk-assessment.js
3176
3176
  hash: sha256:473b13884ba6c88f61516e3560eae553ff2914f47ae80af4b1e353ec4c6f8592
3177
3177
  type: script
@@ -3205,9 +3205,9 @@ files:
3205
3205
  type: script
3206
3206
  size: 61036
3207
3207
  - path: infrastructure/scripts/performance-tracker.js
3208
- hash: sha256:56dffcbb3bd989507822a3c68c315ea5571154e4b233ee5899f5b1c3033001fe
3208
+ hash: sha256:938ff201c98137b9b998b783534de486f9267508fa1493fbce42107c2a0eaa23
3209
3209
  type: script
3210
- size: 13877
3210
+ size: 13873
3211
3211
  - path: infrastructure/scripts/plan-tracker.js
3212
3212
  hash: sha256:d370c81ae937646cf3ea9094095df3a21c7ed60a7a51535958d404accbcb82fd
3213
3213
  type: script
@@ -3233,13 +3233,13 @@ files:
3233
3233
  type: script
3234
3234
  size: 42723
3235
3235
  - path: infrastructure/scripts/qa-report-generator.js
3236
- hash: sha256:e1cf5fb078fce02e461e792a86460d7fc21b5646a082dabf86b113c7efec2381
3236
+ hash: sha256:80df24a625be1e3349401b9a2492dd42b63cb1b8d3829c099d4f7ba39c0f2986
3237
3237
  type: script
3238
- size: 35779
3238
+ size: 35789
3239
3239
  - path: infrastructure/scripts/recovery-tracker.js
3240
- hash: sha256:752d4e6400cf88ae9732541dadb83055b00799215541be5dfa292f48bb16759f
3240
+ hash: sha256:634c1889d9c07d22e728c069479be464a315f2f958cf396f96c3c3b149011486
3241
3241
  type: script
3242
- size: 31328
3242
+ size: 31334
3243
3243
  - path: infrastructure/scripts/refactoring-suggester.js
3244
3244
  hash: sha256:118d4cdbc64cf3238065f2fb98958305ae81e1384bc68f5a6c7b768f1232cd1e
3245
3245
  type: script
@@ -3249,9 +3249,9 @@ files:
3249
3249
  type: script
3250
3250
  size: 2156
3251
3251
  - path: infrastructure/scripts/rollback-manager.js
3252
- hash: sha256:4a3baef9d519826ce239903812517cdcc4e54d9bf8e52abfc91ad89f2727d104
3252
+ hash: sha256:12a738d9d5122feaed3144d1bb9cb302e02dccbb85db9bcb78a3dab2cbe17852
3253
3253
  type: script
3254
- size: 22274
3254
+ size: 22280
3255
3255
  - path: infrastructure/scripts/sandbox-tester.js
3256
3256
  hash: sha256:019af2e23de70d7dacb49faf031ba0c1f5553ecebe52f361bab74bfca73ba609
3257
3257
  type: script
@@ -3373,13 +3373,13 @@ files:
3373
3373
  type: template
3374
3374
  size: 8045
3375
3375
  - path: infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml
3376
- hash: sha256:55000691ec969fc9c9ba540fea0470328ce3065c0f17943867e4b53a252e85c3
3376
+ hash: sha256:c25bd8d9348e23e7557ac268366a59b71c6abcde6f20eb3e77bb32fc1ea3c5c4
3377
3377
  type: template
3378
- size: 5840
3378
+ size: 5846
3379
3379
  - path: infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml
3380
- hash: sha256:1945a4acf0d3963a3e1bd941445b2ce8ab72816ee3fe8dbc43f2936e262fafc7
3380
+ hash: sha256:90b98ed65a24dbb5d1db83340c786fdd498a7dd24f919858181a055a62ca488a
3381
3381
  type: template
3382
- size: 5125
3382
+ size: 5131
3383
3383
  - path: infrastructure/templates/github-workflows/ci.yml.template
3384
3384
  hash: sha256:d6aebf0a28b7a5fe4276ebec1dfb00964b624a9d3c6655228d59fb59c813a34c
3385
3385
  type: template
@@ -3425,7 +3425,7 @@ files:
3425
3425
  type: template
3426
3426
  size: 5567
3427
3427
  - path: infrastructure/templates/sinapse-sync.yaml.template
3428
- hash: sha256:5fcc50bc79ae05af2cf5c78f2da5289abc50a84da7929f9f6a5e9f28a4262da6
3428
+ hash: sha256:36ada7873fcbd5bab225b528c7be39035a12fc156135cc82c73d75782d7c53a2
3429
3429
  type: template
3430
3430
  size: 8397
3431
3431
  - path: infrastructure/tests/project-status-loader.test.js
@@ -3513,9 +3513,9 @@ files:
3513
3513
  type: monitor
3514
3514
  size: 32
3515
3515
  - path: monitor/hooks/lib/enrich.py
3516
- hash: sha256:8ed7dd6a338457b9c9ff766333666fffaba8bb86c7c8ffda44fe6c6fcfe660c2
3516
+ hash: sha256:ac90ac6a96341fb6eead28b7118fe830b95b0fbe6fa9b78f3fd7d98cb5256bb8
3517
3517
  type: monitor
3518
- size: 1695
3518
+ size: 1693
3519
3519
  - path: monitor/hooks/lib/send_event.py
3520
3520
  hash: sha256:ce99e838d972edc7020409d60b1598151975fcb1a52b786f1f3a964d70bcbb65
3521
3521
  type: monitor
@@ -3605,17 +3605,17 @@ files:
3605
3605
  type: checklist
3606
3606
  size: 3731
3607
3607
  - path: product/checklists/self-critique-checklist.md
3608
- hash: sha256:bb5f11c431d666434d7b4731ea7d43da62c771811d30d75c235ff3f13dcf4ef6
3608
+ hash: sha256:91a355dec979fa09aecac1ef1a4ad9a506cea8f0f14a5914f4c4a657b3f7d5ba
3609
3609
  type: checklist
3610
- size: 10519
3610
+ size: 10525
3611
3611
  - path: product/checklists/story-dod-checklist.md
3612
3612
  hash: sha256:725b60a16a41886a92794e54b9efa8359eab5f09813cd584fa9e8e1519c78dc4
3613
3613
  type: checklist
3614
3614
  size: 5154
3615
3615
  - path: product/checklists/story-draft-checklist.md
3616
- hash: sha256:e2d17c9cae281c8180cbeefb08aeacea8ce55b4e49fbee0aa4a44033481e5315
3616
+ hash: sha256:eee09403bbd4b6bb3d8def492de2b014dd9557386f207e6f44508580e5b5d8a8
3617
3617
  type: checklist
3618
- size: 8497
3618
+ size: 8515
3619
3619
  - path: product/data/atomic-design-principles.md
3620
3620
  hash: sha256:66153135e28394178c4f8f33441c45a2404587c2f07d25ad09dde54f3f5e1746
3621
3621
  type: data
@@ -3725,9 +3725,9 @@ files:
3725
3725
  type: template
3726
3726
  size: 2462
3727
3727
  - path: product/templates/command-rationalization-matrix.md
3728
- hash: sha256:f4183a7ddf3ba2730f9b3e420f4c3c178de887efb528a22b33893b155466c68b
3728
+ hash: sha256:610a5c82176b71890ba472e52f16a8ad9bb5d690dc12feb872f4e347e1c5d810
3729
3729
  type: template
3730
- size: 4876
3730
+ size: 4890
3731
3731
  - path: product/templates/competitor-analysis-tmpl.yaml
3732
3732
  hash: sha256:690cde6406250883a765eddcbad415c737268525340cf2c8679c8f3074c9d507
3733
3733
  type: template
@@ -3745,9 +3745,9 @@ files:
3745
3745
  type: template
3746
3746
  size: 4142
3747
3747
  - path: product/templates/design-story-tmpl.yaml
3748
- hash: sha256:045e4bb0101c524bcd237ee74c0a0a86fead2aa0b4030d6e65a8cae8ed5e06ea
3748
+ hash: sha256:76b34457ed287e6ebbb4f7b3225fb61a117bec8a7168ceac27ac1500d3cda74f
3749
3749
  type: template
3750
- size: 19356
3750
+ size: 19392
3751
3751
  - path: product/templates/ds-artifact-analysis.md
3752
3752
  hash: sha256:2ef1866841e4dcd55f9510f7ca14fd1f754f1e9c8a66cdc74d37ebcee13ede5d
3753
3753
  type: template
@@ -3845,25 +3845,25 @@ files:
3845
3845
  type: template
3846
3846
  size: 3691
3847
3847
  - path: product/templates/ide-rules/antigravity-rules.md
3848
- hash: sha256:005f6387413c4cfad185e523b08a4d5f2622f50bf55490e61b9dfe7318588c4c
3848
+ hash: sha256:ba650cf57af7f895bf90f9793e86a60d6d77cb168db2ab0f196bfa9001fb930e
3849
3849
  type: template
3850
- size: 3076
3850
+ size: 3121
3851
3851
  - path: product/templates/ide-rules/claude-rules.md
3852
- hash: sha256:701e362fc51712ad13643d2d36f12c3c9cec18c5e7735e2c7d4fd832f2dcc913
3852
+ hash: sha256:bb3862d84f315e467df3500393e6df35feef7522af9df6b5574878674fb6bd47
3853
3853
  type: template
3854
- size: 12822
3854
+ size: 12865
3855
3855
  - path: product/templates/ide-rules/codex-rules.md
3856
- hash: sha256:27be2491bce147fd82a3008860162f28df7fb14eef92289f75676722c2d31641
3856
+ hash: sha256:b124f3c8f2b6470c316cf156ab72fe446b54722f5061d4e1467d1d8d5aec3527
3857
3857
  type: template
3858
- size: 2761
3858
+ size: 2798
3859
3859
  - path: product/templates/ide-rules/copilot-rules.md
3860
3860
  hash: sha256:5e22f4d774cfedf927a7ec79b6020fe4023b4eba6733b66cb6edc7e6a85fbfea
3861
3861
  type: template
3862
3862
  size: 3104
3863
3863
  - path: product/templates/ide-rules/cursor-rules.md
3864
- hash: sha256:54e8b9a3f03b3842c89b53bdfb9440929e526aff8626483c3df1a80ce5d2c603
3864
+ hash: sha256:f9993331cb2b05e069cb55945a5519b7b838e7019b07b47df76ebf7f3c2209d0
3865
3865
  type: template
3866
- size: 3066
3866
+ size: 3111
3867
3867
  - path: product/templates/ide-rules/gemini-rules.md
3868
3868
  hash: sha256:cef296634e98d1aaa55c3dd1c125496b02627d4e38337ea7031d1725228a32ba
3869
3869
  type: template
@@ -3889,9 +3889,9 @@ files:
3889
3889
  type: template
3890
3890
  size: 14442
3891
3891
  - path: product/templates/personalized-agent-template.md
3892
- hash: sha256:9a77103e714ea12d44c6b4627d5dc4828ec4e83ee20b963e12148c54587dbcd5
3892
+ hash: sha256:de62d978774ea517b31432fbbe496fb50538cecc05b57e78d33e91de8023c70e
3893
3893
  type: template
3894
- size: 9362
3894
+ size: 9360
3895
3895
  - path: product/templates/personalized-checklist-template.md
3896
3896
  hash: sha256:eeefdd3280e486aaeefb904a404d83020a6304e1b6e274b5b5c8476f2346c475
3897
3897
  type: template
@@ -3901,17 +3901,17 @@ files:
3901
3901
  type: template
3902
3902
  size: 23682
3903
3903
  - path: product/templates/personalized-task-template.md
3904
- hash: sha256:c8ebef6ef63b8eb6fc28277f400d92176a26bcc3a4a2235772ba9336f684de2e
3904
+ hash: sha256:735e91fa961bee49d04562b38c3083fdde9a437408979b13cb9319d9fbbd0de4
3905
3905
  type: template
3906
- size: 7941
3906
+ size: 7947
3907
3907
  - path: product/templates/personalized-template-file.yaml
3908
- hash: sha256:e183a08951d205420542892f81b09d00b7894aa87649f4588420f6b8fd92103a
3908
+ hash: sha256:c1c6887557010239c55f4f5c0374d85c750fcc77111ac48f8c0dc26879b98a88
3909
3909
  type: template
3910
- size: 8975
3910
+ size: 8981
3911
3911
  - path: product/templates/personalized-workflow-template.yaml
3912
- hash: sha256:ca8679b16cd31313ee546ca08c5b4143ab1d3664f61e68baeea8f0510894249c
3912
+ hash: sha256:5aa5412440448f6fa40db16138a4cb087e0ca24df0380aff81da2f210ca145ce
3913
3913
  type: template
3914
- size: 11265
3914
+ size: 11287
3915
3915
  - path: product/templates/pmdr.hbs
3916
3916
  hash: sha256:55f61bb4d8f19f3ca14dd591c264f1683fc7a47b084c5a7b58646873cd87dd7f
3917
3917
  type: template
@@ -3973,9 +3973,9 @@ files:
3973
3973
  type: template
3974
3974
  size: 1805
3975
3975
  - path: product/templates/story-tmpl.yaml
3976
- hash: sha256:c38e7a4d1179cede40fb8f3cafb29f7064a9f075e0d8f737e64616b5c2f8d357
3976
+ hash: sha256:f9c51a2fb93f6689416b3d55bf968b426758d2545ed9bd4048ec9c4deef1933b
3977
3977
  type: template
3978
- size: 13773
3978
+ size: 13839
3979
3979
  - path: product/templates/story.hbs
3980
3980
  hash: sha256:79011b378b00955c0432ce0d8cccfb02bd6474202a3f8a6784dad4ee4fd4239f
3981
3981
  type: template
@@ -4097,9 +4097,9 @@ files:
4097
4097
  type: script
4098
4098
  size: 376
4099
4099
  - path: scripts/diagnostics/health-dashboard/package-lock.json
4100
- hash: sha256:c9a1018171673df618d1f07af8faf59b42039b983c524495399977026f085875
4100
+ hash: sha256:db3e9665b7ed100a821045882f7da5e5678dbef00a26c3fc5f19b38106a1a3c6
4101
4101
  type: script
4102
- size: 181765
4102
+ size: 181771
4103
4103
  - path: scripts/diagnostics/health-dashboard/package.json
4104
4104
  hash: sha256:e2fee94e6a876d2b9fa8bdf13a1e3db258ffdea88e39d7bbcd13d47403c64704
4105
4105
  type: script
@@ -4289,9 +4289,9 @@ files:
4289
4289
  type: script
4290
4290
  size: 1711
4291
4291
  - path: user-guide.md
4292
- hash: sha256:6ec9738b26ad7cf92bdd4e8a762afed169cd802db542aff12a068311f4c0bfb3
4292
+ hash: sha256:944a638abbdabf4294455a741bb79376fed52b66ed56cee3c134b0bb36c89c86
4293
4293
  type: documentation
4294
- size: 38325
4294
+ size: 38353
4295
4295
  - path: workflow-intelligence/__tests__/confidence-scorer.test.js
4296
4296
  hash: sha256:237216842d3eb710ae33f3aba6c7b2a6a353cccc1dea6d4b927d8d063d9cb635
4297
4297
  type: workflow-intelligence
@@ -4369,6 +4369,6 @@ files:
4369
4369
  type: workflow-intelligence
4370
4370
  size: 9399
4371
4371
  - path: working-in-the-brownfield.md
4372
- hash: sha256:9184adeb604a61315dca8dbb63cdb8e1ad2e52911ded055df1bd0180e261f812
4372
+ hash: sha256:8e486e1c8506d4f66351a4947bc1c0c16a365d44d9ba6aa5f0da3887c3fa9184
4373
4373
  type: documentation
4374
- size: 10306
4374
+ size: 10336