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
@@ -1,886 +0,0 @@
1
- <!-- 翻译:zh-CN 原文:/docs/framework/coding-standards.md 最后同步:2026-02-22 -->
2
-
3
- # SINAPSE 编码标准
4
-
5
- > [EN](../../framework/coding-standards.md) | [PT](../../pt/framework/coding-standards.md) | [ES](../../es/framework/coding-standards.md) | **ZH**
6
-
7
- **版本:** 1.1
8
- **最后更新:** 2025-12-14
9
- **状态:** 官方框架标准
10
- **迁移通知:** 本文档将于2026年第二季度迁移到 `SinapseAI/sinapse-ai` 仓库(参见 Decision 005)
11
-
12
- ---
13
-
14
- ## 目录
15
-
16
- - [概述](#概述)
17
- - [JavaScript/TypeScript 标准](#javascripttypescript-标准)
18
- - [文件组织](#文件组织)
19
- - [命名约定](#命名约定)
20
- - [代码质量](#代码质量)
21
- - [文档标准](#文档标准)
22
- - [测试标准](#测试标准)
23
- - [Git 约定](#git-约定)
24
- - [安全标准](#安全标准)
25
-
26
- ---
27
-
28
- ## 概述
29
-
30
- 本文档定义了 SINAPSE 框架开发的官方编码标准。所有代码贡献都必须遵守这些标准,以确保一致性、可维护性和质量。
31
-
32
- **执行方式:**
33
-
34
- - ESLint(自动化)
35
- - Prettier(自动化)
36
- - CodeRabbit 审查(自动化)
37
- - 人工审查(手动)
38
-
39
- ---
40
-
41
- ## JavaScript/TypeScript 标准
42
-
43
- ### 语言版本
44
-
45
- ```javascript
46
- // 目标: ES2022 (Node.js 18+)
47
- // TypeScript: 5.x
48
-
49
- // ✅ 推荐: 现代语法
50
- const data = await fetchData();
51
- const { id, name } = data;
52
-
53
- // ❌ 不推荐: 过时语法
54
- fetchData().then(function (data) {
55
- var id = data.id;
56
- var name = data.name;
57
- });
58
- ```
59
-
60
- ### TypeScript 配置
61
-
62
- ```json
63
- // tsconfig.json
64
- {
65
- "compilerOptions": {
66
- "target": "ES2022",
67
- "module": "commonjs",
68
- "lib": ["ES2022"],
69
- "strict": true,
70
- "esModuleInterop": true,
71
- "skipLibCheck": true,
72
- "forceConsistentCasingInFileNames": true,
73
- "resolveJsonModule": true,
74
- "declaration": true,
75
- "outDir": "./dist",
76
- "rootDir": "./src"
77
- }
78
- }
79
- ```
80
-
81
- ### 代码风格
82
-
83
- #### 缩进与格式化
84
-
85
- ```javascript
86
- // ✅ 推荐: 2空格缩进
87
- function processAgent(agent) {
88
- if (agent.enabled) {
89
- return loadAgent(agent);
90
- }
91
- return null;
92
- }
93
-
94
- // ❌ 不推荐: 4空格或制表符
95
- function processAgent(agent) {
96
- if (agent.enabled) {
97
- return loadAgent(agent);
98
- }
99
- return null;
100
- }
101
- ```
102
-
103
- **Prettier 配置:**
104
-
105
- ```json
106
- {
107
- "printWidth": 100,
108
- "tabWidth": 2,
109
- "useTabs": false,
110
- "semi": true,
111
- "singleQuote": true,
112
- "trailingComma": "es5",
113
- "bracketSpacing": true,
114
- "arrowParens": "always"
115
- }
116
- ```
117
-
118
- #### 行长度
119
-
120
- ```javascript
121
- // ✅ 推荐: 最大100字符
122
- const result = await executeTask(taskName, taskArgs, { timeout: 5000, retry: 3 });
123
-
124
- // ❌ 不推荐: 超过100字符
125
- const result = await executeTask(taskName, taskArgs, {
126
- timeout: 5000,
127
- retry: 3,
128
- failureCallback: onFailure,
129
- });
130
- ```
131
-
132
- #### 引号
133
-
134
- ```javascript
135
- // ✅ 推荐: 字符串使用单引号
136
- const agentName = 'developer';
137
- const message = `Agent ${agentName} activated`;
138
-
139
- // ❌ 不推荐: 双引号(JSON除外)
140
- const agentName = 'developer';
141
- ```
142
-
143
- ### 现代 JavaScript 模式
144
-
145
- #### Async/Await(首选)
146
-
147
- ```javascript
148
- // ✅ 推荐: async/await
149
- async function loadAgent(agentId) {
150
- try {
151
- const agent = await fetchAgent(agentId);
152
- const config = await loadConfig(agent.configPath);
153
- return { agent, config };
154
- } catch (error) {
155
- console.error(`Failed to load agent ${agentId}:`, error);
156
- throw error;
157
- }
158
- }
159
-
160
- // ❌ 不推荐: Promise 链
161
- function loadAgent(agentId) {
162
- return fetchAgent(agentId)
163
- .then((agent) => loadConfig(agent.configPath).then((config) => ({ agent, config })))
164
- .catch((error) => {
165
- console.error(`Failed to load agent ${agentId}:`, error);
166
- throw error;
167
- });
168
- }
169
- ```
170
-
171
- #### 解构
172
-
173
- ```javascript
174
- // ✅ 推荐: 解构
175
- const { name, id, enabled } = agent;
176
- const [first, second, ...rest] = items;
177
-
178
- // ❌ 不推荐: 手动提取
179
- const name = agent.name;
180
- const id = agent.id;
181
- const enabled = agent.enabled;
182
- ```
183
-
184
- #### 箭头函数
185
-
186
- ```javascript
187
- // ✅ 推荐: 回调使用箭头函数
188
- const activeAgents = agents.filter((agent) => agent.enabled);
189
- const agentNames = agents.map((agent) => agent.name);
190
-
191
- // ❌ 不推荐: 简单回调使用传统函数
192
- const activeAgents = agents.filter(function (agent) {
193
- return agent.enabled;
194
- });
195
- ```
196
-
197
- #### 模板字面量
198
-
199
- ```javascript
200
- // ✅ 推荐: 字符串插值使用模板字面量
201
- const message = `Agent ${agentName} loaded successfully`;
202
- const path = `${baseDir}/${agentId}/config.yaml`;
203
-
204
- // ❌ 不推荐: 字符串拼接
205
- const message = 'Agent ' + agentName + ' loaded successfully';
206
- const path = baseDir + '/' + agentId + '/config.yaml';
207
- ```
208
-
209
- ### 错误处理
210
-
211
- ```javascript
212
- // ✅ 推荐: 带上下文的具体错误处理
213
- async function executeTask(taskName) {
214
- try {
215
- const task = await loadTask(taskName);
216
- return await task.execute();
217
- } catch (error) {
218
- console.error(`Task execution failed [${taskName}]:`, error);
219
- throw new Error(`Failed to execute task "${taskName}": ${error.message}`);
220
- }
221
- }
222
-
223
- // ❌ 不推荐: 静默失败或通用错误
224
- async function executeTask(taskName) {
225
- try {
226
- const task = await loadTask(taskName);
227
- return await task.execute();
228
- } catch (error) {
229
- console.log('Error:', error);
230
- return null; // 静默失败
231
- }
232
- }
233
- ```
234
-
235
- ---
236
-
237
- ## 文件组织
238
-
239
- ### 目录结构
240
-
241
- ```
242
- .sinapse-ai/
243
- ├── agents/ # 代理定义 (YAML + Markdown)
244
- ├── tasks/ # 任务工作流 (Markdown)
245
- ├── templates/ # 文档模板 (YAML/Markdown)
246
- ├── workflows/ # 多步骤工作流 (YAML)
247
- ├── checklists/ # 验证检查清单 (Markdown)
248
- ├── data/ # 知识库 (Markdown)
249
- ├── utils/ # 实用脚本 (JavaScript)
250
- ├── tools/ # 工具集成 (YAML)
251
- └── elicitation/ # 引导引擎 (JavaScript)
252
-
253
- docs/
254
- ├── architecture/ # 项目特定的架构决策
255
- ├── framework/ # 官方框架文档(迁移到仓库1)
256
- ├── stories/ # 开发故事
257
- ├── epics/ # Epic 规划
258
- └── guides/ # 操作指南
259
- ```
260
-
261
- ### 文件命名
262
-
263
- ```javascript
264
- // ✅ 推荐: 文件使用 kebab-case
265
- agent - executor.js;
266
- task - runner.js;
267
- greeting - builder.js;
268
- context - detector.js;
269
-
270
- // ❌ 不推荐: 文件使用 camelCase 或 PascalCase
271
- agentExecutor.js;
272
- TaskRunner.js;
273
- GreetingBuilder.js;
274
- ```
275
-
276
- ### 模块结构
277
-
278
- ```javascript
279
- // ✅ 推荐: 清晰的模块结构
280
- // 文件: agent-executor.js
281
-
282
- // 1. 导入
283
- const fs = require('fs').promises;
284
- const yaml = require('yaml');
285
- const { loadConfig } = require('./config-loader');
286
-
287
- // 2. 常量
288
- const DEFAULT_TIMEOUT = 5000;
289
- const MAX_RETRIES = 3;
290
-
291
- // 3. 辅助函数(私有)
292
- function validateAgent(agent) {
293
- // ...
294
- }
295
-
296
- // 4. 主要导出(公共 API)
297
- async function executeAgent(agentId, args) {
298
- // ...
299
- }
300
-
301
- async function loadAgent(agentId) {
302
- // ...
303
- }
304
-
305
- // 5. 导出
306
- module.exports = {
307
- executeAgent,
308
- loadAgent,
309
- };
310
- ```
311
-
312
- ---
313
-
314
- ## 命名约定
315
-
316
- ### 变量与函数
317
-
318
- ```javascript
319
- // ✅ 推荐: 变量和函数使用 camelCase
320
- const agentName = 'developer';
321
- const taskResult = await executeTask();
322
-
323
- function loadAgentConfig(agentId) {
324
- // ...
325
- }
326
-
327
- async function fetchAgentData(agentId) {
328
- // ...
329
- }
330
-
331
- // ❌ 不推荐: snake_case 或 PascalCase
332
- const agent_name = 'developer';
333
- const TaskResult = await executeTask();
334
-
335
- function LoadAgentConfig(agentId) {
336
- // ...
337
- }
338
- ```
339
-
340
- ### 类
341
-
342
- ```javascript
343
- // ✅ 推荐: 类使用 PascalCase
344
- class AgentExecutor {
345
- constructor(config) {
346
- this.config = config;
347
- }
348
-
349
- async execute(agentId) {
350
- // ...
351
- }
352
- }
353
-
354
- class TaskRunner {
355
- // ...
356
- }
357
-
358
- // ❌ 不推荐: camelCase 或 snake_case
359
- class agentExecutor {
360
- // ...
361
- }
362
-
363
- class task_runner {
364
- // ...
365
- }
366
- ```
367
-
368
- ### 常量
369
-
370
- ```javascript
371
- // ✅ 推荐: 真正的常量使用 SCREAMING_SNAKE_CASE
372
- const MAX_RETRY_ATTEMPTS = 3;
373
- const DEFAULT_TIMEOUT_MS = 5000;
374
- const AGENT_STATUS_ACTIVE = 'active';
375
-
376
- // ❌ 不推荐: camelCase 或小写
377
- const maxRetryAttempts = 3;
378
- const defaulttimeout = 5000;
379
- ```
380
-
381
- ### 私有成员
382
-
383
- ```javascript
384
- // ✅ 推荐: 私有成员使用下划线前缀(约定)
385
- class AgentManager {
386
- constructor() {
387
- this._cache = new Map();
388
- this._isInitialized = false;
389
- }
390
-
391
- _loadFromCache(id) {
392
- // 私有辅助方法
393
- return this._cache.get(id);
394
- }
395
-
396
- async getAgent(id) {
397
- // 公共 API
398
- return this._loadFromCache(id) || (await this._fetchAgent(id));
399
- }
400
- }
401
- ```
402
-
403
- ### 布尔变量
404
-
405
- ```javascript
406
- // ✅ 推荐: is/has/should 前缀
407
- const isEnabled = true;
408
- const hasPermission = false;
409
- const shouldRetry = checkCondition();
410
-
411
- // ❌ 不推荐: 模糊命名
412
- const enabled = true;
413
- const permission = false;
414
- const retry = checkCondition();
415
- ```
416
-
417
- ---
418
-
419
- ## 代码质量
420
-
421
- ### ESLint 配置
422
-
423
- ```json
424
- {
425
- "env": {
426
- "node": true,
427
- "es2022": true
428
- },
429
- "extends": ["eslint:recommended"],
430
- "parserOptions": {
431
- "ecmaVersion": 13,
432
- "sourceType": "module"
433
- },
434
- "rules": {
435
- "no-console": "off",
436
- "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
437
- "prefer-const": "error",
438
- "no-var": "error",
439
- "eqeqeq": ["error", "always"],
440
- "curly": ["error", "all"],
441
- "brace-style": ["error", "1tbs"],
442
- "comma-dangle": ["error", "es5"],
443
- "quotes": ["error", "single"],
444
- "semi": ["error", "always"]
445
- }
446
- }
447
- ```
448
-
449
- ### 代码复杂度
450
-
451
- ```javascript
452
- // ✅ 推荐: 低圈复杂度 (< 10)
453
- function processAgent(agent) {
454
- if (!agent.enabled) return null;
455
-
456
- const config = loadConfig(agent.configPath);
457
- const result = executeAgent(agent, config);
458
-
459
- return result;
460
- }
461
-
462
- // ❌ 不推荐: 高圈复杂度
463
- function processAgent(agent) {
464
- if (agent.type === 'dev') {
465
- if (agent.mode === 'yolo') {
466
- if (agent.hasStory) {
467
- // ... 嵌套逻辑
468
- } else {
469
- // ... 更多嵌套逻辑
470
- }
471
- } else {
472
- // ... 更多分支
473
- }
474
- } else if (agent.type === 'qa') {
475
- // ... 更多分支
476
- }
477
- // ... 更多复杂性
478
- }
479
- ```
480
-
481
- **重构复杂函数:**
482
-
483
- ```javascript
484
- // ✅ 推荐: 提取辅助函数
485
- function processAgent(agent) {
486
- if (!agent.enabled) return null;
487
-
488
- if (agent.type === 'dev') {
489
- return processDevAgent(agent);
490
- }
491
-
492
- if (agent.type === 'qa') {
493
- return processQaAgent(agent);
494
- }
495
-
496
- return processDefaultAgent(agent);
497
- }
498
- ```
499
-
500
- ### DRY 原则
501
-
502
- ```javascript
503
- // ✅ 推荐: 可复用函数
504
- function validateAndLoad(filePath, schema) {
505
- const content = fs.readFileSync(filePath, 'utf8');
506
- const data = yaml.parse(content);
507
-
508
- if (!schema.validate(data)) {
509
- throw new Error(`Invalid schema: ${filePath}`);
510
- }
511
-
512
- return data;
513
- }
514
-
515
- const agent = validateAndLoad('agent.yaml', agentSchema);
516
- const task = validateAndLoad('task.yaml', taskSchema);
517
-
518
- // ❌ 不推荐: 重复代码
519
- const agentContent = fs.readFileSync('agent.yaml', 'utf8');
520
- const agentData = yaml.parse(agentContent);
521
- if (!agentSchema.validate(agentData)) {
522
- throw new Error('Invalid agent schema');
523
- }
524
-
525
- const taskContent = fs.readFileSync('task.yaml', 'utf8');
526
- const taskData = yaml.parse(taskContent);
527
- if (!taskSchema.validate(taskData)) {
528
- throw new Error('Invalid task schema');
529
- }
530
- ```
531
-
532
- ---
533
-
534
- ## 文档标准
535
-
536
- ### JSDoc 注释
537
-
538
- ```javascript
539
- /**
540
- * 加载并执行 SINAPSE 代理
541
- *
542
- * @param {string} agentId - 代理的唯一标识符
543
- * @param {Object} args - 代理执行参数
544
- * @param {boolean} args.yoloMode - 启用自主模式
545
- * @param {string} args.storyPath - 故事文件路径(可选)
546
- * @param {number} [timeout=5000] - 执行超时时间(毫秒)
547
- * @returns {Promise<Object>} 代理执行结果
548
- * @throws {Error} 如果代理未找到或执行失败
549
- *
550
- * @example
551
- * const result = await executeAgent('dev', {
552
- * yoloMode: true,
553
- * storyPath: 'docs/stories/story-6.1.2.5.md'
554
- * });
555
- */
556
- async function executeAgent(agentId, args, timeout = 5000) {
557
- // 实现
558
- }
559
- ```
560
-
561
- ### 行内注释
562
-
563
- ```javascript
564
- // ✅ 推荐: 解释为什么,而不是什么
565
- // 缓存代理以避免每次激活时重新解析 YAML(性能优化)
566
- const agentCache = new Map();
567
-
568
- // yolo 模式回滚需要决策日志(Story 6.1.2.6 要求)
569
- if (yoloMode) {
570
- await createDecisionLog(storyId);
571
- }
572
-
573
- // ❌ 不推荐: 陈述显而易见的事
574
- // 创建一个新的 Map
575
- const agentCache = new Map();
576
-
577
- // 如果 yolo 模式为 true
578
- if (yoloMode) {
579
- await createDecisionLog(storyId);
580
- }
581
- ```
582
-
583
- ### README 文件
584
-
585
- 每个模块/目录应有一个 README.md:
586
-
587
- ```markdown
588
- # Agent Executor
589
-
590
- **目的:** 加载并执行带有配置管理的 SINAPSE 代理。
591
-
592
- ## 用法
593
-
594
- \`\`\`javascript
595
- const { executeAgent } = require('./agent-executor');
596
-
597
- const result = await executeAgent('dev', {
598
- yoloMode: true,
599
- storyPath: 'docs/stories/story-6.1.2.5.md'
600
- });
601
- \`\`\`
602
-
603
- ## API
604
-
605
- - `executeAgent(agentId, args, timeout)` - 执行代理
606
- - `loadAgent(agentId)` - 加载代理配置
607
-
608
- ## 依赖
609
-
610
- - `yaml` - YAML 解析
611
- - `fs/promises` - 文件系统操作
612
- ```
613
-
614
- ---
615
-
616
- ## 测试标准
617
-
618
- ### 测试文件命名
619
-
620
- ```bash
621
- # 单元测试
622
- tests/unit/context-detector.test.js
623
- tests/unit/git-config-detector.test.js
624
-
625
- # 集成测试
626
- tests/integration/contextual-greeting.test.js
627
- tests/integration/workflow-navigation.test.js
628
-
629
- # 端到端测试
630
- tests/e2e/agent-activation.test.js
631
- ```
632
-
633
- ### 测试结构
634
-
635
- ```javascript
636
- // ✅ 推荐: 使用 Given-When-Then 的描述性测试名称
637
- describe('ContextDetector', () => {
638
- describe('detectSessionType', () => {
639
- it('should return "new" when conversation history is empty', async () => {
640
- // Given(给定)
641
- const conversationHistory = [];
642
- const sessionFile = null;
643
-
644
- // When(当)
645
- const result = await detectSessionType(conversationHistory, sessionFile);
646
-
647
- // Then(那么)
648
- expect(result).toBe('new');
649
- });
650
-
651
- it('should return "workflow" when command pattern matches story_development', async () => {
652
- // Given(给定)
653
- const conversationHistory = [{ command: 'validate-story-draft' }, { command: 'develop' }];
654
-
655
- // When(当)
656
- const result = await detectSessionType(conversationHistory, null);
657
-
658
- // Then(那么)
659
- expect(result).toBe('workflow');
660
- });
661
- });
662
- });
663
- ```
664
-
665
- ### 代码覆盖率
666
-
667
- - **最低:** 所有新模块 80%
668
- - **目标:** 核心模块 90%
669
- - **关键:** 安全/验证模块 100%
670
-
671
- ```bash
672
- # 运行覆盖率
673
- npm test -- --coverage
674
-
675
- # package.json 中的覆盖率阈值
676
- {
677
- "jest": {
678
- "coverageThreshold": {
679
- "global": {
680
- "branches": 80,
681
- "functions": 80,
682
- "lines": 80,
683
- "statements": 80
684
- }
685
- }
686
- }
687
- }
688
- ```
689
-
690
- ---
691
-
692
- ## Git 约定
693
-
694
- ### 提交消息
695
-
696
- ```bash
697
- # ✅ 推荐: Conventional Commits 格式
698
- feat: implement contextual agent greeting system [Story 6.1.2.5]
699
- fix: resolve git config cache invalidation issue [Story 6.1.2.5]
700
- docs: update coding standards with TypeScript config
701
- chore: update ESLint configuration
702
- refactor: extract greeting builder into separate module
703
- test: add unit tests for WorkflowNavigator
704
-
705
- # ❌ 不推荐: 模糊或非描述性
706
- update files
707
- fix bug
708
- changes
709
- wip
710
- ```
711
-
712
- **格式:**
713
-
714
- ```
715
- <type>: <description> [Story <id>]
716
-
717
- <可选正文>
718
-
719
- <可选页脚>
720
- ```
721
-
722
- **类型:**
723
-
724
- - `feat`: 新功能
725
- - `fix`: Bug 修复
726
- - `docs`: 文档变更
727
- - `chore`: 构建/工具变更
728
- - `refactor`: 代码重构(无功能变更)
729
- - `test`: 测试添加/修改
730
- - `perf`: 性能改进
731
- - `style`: 代码风格变更(格式化等)
732
-
733
- ### 分支命名
734
-
735
- ```bash
736
- # ✅ 推荐: 描述性分支名称
737
- feature/story-6.1.2.5-contextual-greeting
738
- fix/git-config-cache-ttl
739
- refactor/agent-executor-optimization
740
- docs/update-coding-standards
741
-
742
- # ❌ 不推荐: 模糊的分支名称
743
- update
744
- fix
745
- my-branch
746
- ```
747
-
748
- ---
749
-
750
- ## 安全标准
751
-
752
- ### 输入验证
753
-
754
- ```javascript
755
- // ✅ 推荐: 验证所有外部输入
756
- function executeCommand(command) {
757
- // 白名单验证
758
- const allowedCommands = ['help', 'develop', 'review', 'deploy'];
759
-
760
- if (!allowedCommands.includes(command)) {
761
- throw new Error(`Invalid command: ${command}`);
762
- }
763
-
764
- return runCommand(command);
765
- }
766
-
767
- // ❌ 不推荐: 无验证
768
- function executeCommand(command) {
769
- return eval(command); // 绝对不要这样做
770
- }
771
- ```
772
-
773
- ### 路径遍历保护
774
-
775
- ```javascript
776
- // ✅ 推荐: 验证文件路径
777
- const path = require('path');
778
-
779
- function loadFile(filePath) {
780
- const basePath = path.resolve(__dirname, '.sinapse-ai');
781
- const resolvedPath = path.resolve(basePath, filePath);
782
-
783
- // 防止目录遍历
784
- if (!resolvedPath.startsWith(basePath)) {
785
- throw new Error('Invalid file path');
786
- }
787
-
788
- return fs.readFile(resolvedPath, 'utf8');
789
- }
790
-
791
- // ❌ 不推荐: 直接使用路径
792
- function loadFile(filePath) {
793
- return fs.readFile(filePath, 'utf8'); // 易受 ../../../etc/passwd 攻击
794
- }
795
- ```
796
-
797
- ### 密钥管理
798
-
799
- ```javascript
800
- // ✅ 推荐: 使用环境变量
801
- const apiKey = process.env.CLICKUP_API_KEY;
802
-
803
- if (!apiKey) {
804
- throw new Error('CLICKUP_API_KEY environment variable not set');
805
- }
806
-
807
- // ❌ 不推荐: 硬编码密钥
808
- const apiKey = 'pk_12345678_abcdefgh'; // 绝对不要这样做
809
- ```
810
-
811
- ### 依赖安全
812
-
813
- ```bash
814
- # 定期安全审计
815
- npm audit
816
- npm audit fix
817
-
818
- # 使用 Snyk 或类似工具进行持续监控
819
- ```
820
-
821
- ---
822
-
823
- ## 执行
824
-
825
- ### Pre-commit 钩子
826
-
827
- ```bash
828
- # .husky/pre-commit
829
- #!/bin/sh
830
- npm run lint
831
- npm run typecheck
832
- npm test
833
- ```
834
-
835
- ### CI/CD 流水线
836
-
837
- ```yaml
838
- # .github/workflows/ci.yml
839
- name: CI
840
-
841
- on: [push, pull_request]
842
-
843
- jobs:
844
- test:
845
- runs-on: ubuntu-latest
846
- steps:
847
- - uses: actions/checkout@v3
848
- - uses: actions/setup-node@v3
849
- with:
850
- node-version: '18'
851
- - run: npm ci
852
- - run: npm run lint
853
- - run: npm run typecheck
854
- - run: npm test -- --coverage
855
- - run: npm audit
856
- ```
857
-
858
- ### CodeRabbit 集成
859
-
860
- 所有 PR 由 CodeRabbit 自动审查:
861
-
862
- - 代码质量问题
863
- - 安全漏洞
864
- - 性能问题
865
- - 最佳实践违规
866
- - 测试覆盖率缺口
867
-
868
- ---
869
-
870
- ## 版本历史
871
-
872
- | 版本 | 日期 | 变更 | 作者 |
873
- | ---- | ---- | ---- | ---- |
874
- | 1.0 | 2025-01-15 | 初始编码标准文档 | Aria (architect) |
875
- | 1.1 | 2025-12-14 | 更新迁移通知至 SinapseAI/sinapse-ai [Story 6.10] | Dex (dev) |
876
-
877
- ---
878
-
879
- **相关文档:**
880
-
881
- - [技术栈](./tech-stack.md)
882
- - [源代码树](./source-tree.md)
883
-
884
- ---
885
-
886
- _这是官方 SINAPSE 框架标准。所有代码贡献必须遵守。_