sinapse-ai 5.0.8 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2154 -2337
- 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 +13 -11
- 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} +18 -18
- 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,611 +0,0 @@
|
|
|
1
|
-
<!-- 翻译:zh-CN 原文:/docs/installation/faq.md 最后同步:2026-02-22 -->
|
|
2
|
-
|
|
3
|
-
# SINAPSE 常见问题
|
|
4
|
-
|
|
5
|
-
> 🌐 [EN](../../installation/faq.md) | [PT](../pt/installation/faq.md) | [ES](../es/installation/faq.md)
|
|
6
|
-
|
|
7
|
-
**版本:** 2.1.0
|
|
8
|
-
**最后更新:** 2025-01-24
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
## 目录
|
|
13
|
-
|
|
14
|
-
- [安装相关问题](#安装相关问题)
|
|
15
|
-
- [更新与维护](#更新与维护)
|
|
16
|
-
- [离线与隔离环境使用](#离线与隔离环境使用)
|
|
17
|
-
- [IDE 与配置](#ide-与配置)
|
|
18
|
-
- [代理与工作流](#代理与工作流)
|
|
19
|
-
- [Squad](#squad)
|
|
20
|
-
- [高级用法](#高级用法)
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## 安装相关问题
|
|
25
|
-
|
|
26
|
-
### 问题 1:为什么使用 npx 而不是 npm install -g?
|
|
27
|
-
|
|
28
|
-
**答案:** 我们推荐使用 `npx @sinapse/sinapse-ai install` 而不是全局安装,原因如下:
|
|
29
|
-
|
|
30
|
-
1. **始终最新版本**: npx 自动获取最新版本
|
|
31
|
-
2. **无全局污染**: 不会添加到全局 npm 包
|
|
32
|
-
3. **项目隔离**: 每个项目可以拥有自己的版本
|
|
33
|
-
4. **无权限问题**: 避免常见的全局 npm 权限问题
|
|
34
|
-
5. **CI/CD 友好**: 在自动化管道中无缝工作
|
|
35
|
-
|
|
36
|
-
**如果您更喜欢全局安装:**
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
npm install -g @sinapse/sinapse-ai
|
|
40
|
-
@sinapse/sinapse-ai install
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
### 问题 2:系统要求是什么?
|
|
46
|
-
|
|
47
|
-
**答案:**
|
|
48
|
-
|
|
49
|
-
| 组件 | 最小版本 | 推荐版本 |
|
|
50
|
-
| ------------- | ------------------------------- | ----------- |
|
|
51
|
-
| **Node.js** | 18.0.0 | 20.x LTS |
|
|
52
|
-
| **npm** | 9.0.0 | 10.x |
|
|
53
|
-
| **磁盘空间** | 100 MB | 500 MB |
|
|
54
|
-
| **RAM** | 2 GB | 8 GB |
|
|
55
|
-
| **OS** | Windows 10, macOS 12, Ubuntu 20.04 | 最新版本 |
|
|
56
|
-
|
|
57
|
-
**检查您的系统:**
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
node --version # 应为 18+
|
|
61
|
-
npm --version # 应为 9+
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
### 问题 3:我可以在现有项目中安装 SINAPSE 吗?
|
|
67
|
-
|
|
68
|
-
**答案:** 可以!SINAPSE 为绿地和棕地项目设计。
|
|
69
|
-
|
|
70
|
-
**对于现有项目:**
|
|
71
|
-
|
|
72
|
-
```bash
|
|
73
|
-
cd /path/to/existing-project
|
|
74
|
-
npx @sinapse/sinapse-ai install
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
安装程序将:
|
|
78
|
-
|
|
79
|
-
- 创建 `.sinapse-ai/` 目录(框架文件)
|
|
80
|
-
- 创建 IDE 配置(`.claude/`、`.cursor/` 等)
|
|
81
|
-
- 不修改您的现有源代码
|
|
82
|
-
- 不覆盖现有文档,除非您选择
|
|
83
|
-
|
|
84
|
-
**重要:** 如果您有现有的 `.claude/` 或 `.cursor/` 目录,安装程序会在修改前询问。
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
### 问题 4:安装需要多长时间?
|
|
89
|
-
|
|
90
|
-
**答案:**
|
|
91
|
-
|
|
92
|
-
| 场景 | 时间 |
|
|
93
|
-
| ------------------- | ------------- |
|
|
94
|
-
| **首次安装** | 2-5 分钟 |
|
|
95
|
-
| **更新现有安装** | 1-2 分钟 |
|
|
96
|
-
| **仅安装启动 Squad** | 30-60 秒 |
|
|
97
|
-
|
|
98
|
-
影响安装时间的因素:
|
|
99
|
-
|
|
100
|
-
- 互联网连接速度
|
|
101
|
-
- npm 缓存状态
|
|
102
|
-
- 选中的 IDE 数量
|
|
103
|
-
- 选中的启动 Squad 数量
|
|
104
|
-
|
|
105
|
-
---
|
|
106
|
-
|
|
107
|
-
### 问题 5:SINAPSE 在我的项目中创建了哪些文件?
|
|
108
|
-
|
|
109
|
-
**答案:** SINAPSE 创建以下结构:
|
|
110
|
-
|
|
111
|
-
```
|
|
112
|
-
your-project/
|
|
113
|
-
├── .sinapse-ai/ # 框架核心(200+ 文件)
|
|
114
|
-
│ ├── agents/ # 11+ 个代理定义
|
|
115
|
-
│ ├── tasks/ # 60+ 个任务工作流
|
|
116
|
-
│ ├── templates/ # 20+ 个文档模板
|
|
117
|
-
│ ├── checklists/ # 验证清单
|
|
118
|
-
│ ├── scripts/ # 实用脚本
|
|
119
|
-
│ └── core-config.yaml # 框架配置
|
|
120
|
-
│
|
|
121
|
-
├── .claude/ # Claude Code(如果选中)
|
|
122
|
-
│ └── commands/SINAPSE/agents/ # 代理斜杠命令
|
|
123
|
-
│
|
|
124
|
-
├── .cursor/ # Cursor(如果选中)
|
|
125
|
-
│ └── rules/ # 代理规则
|
|
126
|
-
│
|
|
127
|
-
├── docs/ # 文档结构
|
|
128
|
-
│ ├── stories/ # 开发故事
|
|
129
|
-
│ ├── architecture/ # 架构文档
|
|
130
|
-
│ └── prd/ # 产品需求
|
|
131
|
-
│
|
|
132
|
-
└── Squads/ # (如果安装)
|
|
133
|
-
└── hybrid-ops/ # HybridOps 包
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## 更新与维护
|
|
139
|
-
|
|
140
|
-
### 问题 6:如何将 SINAPSE 更新到最新版本?
|
|
141
|
-
|
|
142
|
-
**答案:**
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
# 通过 npx 更新(推荐)
|
|
146
|
-
npx @sinapse/sinapse-ai update
|
|
147
|
-
|
|
148
|
-
# 或重新安装最新版本
|
|
149
|
-
npx @sinapse/sinapse-ai install --force-upgrade
|
|
150
|
-
|
|
151
|
-
# 检查当前版本
|
|
152
|
-
npx @sinapse/sinapse-ai status
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
**更新的内容:**
|
|
156
|
-
|
|
157
|
-
- `.sinapse-ai/` 文件(代理、任务、模板)
|
|
158
|
-
- IDE 配置
|
|
159
|
-
- 启动 Squad(如果安装)
|
|
160
|
-
|
|
161
|
-
**保留的内容:**
|
|
162
|
-
|
|
163
|
-
- `core-config.yaml` 中的自定义修改
|
|
164
|
-
- 您的文档(`docs/`)
|
|
165
|
-
- 您的源代码
|
|
166
|
-
|
|
167
|
-
---
|
|
168
|
-
|
|
169
|
-
### 问题 7:应该多久更新一次?
|
|
170
|
-
|
|
171
|
-
**答案:** 我们建议:
|
|
172
|
-
|
|
173
|
-
| 更新类型 | 频率 | 命令 |
|
|
174
|
-
| --------------- | ---------- | ------------------------------ |
|
|
175
|
-
| **安全补丁** | 立即 | `npx @sinapse/sinapse-ai update` |
|
|
176
|
-
| **次要更新** | 每月 | `npx @sinapse/sinapse-ai update` |
|
|
177
|
-
| **主要版本** | 每季度 | 先查看变更日志 |
|
|
178
|
-
|
|
179
|
-
**检查更新:**
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
npm show @sinapse/sinapse-ai version
|
|
183
|
-
npx @sinapse/sinapse-ai status
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
---
|
|
187
|
-
|
|
188
|
-
### 问题 8:我可以回滚到之前的版本吗?
|
|
189
|
-
|
|
190
|
-
**答案:** 可以,有多个选项:
|
|
191
|
-
|
|
192
|
-
**选项 1:重新安装特定版本**
|
|
193
|
-
|
|
194
|
-
```bash
|
|
195
|
-
npx @sinapse/sinapse-ai@1.1.0 install --force-upgrade
|
|
196
|
-
```
|
|
197
|
-
|
|
198
|
-
**选项 2:使用 Git 恢复**
|
|
199
|
-
|
|
200
|
-
```bash
|
|
201
|
-
# 如果 .sinapse-ai 在 git 中跟踪
|
|
202
|
-
git checkout HEAD~1 -- .sinapse-ai/
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
**选项 3:从备份恢复**
|
|
206
|
-
|
|
207
|
-
```bash
|
|
208
|
-
# 安装程序创建备份
|
|
209
|
-
mv .sinapse-ai .sinapse-ai.failed
|
|
210
|
-
mv .sinapse-ai.backup .sinapse-ai
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
---
|
|
214
|
-
|
|
215
|
-
## 离线与隔离环境使用
|
|
216
|
-
|
|
217
|
-
### 问题 9:我可以在没有互联网的情况下使用 SINAPSE 吗?
|
|
218
|
-
|
|
219
|
-
**答案:** 可以,但需要一些准备:
|
|
220
|
-
|
|
221
|
-
**初始设置(需要互联网):**
|
|
222
|
-
|
|
223
|
-
```bash
|
|
224
|
-
# 联网时安装一次
|
|
225
|
-
npx @sinapse/sinapse-ai install
|
|
226
|
-
|
|
227
|
-
# 打包以供离线使用
|
|
228
|
-
tar -czvf sinapse-offline.tar.gz .sinapse-ai/ .claude/ .cursor/
|
|
229
|
-
```
|
|
230
|
-
|
|
231
|
-
**在隔离机器上:**
|
|
232
|
-
|
|
233
|
-
```bash
|
|
234
|
-
# 解压软件包
|
|
235
|
-
tar -xzvf sinapse-offline.tar.gz
|
|
236
|
-
|
|
237
|
-
# SINAPSE 代理可在没有互联网的情况下工作
|
|
238
|
-
# (它们不需要外部 API 调用)
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
**没有互联网的限制:**
|
|
242
|
-
|
|
243
|
-
- 无法更新到新版本
|
|
244
|
-
- MCP 集成(ClickUp、GitHub)将不工作
|
|
245
|
-
- 无法获取库文档(Context7)
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
|
-
### 问题 10:我如何将 SINAPSE 转移到隔离环境?
|
|
250
|
-
|
|
251
|
-
**答案:**
|
|
252
|
-
|
|
253
|
-
1. **在联网机器上:**
|
|
254
|
-
|
|
255
|
-
```bash
|
|
256
|
-
# 安装并打包
|
|
257
|
-
npx @sinapse/sinapse-ai install
|
|
258
|
-
cd your-project
|
|
259
|
-
tar -czvf sinapse-transfer.tar.gz .sinapse-ai/ .claude/ .cursor/ docs/
|
|
260
|
-
```
|
|
261
|
-
|
|
262
|
-
2. **通过 USB、安全传输等转移归档文件**
|
|
263
|
-
|
|
264
|
-
3. **在隔离机器上:**
|
|
265
|
-
|
|
266
|
-
```bash
|
|
267
|
-
cd your-project
|
|
268
|
-
tar -xzvf sinapse-transfer.tar.gz
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
4. **如果需要,手动配置 IDE**(路径可能不同)
|
|
272
|
-
|
|
273
|
-
---
|
|
274
|
-
|
|
275
|
-
## IDE 与配置
|
|
276
|
-
|
|
277
|
-
### 问题 11:SINAPSE 支持哪些 IDE?
|
|
278
|
-
|
|
279
|
-
**答案:**
|
|
280
|
-
|
|
281
|
-
| IDE | 状态 | 代理激活 |
|
|
282
|
-
| ------------------ | ---------- | ------------------- |
|
|
283
|
-
| **Claude Code** | 完全支持 | `/dev`、`/qa` 等 |
|
|
284
|
-
| **Cursor** | 完全支持 | `@dev`、`@qa` 等 |
|
|
285
|
-
| **Gemini CLI** | 完全支持 | 在提示中提及 |
|
|
286
|
-
| **GitHub Copilot** | 完全支持 | 聊天模式 |
|
|
287
|
-
|
|
288
|
-
**为新 IDE 添加支持:** 使用 IDE 的代理/规则规范打开 GitHub 问题。
|
|
289
|
-
|
|
290
|
-
---
|
|
291
|
-
|
|
292
|
-
### 问题 12:我可以为多个 IDE 配置 SINAPSE 吗?
|
|
293
|
-
|
|
294
|
-
**答案:** 可以!在安装过程中选择多个 IDE:
|
|
295
|
-
|
|
296
|
-
**交互式:**
|
|
297
|
-
|
|
298
|
-
```
|
|
299
|
-
? Which IDE(s) do you want to configure?
|
|
300
|
-
❯ ◉ Cursor
|
|
301
|
-
◉ Claude Code
|
|
302
|
-
```
|
|
303
|
-
|
|
304
|
-
**命令行:**
|
|
305
|
-
|
|
306
|
-
```bash
|
|
307
|
-
npx @sinapse/sinapse-ai install --ide cursor,claude-code
|
|
308
|
-
```
|
|
309
|
-
|
|
310
|
-
每个 IDE 获得其自己的配置目录:
|
|
311
|
-
|
|
312
|
-
- `.cursor/rules/` 用于 Cursor
|
|
313
|
-
- `.claude/commands/` 用于 Claude Code
|
|
314
|
-
|
|
315
|
-
---
|
|
316
|
-
|
|
317
|
-
### 问题 13:我如何为新团队成员配置 SINAPSE?
|
|
318
|
-
|
|
319
|
-
**答案:**
|
|
320
|
-
|
|
321
|
-
如果 `.sinapse-ai/` 已提交到您的仓库:
|
|
322
|
-
|
|
323
|
-
```bash
|
|
324
|
-
# 新团队成员只需克隆
|
|
325
|
-
git clone your-repo
|
|
326
|
-
cd your-repo
|
|
327
|
-
|
|
328
|
-
# 可选择配置他们喜欢的 IDE
|
|
329
|
-
npx @sinapse/sinapse-ai install --ide cursor
|
|
330
|
-
```
|
|
331
|
-
|
|
332
|
-
如果 `.sinapse-ai/` 未提交:
|
|
333
|
-
|
|
334
|
-
```bash
|
|
335
|
-
git clone your-repo
|
|
336
|
-
cd your-repo
|
|
337
|
-
npx @sinapse/sinapse-ai install
|
|
338
|
-
```
|
|
339
|
-
|
|
340
|
-
**最佳实践:** 将 `.sinapse-ai/` 提交到您的仓库以共享一致的代理配置。
|
|
341
|
-
|
|
342
|
-
---
|
|
343
|
-
|
|
344
|
-
## 代理与工作流
|
|
345
|
-
|
|
346
|
-
### 问题 14:包含了哪些代理?
|
|
347
|
-
|
|
348
|
-
**答案:** SINAPSE 包括 11+ 个专门代理:
|
|
349
|
-
|
|
350
|
-
| 代理 | 角色 | 最适合的工作 |
|
|
351
|
-
| -------------- | ---------------- | --------------------------------- |
|
|
352
|
-
| `dev` | 全栈开发者 | 代码实现、调试 |
|
|
353
|
-
| `qa` | QA 工程师 | 测试、代码审查 |
|
|
354
|
-
| `architect` | 系统架构师 | 设计、架构决策 |
|
|
355
|
-
| `pm` | 项目经理 | 规划、跟踪 |
|
|
356
|
-
| `po` | 产品所有者 | 积压工作、需求 |
|
|
357
|
-
| `sm` | Scrum 主管 | 便利化、冲刺管理 |
|
|
358
|
-
| `analyst` | 业务分析师 | 需求分析 |
|
|
359
|
-
| `ux-expert` | UX 设计师 | 用户体验设计 |
|
|
360
|
-
| `data-engineer` | 数据工程师 | 数据管道、ETL |
|
|
361
|
-
| `devops` | DevOps 工程师 | CI/CD、部署 |
|
|
362
|
-
| `db-sage` | 数据库架构师 | 模式设计、查询 |
|
|
363
|
-
|
|
364
|
-
---
|
|
365
|
-
|
|
366
|
-
### 问题 15:如何创建自定义代理?
|
|
367
|
-
|
|
368
|
-
**答案:**
|
|
369
|
-
|
|
370
|
-
1. **复制现有代理:**
|
|
371
|
-
|
|
372
|
-
```bash
|
|
373
|
-
cp .sinapse-ai/agents/dev.md .sinapse-ai/agents/my-agent.md
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
2. **编辑 YAML 前置:**
|
|
377
|
-
|
|
378
|
-
```yaml
|
|
379
|
-
agent:
|
|
380
|
-
name: MyAgent
|
|
381
|
-
id: my-agent
|
|
382
|
-
title: My Custom Agent
|
|
383
|
-
icon: 🔧
|
|
384
|
-
|
|
385
|
-
persona:
|
|
386
|
-
role: Expert in [your domain]
|
|
387
|
-
style: [communication style]
|
|
388
|
-
```
|
|
389
|
-
|
|
390
|
-
3. **添加到 IDE 配置:**
|
|
391
|
-
|
|
392
|
-
```bash
|
|
393
|
-
npx @sinapse/sinapse-ai install --ide claude-code
|
|
394
|
-
```
|
|
395
|
-
|
|
396
|
-
4. **激活:** `/my-agent` 或 `@my-agent`
|
|
397
|
-
|
|
398
|
-
---
|
|
399
|
-
|
|
400
|
-
### 问题 16:什么是"yolo 模式"?
|
|
401
|
-
|
|
402
|
-
**答案:** Yolo 模式是自主开发模式,其中代理:
|
|
403
|
-
|
|
404
|
-
- 不需分步确认即可实现故事任务
|
|
405
|
-
- 根据故事需求自主做出决策
|
|
406
|
-
- 在 `.ai/decision-log-{story-id}.md` 中记录所有决策
|
|
407
|
-
- 可随时停止
|
|
408
|
-
|
|
409
|
-
**启用 yolo 模式:**
|
|
410
|
-
|
|
411
|
-
```bash
|
|
412
|
-
/dev
|
|
413
|
-
*develop-yolo docs/stories/your-story.md
|
|
414
|
-
```
|
|
415
|
-
|
|
416
|
-
**何时使用:**
|
|
417
|
-
|
|
418
|
-
- 对于需求明确、接受条件清晰的故事
|
|
419
|
-
- 当您信任代理的决策制定时
|
|
420
|
-
- 对于重复性任务
|
|
421
|
-
|
|
422
|
-
**何时不使用:**
|
|
423
|
-
|
|
424
|
-
- 对于复杂的架构变更
|
|
425
|
-
- 当需求模糊时
|
|
426
|
-
- 对于生产关键代码
|
|
427
|
-
|
|
428
|
-
---
|
|
429
|
-
|
|
430
|
-
## Squad
|
|
431
|
-
|
|
432
|
-
### 问题 17:什么是 Squad?
|
|
433
|
-
|
|
434
|
-
**答案:** 启动 Squad 是可选的扩展,用于扩展 SINAPSE 功能:
|
|
435
|
-
|
|
436
|
-
| 包 | 功能 |
|
|
437
|
-
| -------------- | --------------------------------------------------------- |
|
|
438
|
-
| **hybrid-ops** | ClickUp 集成、流程自动化、专门工作流 |
|
|
439
|
-
|
|
440
|
-
**安装 Squad:**
|
|
441
|
-
|
|
442
|
-
```bash
|
|
443
|
-
npx @sinapse/sinapse-ai install --Squads hybrid-ops
|
|
444
|
-
```
|
|
445
|
-
|
|
446
|
-
**列出可用的 Squad:**
|
|
447
|
-
|
|
448
|
-
```bash
|
|
449
|
-
npx @sinapse/sinapse-ai install
|
|
450
|
-
```
|
|
451
|
-
|
|
452
|
-
---
|
|
453
|
-
|
|
454
|
-
### 问题 18:我可以创建自己的 Squad 吗?
|
|
455
|
-
|
|
456
|
-
**答案:** 可以!启动 Squad 遵循此结构:
|
|
457
|
-
|
|
458
|
-
```
|
|
459
|
-
my-expansion/
|
|
460
|
-
├── pack.yaml # 包清单
|
|
461
|
-
├── README.md # 文档
|
|
462
|
-
├── agents/ # 自定义代理
|
|
463
|
-
│ └── my-agent.md
|
|
464
|
-
├── tasks/ # 自定义任务
|
|
465
|
-
│ └── my-task.md
|
|
466
|
-
├── templates/ # 自定义模板
|
|
467
|
-
│ └── my-template.yaml
|
|
468
|
-
└── workflows/ # 自定义工作流
|
|
469
|
-
└── my-workflow.yaml
|
|
470
|
-
```
|
|
471
|
-
|
|
472
|
-
**pack.yaml 示例:**
|
|
473
|
-
|
|
474
|
-
```yaml
|
|
475
|
-
name: my-expansion
|
|
476
|
-
version: 1.0.0
|
|
477
|
-
description: My custom Squad
|
|
478
|
-
dependencies:
|
|
479
|
-
sinapse-ai: ">=1.0.0"
|
|
480
|
-
agents:
|
|
481
|
-
- my-agent
|
|
482
|
-
tasks:
|
|
483
|
-
- my-task
|
|
484
|
-
```
|
|
485
|
-
|
|
486
|
-
---
|
|
487
|
-
|
|
488
|
-
## 高级用法
|
|
489
|
-
|
|
490
|
-
### 问题 19:如何将 SINAPSE 与 CI/CD 集成?
|
|
491
|
-
|
|
492
|
-
**答案:**
|
|
493
|
-
|
|
494
|
-
**GitHub Actions 示例:**
|
|
495
|
-
|
|
496
|
-
```yaml
|
|
497
|
-
name: CI with SINAPSE
|
|
498
|
-
on: [push]
|
|
499
|
-
jobs:
|
|
500
|
-
test:
|
|
501
|
-
runs-on: ubuntu-latest
|
|
502
|
-
steps:
|
|
503
|
-
- uses: actions/checkout@v3
|
|
504
|
-
- uses: actions/setup-node@v3
|
|
505
|
-
with:
|
|
506
|
-
node-version: "18"
|
|
507
|
-
- run: npx @sinapse/sinapse-ai install --full --ide claude-code
|
|
508
|
-
- run: npm test
|
|
509
|
-
```
|
|
510
|
-
|
|
511
|
-
**GitLab CI 示例:**
|
|
512
|
-
|
|
513
|
-
```yaml
|
|
514
|
-
test:
|
|
515
|
-
image: node:18
|
|
516
|
-
script:
|
|
517
|
-
- npx @sinapse/sinapse-ai install --full
|
|
518
|
-
- npm test
|
|
519
|
-
```
|
|
520
|
-
|
|
521
|
-
---
|
|
522
|
-
|
|
523
|
-
### 问题 20:如何自定义 core-config.yaml?
|
|
524
|
-
|
|
525
|
-
**答案:** `core-config.yaml` 文件控制框架行为:
|
|
526
|
-
|
|
527
|
-
```yaml
|
|
528
|
-
# 文档分片
|
|
529
|
-
prd:
|
|
530
|
-
prdSharded: true
|
|
531
|
-
prdShardedLocation: docs/prd
|
|
532
|
-
|
|
533
|
-
# 故事位置
|
|
534
|
-
devStoryLocation: docs/stories
|
|
535
|
-
|
|
536
|
-
# dev 代理加载的文件
|
|
537
|
-
devLoadAlwaysFiles:
|
|
538
|
-
- docs/framework/coding-standards.md
|
|
539
|
-
- docs/framework/tech-stack.md
|
|
540
|
-
|
|
541
|
-
# Git 配置
|
|
542
|
-
git:
|
|
543
|
-
showConfigWarning: true
|
|
544
|
-
cacheTimeSeconds: 300
|
|
545
|
-
|
|
546
|
-
# 代理问候语中的项目状态
|
|
547
|
-
projectStatus:
|
|
548
|
-
enabled: true
|
|
549
|
-
showInGreeting: true
|
|
550
|
-
```
|
|
551
|
-
|
|
552
|
-
**编辑后,重启 IDE 以应用更改。**
|
|
553
|
-
|
|
554
|
-
---
|
|
555
|
-
|
|
556
|
-
### 问题 21:我如何为 SINAPSE 做贡献?
|
|
557
|
-
|
|
558
|
-
**答案:**
|
|
559
|
-
|
|
560
|
-
1. **Fork 仓库:** https://github.com/SinapseAI/sinapse-ai
|
|
561
|
-
|
|
562
|
-
2. **创建功能分支:**
|
|
563
|
-
|
|
564
|
-
```bash
|
|
565
|
-
git checkout -b feature/my-feature
|
|
566
|
-
```
|
|
567
|
-
|
|
568
|
-
3. **按照编码标准做出更改:**
|
|
569
|
-
- 阅读 `docs/framework/coding-standards.md`
|
|
570
|
-
- 为新功能添加测试
|
|
571
|
-
- 更新文档
|
|
572
|
-
|
|
573
|
-
4. **提交 pull request:**
|
|
574
|
-
- 描述您的更改
|
|
575
|
-
- 链接到相关问题
|
|
576
|
-
- 等待审查
|
|
577
|
-
|
|
578
|
-
**欢迎的贡献类型:**
|
|
579
|
-
|
|
580
|
-
- 错误修复
|
|
581
|
-
- 新代理
|
|
582
|
-
- 文档改进
|
|
583
|
-
- 启动 Squad
|
|
584
|
-
- IDE 集成
|
|
585
|
-
|
|
586
|
-
---
|
|
587
|
-
|
|
588
|
-
### 问题 22:我可以在哪里获得帮助?
|
|
589
|
-
|
|
590
|
-
**答案:**
|
|
591
|
-
|
|
592
|
-
| 资源 | 链接 |
|
|
593
|
-
| --------------- | ------------------------------------------------------ |
|
|
594
|
-
| **文档** | `docs/` 在您的项目中 |
|
|
595
|
-
| **故障排除** | [troubleshooting.md](./troubleshooting.md) |
|
|
596
|
-
| **GitHub Issues** | https://github.com/SinapseAI/sinapse-ai/issues |
|
|
597
|
-
| **源代码** | https://github.com/SinapseAI/sinapse-ai |
|
|
598
|
-
|
|
599
|
-
**在寻求帮助之前:**
|
|
600
|
-
|
|
601
|
-
1. 检查此 FAQ
|
|
602
|
-
2. 检查 [故障排除指南](./troubleshooting.md)
|
|
603
|
-
3. 搜索现有 GitHub 问题
|
|
604
|
-
4. 在您的问题中包含系统信息和错误消息
|
|
605
|
-
|
|
606
|
-
---
|
|
607
|
-
|
|
608
|
-
## 相关文档
|
|
609
|
-
|
|
610
|
-
- [故障排除指南](./troubleshooting.md)
|
|
611
|
-
- [编码标准](../../framework/coding-standards.md)
|