sinapse-ai 5.0.8 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2126 -2570
  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 +9 -9
  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} +16 -16
  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,990 +0,0 @@
1
- <!--
2
- 翻译:zh-CN(简体中文)
3
- 原文:/docs/meta-agent-commands.md
4
- 最后同步:2026-02-22
5
- -->
6
-
7
- # 元代理命令参考
8
-
9
- > 🌐 [EN](../meta-agent-commands.md) | [PT](../pt/meta-agent-commands.md) | [ES](../es/meta-agent-commands.md) | **ZH**
10
-
11
- ---
12
-
13
- SINAPSE 所有元代理命令的完整参考指南。
14
-
15
- ## 目录
16
-
17
- 1. [命令语法](#命令语法)
18
- 2. [核心命令](#核心命令)
19
- 3. [代理管理](#代理管理)
20
- 4. [任务操作](#任务操作)
21
- 5. [工作流命令](#工作流命令)
22
- 6. [代码生成](#代码生成)
23
- 7. [分析与改进](#分析与改进)
24
- 8. [内存层](#内存层)
25
- 9. [自我修改](#自我修改)
26
- 10. [系统命令](#系统命令)
27
- 11. [高级命令](#高级命令)
28
-
29
- ## 命令语法
30
-
31
- 所有元代理命令遵循此模式:
32
-
33
- ```
34
- *command-name [required-param] [--optional-flag value]
35
- ```
36
-
37
- - 命令以 `*`(星号)开头
38
- - `[]` 中的参数是必需的
39
- - 标志以 `--` 开头,可能有值
40
- - 可以组合多个标志
41
-
42
- ### 示例
43
-
44
- ```bash
45
- *create-agent my-agent
46
- *analyze-code src/app.js --depth full
47
- *generate-tests --type unit --coverage 80
48
- ```
49
-
50
- ## 核心命令
51
-
52
- ### *help
53
-
54
- 显示所有可用命令或获取特定命令的帮助。
55
-
56
- ```bash
57
- *help # 显示所有命令
58
- *help create-agent # 特定命令的帮助
59
- *help --category agents # 按类别显示命令
60
- ```
61
-
62
- ### *status
63
-
64
- 显示当前系统状态和活动代理。
65
-
66
- ```bash
67
- *status # 基本状态
68
- *status --detailed # 详细系统信息
69
- *status --health # 健康检查结果
70
- ```
71
-
72
- ### *config
73
-
74
- 查看或修改配置。
75
-
76
- ```bash
77
- *config # 查看当前配置
78
- *config --set ai.model gpt-4 # 设置配置值
79
- *config --reset # 重置为默认值
80
- *config --export # 导出配置
81
- ```
82
-
83
- ### *version
84
-
85
- 显示版本信息。
86
-
87
- ```bash
88
- *version # 当前版本
89
- *version --check-update # 检查更新
90
- *version --changelog # 显示更新日志
91
- ```
92
-
93
- ## 代理管理
94
-
95
- ### *create-agent
96
-
97
- 创建新的 AI 代理。
98
-
99
- ```bash
100
- *create-agent <name> [options]
101
-
102
- 选项:
103
- --type <type> 代理类型:assistant、analyzer、generator、specialist
104
- --template <name> 使用模板:basic、advanced、custom
105
- --capabilities 交互式能力构建器
106
- --from-file <path> 从 YAML 定义创建
107
-
108
- 示例:
109
- *create-agent code-reviewer --type analyzer
110
- *create-agent api-builder --template advanced
111
- *create-agent custom-bot --from-file agents/template.yaml
112
- ```
113
-
114
- ### *list-agents
115
-
116
- 列出所有可用代理。
117
-
118
- ```bash
119
- *list-agents # 列出所有代理
120
- *list-agents --active # 仅活动代理
121
- *list-agents --type analyzer # 按类型过滤
122
- *list-agents --detailed # 显示完整详情
123
- ```
124
-
125
- ### *activate
126
-
127
- 激活代理以供使用。
128
-
129
- ```bash
130
- *activate <agent-name> # 激活单个代理
131
- *activate agent1 agent2 # 激活多个
132
- *activate --all # 激活所有代理
133
- *activate --type assistant # 按类型激活
134
- ```
135
-
136
- ### *deactivate
137
-
138
- 停用代理。
139
-
140
- ```bash
141
- *deactivate <agent-name> # 停用单个代理
142
- *deactivate --all # 停用所有代理
143
- *deactivate --except agent1 # 停用除指定代理外的所有代理
144
- ```
145
-
146
- ### *modify-agent
147
-
148
- 修改现有代理配置。
149
-
150
- ```bash
151
- *modify-agent <name> [options]
152
-
153
- 选项:
154
- --add-capability <name> 添加新能力
155
- --remove-capability <name> 移除能力
156
- --update-instructions 更新指令
157
- --version <version> 更新版本
158
- --interactive 交互式修改
159
-
160
- 示例:
161
- *modify-agent helper --add-capability translate
162
- *modify-agent analyzer --update-instructions
163
- *modify-agent bot --interactive
164
- ```
165
-
166
- ### *delete-agent
167
-
168
- 删除代理(需确认)。
169
-
170
- ```bash
171
- *delete-agent <name> # 删除单个代理
172
- *delete-agent --force # 跳过确认
173
- *delete-agent --backup # 删除前创建备份
174
- ```
175
-
176
- ### *clone-agent
177
-
178
- 创建现有代理的副本。
179
-
180
- ```bash
181
- *clone-agent <source> <target> # 基本克隆
182
- *clone-agent bot bot-v2 --modify # 克隆并修改
183
- ```
184
-
185
- ## 任务操作
186
-
187
- ### *create-task
188
-
189
- 创建新的可重用任务。
190
-
191
- ```bash
192
- *create-task <name> [options]
193
-
194
- 选项:
195
- --type <type> 任务类型:command、automation、analysis
196
- --description <text> 任务描述
197
- --parameters 交互式定义参数
198
- --template <name> 使用任务模板
199
-
200
- 示例:
201
- *create-task validate-input --type command
202
- *create-task daily-backup --type automation
203
- *create-task code-metrics --template analyzer
204
- ```
205
-
206
- ### *list-tasks
207
-
208
- 列出可用任务。
209
-
210
- ```bash
211
- *list-tasks # 列出所有任务
212
- *list-tasks --type automation # 按类型过滤
213
- *list-tasks --recent # 最近使用的任务
214
- *list-tasks --search <query> # 搜索任务
215
- ```
216
-
217
- ### *run-task
218
-
219
- 执行特定任务。
220
-
221
- ```bash
222
- *run-task <task-name> [params]
223
-
224
- 示例:
225
- *run-task validate-input --data "user input"
226
- *run-task generate-report --format pdf
227
- *run-task backup-database --incremental
228
- ```
229
-
230
- ### *schedule-task
231
-
232
- 计划任务执行。
233
-
234
- ```bash
235
- *schedule-task <task> <schedule>
236
-
237
- 计划格式:
238
- --cron "0 0 * * *" Cron 表达式
239
- --every "1 hour" 间隔
240
- --at "14:30" 特定时间
241
- --on "monday,friday" 特定日期
242
-
243
- 示例:
244
- *schedule-task cleanup --cron "0 2 * * *"
245
- *schedule-task report --every "6 hours"
246
- *schedule-task backup --at "03:00" --on "sunday"
247
- ```
248
-
249
- ### *modify-task
250
-
251
- 更新任务配置。
252
-
253
- ```bash
254
- *modify-task <name> [options]
255
-
256
- 选项:
257
- --add-param <name> 添加参数
258
- --update-logic 更新实现
259
- --change-type <type> 更改任务类型
260
- --rename <new-name> 重命名任务
261
- ```
262
-
263
- ## 工作流命令
264
-
265
- ### *create-workflow
266
-
267
- 创建自动化工作流。
268
-
269
- ```bash
270
- *create-workflow <name> [options]
271
-
272
- 选项:
273
- --steps 交互式步骤构建器
274
- --trigger <type> 触发器类型:manual、schedule、event
275
- --template <name> 使用工作流模板
276
- --from-file <path> 从 YAML 导入
277
-
278
- 示例:
279
- *create-workflow ci-pipeline --trigger push
280
- *create-workflow daily-tasks --trigger "schedule:0 9 * * *"
281
- *create-workflow deployment --template standard-deploy
282
- ```
283
-
284
- ### *list-workflows
285
-
286
- 显示可用工作流。
287
-
288
- ```bash
289
- *list-workflows # 所有工作流
290
- *list-workflows --active # 当前运行中
291
- *list-workflows --scheduled # 已计划的工作流
292
- *list-workflows --failed # 失败的执行
293
- ```
294
-
295
- ### *run-workflow
296
-
297
- 执行工作流。
298
-
299
- ```bash
300
- *run-workflow <name> [options]
301
-
302
- 选项:
303
- --params <json> 工作流参数
304
- --skip-steps <steps> 跳过特定步骤
305
- --dry-run 预览而不执行
306
- --force 即使正在运行也强制运行
307
-
308
- 示例:
309
- *run-workflow deploy --params '{"env":"staging"}'
310
- *run-workflow backup --skip-steps "upload"
311
- *run-workflow test-suite --dry-run
312
- ```
313
-
314
- ### *stop-workflow
315
-
316
- 停止运行中的工作流。
317
-
318
- ```bash
319
- *stop-workflow <name> # 停止特定工作流
320
- *stop-workflow --all # 停止所有工作流
321
- *stop-workflow --force # 强制停止
322
- ```
323
-
324
- ### *workflow-status
325
-
326
- 检查工作流执行状态。
327
-
328
- ```bash
329
- *workflow-status <name> # 单个工作流状态
330
- *workflow-status --all # 所有工作流状态
331
- *workflow-status --history # 执行历史
332
- ```
333
-
334
- ## 代码生成
335
-
336
- ### *generate-component
337
-
338
- 使用 AI 辅助生成新组件。
339
-
340
- ```bash
341
- *generate-component <name> [options]
342
-
343
- 选项:
344
- --type <type> 组件类型:react、vue、angular、web-component
345
- --features <list> 组件特性
346
- --style <type> 样式:css、scss、styled-components
347
- --tests 生成测试
348
- --storybook 生成 Storybook 故事
349
- --template <name> 使用组件模板
350
-
351
- 示例:
352
- *generate-component UserProfile --type react --features "avatar,bio,stats"
353
- *generate-component DataTable --type vue --tests --storybook
354
- *generate-component CustomButton --template material-ui
355
- ```
356
-
357
- ### *generate-api
358
-
359
- 生成 API 端点。
360
-
361
- ```bash
362
- *generate-api <resource> [options]
363
-
364
- 选项:
365
- --operations <list> CRUD 操作:create、read、update、delete
366
- --auth 添加认证
367
- --validation 添加输入验证
368
- --docs 生成 API 文档
369
- --tests 生成 API 测试
370
- --database <type> 数据库类型:postgres、mongodb、mysql
371
-
372
- 示例:
373
- *generate-api users --operations crud --auth --validation
374
- *generate-api products --database mongodb --docs
375
- *generate-api analytics --operations "read" --tests
376
- ```
377
-
378
- ### *generate-tests
379
-
380
- 生成测试套件。
381
-
382
- ```bash
383
- *generate-tests [target] [options]
384
-
385
- 选项:
386
- --type <type> 测试类型:unit、integration、e2e
387
- --framework <name> 测试框架:jest、mocha、cypress
388
- --coverage <percent> 目标覆盖率百分比
389
- --mocks 生成模拟数据
390
- --fixtures 生成测试夹具
391
-
392
- 示例:
393
- *generate-tests src/utils/ --type unit --coverage 90
394
- *generate-tests src/api/ --type integration --mocks
395
- *generate-tests --type e2e --framework cypress
396
- ```
397
-
398
- ### *generate-documentation
399
-
400
- 生成文档。
401
-
402
- ```bash
403
- *generate-documentation [target] [options]
404
-
405
- 选项:
406
- --format <type> 格式:markdown、html、pdf
407
- --type <type> 文档类型:api、user-guide、technical
408
- --include-examples 添加代码示例
409
- --diagrams 生成图表
410
- --toc 生成目录
411
-
412
- 示例:
413
- *generate-documentation src/ --type api --format markdown
414
- *generate-documentation --type user-guide --include-examples
415
- *generate-documentation components/ --diagrams --toc
416
- ```
417
-
418
- ## 分析与改进
419
-
420
- ### *analyze-framework
421
-
422
- 分析整个代码库。
423
-
424
- ```bash
425
- *analyze-framework [options]
426
-
427
- 选项:
428
- --depth <level> 分析深度:surface、standard、deep
429
- --focus <areas> 关注领域:performance、security、quality
430
- --report-format <type> 格式:console、json、html
431
- --save-report <path> 保存分析报告
432
- --compare-previous 与之前的分析比较
433
-
434
- 示例:
435
- *analyze-framework --depth deep
436
- *analyze-framework --focus "performance,security"
437
- *analyze-framework --save-report reports/analysis.json
438
- ```
439
-
440
- ### *analyze-code
441
-
442
- 分析特定代码文件。
443
-
444
- ```bash
445
- *analyze-code <path> [options]
446
-
447
- 选项:
448
- --metrics 显示代码指标
449
- --complexity 分析复杂度
450
- --dependencies 分析依赖项
451
- --suggestions 获取改进建议
452
- --security 安全分析
453
-
454
- 示例:
455
- *analyze-code src/app.js --metrics --complexity
456
- *analyze-code src/api/ --security --suggestions
457
- *analyze-code package.json --dependencies
458
- ```
459
-
460
- ### *improve-code-quality
461
-
462
- 使用 AI 辅助改进代码质量。
463
-
464
- ```bash
465
- *improve-code-quality <path> [options]
466
-
467
- 选项:
468
- --focus <aspects> 关注点:readability、performance、maintainability
469
- --refactor-level <level> 级别:minor、moderate、major
470
- --preserve-logic 不改变功能
471
- --add-comments 添加解释性注释
472
- --fix-eslint 修复 linting 问题
473
-
474
- 示例:
475
- *improve-code-quality src/utils.js --focus readability
476
- *improve-code-quality src/legacy/ --refactor-level major
477
- *improve-code-quality src/api.js --fix-eslint --add-comments
478
- ```
479
-
480
- ### *suggest-refactoring
481
-
482
- 获取重构建议。
483
-
484
- ```bash
485
- *suggest-refactoring <path> [options]
486
-
487
- 选项:
488
- --type <type> 重构类型:extract、inline、rename
489
- --scope <level> 范围:function、class、module、project
490
- --impact-analysis 显示更改影响
491
- --preview 预览更改
492
- --auto-apply 自动应用建议
493
-
494
- 示例:
495
- *suggest-refactoring src/helpers.js --type extract
496
- *suggest-refactoring src/models/ --scope module
497
- *suggest-refactoring src/app.js --preview --impact-analysis
498
- ```
499
-
500
- ### *detect-patterns
501
-
502
- 检测代码模式和反模式。
503
-
504
- ```bash
505
- *detect-patterns [path] [options]
506
-
507
- 选项:
508
- --patterns <list> 要检测的特定模式
509
- --anti-patterns 关注反模式
510
- --suggest-fixes 建议模式改进
511
- --severity <level> 最低严重级别:low、medium、high
512
-
513
- 示例:
514
- *detect-patterns --anti-patterns --suggest-fixes
515
- *detect-patterns src/ --patterns "singleton,factory"
516
- *detect-patterns --severity high
517
- ```
518
-
519
- ## 内存层
520
-
521
- ### *memory
522
-
523
- 内存层操作。
524
-
525
- ```bash
526
- *memory <operation> [options]
527
-
528
- 操作:
529
- status 显示内存层状态
530
- search <query> 语义搜索
531
- rebuild 重建内存索引
532
- clear-cache 清除内存缓存
533
- optimize 优化内存性能
534
- export <path> 导出内存数据
535
- import <path> 导入内存数据
536
-
537
- 示例:
538
- *memory status
539
- *memory search "authentication flow"
540
- *memory rebuild --verbose
541
- *memory optimize --aggressive
542
- ```
543
-
544
- ### *learn
545
-
546
- 从代码更改和模式中学习。
547
-
548
- ```bash
549
- *learn [options]
550
-
551
- 选项:
552
- --from <source> 来源:recent-changes、commits、patterns
553
- --period <time> 时间段:"1 week"、"1 month"
554
- --focus <areas> 学习关注领域
555
- --update-patterns 更新模式识别
556
- --save-insights 保存学习洞察
557
-
558
- 示例:
559
- *learn --from recent-changes
560
- *learn --from commits --period "1 week"
561
- *learn --focus "error-handling,api-calls"
562
- ```
563
-
564
- ### *remember
565
-
566
- 在内存中存储重要信息。
567
-
568
- ```bash
569
- *remember <key> <value> [options]
570
-
571
- 选项:
572
- --type <type> 信息类型:pattern、preference、rule
573
- --context <context> 内存的上下文
574
- --expires <time> 过期时间
575
- --priority <level> 优先级:low、normal、high
576
-
577
- 示例:
578
- *remember coding-style "use-functional-components" --type preference
579
- *remember api-pattern "always-validate-input" --context security
580
- *remember temp-fix "skip-test-x" --expires "1 week"
581
- ```
582
-
583
- ### *forget
584
-
585
- 从内存中移除信息。
586
-
587
- ```bash
588
- *forget <key> # 忘记特定键
589
- *forget --pattern <regex> # 按模式忘记
590
- *forget --older-than <time> # 忘记旧记忆
591
- *forget --type <type> # 按类型忘记
592
- ```
593
-
594
- ## 自我修改
595
-
596
- ### *improve-self
597
-
598
- 元代理自我改进。
599
-
600
- ```bash
601
- *improve-self [options]
602
-
603
- 选项:
604
- --aspect <area> 改进领域:speed、accuracy、features
605
- --based-on <data> 基于:usage、feedback、analysis
606
- --preview 预览改进
607
- --backup 更改前创建备份
608
- --test-improvements 应用前测试改进
609
-
610
- 示例:
611
- *improve-self --aspect accuracy --based-on feedback
612
- *improve-self --preview --test-improvements
613
- *improve-self --aspect features --backup
614
- ```
615
-
616
- ### *evolve
617
-
618
- 基于使用情况演化能力。
619
-
620
- ```bash
621
- *evolve [options]
622
-
623
- 选项:
624
- --strategy <type> 演化策略:conservative、balanced、aggressive
625
- --focus <areas> 演化关注领域
626
- --generations <num> 演化周期数
627
- --fitness-metric 定义适应度指标
628
- --rollback-point 创建回滚点
629
-
630
- 示例:
631
- *evolve --strategy balanced
632
- *evolve --focus "code-generation,analysis" --generations 3
633
- *evolve --fitness-metric "task-success-rate" --rollback-point
634
- ```
635
-
636
- ### *adapt
637
-
638
- 适应项目特定需求。
639
-
640
- ```bash
641
- *adapt [options]
642
-
643
- 选项:
644
- --to <context> 适应目标:project-type、team-style、domain
645
- --learn-from <source> 学习来源:codebase、commits、reviews
646
- --adaptation-level 级别:minimal、moderate、full
647
- --preserve <aspects> 保留特定行为
648
-
649
- 示例:
650
- *adapt --to project-type --learn-from codebase
651
- *adapt --to team-style --adaptation-level moderate
652
- *adapt --to domain --preserve "core-functions"
653
- ```
654
-
655
- ### *optimize-performance
656
-
657
- 优化元代理性能。
658
-
659
- ```bash
660
- *optimize-performance [options]
661
-
662
- 选项:
663
- --target <metric> 目标:speed、memory、accuracy
664
- --profile 优化前分析
665
- --benchmark 运行基准测试
666
- --aggressive 激进优化
667
- --safe-mode 仅安全优化
668
-
669
- 示例:
670
- *optimize-performance --target speed --profile
671
- *optimize-performance --target memory --safe-mode
672
- *optimize-performance --benchmark --aggressive
673
- ```
674
-
675
- ## 系统命令
676
-
677
- ### *backup
678
-
679
- 创建系统备份。
680
-
681
- ```bash
682
- *backup [options]
683
-
684
- 选项:
685
- --include <items> 项目:config、agents、memory、all
686
- --exclude <items> 排除特定项目
687
- --destination <path> 备份目标位置
688
- --compress 压缩备份
689
- --encrypt 加密备份
690
-
691
- 示例:
692
- *backup --include all --compress
693
- *backup --include "agents,config" --destination backups/
694
- *backup --exclude memory --encrypt
695
- ```
696
-
697
- ### *restore
698
-
699
- 从备份恢复。
700
-
701
- ```bash
702
- *restore <backup-file> [options]
703
-
704
- 选项:
705
- --items <list> 要恢复的特定项目
706
- --preview 预览恢复操作
707
- --force 强制恢复而不确认
708
- --merge 与现有数据合并
709
-
710
- 示例:
711
- *restore backups/backup-2024-01-01.zip
712
- *restore backup.tar.gz --items "agents,config"
713
- *restore latest-backup --preview
714
- ```
715
-
716
- ### *update
717
-
718
- 更新 SINAPSE。
719
-
720
- ```bash
721
- *update [options]
722
-
723
- 选项:
724
- --check 仅检查更新
725
- --version <version> 更新到特定版本
726
- --beta 包含测试版
727
- --force 强制更新
728
- --backup 更新前创建备份
729
-
730
- 示例:
731
- *update --check
732
- *update --version 2.0.0 --backup
733
- *update --beta --force
734
- ```
735
-
736
- ### *uninstall
737
-
738
- 卸载组件或整个系统。
739
-
740
- ```bash
741
- *uninstall [component] [options]
742
-
743
- 选项:
744
- --keep-data 保留用户数据
745
- --keep-config 保留配置
746
- --complete 完全卸载
747
- --dry-run 预览卸载
748
-
749
- 示例:
750
- *uninstall agent-name
751
- *uninstall --complete --keep-data
752
- *uninstall memory-layer --dry-run
753
- ```
754
-
755
- ### *doctor
756
-
757
- 系统诊断和修复。
758
-
759
- ```bash
760
- *doctor [options]
761
-
762
- 选项:
763
- --fix 自动修复检测到的问题
764
- --deep 深度系统扫描
765
- --report <path> 保存诊断报告
766
- --component <name> 检查特定组件
767
-
768
- 示例:
769
- *doctor
770
- *doctor --fix
771
- *doctor --deep --report diagnosis.json
772
- *doctor --component memory-layer
773
- ```
774
-
775
- ## 高级命令
776
-
777
- ### *export
778
-
779
- 导出配置、代理或数据。
780
-
781
- ```bash
782
- *export <type> [options]
783
-
784
- 类型:
785
- config 导出配置
786
- agents 导出代理
787
- workflows 导出工作流
788
- memory 导出内存数据
789
- all 导出所有内容
790
-
791
- 选项:
792
- --format <type> 格式:json、yaml、archive
793
- --destination <path> 导出目标位置
794
- --include-sensitive 包含敏感数据
795
- --pretty 美化格式
796
-
797
- 示例:
798
- *export config --format yaml
799
- *export agents --destination exports/agents/
800
- *export all --format archive --destination backup.zip
801
- ```
802
-
803
- ### *import
804
-
805
- 导入配置、代理或数据。
806
-
807
- ```bash
808
- *import <file> [options]
809
-
810
- 选项:
811
- --type <type> 导入类型:config、agents、workflows
812
- --merge 与现有合并
813
- --replace 替换现有
814
- --validate 导入前验证
815
- --dry-run 预览导入
816
-
817
- 示例:
818
- *import agents.json --type agents --merge
819
- *import config.yaml --replace --validate
820
- *import backup.zip --dry-run
821
- ```
822
-
823
- ### *benchmark
824
-
825
- 运行性能基准测试。
826
-
827
- ```bash
828
- *benchmark [suite] [options]
829
-
830
- 套件:
831
- all 运行所有基准测试
832
- generation 代码生成速度
833
- analysis 分析性能
834
- memory 内存操作
835
- e2e 端到端工作流
836
-
837
- 选项:
838
- --iterations <num> 迭代次数
839
- --compare <baseline> 与基线比较
840
- --save-results 保存基准结果
841
- --profile 包含分析数据
842
-
843
- 示例:
844
- *benchmark all --iterations 10
845
- *benchmark generation --compare v1.0.0
846
- *benchmark memory --profile --save-results
847
- ```
848
-
849
- ### *debug
850
-
851
- 调试模式操作。
852
-
853
- ```bash
854
- *debug <command> [options]
855
-
856
- 命令:
857
- enable 启用调试模式
858
- disable 禁用调试模式
859
- logs <level> 显示调试日志
860
- trace <operation> 跟踪特定操作
861
- breakpoint <location> 设置断点
862
-
863
- 选项:
864
- --verbose 详细输出
865
- --filter <pattern> 过滤调试输出
866
- --save <path> 保存调试会话
867
-
868
- 示例:
869
- *debug enable --verbose
870
- *debug logs error --filter "api"
871
- *debug trace create-agent --save debug-session.log
872
- ```
873
-
874
- ### *plugin
875
-
876
- 插件管理。
877
-
878
- ```bash
879
- *plugin <operation> [options]
880
-
881
- 操作:
882
- install <name> 安装插件
883
- remove <name> 移除插件
884
- list 列出已安装插件
885
- search <query> 搜索可用插件
886
- create <name> 创建新插件
887
-
888
- 选项:
889
- --version <ver> 插件版本
890
- --source <url> 插件来源
891
- --enable 安装后启用
892
- --dev 开发模式
893
-
894
- 示例:
895
- *plugin install code-formatter --enable
896
- *plugin create my-custom-plugin --dev
897
- *plugin search "testing"
898
- *plugin list --detailed
899
- ```
900
-
901
- ## 命令快捷方式
902
-
903
- 常用命令有快捷方式:
904
-
905
- ```bash
906
- *h → *help
907
- *s → *status
908
- *la → *list-agents
909
- *lt → *list-tasks
910
- *lw → *list-workflows
911
- *ca → *create-agent
912
- *ct → *create-task
913
- *cw → *create-workflow
914
- *a → *analyze-framework
915
- *i → *improve-code-quality
916
- ```
917
-
918
- ## 命令链接
919
-
920
- 链接多个命令:
921
-
922
- ```bash
923
- # 使用 && 顺序执行
924
- *analyze-framework && *suggest-improvements && *generate-report
925
-
926
- # 使用管道传递数据流
927
- *analyze-code src/ | *improve-code-quality | *generate-tests
928
-
929
- # 使用 ; 独立执行
930
- *backup ; *update ; *doctor --fix
931
- ```
932
-
933
- ## 交互模式
934
-
935
- 进入交互模式以连续执行命令:
936
-
937
- ```bash
938
- *interactive
939
-
940
- SINAPSE> create-agent helper
941
- SINAPSE> activate helper
942
- SINAPSE> helper translate "Hello" --to spanish
943
- SINAPSE> exit
944
- ```
945
-
946
- ## 环境变量
947
-
948
- 使用环境变量控制行为:
949
-
950
- ```bash
951
- SINAPSE_AI_PROVIDER=openai # AI 提供商
952
- SINAPSE_AI_MODEL=gpt-4 # AI 模型
953
- SINAPSE_LOG_LEVEL=debug # 日志级别
954
- SINAPSE_TELEMETRY=disabled # 遥测设置
955
- SINAPSE_TIMEOUT=30000 # 命令超时(毫秒)
956
- SINAPSE_MEMORY_CACHE=true # 内存缓存
957
- ```
958
-
959
- ## 错误处理
960
-
961
- 常见错误响应和解决方案:
962
-
963
- ```bash
964
- # 权限被拒绝
965
- *sudo <command> # 以提升权限运行
966
-
967
- # 命令未找到
968
- *help <command> # 检查正确的命令名称
969
- *update # 更新到最新版本
970
-
971
- # 超时错误
972
- *config --set timeout 60000 # 增加超时
973
- *<command> --async # 异步运行
974
-
975
- # 内存错误
976
- *memory clear-cache # 清除内存缓存
977
- *optimize-performance --target memory
978
- ```
979
-
980
- ---
981
-
982
- **专业提示:**
983
-
984
- 1. 多使用 `*help <command>` - 它提供详细示例
985
- 2. Tab 补全适用于命令和参数
986
- 3. 可以使用上/下箭头查看命令历史
987
- 4. 使用 `--dry-run` 预览危险操作
988
- 5. 结合管道和链接命令以实现强大的工作流
989
-
990
- 记住:元代理从您的使用模式中学习。您使用得越多,它就越能预测您的需求!