sinapse-ai 5.0.7 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2126 -2570
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +10 -10
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +16 -16
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -1,518 +0,0 @@
|
|
|
1
|
-
# SINAPSE服务发现指南
|
|
2
|
-
|
|
3
|
-
> **[EN](../../guides/service-discovery.md)** | [PT](../../pt/guides/service-discovery.md) | [ES](../../es/guides/service-discovery.md) | **中文 (ZH)**
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
> 如何在SINAPSE框架中发现、查询和使用工作者。
|
|
8
|
-
|
|
9
|
-
**版本:** 2.1.0
|
|
10
|
-
**最后更新:** 2025-12-01
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## 概述
|
|
15
|
-
|
|
16
|
-
服务发现系统能够在SINAPSE框架中找到和使用工作者(任务、模板、脚本、工作流)。**服务注册表**是包含所有可用工作者元数据的中央目录。
|
|
17
|
-
|
|
18
|
-
### 关键概念
|
|
19
|
-
|
|
20
|
-
| 概念 | 描述 |
|
|
21
|
-
| -------------------- | -------------------------------------------------------------------------- |
|
|
22
|
-
| **工作者** | 任何可执行单元:任务、模板、脚本、工作流 |
|
|
23
|
-
| **服务注册表** | 所有工作者及其元数据的中央目录 |
|
|
24
|
-
| **类别** | 工作者类型:`task`、`template`、`script`、`checklist`、`workflow`、`data` |
|
|
25
|
-
| **标签** | 用于分组工作者的可搜索标签 |
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## 服务注册表API
|
|
30
|
-
|
|
31
|
-
### 加载注册表
|
|
32
|
-
|
|
33
|
-
```javascript
|
|
34
|
-
const { getRegistry, loadRegistry } = require('./.sinapse-ai/core/registry/registry-loader');
|
|
35
|
-
|
|
36
|
-
// 快速加载(返回注册表数据)
|
|
37
|
-
const registry = await loadRegistry();
|
|
38
|
-
console.log(`加载了 ${registry.totalWorkers} 个工作者`);
|
|
39
|
-
|
|
40
|
-
// 完整加载器(带方法)
|
|
41
|
-
const reg = getRegistry();
|
|
42
|
-
await reg.load();
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
### 查询工作者
|
|
46
|
-
|
|
47
|
-
#### 按ID获取
|
|
48
|
-
|
|
49
|
-
```javascript
|
|
50
|
-
const registry = getRegistry();
|
|
51
|
-
const worker = await registry.getById('create-story');
|
|
52
|
-
|
|
53
|
-
console.log(worker);
|
|
54
|
-
// {
|
|
55
|
-
// id: 'create-story',
|
|
56
|
-
// name: '创建故事',
|
|
57
|
-
// category: 'task',
|
|
58
|
-
// path: '.sinapse-ai/development/tasks/po-create-story.md',
|
|
59
|
-
// tags: ['task', 'creation', 'story', 'product'],
|
|
60
|
-
// agents: ['po']
|
|
61
|
-
// }
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
#### 按类别获取
|
|
65
|
-
|
|
66
|
-
```javascript
|
|
67
|
-
// 获取所有任务
|
|
68
|
-
const tasks = await registry.getByCategory('task');
|
|
69
|
-
console.log(`找到 ${tasks.length} 个任务`);
|
|
70
|
-
|
|
71
|
-
// 获取所有模板
|
|
72
|
-
const templates = await registry.getByCategory('template');
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
#### 按标签获取
|
|
76
|
-
|
|
77
|
-
```javascript
|
|
78
|
-
// 单个标签
|
|
79
|
-
const devTasks = await registry.getByTag('development');
|
|
80
|
-
|
|
81
|
-
// 多个标签(AND逻辑)
|
|
82
|
-
const qaDevTasks = await registry.getByTags(['testing', 'development']);
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
#### 获取代理的工作者
|
|
86
|
-
|
|
87
|
-
```javascript
|
|
88
|
-
// 获取分配给dev代理的所有工作者
|
|
89
|
-
const devWorkers = await registry.getForAgent('dev');
|
|
90
|
-
|
|
91
|
-
// 获取多个代理的工作者
|
|
92
|
-
const teamWorkers = await registry.getForAgents(['dev', 'qa']);
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
#### 搜索
|
|
96
|
-
|
|
97
|
-
```javascript
|
|
98
|
-
// 在工作者名称和描述中进行文本搜索
|
|
99
|
-
const results = await registry.search('validate', { maxResults: 10 });
|
|
100
|
-
|
|
101
|
-
// 在类别中搜索
|
|
102
|
-
const taskResults = await registry.search('story', {
|
|
103
|
-
category: 'task',
|
|
104
|
-
maxResults: 5,
|
|
105
|
-
});
|
|
106
|
-
```
|
|
107
|
-
|
|
108
|
-
### 注册表信息
|
|
109
|
-
|
|
110
|
-
```javascript
|
|
111
|
-
const registry = getRegistry();
|
|
112
|
-
|
|
113
|
-
// 获取元数据
|
|
114
|
-
const info = await registry.getInfo();
|
|
115
|
-
// { version: '1.0.0', generated: '2025-12-01', totalWorkers: 203 }
|
|
116
|
-
|
|
117
|
-
// 获取类别摘要
|
|
118
|
-
const categories = await registry.getCategories();
|
|
119
|
-
// { task: 115, template: 52, script: 55, ... }
|
|
120
|
-
|
|
121
|
-
// 获取所有标签
|
|
122
|
-
const tags = await registry.getTags();
|
|
123
|
-
// ['task', 'creation', 'story', 'testing', ...]
|
|
124
|
-
|
|
125
|
-
// 计数工作者
|
|
126
|
-
const count = await registry.count();
|
|
127
|
-
// 203
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## CLI命令
|
|
133
|
-
|
|
134
|
-
### `sinapse discover`
|
|
135
|
-
|
|
136
|
-
在注册表中搜索工作者。
|
|
137
|
-
|
|
138
|
-
```bash
|
|
139
|
-
# 按文本搜索
|
|
140
|
-
sinapse discover "create story"
|
|
141
|
-
|
|
142
|
-
# 按类别搜索
|
|
143
|
-
sinapse discover --category task
|
|
144
|
-
|
|
145
|
-
# 按标签搜索
|
|
146
|
-
sinapse discover --tag testing
|
|
147
|
-
|
|
148
|
-
# 按代理搜索
|
|
149
|
-
sinapse discover --agent dev
|
|
150
|
-
|
|
151
|
-
# 组合过滤
|
|
152
|
-
sinapse discover --category task --tag development --agent dev
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
**输出:**
|
|
156
|
-
|
|
157
|
-
```
|
|
158
|
-
找到5个与"create story"匹配的工作者:
|
|
159
|
-
|
|
160
|
-
[task] po-create-story
|
|
161
|
-
路径: .sinapse-ai/development/tasks/po-create-story.md
|
|
162
|
-
标签: task, creation, story, product
|
|
163
|
-
代理: po
|
|
164
|
-
|
|
165
|
-
[task] dev-create-brownfield-story
|
|
166
|
-
路径: .sinapse-ai/development/tasks/dev-create-brownfield-story.md
|
|
167
|
-
标签: task, creation, brownfield
|
|
168
|
-
代理: dev
|
|
169
|
-
|
|
170
|
-
...
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
### `sinapse info`
|
|
174
|
-
|
|
175
|
-
获取特定工作者的详细信息。
|
|
176
|
-
|
|
177
|
-
```bash
|
|
178
|
-
# 按ID获取工作者信息
|
|
179
|
-
sinapse info create-story
|
|
180
|
-
|
|
181
|
-
# 按完整路径获取工作者信息
|
|
182
|
-
sinapse info --path .sinapse-ai/development/tasks/po-create-story.md
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
**输出:**
|
|
186
|
-
|
|
187
|
-
```
|
|
188
|
-
工作者: create-story
|
|
189
|
-
========================
|
|
190
|
-
名称: 创建故事
|
|
191
|
-
类别: 任务
|
|
192
|
-
路径: .sinapse-ai/development/tasks/po-create-story.md
|
|
193
|
-
|
|
194
|
-
描述:
|
|
195
|
-
从模板创建新用户故事,具有适当的格式
|
|
196
|
-
和验收标准。
|
|
197
|
-
|
|
198
|
-
输入:
|
|
199
|
-
- story-title (string, 必需)
|
|
200
|
-
- epic-id (string, 可选)
|
|
201
|
-
- priority (string, 可选)
|
|
202
|
-
|
|
203
|
-
输出:
|
|
204
|
-
- story-file-path (string)
|
|
205
|
-
|
|
206
|
-
标签:
|
|
207
|
-
task, creation, story, product
|
|
208
|
-
|
|
209
|
-
代理:
|
|
210
|
-
po
|
|
211
|
-
|
|
212
|
-
性能:
|
|
213
|
-
平均耗时: 1分钟
|
|
214
|
-
可缓存: 否
|
|
215
|
-
可并行化: 否
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
### `sinapse list`
|
|
219
|
-
|
|
220
|
-
按类别或代理列出工作者。
|
|
221
|
-
|
|
222
|
-
```bash
|
|
223
|
-
# 列出所有任务
|
|
224
|
-
sinapse list tasks
|
|
225
|
-
|
|
226
|
-
# 列出所有模板
|
|
227
|
-
sinapse list templates
|
|
228
|
-
|
|
229
|
-
# 列出代理的工作者
|
|
230
|
-
sinapse list --agent dev
|
|
231
|
-
|
|
232
|
-
# 列出分页结果
|
|
233
|
-
sinapse list tasks --page 1 --limit 20
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
## 服务类型
|
|
239
|
-
|
|
240
|
-
### 任务
|
|
241
|
-
|
|
242
|
-
代理的可执行工作流定义。
|
|
243
|
-
|
|
244
|
-
```yaml
|
|
245
|
-
# 示例任务结构
|
|
246
|
-
task:
|
|
247
|
-
name: create-story
|
|
248
|
-
version: 1.0.0
|
|
249
|
-
description: '创建新用户故事'
|
|
250
|
-
|
|
251
|
-
inputs:
|
|
252
|
-
- name: story-title
|
|
253
|
-
type: string
|
|
254
|
-
required: true
|
|
255
|
-
|
|
256
|
-
outputs:
|
|
257
|
-
- name: story-file-path
|
|
258
|
-
type: string
|
|
259
|
-
|
|
260
|
-
steps:
|
|
261
|
-
- name: gather-requirements
|
|
262
|
-
action: elicit
|
|
263
|
-
- name: generate-story
|
|
264
|
-
action: template-render
|
|
265
|
-
```
|
|
266
|
-
|
|
267
|
-
**位置:** `.sinapse-ai/development/tasks/`
|
|
268
|
-
|
|
269
|
-
### 模板
|
|
270
|
-
|
|
271
|
-
用于生成的文档和代码模板。
|
|
272
|
-
|
|
273
|
-
| 模板 | 用途 |
|
|
274
|
-
| -------------------------- | ------------------------- |
|
|
275
|
-
| `story-tmpl.yaml` | 故事文档模板 |
|
|
276
|
-
| `prd-tmpl.yaml` | PRD模板 |
|
|
277
|
-
| `architecture-tmpl.yaml` | 架构文档模板 |
|
|
278
|
-
| `component-react-tmpl.tsx` | React组件模板 |
|
|
279
|
-
| `ide-rules/*.md` | IDE特定规则 |
|
|
280
|
-
|
|
281
|
-
**位置:** `.sinapse-ai/product/templates/`
|
|
282
|
-
|
|
283
|
-
### 脚本
|
|
284
|
-
|
|
285
|
-
用于自动化的JavaScript实用程序。
|
|
286
|
-
|
|
287
|
-
| 脚本 | 用途 |
|
|
288
|
-
| --------------------- | ------------------------- |
|
|
289
|
-
| `backup-manager.js` | 备份/恢复操作 |
|
|
290
|
-
| `template-engine.js` | 模板处理 |
|
|
291
|
-
| `git-wrapper.js` | Git操作 |
|
|
292
|
-
| `security-checker.js` | 安全验证 |
|
|
293
|
-
|
|
294
|
-
**位置:** `.sinapse-ai/infrastructure/scripts/`
|
|
295
|
-
|
|
296
|
-
### 工作流
|
|
297
|
-
|
|
298
|
-
多步开发流程。
|
|
299
|
-
|
|
300
|
-
| 工作流 | 用例 |
|
|
301
|
-
| --------------------------- | ----------------------------- |
|
|
302
|
-
| `greenfield-fullstack.yaml` | 新全栈项目 |
|
|
303
|
-
| `brownfield-fullstack.yaml` | 现有项目增强 |
|
|
304
|
-
| `greenfield-service.yaml` | 新后端服务 |
|
|
305
|
-
| `brownfield-ui.yaml` | 现有前端增强 |
|
|
306
|
-
|
|
307
|
-
**位置:** `.sinapse-ai/development/workflows/`
|
|
308
|
-
|
|
309
|
-
### 检查清单
|
|
310
|
-
|
|
311
|
-
质量验证检查清单。
|
|
312
|
-
|
|
313
|
-
| 检查清单 | 用途 |
|
|
314
|
-
| ------------------------ | ------------------------ |
|
|
315
|
-
| `story-dod-checklist.md` | 故事完成定义 |
|
|
316
|
-
| `pre-push-checklist.md` | 推送前验证 |
|
|
317
|
-
| `architect-checklist.md` | 架构审查 |
|
|
318
|
-
| `release-checklist.md` | 发布验证 |
|
|
319
|
-
|
|
320
|
-
**位置:** `.sinapse-ai/product/checklists/`
|
|
321
|
-
|
|
322
|
-
---
|
|
323
|
-
|
|
324
|
-
## 工作者注册
|
|
325
|
-
|
|
326
|
-
### 自动注册
|
|
327
|
-
|
|
328
|
-
构建注册表时自动注册工作者:
|
|
329
|
-
|
|
330
|
-
```bash
|
|
331
|
-
# 重建注册表
|
|
332
|
-
node .sinapse-ai/core/registry/build-registry.js
|
|
333
|
-
```
|
|
334
|
-
|
|
335
|
-
构建器扫描:
|
|
336
|
-
|
|
337
|
-
- `.sinapse-ai/development/tasks/**/*.md`
|
|
338
|
-
- `.sinapse-ai/product/templates/**/*`
|
|
339
|
-
- `.sinapse-ai/infrastructure/scripts/**/*.js`
|
|
340
|
-
- `.sinapse-ai/product/checklists/**/*.md`
|
|
341
|
-
- `.sinapse-ai/development/workflows/**/*.yaml`
|
|
342
|
-
- `.sinapse-ai/core/data/**/*`
|
|
343
|
-
|
|
344
|
-
### 工作者条目架构
|
|
345
|
-
|
|
346
|
-
```json
|
|
347
|
-
{
|
|
348
|
-
"id": "create-story",
|
|
349
|
-
"name": "创建故事",
|
|
350
|
-
"description": "从模板创建新用户故事",
|
|
351
|
-
"category": "task",
|
|
352
|
-
"subcategory": "creation",
|
|
353
|
-
"inputs": ["story-title", "epic-id"],
|
|
354
|
-
"outputs": ["story-file-path"],
|
|
355
|
-
"tags": ["task", "creation", "story", "product"],
|
|
356
|
-
"path": ".sinapse-ai/development/tasks/po-create-story.md",
|
|
357
|
-
"taskFormat": "TASK-FORMAT-V1",
|
|
358
|
-
"executorTypes": ["Agent", "Worker"],
|
|
359
|
-
"performance": {
|
|
360
|
-
"avgDuration": "1m",
|
|
361
|
-
"cacheable": false,
|
|
362
|
-
"parallelizable": false
|
|
363
|
-
},
|
|
364
|
-
"agents": ["po"],
|
|
365
|
-
"metadata": {
|
|
366
|
-
"source": "development",
|
|
367
|
-
"addedVersion": "1.0.0"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
```
|
|
371
|
-
|
|
372
|
-
---
|
|
373
|
-
|
|
374
|
-
## 缓存
|
|
375
|
-
|
|
376
|
-
注册表加载器实现了智能缓存:
|
|
377
|
-
|
|
378
|
-
| 功能 | 描述 |
|
|
379
|
-
| ------------------- | --------------------------------------- |
|
|
380
|
-
| **TTL缓存** | 5分钟默认过期 |
|
|
381
|
-
| **索引查找** | 按ID、类别、标签O(1) |
|
|
382
|
-
| **延迟加载** | 首次查询时加载注册表 |
|
|
383
|
-
| **手动刷新** | 使用 `registry.load(true)` 强制重新加载 |
|
|
384
|
-
|
|
385
|
-
### 缓存操作
|
|
386
|
-
|
|
387
|
-
```javascript
|
|
388
|
-
const registry = getRegistry();
|
|
389
|
-
|
|
390
|
-
// 强制重新加载(绕过缓存)
|
|
391
|
-
await registry.load(true);
|
|
392
|
-
|
|
393
|
-
// 清除缓存
|
|
394
|
-
registry.clearCache();
|
|
395
|
-
|
|
396
|
-
// 检查是否缓存
|
|
397
|
-
const isCached = registry.isCached();
|
|
398
|
-
```
|
|
399
|
-
|
|
400
|
-
---
|
|
401
|
-
|
|
402
|
-
## 代码示例
|
|
403
|
-
|
|
404
|
-
### 查找代理的所有任务
|
|
405
|
-
|
|
406
|
-
```javascript
|
|
407
|
-
const { getRegistry } = require('./.sinapse-ai/core/registry/registry-loader');
|
|
408
|
-
|
|
409
|
-
async function getAgentTasks(agentId) {
|
|
410
|
-
const registry = getRegistry();
|
|
411
|
-
const tasks = await registry.getForAgent(agentId);
|
|
412
|
-
|
|
413
|
-
return tasks.filter((w) => w.category === 'task');
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
// 使用
|
|
417
|
-
const devTasks = await getAgentTasks('dev');
|
|
418
|
-
console.log(`Dev代理有 ${devTasks.length} 个任务`);
|
|
419
|
-
```
|
|
420
|
-
|
|
421
|
-
### 搜索并执行任务
|
|
422
|
-
|
|
423
|
-
```javascript
|
|
424
|
-
const { getRegistry } = require('./.sinapse-ai/core/registry/registry-loader');
|
|
425
|
-
const { TaskExecutor } = require('./.sinapse-ai/development/scripts/task-executor');
|
|
426
|
-
|
|
427
|
-
async function findAndExecute(searchTerm, inputs) {
|
|
428
|
-
const registry = getRegistry();
|
|
429
|
-
const results = await registry.search(searchTerm, {
|
|
430
|
-
category: 'task',
|
|
431
|
-
maxResults: 1,
|
|
432
|
-
});
|
|
433
|
-
|
|
434
|
-
if (results.length === 0) {
|
|
435
|
-
throw new Error(`未找到任务: ${searchTerm}`);
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
const task = results[0];
|
|
439
|
-
const executor = new TaskExecutor(task.path);
|
|
440
|
-
return executor.execute(inputs);
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
// 使用
|
|
444
|
-
await findAndExecute('create story', {
|
|
445
|
-
'story-title': '实现用户认证',
|
|
446
|
-
'epic-id': 'EPIC-001',
|
|
447
|
-
});
|
|
448
|
-
```
|
|
449
|
-
|
|
450
|
-
### 按类别列出工作者
|
|
451
|
-
|
|
452
|
-
```javascript
|
|
453
|
-
const { getRegistry } = require('./.sinapse-ai/core/registry/registry-loader');
|
|
454
|
-
|
|
455
|
-
async function listByCategory() {
|
|
456
|
-
const registry = getRegistry();
|
|
457
|
-
const categories = await registry.getCategories();
|
|
458
|
-
|
|
459
|
-
for (const [category, count] of Object.entries(categories)) {
|
|
460
|
-
console.log(`${category}: ${count} 个工作者`);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
// 输出:
|
|
465
|
-
// task: 115 个工作者
|
|
466
|
-
// template: 52 个工作者
|
|
467
|
-
// script: 55 个工作者
|
|
468
|
-
// checklist: 11 个工作者
|
|
469
|
-
// workflow: 7 个工作者
|
|
470
|
-
// data: 3 个工作者
|
|
471
|
-
```
|
|
472
|
-
|
|
473
|
-
---
|
|
474
|
-
|
|
475
|
-
## 故障排除
|
|
476
|
-
|
|
477
|
-
### 注册表未加载
|
|
478
|
-
|
|
479
|
-
```bash
|
|
480
|
-
# 验证注册表文件是否存在
|
|
481
|
-
ls .sinapse-ai/core/registry/service-registry.json
|
|
482
|
-
|
|
483
|
-
# 重建注册表
|
|
484
|
-
node .sinapse-ai/core/registry/build-registry.js
|
|
485
|
-
|
|
486
|
-
# 验证注册表
|
|
487
|
-
node .sinapse-ai/core/registry/validate-registry.js
|
|
488
|
-
```
|
|
489
|
-
|
|
490
|
-
### 找不到工作者
|
|
491
|
-
|
|
492
|
-
1. 检查工作者文件是否存在于预期位置
|
|
493
|
-
2. 验证文件是否有适当的YAML前置内容
|
|
494
|
-
3. 重建注册表以包含新工作者
|
|
495
|
-
4. 检查搜索查询中的类别和标签
|
|
496
|
-
|
|
497
|
-
### 性能问题
|
|
498
|
-
|
|
499
|
-
```javascript
|
|
500
|
-
// 检查缓存状态
|
|
501
|
-
const registry = getRegistry();
|
|
502
|
-
console.log('已缓存:', registry.isCached());
|
|
503
|
-
|
|
504
|
-
// 如果过时,清除缓存
|
|
505
|
-
registry.clearCache();
|
|
506
|
-
await registry.load(true);
|
|
507
|
-
```
|
|
508
|
-
|
|
509
|
-
---
|
|
510
|
-
|
|
511
|
-
## 相关文档
|
|
512
|
-
|
|
513
|
-
- [模块系统架构](../architecture/module-system.md)
|
|
514
|
-
- [质量门禁指南](./quality-gates.md)
|
|
515
|
-
|
|
516
|
-
---
|
|
517
|
-
|
|
518
|
-
_SINAPSE v4 服务发现指南_
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
# Squad 示例
|
|
2
|
-
|
|
3
|
-
> **EN** | [PT](../../pt/guides/squad-examples/README.md) | [ES](../../es/guides/squad-examples/README.md) | **ZH**
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
此目录包含示例 Squad 配置,帮助你快速开始。
|
|
8
|
-
|
|
9
|
-
## 可用示例
|
|
10
|
-
|
|
11
|
-
### 1. 简单代理 (`simple-agent.yaml`)
|
|
12
|
-
|
|
13
|
-
一个专注于文档任务的最小代理示例。非常适合:
|
|
14
|
-
- 理解代理结构
|
|
15
|
-
- 学习命令定义
|
|
16
|
-
- 基本系统提示模式
|
|
17
|
-
|
|
18
|
-
### 2. 数据处理 Squad (`data-processor-squad.yaml`)
|
|
19
|
-
|
|
20
|
-
一个完整的 squad 清单,展示:
|
|
21
|
-
- 多个代理协作
|
|
22
|
-
- 具有依赖关系的任务定义
|
|
23
|
-
- 工作流编排
|
|
24
|
-
- 外部 npm 依赖
|
|
25
|
-
- 配置选项
|
|
26
|
-
|
|
27
|
-
## 使用这些示例
|
|
28
|
-
|
|
29
|
-
### 复制并自定义
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
# 复制一个示例以开始你的 squad
|
|
33
|
-
cp docs/guides/squad-examples/simple-agent.yaml my-squad/agents/my-agent.yaml
|
|
34
|
-
|
|
35
|
-
# 编辑以满足你的需求
|
|
36
|
-
code my-squad/agents/my-agent.yaml
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
### 通过阅读学习
|
|
40
|
-
|
|
41
|
-
每个示例都包含注释,解释:
|
|
42
|
-
- 为什么使用某些模式
|
|
43
|
-
- 正在演示的最佳实践
|
|
44
|
-
- 常见定制点
|
|
45
|
-
|
|
46
|
-
## 创建你自己的
|
|
47
|
-
|
|
48
|
-
1. 从 [Squad 模板](../../../templates/squad/) 开始
|
|
49
|
-
2. 参考这些示例以了解模式
|
|
50
|
-
3. 按照 [Squads 指南](../squads-guide.md) 进行
|
|
51
|
-
|
|
52
|
-
## 贡献示例
|
|
53
|
-
|
|
54
|
-
有有用的 squad 模式吗?我们欢迎贡献!
|
|
55
|
-
|
|
56
|
-
1. 在此目录中创建你的示例
|
|
57
|
-
2. 添加清晰的注释解释该模式
|
|
58
|
-
3. 使用描述更新此 README
|
|
59
|
-
4. 按照 [CONTRIBUTING.md](../../../CONTRIBUTING.md) 提交 PR
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
*SINAPSE Squads:与你一起工作的 AI 代理团队*
|