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
package/docs/zh/contributing.md
DELETED
|
@@ -1,581 +0,0 @@
|
|
|
1
|
-
# 对 SINAPSE 做出贡献
|
|
2
|
-
|
|
3
|
-
> **[葡萄牙語版本](../CONTRIBUTING-PT.md)**
|
|
4
|
-
|
|
5
|
-
欢迎来到 SINAPSE!感谢您对贡献的兴趣。本指南将帮助您了解我们的开发工作流程、贡献流程以及如何提交更改。
|
|
6
|
-
|
|
7
|
-
## 目录
|
|
8
|
-
|
|
9
|
-
- [快速开始](#快速开始)
|
|
10
|
-
- [贡献类型](#贡献类型)
|
|
11
|
-
- [开发工作流程](#开发工作流程)
|
|
12
|
-
- [贡献代理](#贡献代理)
|
|
13
|
-
- [贡献任务](#贡献任务)
|
|
14
|
-
- [贡献 Squads](#贡献-squads)
|
|
15
|
-
- [代码审查流程](#代码审查流程)
|
|
16
|
-
- [验证系统](#验证系统)
|
|
17
|
-
- [代码标准](#代码标准)
|
|
18
|
-
- [测试要求](#测试要求)
|
|
19
|
-
- [常见问题](#常见问题)
|
|
20
|
-
- [获得帮助](#获得帮助)
|
|
21
|
-
- [使用 Pro](#使用-pro)
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## 快速开始
|
|
26
|
-
|
|
27
|
-
### 1. Fork 并克隆
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
# 通过 GitHub UI Fork,然后克隆您的 fork
|
|
31
|
-
git clone https://github.com/YOUR_USERNAME/sinapse-ai.git
|
|
32
|
-
cd sinapse-ai
|
|
33
|
-
|
|
34
|
-
# 添加 upstream 远程
|
|
35
|
-
git remote add upstream https://github.com/SinapseAI/sinapse-ai.git
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
### 2. 设置开发环境
|
|
39
|
-
|
|
40
|
-
**先决条件:**
|
|
41
|
-
|
|
42
|
-
- Node.js >= 20.0.0
|
|
43
|
-
- npm
|
|
44
|
-
- Git
|
|
45
|
-
- GitHub CLI (`gh`) - 可选但推荐
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
# 安装依赖
|
|
49
|
-
npm install
|
|
50
|
-
|
|
51
|
-
# 验证设置
|
|
52
|
-
npm test
|
|
53
|
-
npm run lint
|
|
54
|
-
npm run typecheck
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### 3. 创建功能分支
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
git checkout -b feature/your-feature-name
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
**分支命名约定:**
|
|
64
|
-
| 前缀 | 用于 |
|
|
65
|
-
|--------|---------|
|
|
66
|
-
| `feature/` | 新功能、代理、任务 |
|
|
67
|
-
| `fix/` | 错误修复 |
|
|
68
|
-
| `docs/` | 文档更新 |
|
|
69
|
-
| `refactor/` | 代码重构 |
|
|
70
|
-
| `test/` | 测试添加/改进 |
|
|
71
|
-
|
|
72
|
-
### 4. 进行更改
|
|
73
|
-
|
|
74
|
-
按照以下相关指南进行操作以进行您的贡献类型。
|
|
75
|
-
|
|
76
|
-
### 5. 运行本地验证
|
|
77
|
-
|
|
78
|
-
```bash
|
|
79
|
-
npm run lint # 代码风格
|
|
80
|
-
npm run typecheck # 类型检查
|
|
81
|
-
npm test # 运行测试
|
|
82
|
-
npm run build # 验证构建
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### 6. 推送并创建 PR
|
|
86
|
-
|
|
87
|
-
```bash
|
|
88
|
-
git push origin feature/your-feature-name
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
然后在 GitHub 上创建针对 `main` 分支的 Pull Request。
|
|
92
|
-
|
|
93
|
-
---
|
|
94
|
-
|
|
95
|
-
## 贡献类型
|
|
96
|
-
|
|
97
|
-
| 贡献 | 描述 | 难度 |
|
|
98
|
-
| ----------------- | ------------------------------------ | ----------- |
|
|
99
|
-
| **文档** | 修复拼写错误、改进指南 | 简单 |
|
|
100
|
-
| **错误修复** | 修复报告的问题 | 简单-中等 |
|
|
101
|
-
| **任务** | 添加新的任务工作流 | 中等 |
|
|
102
|
-
| **代理** | 创建新的 AI 代理角色 | 中等 |
|
|
103
|
-
| **Squads** | 代理 + 任务 + 工作流的包 | 高级 |
|
|
104
|
-
| **核心功能** | 框架改进 | 高级 |
|
|
105
|
-
|
|
106
|
-
---
|
|
107
|
-
|
|
108
|
-
## 开发工作流程
|
|
109
|
-
|
|
110
|
-
### 提交约定
|
|
111
|
-
|
|
112
|
-
我们使用 [Conventional Commits](https://www.conventionalcommits.org/):
|
|
113
|
-
|
|
114
|
-
```
|
|
115
|
-
<type>: <description>
|
|
116
|
-
|
|
117
|
-
<optional body>
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
**类型:** `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`
|
|
121
|
-
|
|
122
|
-
**示例:**
|
|
123
|
-
|
|
124
|
-
```bash
|
|
125
|
-
git commit -m "feat(agent): add security-auditor agent"
|
|
126
|
-
git commit -m "fix: resolve memory leak in config loader"
|
|
127
|
-
git commit -m "docs: update contribution guide"
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
### Pull Request 流程
|
|
131
|
-
|
|
132
|
-
1. **创建 PR** 针对 `main` 分支
|
|
133
|
-
2. **自动检查**运行(lint、typecheck、test、build)
|
|
134
|
-
3. **CodeRabbit 审查** - 提供 AI 驱动的反馈
|
|
135
|
-
4. **维护者审查** - 至少需要 1 个批准
|
|
136
|
-
5. **合并**所有检查通过后
|
|
137
|
-
|
|
138
|
-
---
|
|
139
|
-
|
|
140
|
-
## 贡献代理
|
|
141
|
-
|
|
142
|
-
代理是具有特定专业知识和命令的 AI 角色。
|
|
143
|
-
|
|
144
|
-
### 代理文件位置
|
|
145
|
-
|
|
146
|
-
```
|
|
147
|
-
.sinapse-ai/development/agents/your-agent.md
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
### 所需的代理结构
|
|
151
|
-
|
|
152
|
-
```yaml
|
|
153
|
-
agent:
|
|
154
|
-
name: AgentName
|
|
155
|
-
id: agent-id # kebab-case,唯一
|
|
156
|
-
title: 描述性标题
|
|
157
|
-
icon: emoji
|
|
158
|
-
whenToUse: '何时激活此代理'
|
|
159
|
-
|
|
160
|
-
persona_profile:
|
|
161
|
-
archetype: Builder | Analyst | Guardian | Operator | Strategist
|
|
162
|
-
|
|
163
|
-
communication:
|
|
164
|
-
tone: pragmatic | friendly | formal | analytical
|
|
165
|
-
emoji_frequency: none | low | medium | high
|
|
166
|
-
|
|
167
|
-
vocabulary:
|
|
168
|
-
- domain-term-1
|
|
169
|
-
- domain-term-2
|
|
170
|
-
|
|
171
|
-
greeting_levels:
|
|
172
|
-
minimal: '简短问候'
|
|
173
|
-
named: '具有个性的命名问候'
|
|
174
|
-
archetypal: '完整的原型问候'
|
|
175
|
-
|
|
176
|
-
signature_closing: '签名短语'
|
|
177
|
-
|
|
178
|
-
persona:
|
|
179
|
-
role: "代理的主要角色"
|
|
180
|
-
style: '通信风格'
|
|
181
|
-
identity: "代理的身份描述"
|
|
182
|
-
focus: '代理关注的内容'
|
|
183
|
-
|
|
184
|
-
core_principles:
|
|
185
|
-
- 原则 1
|
|
186
|
-
- 原则 2
|
|
187
|
-
|
|
188
|
-
commands:
|
|
189
|
-
- help: 显示可用命令
|
|
190
|
-
- custom-command: 命令描述
|
|
191
|
-
|
|
192
|
-
dependencies:
|
|
193
|
-
tasks:
|
|
194
|
-
- related-task.md
|
|
195
|
-
tools:
|
|
196
|
-
- tool-name
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### 代理贡献检查清单
|
|
200
|
-
|
|
201
|
-
- [ ] 代理 ID 是唯一的并使用 kebab-case
|
|
202
|
-
- [ ] `persona_profile` 完成,包括原型和沟通
|
|
203
|
-
- [ ] 所有命令都有描述
|
|
204
|
-
- [ ] 依赖关系列出所有必需的任务
|
|
205
|
-
- [ ] 没有硬编码的凭证或敏感数据
|
|
206
|
-
- [ ] 遵循代码库中的现有模式
|
|
207
|
-
|
|
208
|
-
### 代理的 PR 模板
|
|
209
|
-
|
|
210
|
-
创建 PR 时使用**代理贡献**模板。
|
|
211
|
-
|
|
212
|
-
---
|
|
213
|
-
|
|
214
|
-
## 贡献任务
|
|
215
|
-
|
|
216
|
-
任务是代理可以运行的可执行工作流。
|
|
217
|
-
|
|
218
|
-
### 任务文件位置
|
|
219
|
-
|
|
220
|
-
```
|
|
221
|
-
.sinapse-ai/development/tasks/your-task.md
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
### 所需的任务结构
|
|
225
|
-
|
|
226
|
-
```markdown
|
|
227
|
-
# 任务名称
|
|
228
|
-
|
|
229
|
-
**描述:** 此任务做什么
|
|
230
|
-
**代理:** @dev, @qa, 等
|
|
231
|
-
**询问:** true | false
|
|
232
|
-
|
|
233
|
-
---
|
|
234
|
-
|
|
235
|
-
## 先决条件
|
|
236
|
-
|
|
237
|
-
- 先决条件 1
|
|
238
|
-
- 先决条件 2
|
|
239
|
-
|
|
240
|
-
## 步骤
|
|
241
|
-
|
|
242
|
-
### 第 1 步:第一步
|
|
243
|
-
|
|
244
|
-
描述要做什么。
|
|
245
|
-
|
|
246
|
-
**询问点(如果询问为 true):**
|
|
247
|
-
|
|
248
|
-
- 要问用户的问题
|
|
249
|
-
- 提供的选项
|
|
250
|
-
|
|
251
|
-
### 第 2 步:第二步
|
|
252
|
-
|
|
253
|
-
继续进行更多步骤...
|
|
254
|
-
|
|
255
|
-
## 可交付成果
|
|
256
|
-
|
|
257
|
-
- [ ] 可交付成果 1
|
|
258
|
-
- [ ] 可交付成果 2
|
|
259
|
-
|
|
260
|
-
## 错误处理
|
|
261
|
-
|
|
262
|
-
如果发生 X,做 Y。
|
|
263
|
-
|
|
264
|
-
---
|
|
265
|
-
|
|
266
|
-
## 依赖关系
|
|
267
|
-
|
|
268
|
-
- `dependency-1.md`
|
|
269
|
-
- `dependency-2.md`
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
### 任务贡献检查清单
|
|
273
|
-
|
|
274
|
-
- [ ] 任务有明确的描述和目的
|
|
275
|
-
- [ ] 步骤是顺序的且合乎逻辑
|
|
276
|
-
- [ ] 询问点很清楚(如果适用)
|
|
277
|
-
- [ ] 可交付成果明确定义
|
|
278
|
-
- [ ] 包括错误处理指导
|
|
279
|
-
- [ ] 依赖关系存在于代码库中
|
|
280
|
-
|
|
281
|
-
### 任务的 PR 模板
|
|
282
|
-
|
|
283
|
-
创建 PR 时使用**任务贡献**模板。
|
|
284
|
-
|
|
285
|
-
---
|
|
286
|
-
|
|
287
|
-
## 贡献 Squads
|
|
288
|
-
|
|
289
|
-
Squads 是相关代理、任务和工作流的包。
|
|
290
|
-
|
|
291
|
-
### Squad 结构
|
|
292
|
-
|
|
293
|
-
```
|
|
294
|
-
your-squad/
|
|
295
|
-
├── manifest.yaml # Squad 元数据
|
|
296
|
-
├── agents/
|
|
297
|
-
│ └── your-agent.md
|
|
298
|
-
├── tasks/
|
|
299
|
-
│ └── your-task.md
|
|
300
|
-
└── workflows/
|
|
301
|
-
└── your-workflow.yaml
|
|
302
|
-
```
|
|
303
|
-
|
|
304
|
-
### Squad 清单
|
|
305
|
-
|
|
306
|
-
```yaml
|
|
307
|
-
name: your-squad
|
|
308
|
-
version: 1.0.0
|
|
309
|
-
description: 此小队做什么
|
|
310
|
-
author: 您的名字
|
|
311
|
-
dependencies:
|
|
312
|
-
- base-squad (可选)
|
|
313
|
-
agents:
|
|
314
|
-
- your-agent
|
|
315
|
-
tasks:
|
|
316
|
-
- your-task
|
|
317
|
-
```
|
|
318
|
-
|
|
319
|
-
### Squad 资源
|
|
320
|
-
|
|
321
|
-
- [Squads 指南](../docs/guides/squads-guide.md) - 完整文档
|
|
322
|
-
- [Squad 模板](../templates/squad/) - 从工作模板开始
|
|
323
|
-
- [Squad 讨论](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) - 分享想法
|
|
324
|
-
|
|
325
|
-
---
|
|
326
|
-
|
|
327
|
-
## 代码审查流程
|
|
328
|
-
|
|
329
|
-
### 自动检查
|
|
330
|
-
|
|
331
|
-
当您提交 PR 时,以下检查会自动运行:
|
|
332
|
-
|
|
333
|
-
| 检查 | 描述 | 必需 |
|
|
334
|
-
| -------------- | ---------------------- | -------- |
|
|
335
|
-
| **ESLint** | 代码风格和质量 | 是 |
|
|
336
|
-
| **TypeScript** | 类型检查 | 是 |
|
|
337
|
-
| **Build** | 构建验证 | 是 |
|
|
338
|
-
| **Tests** | Jest 测试套件 | 是 |
|
|
339
|
-
| **Coverage** | 最少 80% 覆盖率 | 是 |
|
|
340
|
-
|
|
341
|
-
### CodeRabbit AI 审查
|
|
342
|
-
|
|
343
|
-
[CodeRabbit](https://coderabbit.ai) 自动审查您的 PR 并提供以下反馈:
|
|
344
|
-
|
|
345
|
-
- 代码质量和最佳实践
|
|
346
|
-
- 安全问题
|
|
347
|
-
- SINAPSE 特定模式(代理、任务、工作流)
|
|
348
|
-
- 性能问题
|
|
349
|
-
|
|
350
|
-
**严重级别:**
|
|
351
|
-
|
|
352
|
-
| 级别 | 所需操作 |
|
|
353
|
-
| ------------ | ---------------------------------------- |
|
|
354
|
-
| **关键** | 必须在合并前修复 |
|
|
355
|
-
| **高** | 强烈建议修复 |
|
|
356
|
-
| **中** | 考虑修复或记录为技术债务 |
|
|
357
|
-
| **低** | 可选改进 |
|
|
358
|
-
|
|
359
|
-
**对 CodeRabbit 的回应:**
|
|
360
|
-
|
|
361
|
-
- 在请求审查前解决关键和高问题
|
|
362
|
-
- 可以记录中等问题以供后续跟进
|
|
363
|
-
- 低问题是信息性的
|
|
364
|
-
|
|
365
|
-
### 维护者审查
|
|
366
|
-
|
|
367
|
-
自动检查通过后,维护者将:
|
|
368
|
-
|
|
369
|
-
1. 验证更改符合项目标准
|
|
370
|
-
2. 检查安全隐含
|
|
371
|
-
3. 确保文档已更新
|
|
372
|
-
4. 批准或请求更改
|
|
373
|
-
|
|
374
|
-
### 合并要求
|
|
375
|
-
|
|
376
|
-
- [ ] 所有 CI 检查通过
|
|
377
|
-
- [ ] 至少 1 个维护者批准
|
|
378
|
-
- [ ] 所有对话已解决
|
|
379
|
-
- [ ] 没有合并冲突
|
|
380
|
-
- [ ] 分支是最新的与 main
|
|
381
|
-
|
|
382
|
-
---
|
|
383
|
-
|
|
384
|
-
## 验证系统
|
|
385
|
-
|
|
386
|
-
SINAPSE 实施了 **深度防御**策略,有 3 个验证层:
|
|
387
|
-
|
|
388
|
-
### 第 1 层:提交前(本地)
|
|
389
|
-
|
|
390
|
-
**性能:** < 5 秒
|
|
391
|
-
|
|
392
|
-
- ESLint 带缓存
|
|
393
|
-
- TypeScript 增量编译
|
|
394
|
-
- IDE 同步(自动暂存 IDE 命令文件)
|
|
395
|
-
|
|
396
|
-
### 第 2 层:推送前(本地)
|
|
397
|
-
|
|
398
|
-
**性能:** < 2 秒
|
|
399
|
-
|
|
400
|
-
- 故事复选框验证
|
|
401
|
-
- 状态一致性检查
|
|
402
|
-
|
|
403
|
-
### 第 3 层:CI/CD(云)
|
|
404
|
-
|
|
405
|
-
**性能:** 2-5 分钟
|
|
406
|
-
|
|
407
|
-
- 完整的 lint 和类型检查
|
|
408
|
-
- 完整的测试套件
|
|
409
|
-
- 覆盖率报告
|
|
410
|
-
- 故事验证
|
|
411
|
-
- 分支保护规则
|
|
412
|
-
|
|
413
|
-
---
|
|
414
|
-
|
|
415
|
-
## 代码标准
|
|
416
|
-
|
|
417
|
-
### JavaScript/TypeScript
|
|
418
|
-
|
|
419
|
-
- ES2022 功能
|
|
420
|
-
- 优先使用 `const` 而不是 `let`
|
|
421
|
-
- 使用 async/await 而不是 promises
|
|
422
|
-
- 为公开 API 添加 JSDoc 注释
|
|
423
|
-
- 遵循现有代码风格
|
|
424
|
-
|
|
425
|
-
### 文件组织
|
|
426
|
-
|
|
427
|
-
```
|
|
428
|
-
.sinapse-ai/
|
|
429
|
-
├── development/
|
|
430
|
-
│ ├── agents/ # 代理定义
|
|
431
|
-
│ ├── tasks/ # 任务工作流
|
|
432
|
-
│ └── workflows/ # 多步工作流
|
|
433
|
-
├── core/ # 核心实用工具
|
|
434
|
-
└── product/
|
|
435
|
-
└── templates/ # 文档模板
|
|
436
|
-
|
|
437
|
-
docs/
|
|
438
|
-
├── guides/ # 用户指南
|
|
439
|
-
└── architecture/ # 系统架构
|
|
440
|
-
```
|
|
441
|
-
|
|
442
|
-
### ESLint & TypeScript
|
|
443
|
-
|
|
444
|
-
- 扩展:`eslint:recommended`, `@typescript-eslint/recommended`
|
|
445
|
-
- 目标:ES2022
|
|
446
|
-
- 启用严格模式
|
|
447
|
-
- 生产中没有 console.log(警告)
|
|
448
|
-
|
|
449
|
-
---
|
|
450
|
-
|
|
451
|
-
## 测试要求
|
|
452
|
-
|
|
453
|
-
### 覆盖率要求
|
|
454
|
-
|
|
455
|
-
- **最少:** 80% 覆盖率(分支、函数、行、语句)
|
|
456
|
-
- **单元测试:** 所有新函数均需要
|
|
457
|
-
- **集成测试:** 工作流均需要
|
|
458
|
-
|
|
459
|
-
### 运行测试
|
|
460
|
-
|
|
461
|
-
```bash
|
|
462
|
-
npm test # 运行所有测试
|
|
463
|
-
npm run test:coverage # 包含覆盖率报告
|
|
464
|
-
npm run test:watch # 监视模式
|
|
465
|
-
npm test -- path/to/test.js # 特定文件
|
|
466
|
-
```
|
|
467
|
-
|
|
468
|
-
### 编写测试
|
|
469
|
-
|
|
470
|
-
```javascript
|
|
471
|
-
describe('MyModule', () => {
|
|
472
|
-
it('should do something', () => {
|
|
473
|
-
const result = myFunction();
|
|
474
|
-
expect(result).toBe(expected);
|
|
475
|
-
});
|
|
476
|
-
});
|
|
477
|
-
```
|
|
478
|
-
|
|
479
|
-
---
|
|
480
|
-
|
|
481
|
-
## 常见问题
|
|
482
|
-
|
|
483
|
-
### Q: 审查需要多长时间?
|
|
484
|
-
|
|
485
|
-
**A:** 我们的目标是在 24-48 小时内进行首次审查。复杂的更改可能需要更长时间。
|
|
486
|
-
|
|
487
|
-
### Q: 我可以在不进行测试的情况下贡献吗?
|
|
488
|
-
|
|
489
|
-
**A:** 强烈建议进行测试。对于仅文档的更改,可能不需要测试。
|
|
490
|
-
|
|
491
|
-
### Q: 如果我的 PR 有冲突怎么办?
|
|
492
|
-
|
|
493
|
-
**A:** 在最新的 main 上重新合并您的分支:
|
|
494
|
-
|
|
495
|
-
```bash
|
|
496
|
-
git fetch upstream
|
|
497
|
-
git rebase upstream/main
|
|
498
|
-
git push --force-with-lease
|
|
499
|
-
```
|
|
500
|
-
|
|
501
|
-
### Q: 我可以用葡萄牙语贡献吗?
|
|
502
|
-
|
|
503
|
-
**A:** 是的!我们接受葡萄牙语的 PR。见 [CONTRIBUTING-PT.md](../CONTRIBUTING-PT.md)。
|
|
504
|
-
|
|
505
|
-
### Q: 我如何成为维护者?
|
|
506
|
-
|
|
507
|
-
**A:** 随着时间的推移,持续的高质量贡献。从小的修复开始,逐步进入更大的功能。
|
|
508
|
-
|
|
509
|
-
### Q: 我的 CI 检查失败了。我该怎么办?
|
|
510
|
-
|
|
511
|
-
**A:** 检查 GitHub Actions 日志:
|
|
512
|
-
|
|
513
|
-
```bash
|
|
514
|
-
gh pr checks # 查看 PR 检查状态
|
|
515
|
-
```
|
|
516
|
-
|
|
517
|
-
常见修复:
|
|
518
|
-
|
|
519
|
-
- 为样式问题运行 `npm run lint -- --fix`
|
|
520
|
-
- 运行 `npm run typecheck` 以查看类型错误
|
|
521
|
-
- 在推送前确保测试在本地通过
|
|
522
|
-
|
|
523
|
-
---
|
|
524
|
-
|
|
525
|
-
## 获得帮助
|
|
526
|
-
|
|
527
|
-
- **GitHub Issues:** [打开一个 issue](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
528
|
-
- **讨论:** [开始讨论](https://github.com/SinapseAI/sinapse-ai/discussions)
|
|
529
|
-
- **社区:** [COMMUNITY.md](../COMMUNITY.md)
|
|
530
|
-
|
|
531
|
-
---
|
|
532
|
-
|
|
533
|
-
## 使用 Pro
|
|
534
|
-
|
|
535
|
-
SINAPSE 使用 Open Core 模型,带有私人 `pro/` git 子模块(见 [ADR-PRO-001](../docs/architecture/adr/adr-pro-001-repository-strategy.md))。
|
|
536
|
-
|
|
537
|
-
### 对于开源贡献者
|
|
538
|
-
|
|
539
|
-
**您不需要 pro/ 子模块。** 标准克隆完美运行:
|
|
540
|
-
|
|
541
|
-
```bash
|
|
542
|
-
git clone https://github.com/SinapseAI/sinapse-ai.git
|
|
543
|
-
cd sinapse-ai
|
|
544
|
-
npm install && npm test # 所有测试都通过了,没有 pro/
|
|
545
|
-
```
|
|
546
|
-
|
|
547
|
-
`pro/` 目录在您的克隆中将不存在——这是预期的,所有功能、测试和 CI 都在没有它的情况下通过。
|
|
548
|
-
|
|
549
|
-
### 对于有 Pro 访问权限的团队成员
|
|
550
|
-
|
|
551
|
-
```bash
|
|
552
|
-
# 使用子模块克隆
|
|
553
|
-
git clone --recurse-submodules https://github.com/SinapseAI/sinapse-ai.git
|
|
554
|
-
|
|
555
|
-
# 或添加到现有克隆
|
|
556
|
-
git submodule update --init pro
|
|
557
|
-
```
|
|
558
|
-
|
|
559
|
-
**推送顺序:** 始终先推送 `pro/` 更改,然后是 `sinapse-ai`。
|
|
560
|
-
|
|
561
|
-
### 未来:CLI 设置
|
|
562
|
-
|
|
563
|
-
```bash
|
|
564
|
-
# 将在未来版本中发布
|
|
565
|
-
sinapse setup --pro
|
|
566
|
-
```
|
|
567
|
-
|
|
568
|
-
有关完整的开发者工作流程指南,见 [Pro 开发者工作流程](../docs/guides/workflows/pro-developer-workflow.md)。
|
|
569
|
-
|
|
570
|
-
---
|
|
571
|
-
|
|
572
|
-
## 其他资源
|
|
573
|
-
|
|
574
|
-
- [社区指南](../COMMUNITY.md) - 如何参与
|
|
575
|
-
- [Squads 指南](../docs/guides/squads-guide.md) - 创建代理团队
|
|
576
|
-
- [架构](../docs/architecture/) - 系统设计
|
|
577
|
-
- [路线图](../ROADMAP.md) - 项目方向
|
|
578
|
-
|
|
579
|
-
---
|
|
580
|
-
|
|
581
|
-
**感谢您对 SINAPSE 的贡献!**
|