sinapse-ai 5.0.8 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +9 -9
- 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,729 +0,0 @@
|
|
|
1
|
-
<!-- 翻译:zh-CN 原文:/docs/installation/troubleshooting.md 最后同步:2026-02-22 -->
|
|
2
|
-
|
|
3
|
-
# SINAPSE 故障排除指南
|
|
4
|
-
|
|
5
|
-
> 🌐 [EN](../../installation/troubleshooting.md) | [PT](../pt/installation/troubleshooting.md) | [ES](../es/installation/troubleshooting.md)
|
|
6
|
-
|
|
7
|
-
**版本:** 2.1.0
|
|
8
|
-
**最后更新:** 2025-01-24
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
## 目录
|
|
13
|
-
|
|
14
|
-
- [快速诊断](#快速诊断)
|
|
15
|
-
- [安装问题](#安装问题)
|
|
16
|
-
- [网络与连接问题](#网络与连接问题)
|
|
17
|
-
- [权限与访问问题](#权限与访问问题)
|
|
18
|
-
- [操作系统特定问题](#操作系统特定问题)
|
|
19
|
-
- [IDE 配置问题](#ide-配置问题)
|
|
20
|
-
- [代理激活问题](#代理激活问题)
|
|
21
|
-
- [诊断命令](#诊断命令)
|
|
22
|
-
- [获取帮助](#获取帮助)
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## 快速诊断
|
|
27
|
-
|
|
28
|
-
首先运行此诊断命令来确定常见问题:
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
npx @sinapse/sinapse-ai status
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
如果状态命令失败,请根据您的错误消息浏览以下部分。
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## 安装问题
|
|
39
|
-
|
|
40
|
-
### 问题 1:"npx @sinapse/sinapse-ai is not recognized"
|
|
41
|
-
|
|
42
|
-
**症状:**
|
|
43
|
-
|
|
44
|
-
```
|
|
45
|
-
'npx' is not recognized as an internal or external command
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
**原因:** Node.js 或 npm 未安装或不在 PATH 中。
|
|
49
|
-
|
|
50
|
-
**解决方案:**
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
# 检查 Node.js 是否已安装
|
|
54
|
-
node --version
|
|
55
|
-
|
|
56
|
-
# 如果未安装:
|
|
57
|
-
# Windows: 从 https://nodejs.org/ 下载
|
|
58
|
-
# macOS: brew install node
|
|
59
|
-
# Linux: nvm install 18
|
|
60
|
-
|
|
61
|
-
# 验证 npm 可用
|
|
62
|
-
npm --version
|
|
63
|
-
|
|
64
|
-
# 如果 npm 缺失,重新安装 Node.js
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
### 问题 2:"Inappropriate Installation Directory Detected"
|
|
70
|
-
|
|
71
|
-
**症状:**
|
|
72
|
-
|
|
73
|
-
```
|
|
74
|
-
⚠️ Inappropriate Installation Directory Detected
|
|
75
|
-
|
|
76
|
-
Current directory: /Users/username
|
|
77
|
-
|
|
78
|
-
SINAPSE should be installed in your project directory,
|
|
79
|
-
not in your home directory or temporary locations.
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
**原因:** 从主目录、/tmp 或 npx 缓存运行安装程序。
|
|
83
|
-
|
|
84
|
-
**解决方案:**
|
|
85
|
-
|
|
86
|
-
```bash
|
|
87
|
-
# 首先导航到您的项目目录
|
|
88
|
-
cd /path/to/your/project
|
|
89
|
-
|
|
90
|
-
# 然后运行安装程序
|
|
91
|
-
npx @sinapse/sinapse-ai install
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
|
-
### 问题 3:"Installation failed: ENOENT"
|
|
97
|
-
|
|
98
|
-
**症状:**
|
|
99
|
-
|
|
100
|
-
```
|
|
101
|
-
Installation failed: ENOENT: no such file or directory
|
|
102
|
-
```
|
|
103
|
-
|
|
104
|
-
**原因:** 目标目录不存在或权限不正确。
|
|
105
|
-
|
|
106
|
-
**解决方案:**
|
|
107
|
-
|
|
108
|
-
```bash
|
|
109
|
-
# 首先创建目录
|
|
110
|
-
mkdir -p /path/to/your/project
|
|
111
|
-
|
|
112
|
-
# 导航到该目录
|
|
113
|
-
cd /path/to/your/project
|
|
114
|
-
|
|
115
|
-
# 运行安装程序
|
|
116
|
-
npx @sinapse/sinapse-ai install
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
### 问题 4:"Node.js version too old"
|
|
122
|
-
|
|
123
|
-
**症状:**
|
|
124
|
-
|
|
125
|
-
```
|
|
126
|
-
Error: SINAPSE requires Node.js 18.0.0 or higher
|
|
127
|
-
Current version: 14.17.0
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
**原因:** Node.js 版本低于最低要求。
|
|
131
|
-
|
|
132
|
-
**解决方案:**
|
|
133
|
-
|
|
134
|
-
```bash
|
|
135
|
-
# 检查当前版本
|
|
136
|
-
node --version
|
|
137
|
-
|
|
138
|
-
# 使用 nvm 更新(推荐)
|
|
139
|
-
nvm install 18
|
|
140
|
-
nvm use 18
|
|
141
|
-
|
|
142
|
-
# 或从 nodejs.org 下载最新 LTS
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
---
|
|
146
|
-
|
|
147
|
-
### 问题 5:"npm ERR! code E404"
|
|
148
|
-
|
|
149
|
-
**症状:**
|
|
150
|
-
|
|
151
|
-
```
|
|
152
|
-
npm ERR! code E404
|
|
153
|
-
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@sinapse/sinapse-ai
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
**原因:** npm 注册表上找不到包(网络问题或拼写错误)。
|
|
157
|
-
|
|
158
|
-
**解决方案:**
|
|
159
|
-
|
|
160
|
-
```bash
|
|
161
|
-
# 清除 npm 缓存
|
|
162
|
-
npm cache clean --force
|
|
163
|
-
|
|
164
|
-
# 验证注册表
|
|
165
|
-
npm config get registry
|
|
166
|
-
# 应为:https://registry.npmjs.org/
|
|
167
|
-
|
|
168
|
-
# 如果使用自定义注册表,重置为默认
|
|
169
|
-
npm config set registry https://registry.npmjs.org/
|
|
170
|
-
|
|
171
|
-
# 重试安装
|
|
172
|
-
npx @sinapse/sinapse-ai install
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
### 问题 6:"EACCES: permission denied"
|
|
178
|
-
|
|
179
|
-
**症状:**
|
|
180
|
-
|
|
181
|
-
```
|
|
182
|
-
npm ERR! EACCES: permission denied, mkdir '/usr/local/lib/node_modules'
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
**原因:** 全局 npm 目录权限不正确。
|
|
186
|
-
|
|
187
|
-
**解决方案:**
|
|
188
|
-
|
|
189
|
-
```bash
|
|
190
|
-
# 选项 1:修复 npm 权限(Linux/macOS)
|
|
191
|
-
mkdir -p ~/.npm-global
|
|
192
|
-
npm config set prefix '~/.npm-global'
|
|
193
|
-
export PATH=~/.npm-global/bin:$PATH
|
|
194
|
-
# 将 export 行添加到 ~/.bashrc 或 ~/.zshrc
|
|
195
|
-
|
|
196
|
-
# 选项 2:使用 npx 而不是全局安装(推荐)
|
|
197
|
-
npx @sinapse/sinapse-ai install
|
|
198
|
-
|
|
199
|
-
# 选项 3:使用 nvm 管理 Node.js
|
|
200
|
-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
|
|
201
|
-
nvm install 18
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
---
|
|
205
|
-
|
|
206
|
-
## 网络与连接问题
|
|
207
|
-
|
|
208
|
-
### 问题 7:"ETIMEDOUT" 或 "ECONNREFUSED"
|
|
209
|
-
|
|
210
|
-
**症状:**
|
|
211
|
-
|
|
212
|
-
```
|
|
213
|
-
npm ERR! code ETIMEDOUT
|
|
214
|
-
npm ERR! errno ETIMEDOUT
|
|
215
|
-
npm ERR! network request to https://registry.npmjs.org/@sinapse/sinapse-ai failed
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
**原因:** 网络连接问题、防火墙或代理阻止 npm。
|
|
219
|
-
|
|
220
|
-
**解决方案:**
|
|
221
|
-
|
|
222
|
-
```bash
|
|
223
|
-
# 检查 npm 注册表是否可访问
|
|
224
|
-
curl -I https://registry.npmjs.org/
|
|
225
|
-
|
|
226
|
-
# 如果在代理后面,配置 npm
|
|
227
|
-
npm config set proxy http://proxy.company.com:8080
|
|
228
|
-
npm config set https-proxy http://proxy.company.com:8080
|
|
229
|
-
|
|
230
|
-
# 如果使用企业 SSL 检查,禁用严格 SSL(谨慎使用)
|
|
231
|
-
npm config set strict-ssl false
|
|
232
|
-
|
|
233
|
-
# 以详细日志重试
|
|
234
|
-
npm install @sinapse/sinapse-ai --verbose
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
---
|
|
238
|
-
|
|
239
|
-
### 问题 8:"SSL Certificate Problem"
|
|
240
|
-
|
|
241
|
-
**症状:**
|
|
242
|
-
|
|
243
|
-
```
|
|
244
|
-
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
|
|
245
|
-
npm ERR! unable to get local issuer certificate
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
**原因:** SSL 证书验证失败(在企业环境中常见)。
|
|
249
|
-
|
|
250
|
-
**解决方案:**
|
|
251
|
-
|
|
252
|
-
```bash
|
|
253
|
-
# 添加您的公司的 CA 证书
|
|
254
|
-
npm config set cafile /path/to/your/certificate.pem
|
|
255
|
-
|
|
256
|
-
# 或禁用严格 SSL(仅在信任网络时使用)
|
|
257
|
-
npm config set strict-ssl false
|
|
258
|
-
|
|
259
|
-
# 验证并重试
|
|
260
|
-
npm config get strict-ssl
|
|
261
|
-
npx @sinapse/sinapse-ai install
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
---
|
|
265
|
-
|
|
266
|
-
### 问题 9:"Connection reset by peer"
|
|
267
|
-
|
|
268
|
-
**症状:**
|
|
269
|
-
|
|
270
|
-
```
|
|
271
|
-
npm ERR! network socket hang up
|
|
272
|
-
npm ERR! network This is a problem related to network connectivity.
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
**原因:** 不稳定的互联网连接或 DNS 问题。
|
|
276
|
-
|
|
277
|
-
**解决方案:**
|
|
278
|
-
|
|
279
|
-
```bash
|
|
280
|
-
# 尝试使用不同的 DNS
|
|
281
|
-
# Windows: 控制面板 > 网络 > DNS = 8.8.8.8, 8.8.4.4
|
|
282
|
-
# Linux: echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
|
|
283
|
-
|
|
284
|
-
# 清除 DNS 缓存
|
|
285
|
-
# Windows: ipconfig /flushdns
|
|
286
|
-
# macOS: sudo dscacheutil -flushcache
|
|
287
|
-
# Linux: sudo systemd-resolve --flush-caches
|
|
288
|
-
|
|
289
|
-
# 使用更长的超时重试
|
|
290
|
-
npm config set fetch-timeout 60000
|
|
291
|
-
npx @sinapse/sinapse-ai install
|
|
292
|
-
```
|
|
293
|
-
|
|
294
|
-
---
|
|
295
|
-
|
|
296
|
-
## 权限与访问问题
|
|
297
|
-
|
|
298
|
-
### 问题 10:"EPERM: operation not permitted"
|
|
299
|
-
|
|
300
|
-
**症状:**
|
|
301
|
-
|
|
302
|
-
```
|
|
303
|
-
Error: EPERM: operation not permitted, unlink '/path/to/file'
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
**原因:** 文件被另一个进程锁定或权限不足。
|
|
307
|
-
|
|
308
|
-
**解决方案:**
|
|
309
|
-
|
|
310
|
-
```bash
|
|
311
|
-
# Windows: 关闭所有 IDE 实例,然后:
|
|
312
|
-
taskkill /f /im node.exe
|
|
313
|
-
|
|
314
|
-
# macOS/Linux: 检查锁定的进程
|
|
315
|
-
lsof +D /path/to/project
|
|
316
|
-
|
|
317
|
-
# 终止持有文件的进程
|
|
318
|
-
kill -9 <PID>
|
|
319
|
-
|
|
320
|
-
# 尝试再次安装
|
|
321
|
-
npx @sinapse/sinapse-ai install
|
|
322
|
-
```
|
|
323
|
-
|
|
324
|
-
---
|
|
325
|
-
|
|
326
|
-
### 问题 11:"Read-only file system"
|
|
327
|
-
|
|
328
|
-
**症状:**
|
|
329
|
-
|
|
330
|
-
```
|
|
331
|
-
Error: EROFS: read-only file system
|
|
332
|
-
```
|
|
333
|
-
|
|
334
|
-
**原因:** 尝试在只读挂载或系统目录上安装。
|
|
335
|
-
|
|
336
|
-
**解决方案:**
|
|
337
|
-
|
|
338
|
-
```bash
|
|
339
|
-
# 验证文件系统是否可写
|
|
340
|
-
touch /path/to/project/test.txt
|
|
341
|
-
# 如果失败,目录是只读的
|
|
342
|
-
|
|
343
|
-
# 检查挂载选项
|
|
344
|
-
mount | grep /path/to/project
|
|
345
|
-
|
|
346
|
-
# 改为安装到可写目录
|
|
347
|
-
cd ~/projects/my-project
|
|
348
|
-
npx @sinapse/sinapse-ai install
|
|
349
|
-
```
|
|
350
|
-
|
|
351
|
-
---
|
|
352
|
-
|
|
353
|
-
### 问题 12:"Directory not empty" during upgrade
|
|
354
|
-
|
|
355
|
-
**症状:**
|
|
356
|
-
|
|
357
|
-
```
|
|
358
|
-
Error: ENOTEMPTY: directory not empty, rmdir '.sinapse-ai'
|
|
359
|
-
```
|
|
360
|
-
|
|
361
|
-
**原因:** 现有安装有修改过的文件。
|
|
362
|
-
|
|
363
|
-
**解决方案:**
|
|
364
|
-
|
|
365
|
-
```bash
|
|
366
|
-
# 备份现有安装
|
|
367
|
-
mv .sinapse-ai .sinapse-ai.backup
|
|
368
|
-
|
|
369
|
-
# 使用强制标志运行安装程序
|
|
370
|
-
npx @sinapse/sinapse-ai install --force-upgrade
|
|
371
|
-
|
|
372
|
-
# 如果需要,从备份恢复自定义文件
|
|
373
|
-
cp .sinapse-ai.backup/custom-files/* .sinapse-ai/
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
---
|
|
377
|
-
|
|
378
|
-
## 操作系统特定问题
|
|
379
|
-
|
|
380
|
-
### Windows 问题
|
|
381
|
-
|
|
382
|
-
#### 问题 13:"PowerShell execution policy"
|
|
383
|
-
|
|
384
|
-
**症状:**
|
|
385
|
-
|
|
386
|
-
```
|
|
387
|
-
File cannot be loaded because running scripts is disabled on this system.
|
|
388
|
-
```
|
|
389
|
-
|
|
390
|
-
**解决方案:**
|
|
391
|
-
|
|
392
|
-
```powershell
|
|
393
|
-
# 检查当前策略
|
|
394
|
-
Get-ExecutionPolicy
|
|
395
|
-
|
|
396
|
-
# 设置为 RemoteSigned(推荐)
|
|
397
|
-
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|
398
|
-
|
|
399
|
-
# 或改用 CMD
|
|
400
|
-
cmd
|
|
401
|
-
npx @sinapse/sinapse-ai install
|
|
402
|
-
```
|
|
403
|
-
|
|
404
|
-
#### 问题 14:"Path too long"
|
|
405
|
-
|
|
406
|
-
**症状:**
|
|
407
|
-
|
|
408
|
-
```
|
|
409
|
-
Error: ENAMETOOLONG: name too long
|
|
410
|
-
```
|
|
411
|
-
|
|
412
|
-
**解决方案:**
|
|
413
|
-
|
|
414
|
-
```powershell
|
|
415
|
-
# 在 Windows 10/11 中启用长路径
|
|
416
|
-
# 以管理员身份运行:
|
|
417
|
-
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
|
|
418
|
-
|
|
419
|
-
# 或使用更短的项目路径
|
|
420
|
-
cd C:\dev\proj
|
|
421
|
-
npx @sinapse/sinapse-ai install
|
|
422
|
-
```
|
|
423
|
-
|
|
424
|
-
#### 问题 15:"npm not found in Git Bash"
|
|
425
|
-
|
|
426
|
-
**症状:**
|
|
427
|
-
|
|
428
|
-
```
|
|
429
|
-
bash: npm: command not found
|
|
430
|
-
```
|
|
431
|
-
|
|
432
|
-
**解决方案:**
|
|
433
|
-
|
|
434
|
-
```bash
|
|
435
|
-
# 将 Node.js 添加到 Git Bash PATH
|
|
436
|
-
# 在 ~/.bashrc 或 ~/.bash_profile 中:
|
|
437
|
-
export PATH="$PATH:/c/Program Files/nodejs"
|
|
438
|
-
|
|
439
|
-
# 或改用 Windows Terminal/CMD/PowerShell
|
|
440
|
-
```
|
|
441
|
-
|
|
442
|
-
---
|
|
443
|
-
|
|
444
|
-
### macOS 问题
|
|
445
|
-
|
|
446
|
-
#### 问题 16:"Xcode Command Line Tools required"
|
|
447
|
-
|
|
448
|
-
**症状:**
|
|
449
|
-
|
|
450
|
-
```
|
|
451
|
-
xcode-select: error: command line tools are not installed
|
|
452
|
-
```
|
|
453
|
-
|
|
454
|
-
**解决方案:**
|
|
455
|
-
|
|
456
|
-
```bash
|
|
457
|
-
# 安装 Xcode 命令行工具
|
|
458
|
-
xcode-select --install
|
|
459
|
-
|
|
460
|
-
# 按照安装对话框进行操作
|
|
461
|
-
# 然后重试
|
|
462
|
-
npx @sinapse/sinapse-ai install
|
|
463
|
-
```
|
|
464
|
-
|
|
465
|
-
#### 问题 17:"Apple Silicon (M1/M2) compatibility"
|
|
466
|
-
|
|
467
|
-
**症状:**
|
|
468
|
-
|
|
469
|
-
```
|
|
470
|
-
Error: Unsupported architecture: arm64
|
|
471
|
-
```
|
|
472
|
-
|
|
473
|
-
**解决方案:**
|
|
474
|
-
|
|
475
|
-
```bash
|
|
476
|
-
# 大多数包本地工作,但如果问题持续:
|
|
477
|
-
|
|
478
|
-
# 为 x86 兼容性安装 Rosetta 2
|
|
479
|
-
softwareupdate --install-rosetta
|
|
480
|
-
|
|
481
|
-
# 使用 Node.js 的 x86 版本(如果需要)
|
|
482
|
-
arch -x86_64 /bin/bash
|
|
483
|
-
nvm install 18
|
|
484
|
-
npx @sinapse/sinapse-ai install
|
|
485
|
-
```
|
|
486
|
-
|
|
487
|
-
---
|
|
488
|
-
|
|
489
|
-
### Linux 问题
|
|
490
|
-
|
|
491
|
-
#### 问题 18:"libvips dependency error"
|
|
492
|
-
|
|
493
|
-
**症状:**
|
|
494
|
-
|
|
495
|
-
```
|
|
496
|
-
Error: Cannot find module '../build/Release/sharp-linux-x64.node'
|
|
497
|
-
```
|
|
498
|
-
|
|
499
|
-
**解决方案:**
|
|
500
|
-
|
|
501
|
-
```bash
|
|
502
|
-
# Ubuntu/Debian
|
|
503
|
-
sudo apt-get update
|
|
504
|
-
sudo apt-get install -y build-essential libvips-dev
|
|
505
|
-
|
|
506
|
-
# Fedora/RHEL
|
|
507
|
-
sudo dnf install vips-devel
|
|
508
|
-
|
|
509
|
-
# 清除 npm 缓存并重新安装
|
|
510
|
-
npm cache clean --force
|
|
511
|
-
npx @sinapse/sinapse-ai install
|
|
512
|
-
```
|
|
513
|
-
|
|
514
|
-
#### 问题 19:"GLIBC version too old"
|
|
515
|
-
|
|
516
|
-
**症状:**
|
|
517
|
-
|
|
518
|
-
```
|
|
519
|
-
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
|
|
520
|
-
```
|
|
521
|
-
|
|
522
|
-
**解决方案:**
|
|
523
|
-
|
|
524
|
-
```bash
|
|
525
|
-
# 检查 GLIBC 版本
|
|
526
|
-
ldd --version
|
|
527
|
-
|
|
528
|
-
# 如果版本太旧,为您的发行版使用 Node.js LTS:
|
|
529
|
-
# Ubuntu 18.04: 最多支持 Node.js 16
|
|
530
|
-
nvm install 16
|
|
531
|
-
nvm use 16
|
|
532
|
-
|
|
533
|
-
# 或升级 Linux 发行版
|
|
534
|
-
```
|
|
535
|
-
|
|
536
|
-
---
|
|
537
|
-
|
|
538
|
-
## IDE 配置问题
|
|
539
|
-
|
|
540
|
-
### 问题 20:"Agents not appearing in IDE"
|
|
541
|
-
|
|
542
|
-
**症状:** 安装后代理命令(`/dev`、`@dev`)不工作。
|
|
543
|
-
|
|
544
|
-
**解决方案:**
|
|
545
|
-
|
|
546
|
-
1. 完全重启 IDE(不只是重新加载)
|
|
547
|
-
2. 验证文件已创建:
|
|
548
|
-
|
|
549
|
-
```bash
|
|
550
|
-
# Claude Code
|
|
551
|
-
ls .claude/commands/SINAPSE/agents/
|
|
552
|
-
|
|
553
|
-
# Cursor
|
|
554
|
-
ls .cursor/rules/
|
|
555
|
-
```
|
|
556
|
-
|
|
557
|
-
3. 检查 IDE 设置允许自定义命令
|
|
558
|
-
4. 为特定 IDE 重新运行安装:
|
|
559
|
-
```bash
|
|
560
|
-
npx @sinapse/sinapse-ai install --ide claude-code
|
|
561
|
-
```
|
|
562
|
-
|
|
563
|
-
---
|
|
564
|
-
|
|
565
|
-
### 问题 21:"Agent shows raw markdown instead of activating"
|
|
566
|
-
|
|
567
|
-
**症状:** IDE 显示代理文件内容而不是激活。
|
|
568
|
-
|
|
569
|
-
**解决方案:**
|
|
570
|
-
|
|
571
|
-
1. 检查 IDE 版本是否兼容
|
|
572
|
-
2. 对于 Cursor:确保文件具有 `.mdc` 扩展名
|
|
573
|
-
3. 对于 Claude Code:文件应在 `.claude/commands/` 中
|
|
574
|
-
4. 安装后重启 IDE
|
|
575
|
-
|
|
576
|
-
---
|
|
577
|
-
|
|
578
|
-
## 代理激活问题
|
|
579
|
-
|
|
580
|
-
### 问题 22:"Agent not found" error
|
|
581
|
-
|
|
582
|
-
**症状:**
|
|
583
|
-
|
|
584
|
-
```
|
|
585
|
-
Error: Agent 'dev' not found in .sinapse-ai/agents/
|
|
586
|
-
```
|
|
587
|
-
|
|
588
|
-
**解决方案:**
|
|
589
|
-
|
|
590
|
-
```bash
|
|
591
|
-
# 验证代理文件存在
|
|
592
|
-
ls .sinapse-ai/agents/
|
|
593
|
-
|
|
594
|
-
# 如果缺失,重新安装核心
|
|
595
|
-
npx @sinapse/sinapse-ai install --full
|
|
596
|
-
|
|
597
|
-
# 检查 core-config.yaml 有效
|
|
598
|
-
cat .sinapse-ai/core-config.yaml
|
|
599
|
-
```
|
|
600
|
-
|
|
601
|
-
---
|
|
602
|
-
|
|
603
|
-
### 问题 23:"YAML parsing error" in agent
|
|
604
|
-
|
|
605
|
-
**症状:**
|
|
606
|
-
|
|
607
|
-
```
|
|
608
|
-
YAMLException: bad indentation of a mapping entry
|
|
609
|
-
```
|
|
610
|
-
|
|
611
|
-
**解决方案:**
|
|
612
|
-
|
|
613
|
-
```bash
|
|
614
|
-
# 验证 YAML 语法
|
|
615
|
-
npx yaml-lint .sinapse-ai/agents/dev.md
|
|
616
|
-
|
|
617
|
-
# 常见修复:
|
|
618
|
-
# - 使用空格,不使用制表符
|
|
619
|
-
# - 确保一致的缩进(2 个空格)
|
|
620
|
-
# - 检查字符串中的特殊字符(使用引号)
|
|
621
|
-
|
|
622
|
-
# 重新安装以获取干净的代理文件
|
|
623
|
-
mv .sinapse-ai/agents/dev.md .sinapse-ai/agents/dev.md.backup
|
|
624
|
-
npx @sinapse/sinapse-ai install --full
|
|
625
|
-
```
|
|
626
|
-
|
|
627
|
-
---
|
|
628
|
-
|
|
629
|
-
## 诊断命令
|
|
630
|
-
|
|
631
|
-
### 通用诊断
|
|
632
|
-
|
|
633
|
-
```bash
|
|
634
|
-
# 检查 SINAPSE 安装状态
|
|
635
|
-
npx @sinapse/sinapse-ai status
|
|
636
|
-
|
|
637
|
-
# 列出可用的 Squad
|
|
638
|
-
npx @sinapse/sinapse-ai install
|
|
639
|
-
|
|
640
|
-
# 更新现有安装
|
|
641
|
-
npx @sinapse/sinapse-ai update
|
|
642
|
-
|
|
643
|
-
# 显示详细日志
|
|
644
|
-
npx @sinapse/sinapse-ai install --verbose
|
|
645
|
-
```
|
|
646
|
-
|
|
647
|
-
### 系统信息
|
|
648
|
-
|
|
649
|
-
```bash
|
|
650
|
-
# Node.js 和 npm 版本
|
|
651
|
-
node --version && npm --version
|
|
652
|
-
|
|
653
|
-
# npm 配置
|
|
654
|
-
npm config list
|
|
655
|
-
|
|
656
|
-
# 环境变量
|
|
657
|
-
printenv | grep -i npm
|
|
658
|
-
printenv | grep -i node
|
|
659
|
-
|
|
660
|
-
# 磁盘空间(确保 >500MB 可用)
|
|
661
|
-
df -h .
|
|
662
|
-
```
|
|
663
|
-
|
|
664
|
-
### 文件验证
|
|
665
|
-
|
|
666
|
-
```bash
|
|
667
|
-
# 验证 .sinapse-ai 结构
|
|
668
|
-
find .sinapse-ai -type f | wc -l
|
|
669
|
-
# 预期:200+ 文件
|
|
670
|
-
|
|
671
|
-
# 检查损坏的 YAML
|
|
672
|
-
for f in .sinapse-ai/**/*.yaml; do npx yaml-lint "$f"; done
|
|
673
|
-
|
|
674
|
-
# 验证权限
|
|
675
|
-
ls -la .sinapse-ai/
|
|
676
|
-
```
|
|
677
|
-
|
|
678
|
-
---
|
|
679
|
-
|
|
680
|
-
## 获取帮助
|
|
681
|
-
|
|
682
|
-
### 请求帮助前
|
|
683
|
-
|
|
684
|
-
1. 运行 `npx @sinapse/sinapse-ai status` 并记录输出
|
|
685
|
-
2. 查看此故障排除指南
|
|
686
|
-
3. 搜索现有 [GitHub 问题](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
687
|
-
|
|
688
|
-
### 错误报告中包含的信息
|
|
689
|
-
|
|
690
|
-
```
|
|
691
|
-
**环境:**
|
|
692
|
-
- OS: [Windows 11 / macOS 14 / Ubuntu 22.04]
|
|
693
|
-
- Node.js 版本: [输出 `node --version`]
|
|
694
|
-
- npm 版本: [输出 `npm --version`]
|
|
695
|
-
- IDE: [Claude Code / Cursor / 等]
|
|
696
|
-
|
|
697
|
-
**重现步骤:**
|
|
698
|
-
1. [第一步]
|
|
699
|
-
2. [第二步]
|
|
700
|
-
3. [错误发生]
|
|
701
|
-
|
|
702
|
-
**预期行为:**
|
|
703
|
-
[应该发生的事]
|
|
704
|
-
|
|
705
|
-
**实际行为:**
|
|
706
|
-
[实际发生的事]
|
|
707
|
-
|
|
708
|
-
**错误输出:**
|
|
709
|
-
```
|
|
710
|
-
|
|
711
|
-
[在此粘贴完整错误消息]
|
|
712
|
-
|
|
713
|
-
```
|
|
714
|
-
|
|
715
|
-
**附加背景:**
|
|
716
|
-
[任何其他相关信息]
|
|
717
|
-
```
|
|
718
|
-
|
|
719
|
-
### 支持渠道
|
|
720
|
-
|
|
721
|
-
- **GitHub Issues**: [@sinapse/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
722
|
-
- **文档**: [docs/installation/](./README.md)
|
|
723
|
-
- **FAQ**: [faq.md](./faq.md)
|
|
724
|
-
|
|
725
|
-
---
|
|
726
|
-
|
|
727
|
-
## 相关文档
|
|
728
|
-
|
|
729
|
-
- [常见问题](./faq.md)
|