sinapse-ai 5.0.7 → 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.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2126 -2570
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +10 -10
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +16 -16
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
# ADE Epic 3 交接 - Spec Pipeline
|
|
2
|
-
|
|
3
|
-
> **发送方:** Quinn (@qa) - QA 代理
|
|
4
|
-
> **接收方:** Aria (@architect) - 解决方案架构师
|
|
5
|
-
> **日期:** 2026-01-28
|
|
6
|
-
> **状态:** Epic 1+2 完成 → Epic 3 解锁
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## 执行摘要
|
|
11
|
-
|
|
12
|
-
Epic 1 (Worktree) 和 Epic 2 (Migration V3) **100% 完成**并通过 QA Gate。Epic 3 (Spec Pipeline) **解锁**并可立即开始。
|
|
13
|
-
|
|
14
|
-
**Epic 3 是 100% 提示工程** - @architect 领导所有 6 个 stories。
|
|
15
|
-
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
## 已验证的先决条件 ✅
|
|
19
|
-
|
|
20
|
-
| 依赖项 | 状态 | 证据 |
|
|
21
|
-
| --------------- | ----------------- | --------------------------------------------- |
|
|
22
|
-
| WorktreeManager | ✅ 正常工作 | `manager.list()` 执行无错误 |
|
|
23
|
-
| V3 Schemas | ✅ 完成 | `agent-v3-schema.json`, `task-v3-schema.json` |
|
|
24
|
-
| 所有 Agents V3 | ✅ 12/12 已迁移 | 所有都有 `autoClaude:` 部分 |
|
|
25
|
-
| 迁移脚本 | ✅ 就绪 | `asset-inventory.js`, `path-analyzer.js` |
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## Epic 3: Spec Pipeline 概览
|
|
30
|
-
|
|
31
|
-
**类型:** 10% 代码, **90% 提示工程**
|
|
32
|
-
|
|
33
|
-
Spec Pipeline 通过 5 个顺序阶段将模糊需求转换为可执行规格:
|
|
34
|
-
|
|
35
|
-
```
|
|
36
|
-
用户请求 → 收集 → 评估 → 研究 → 编写 → 评审 → 规格就绪
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
---
|
|
40
|
-
|
|
41
|
-
## Story 详情
|
|
42
|
-
|
|
43
|
-
| Story | 交付物 | 类型 | 代理 |
|
|
44
|
-
| ----- | ------------------------------- | -------------- | ---------- |
|
|
45
|
-
| 3.1 | `spec-gather-requirements.md` | Task .md | @architect |
|
|
46
|
-
| 3.2 | `spec-assess-complexity.md` | Task .md | @architect |
|
|
47
|
-
| 3.3 | `spec-research-dependencies.md` | Task .md + MCP | @architect |
|
|
48
|
-
| 3.4 | `spec-write-spec.md` | Task .md | @architect |
|
|
49
|
-
| 3.5 | `spec-critique.md` | Task .md | @architect |
|
|
50
|
-
| 3.6 | `spec-pipeline.yaml` | Workflow .yaml | @architect |
|
|
51
|
-
|
|
52
|
-
**需要 @dev:** 无
|
|
53
|
-
**@architect 领导:** 所有 stories
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## Story 3.1: 收集需求 (Gather Requirements)
|
|
58
|
-
|
|
59
|
-
**目标:** 收集和结构化用户需求
|
|
60
|
-
|
|
61
|
-
**任务:** `spec-gather-requirements.md`
|
|
62
|
-
|
|
63
|
-
**输入:**
|
|
64
|
-
|
|
65
|
-
- 用户请求 (文本或语音)
|
|
66
|
-
- 项目上下文 (来自 status.json)
|
|
67
|
-
- 现有规格 (如果迭代)
|
|
68
|
-
|
|
69
|
-
**输出:**
|
|
70
|
-
|
|
71
|
-
- 结构化需求文档
|
|
72
|
-
- 澄清问题 (如有歧义)
|
|
73
|
-
- 初始范围定义
|
|
74
|
-
|
|
75
|
-
**模式:**
|
|
76
|
-
|
|
77
|
-
```yaml
|
|
78
|
-
autoClaude:
|
|
79
|
-
pipelinePhase: spec-gather
|
|
80
|
-
elicit: true
|
|
81
|
-
deterministic: false # 需要 LLM 创造力
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## Story 3.2: 评估复杂度 (Assess Complexity)
|
|
87
|
-
|
|
88
|
-
**目标:** 评估复杂度并估算工作量
|
|
89
|
-
|
|
90
|
-
**任务:** `spec-assess-complexity.md`
|
|
91
|
-
|
|
92
|
-
**输入:**
|
|
93
|
-
|
|
94
|
-
- 收集的需求 (来自 3.1)
|
|
95
|
-
- 代码库分析
|
|
96
|
-
- 技术约束
|
|
97
|
-
|
|
98
|
-
**输出:**
|
|
99
|
-
|
|
100
|
-
- 复杂度评分 (simple/standard/complex)
|
|
101
|
-
- 工作量估算
|
|
102
|
-
- 风险因素
|
|
103
|
-
- 拆分建议 (如果复杂)
|
|
104
|
-
|
|
105
|
-
**模式:**
|
|
106
|
-
|
|
107
|
-
```yaml
|
|
108
|
-
autoClaude:
|
|
109
|
-
pipelinePhase: spec-assess
|
|
110
|
-
complexity: standard
|
|
111
|
-
verification:
|
|
112
|
-
type: none # 评估是咨询性的
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
## Story 3.3: 研究依赖 (Research Dependencies)
|
|
118
|
-
|
|
119
|
-
**目标:** 研究所需的库、API 和模式
|
|
120
|
-
|
|
121
|
-
**任务:** `spec-research-dependencies.md`
|
|
122
|
-
|
|
123
|
-
**所需工具:**
|
|
124
|
-
|
|
125
|
-
- EXA (网络搜索)
|
|
126
|
-
- Context7 (库文档)
|
|
127
|
-
- 代码库搜索
|
|
128
|
-
|
|
129
|
-
**输入:**
|
|
130
|
-
|
|
131
|
-
- 需求 + 评估
|
|
132
|
-
- 技术栈偏好 (来自 technical-preferences.md)
|
|
133
|
-
|
|
134
|
-
**输出:**
|
|
135
|
-
|
|
136
|
-
- 带理由的推荐库
|
|
137
|
-
- API 文档链接
|
|
138
|
-
- 代码示例
|
|
139
|
-
- 兼容性说明
|
|
140
|
-
|
|
141
|
-
**模式:**
|
|
142
|
-
|
|
143
|
-
```yaml
|
|
144
|
-
autoClaude:
|
|
145
|
-
pipelinePhase: spec-research
|
|
146
|
-
tools:
|
|
147
|
-
- exa
|
|
148
|
-
- context7
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## Story 3.4: 编写规格 (Write Specification)
|
|
154
|
-
|
|
155
|
-
**目标:** 生成可执行规格
|
|
156
|
-
|
|
157
|
-
**任务:** `spec-write-spec.md`
|
|
158
|
-
|
|
159
|
-
**输入:**
|
|
160
|
-
|
|
161
|
-
- 所有先前输出 (需求、评估、研究)
|
|
162
|
-
- 规格模板
|
|
163
|
-
|
|
164
|
-
**输出:**
|
|
165
|
-
|
|
166
|
-
- 完整规格文档
|
|
167
|
-
- 实施检查清单
|
|
168
|
-
- 测试场景 (Given-When-Then)
|
|
169
|
-
- 验收标准
|
|
170
|
-
|
|
171
|
-
**模板:** 使用现有 `spec-tmpl.yaml` 或创建新的
|
|
172
|
-
|
|
173
|
-
**模式:**
|
|
174
|
-
|
|
175
|
-
```yaml
|
|
176
|
-
autoClaude:
|
|
177
|
-
pipelinePhase: spec-write
|
|
178
|
-
deterministic: true # 相同输入 = 相同规格
|
|
179
|
-
composable: true
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
---
|
|
183
|
-
|
|
184
|
-
## Story 3.5: 评审规格 (Critique Specification)
|
|
185
|
-
|
|
186
|
-
**目标:** 在执行前验证和改进规格
|
|
187
|
-
|
|
188
|
-
**任务:** `spec-critique.md`
|
|
189
|
-
|
|
190
|
-
**输入:**
|
|
191
|
-
|
|
192
|
-
- 编写的规格 (来自 3.4)
|
|
193
|
-
- 质量检查清单
|
|
194
|
-
|
|
195
|
-
**输出:**
|
|
196
|
-
|
|
197
|
-
- 评审报告
|
|
198
|
-
- 改进建议
|
|
199
|
-
- 通过/需修改 决定
|
|
200
|
-
- 修订后的规格 (如果自动更正)
|
|
201
|
-
|
|
202
|
-
**代理:** @qa 能力 (canCritique: true)
|
|
203
|
-
|
|
204
|
-
**模式:**
|
|
205
|
-
|
|
206
|
-
```yaml
|
|
207
|
-
autoClaude:
|
|
208
|
-
pipelinePhase: spec-critique
|
|
209
|
-
selfCritique:
|
|
210
|
-
required: true
|
|
211
|
-
checklistRef: spec-quality-checklist.md
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
## Story 3.6: Pipeline 编排 (Pipeline Orchestration)
|
|
217
|
-
|
|
218
|
-
**目标:** 将 5 个阶段编排为单一工作流
|
|
219
|
-
|
|
220
|
-
**工作流:** `spec-pipeline.yaml`
|
|
221
|
-
|
|
222
|
-
**结构:**
|
|
223
|
-
|
|
224
|
-
```yaml
|
|
225
|
-
workflow:
|
|
226
|
-
id: spec-pipeline
|
|
227
|
-
sequence:
|
|
228
|
-
- step: gather
|
|
229
|
-
task: spec-gather-requirements.md
|
|
230
|
-
agent: pm
|
|
231
|
-
- step: assess
|
|
232
|
-
task: spec-assess-complexity.md
|
|
233
|
-
agent: architect
|
|
234
|
-
- step: research
|
|
235
|
-
task: spec-research-dependencies.md
|
|
236
|
-
agent: analyst
|
|
237
|
-
- step: write
|
|
238
|
-
task: spec-write-spec.md
|
|
239
|
-
agent: pm
|
|
240
|
-
- step: critique
|
|
241
|
-
task: spec-critique.md
|
|
242
|
-
agent: qa
|
|
243
|
-
gate: true # 必须通过才能继续
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
---
|
|
247
|
-
|
|
248
|
-
## 技术模式
|
|
249
|
-
|
|
250
|
-
### Task V3 模板
|
|
251
|
-
|
|
252
|
-
```yaml
|
|
253
|
-
autoClaude:
|
|
254
|
-
version: '3.0'
|
|
255
|
-
pipelinePhase: spec-{phase}
|
|
256
|
-
deterministic: boolean
|
|
257
|
-
elicit: boolean
|
|
258
|
-
composable: true
|
|
259
|
-
|
|
260
|
-
verification:
|
|
261
|
-
type: none|command|manual
|
|
262
|
-
|
|
263
|
-
contextRequirements:
|
|
264
|
-
projectContext: true
|
|
265
|
-
filesContext: false
|
|
266
|
-
implementationPlan: false
|
|
267
|
-
spec: false
|
|
268
|
-
```
|
|
269
|
-
|
|
270
|
-
### Pipeline 阶段枚举
|
|
271
|
-
|
|
272
|
-
```
|
|
273
|
-
spec-gather # @pm - 收集需求
|
|
274
|
-
spec-assess # @architect - 评估复杂度
|
|
275
|
-
spec-research # @analyst - 研究依赖
|
|
276
|
-
spec-write # @pm - 编写规格
|
|
277
|
-
spec-critique # @qa - 验证质量
|
|
278
|
-
```
|
|
279
|
-
|
|
280
|
-
---
|
|
281
|
-
|
|
282
|
-
## 成功标准
|
|
283
|
-
|
|
284
|
-
- [ ] 所有 5 个 spec tasks 使用 autoClaude V3 部分创建
|
|
285
|
-
- [ ] Pipeline 工作流编排所有阶段
|
|
286
|
-
- [ ] 每个 task 有清晰的输入/输出
|
|
287
|
-
- [ ] Critique task 包含质量门禁
|
|
288
|
-
- [ ] 端到端测试: 模糊请求 → 完整规格
|
|
289
|
-
|
|
290
|
-
---
|
|
291
|
-
|
|
292
|
-
## 推荐执行顺序
|
|
293
|
-
|
|
294
|
-
1. **3.1 + 3.2 + 3.3** - 创建 3 个分析 tasks (可并行)
|
|
295
|
-
2. **3.4** - 编写规格 task (依赖于理解流程)
|
|
296
|
-
3. **3.5** - Critique task (需要规格来评审)
|
|
297
|
-
4. **3.6** - Pipeline 工作流 (集成所有)
|
|
298
|
-
|
|
299
|
-
---
|
|
300
|
-
|
|
301
|
-
## 相关文档
|
|
302
|
-
|
|
303
|
-
- PRD: `docs/prd/sinapse-autonomous-development-engine.md`
|
|
304
|
-
- Auto-Claude 分析: `docs/architecture/AUTO-CLAUDE-ANALYSIS-COMPLETE.md`
|
|
305
|
-
- Epic Stories: `docs/stories/sinapse-ai-ade/epic-3-spec-pipeline.md`
|
|
306
|
-
|
|
307
|
-
---
|
|
308
|
-
|
|
309
|
-
## Epic 3 的 QA Gate
|
|
310
|
-
|
|
311
|
-
完成 Epic 3 后,执行:
|
|
312
|
-
|
|
313
|
-
```
|
|
314
|
-
@qa *gate epic-3-spec-pipeline
|
|
315
|
-
```
|
|
316
|
-
|
|
317
|
-
**验证:**
|
|
318
|
-
|
|
319
|
-
- 所有 5 个 tasks 通过 task-v3-schema.json 验证
|
|
320
|
-
- Pipeline 工作流执行无错误
|
|
321
|
-
- E2E 测试: "添加登录功能" → 完整规格
|
|
322
|
-
|
|
323
|
-
---
|
|
324
|
-
|
|
325
|
-
_交接由 Quinn (@qa) 准备 - 质量守护者_
|
|
326
|
-
_提交: 3fea6ca - feat(ade): complete Epic 1+2_
|
|
327
|
-
_日期: 2026-01-28_
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
<!-- 翻译: ZH-CN | 原文: /docs/en/architecture/ARCHITECTURE-INDEX.md | 同步时间: 2026-01-26 -->
|
|
2
|
-
|
|
3
|
-
# SINAPSE 架构文档索引
|
|
4
|
-
|
|
5
|
-
> 🌐 [EN](../../architecture/ARCHITECTURE-INDEX.md) | [PT](../../pt/architecture/ARCHITECTURE-INDEX.md) | [ES](../../es/architecture/ARCHITECTURE-INDEX.md) | **ZH-CN**
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
**版本:** 2.1.1
|
|
10
|
-
**上次更新:** 2026-01-26
|
|
11
|
-
**状态:** 官方参考文档
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## 📋 文档导航
|
|
16
|
-
|
|
17
|
-
本索引为 SINAPSE v4 的所有架构文档提供导航。
|
|
18
|
-
|
|
19
|
-
> **注意:** 官方框架文档(编码标准、技术栈、源代码树)已合并到 `docs/framework/`。详见 [Framework README](../framework/README.md)。
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
## 📁 目录结构
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
docs/architecture/
|
|
27
|
-
├── ARCHITECTURE-INDEX.md # 本文件
|
|
28
|
-
├── high-level-architecture.md # 系统概览
|
|
29
|
-
├── module-system.md # 4 模块架构
|
|
30
|
-
├── mcp-system-diagrams.md # MCP 架构图
|
|
31
|
-
├── memory-layer.md # 内存系统架构
|
|
32
|
-
├── adr/ # 架构决策记录
|
|
33
|
-
└── [framework/] # 详见 docs/framework/ 的标准
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## 🎯 按主题快速链接
|
|
39
|
-
|
|
40
|
-
### 核心架构
|
|
41
|
-
|
|
42
|
-
| 文档 | 描述 | 状态 |
|
|
43
|
-
|------|------|------|
|
|
44
|
-
| [高级架构](./high-level-architecture.md) | SINAPSE v4 架构概览 | ✅ 当前版本 |
|
|
45
|
-
| [模块系统](./module-system.md) | 4 模块模块化架构 | ✅ 当前版本 |
|
|
46
|
-
| [内存层](./memory-layer.md) | 内存系统架构 | ✅ 当前版本 |
|
|
47
|
-
|
|
48
|
-
### MCP 和集成
|
|
49
|
-
|
|
50
|
-
| 文档 | 描述 | 状态 |
|
|
51
|
-
|------|------|------|
|
|
52
|
-
| [MCP 系统图](./mcp-system-diagrams.md) | MCP 架构图 | ✅ 当前版本 |
|
|
53
|
-
|
|
54
|
-
> **注意:** MCP 管理通过 Docker MCP 工具包进行(Story 5.11)。使用 `@devops` 代理与 `*setup-mcp-docker` 进行配置。
|
|
55
|
-
|
|
56
|
-
### 代理系统
|
|
57
|
-
|
|
58
|
-
| 文档 | 描述 | 状态 |
|
|
59
|
-
|------|------|------|
|
|
60
|
-
| [代理责任矩阵](./agent-responsibility-matrix.md) | 代理角色和职责 | ✅ 当前版本 |
|
|
61
|
-
| [代理配置审计](./agent-config-audit.md) | 配置审计 | ✅ 当前版本 |
|
|
62
|
-
|
|
63
|
-
### 工具和实用程序
|
|
64
|
-
|
|
65
|
-
| 文档 | 描述 | 状态 |
|
|
66
|
-
|------|------|------|
|
|
67
|
-
| [实用程序集成指南](./utility-integration-guide.md) | 实用程序集成 | ✅ 当前版本 |
|
|
68
|
-
| [CI/CD](./ci-cd.md) | CI/CD 流水线文档 | ✅ 当前版本 |
|
|
69
|
-
|
|
70
|
-
### 健康检查系统 (HCS)
|
|
71
|
-
|
|
72
|
-
| 文档 | 描述 | 状态 |
|
|
73
|
-
|------|------|------|
|
|
74
|
-
| [HCS 检查规范](./hcs-check-specifications.md) | 健康检查规范 | ✅ 当前版本 |
|
|
75
|
-
| [HCS 执行模式](./hcs-execution-modes.md) | 执行模式 | ✅ 当前版本 |
|
|
76
|
-
| [HCS 自愈规范](./hcs-self-healing-spec.md) | 自愈规范 | ✅ 当前版本 |
|
|
77
|
-
|
|
78
|
-
### Squad 系统
|
|
79
|
-
|
|
80
|
-
| 文档 | 描述 | 状态 |
|
|
81
|
-
|------|------|------|
|
|
82
|
-
| [Squad 改进分析](./squad-improvement-analysis.md) | 改进分析 | ✅ 当前版本 |
|
|
83
|
-
| [Squad 改进方法](./squad-improvement-recommended-approach.md) | 推荐方法 | ✅ 当前版本 |
|
|
84
|
-
|
|
85
|
-
### 架构决策记录 (ADR)
|
|
86
|
-
|
|
87
|
-
| 文档 | 描述 | 状态 |
|
|
88
|
-
|------|------|------|
|
|
89
|
-
| [ADR COLLAB-1](./adr/ADR-COLLAB-1-current-state-audit.md) | 当前状态审计 | ✅ 当前版本 |
|
|
90
|
-
| [ADR COLLAB-2](./adr/ADR-COLLAB-2-proposed-configuration.md) | 建议的配置 | ✅ 当前版本 |
|
|
91
|
-
| [ADR HCS](./adr/adr-hcs-health-check-system.md) | 健康检查系统 | ✅ 当前版本 |
|
|
92
|
-
| [ADR 隔离虚拟机](./adr/adr-isolated-vm-decision.md) | 隔离虚拟机决策 | ✅ 当前版本 |
|
|
93
|
-
|
|
94
|
-
### 参考文档(官方位置在 docs/framework/)
|
|
95
|
-
|
|
96
|
-
| 文档 | 描述 | 状态 |
|
|
97
|
-
|------|------|------|
|
|
98
|
-
| [技术栈](../framework/tech-stack.md) | 技术决策 | ✅ 当前版本 |
|
|
99
|
-
| [编码标准](../framework/coding-standards.md) | 代码标准 | ✅ 当前版本 |
|
|
100
|
-
| [源代码树](../framework/source-tree.md) | 项目结构 | ✅ 当前版本 |
|
|
101
|
-
|
|
102
|
-
> **注意:** 这些链接到 `docs/framework/` 是官方位置。
|
|
103
|
-
|
|
104
|
-
### 研究和分析
|
|
105
|
-
|
|
106
|
-
| 文档 | 描述 | 状态 |
|
|
107
|
-
|------|------|------|
|
|
108
|
-
| [贡献工作流研究](./contribution-workflow-research.md) | 贡献分析 | ✅ 当前版本 |
|
|
109
|
-
| [介绍](./introduction.md) | 原始介绍 (v2.0) | 📦 历史遗留 |
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
## 🏗️ 架构概览图
|
|
114
|
-
|
|
115
|
-
```
|
|
116
|
-
┌─────────────────────────────────────────────────────────────────────────┐
|
|
117
|
-
│ SINAPSE v4 架构 │
|
|
118
|
-
│ │
|
|
119
|
-
│ ┌─────────────────────────────────────────────────────────────────┐ │
|
|
120
|
-
│ │ 多仓库结构 │ │
|
|
121
|
-
│ │ │ │
|
|
122
|
-
│ │ SinapseAI/sinapse-ai ◄───── 中央枢纽 │ │
|
|
123
|
-
│ │ │ - 框架核心 │ │
|
|
124
|
-
│ │ │ - 11 个基础代理 │ │
|
|
125
|
-
│ │ │ - 讨论中心 │ │
|
|
126
|
-
│ │ │ │ │
|
|
127
|
-
│ │ ┌──────┴───────┐ │ │
|
|
128
|
-
│ │ │ │ │ │
|
|
129
|
-
│ │ ▼ ▼ │ │
|
|
130
|
-
│ │ sinapse-squads mcp-ecosystem │ │
|
|
131
|
-
│ │ (MIT) (Apache 2.0) │ │
|
|
132
|
-
│ └─────────────────────────────────────────────────────────────────┘ │
|
|
133
|
-
│ │
|
|
134
|
-
│ ┌─────────────────────────────────────────────────────────────────┐ │
|
|
135
|
-
│ │ 模块化架构 │ │
|
|
136
|
-
│ │ │ │
|
|
137
|
-
│ │ .sinapse-ai/ │ │
|
|
138
|
-
│ │ ├── core/ ← 框架基础 │ │
|
|
139
|
-
│ │ ├── development/ ← 代理、任务、工作流 │ │
|
|
140
|
-
│ │ ├── product/ ← 模板、检查列表 │ │
|
|
141
|
-
│ │ └── infrastructure/ ← 脚本、工具、集成 │ │
|
|
142
|
-
│ └─────────────────────────────────────────────────────────────────┘ │
|
|
143
|
-
│ │
|
|
144
|
-
│ ┌─────────────────────────────────────────────────────────────────┐ │
|
|
145
|
-
│ │ 质量门槛 3 层 │ │
|
|
146
|
-
│ │ │ │
|
|
147
|
-
│ │ 第 1 层: 提交前 ──► 第 2 层: PR ──► 第 3 层: 人工审查 │ │
|
|
148
|
-
│ │ (Husky/lint-staged) (CodeRabbit) (战略审查) │ │
|
|
149
|
-
│ │ 30% +50% +20% │ │
|
|
150
|
-
│ │ (80% 自动化) │ │
|
|
151
|
-
│ └─────────────────────────────────────────────────────────────────┘ │
|
|
152
|
-
│ │
|
|
153
|
-
└─────────────────────────────────────────────────────────────────────────┘
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
---
|
|
157
|
-
|
|
158
|
-
## 📚 新贡献者推荐阅读顺序
|
|
159
|
-
|
|
160
|
-
### 快速开始 (30 分钟)
|
|
161
|
-
1. [高级架构](./high-level-architecture.md)
|
|
162
|
-
2. [模块系统](./module-system.md)
|
|
163
|
-
3. [框架 README](../framework/README.md)
|
|
164
|
-
|
|
165
|
-
### 深入学习 (2-3 小时)
|
|
166
|
-
1. 所有快速开始文档
|
|
167
|
-
2. [代理责任矩阵](./agent-responsibility-matrix.md)
|
|
168
|
-
3. [MCP 系统图](./mcp-system-diagrams.md)
|
|
169
|
-
4. [技术栈](../framework/tech-stack.md)
|
|
170
|
-
|
|
171
|
-
### 完全掌握 (1-2 天)
|
|
172
|
-
1. 本索引中的所有文档
|
|
173
|
-
2. 架构决策的 ADR 文档
|
|
174
|
-
3. 健康检查系统的 HCS 文档
|
|
175
|
-
|
|
176
|
-
---
|
|
177
|
-
|
|
178
|
-
## 📝 文档状态图例
|
|
179
|
-
|
|
180
|
-
| 状态 | 含义 |
|
|
181
|
-
|------|------|
|
|
182
|
-
| ✅ 当前版本 | 与 v4.2 保持最新 |
|
|
183
|
-
| ⚠️ 需要更新 | 需要术语或内容更新 |
|
|
184
|
-
| 📦 历史遗留 | 历史参考 |
|
|
185
|
-
| 🆕 新增 | 最近创建 |
|
|
186
|
-
|
|
187
|
-
---
|
|
188
|
-
|
|
189
|
-
**上次更新:** 2026-01-26
|
|
190
|
-
**维护者:** @architect (Aria)
|