sinapse-ai 5.0.8 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -52,7 +52,7 @@ def detect_project(cwd: str) -> str:
|
|
|
52
52
|
def detect_agent_from_prompt(prompt: str) -> str | None:
|
|
53
53
|
"""Detect SINAPSE agent activation from prompt."""
|
|
54
54
|
# Look for @agent patterns
|
|
55
|
-
match = re.search(r'@(dev|architect|qa|pm|po|sm|analyst|devops|sinapse-
|
|
55
|
+
match = re.search(r'@(dev|architect|qa|pm|po|sm|analyst|devops|sinapse-orqx)', prompt.lower())
|
|
56
56
|
if match:
|
|
57
57
|
return match.group(1)
|
|
58
58
|
return None
|
|
@@ -129,7 +129,7 @@ CodeRabbit integration ensures automated code review and quality gates. Verify:
|
|
|
129
129
|
|
|
130
130
|
1. The 🤖 CodeRabbit Integration section is present
|
|
131
131
|
2. Story type is correctly identified (Database, API, Frontend, Deployment, Security, Architecture, Integration)
|
|
132
|
-
3. Specialized agents are assigned appropriately (@
|
|
132
|
+
3. Specialized agents are assigned appropriately (@developer required, type-specific agents as needed)
|
|
133
133
|
4. Quality gates are defined (Pre-Commit required, Pre-PR/Pre-Deployment as applicable)
|
|
134
134
|
5. Self-Healing Configuration (Story 6.3.3) is present with correct mode
|
|
135
135
|
6. Focus areas match the story type]]
|
|
@@ -144,7 +144,7 @@ CodeRabbit integration ensures automated code review and quality gates. Verify:
|
|
|
144
144
|
- [ ] Secondary types listed if applicable
|
|
145
145
|
|
|
146
146
|
**Specialized Agent Assignment:**
|
|
147
|
-
- [ ] @
|
|
147
|
+
- [ ] @developer listed as primary agent (required for all stories)
|
|
148
148
|
- [ ] Type-specific agents assigned appropriately:
|
|
149
149
|
- Database stories → @db-sage
|
|
150
150
|
- Frontend stories → @ux-expert
|
|
@@ -152,7 +152,7 @@ CodeRabbit integration ensures automated code review and quality gates. Verify:
|
|
|
152
152
|
- Security stories → @architect
|
|
153
153
|
|
|
154
154
|
**Quality Gate Tasks:**
|
|
155
|
-
- [ ] Pre-Commit (@
|
|
155
|
+
- [ ] Pre-Commit (@developer) defined - REQUIRED for all stories
|
|
156
156
|
- [ ] Pre-PR (@github-devops) defined if PR will be created
|
|
157
157
|
- [ ] Pre-Deployment (@github-devops) defined for production stories
|
|
158
158
|
|
|
@@ -44,11 +44,11 @@ This template provides a structured approach to analyze and rationalize agent co
|
|
|
44
44
|
|
|
45
45
|
| # | Command | Category | Agent | Usage | Task File | Decision | Rationale | Migration Path |
|
|
46
46
|
|---|---------|----------|-------|-------|-----------|----------|-----------|----------------|
|
|
47
|
-
| 1 | example-command | Framework | sinapse-
|
|
48
|
-
| 2 | party-mode | Utility | sinapse-
|
|
47
|
+
| 1 | example-command | Framework | sinapse-orqx | HIGH (15) | create-doc.md | ✅ KEEP | Core meta-framework capability | N/A |
|
|
48
|
+
| 2 | party-mode | Utility | sinapse-orqx | ZERO (0) | N/A | ❌ REMOVE | Novelty feature, unused | Removed in v3.0 |
|
|
49
49
|
| 3 | explain | DB Perf | data-engineer | HIGH (12) | db-explain.md | 🔀 MERGE | Into analyze-performance | *analyze-performance query |
|
|
50
50
|
| 4 | analyze-hotpaths | DB Perf | data-engineer | MED (5) | db-analyze-hotpaths.md | 🔀 MERGE | Into analyze-performance | *analyze-performance hotpaths |
|
|
51
|
-
| 5 | create-prd | Docs | sinapse-
|
|
51
|
+
| 5 | create-prd | Docs | sinapse-orqx | MED (7) | create-doc.md | 🔄 DELEGATE | Better suited for @project-lead | Use @project-lead *create-prd |
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
@@ -176,7 +176,7 @@ sections:
|
|
|
176
176
|
template: |
|
|
177
177
|
- [ ] Pre-Completion Review (@{{primary_agent}}): Validate deliverables before marking complete
|
|
178
178
|
- [ ] Documentation Review (@architect or @analyst): Ensure technical accuracy
|
|
179
|
-
- [ ] Handoff Validation (@
|
|
179
|
+
- [ ] Handoff Validation (@product-lead): Verify downstream story readiness
|
|
180
180
|
elicit: true
|
|
181
181
|
owner: po
|
|
182
182
|
editors: [po, sm]
|
|
@@ -394,7 +394,7 @@ sections:
|
|
|
394
394
|
**Format:**
|
|
395
395
|
```yaml
|
|
396
396
|
agents:
|
|
397
|
-
- id:
|
|
397
|
+
- id: developer
|
|
398
398
|
name: Dex
|
|
399
399
|
role: Builder
|
|
400
400
|
archetype: Aquarius
|
|
@@ -544,7 +544,7 @@ sections:
|
|
|
544
544
|
editors: [qa]
|
|
545
545
|
template: |
|
|
546
546
|
### Quality Review Summary
|
|
547
|
-
**Reviewer:** @
|
|
547
|
+
**Reviewer:** @quality-gate ({{qa_agent_name}})
|
|
548
548
|
**Review Date:** {{review_date}}
|
|
549
549
|
**Overall Score:** {{score}}/10
|
|
550
550
|
|
|
@@ -583,5 +583,5 @@ metadata:
|
|
|
583
583
|
version_history:
|
|
584
584
|
- version: 1.0
|
|
585
585
|
date: 2025-01-14
|
|
586
|
-
author: "@
|
|
586
|
+
author: "@product-lead (Pax)"
|
|
587
587
|
changes: "Initial design story template based on Story 6.1.1 hybrid approach"
|
|
@@ -5,7 +5,7 @@ You are working with SINAPSE, an AI-Orchestrated System for Full Stack Developme
|
|
|
5
5
|
## Core Development Rules
|
|
6
6
|
|
|
7
7
|
### Agent Integration
|
|
8
|
-
- Recognize SINAPSE agent activations: @
|
|
8
|
+
- Recognize SINAPSE agent activations: @developer, @quality-gate, @architect, @project-lead, @product-lead, @sprint-lead, @analyst
|
|
9
9
|
- Agent commands use * prefix: *help, *create-story, *task, *exit
|
|
10
10
|
- Follow agent-specific workflows and patterns
|
|
11
11
|
|
|
@@ -60,8 +60,8 @@ Use prefixo `*` para comandos:
|
|
|
60
60
|
## Agent System
|
|
61
61
|
|
|
62
62
|
### Agent Activation
|
|
63
|
-
- Agents are activated with @agent-name syntax: @
|
|
64
|
-
- The master agent is activated with @sinapse-
|
|
63
|
+
- Agents are activated with @agent-name syntax: @developer, @quality-gate, @architect, @project-lead, @product-lead, @sprint-lead, @analyst
|
|
64
|
+
- The master agent is activated with @sinapse-orqx
|
|
65
65
|
- Agent commands use the * prefix: *help, *create-story, *task, *exit
|
|
66
66
|
|
|
67
67
|
### Agent Context
|
|
@@ -51,15 +51,15 @@ Preferencia de ativacao no Codex CLI:
|
|
|
51
51
|
Interprete os atalhos abaixo carregando o arquivo correspondente em `.sinapse-ai/development/agents/` (fallback: `.codex/agents/`), renderize o greeting via `generate-greeting.js` e assuma a persona ate `*exit`:
|
|
52
52
|
|
|
53
53
|
- `@architect`, `/architect`, `/architect.md` -> `.sinapse-ai/development/agents/architect.md`
|
|
54
|
-
- `@dev`, `/dev`, `/dev.md` -> `.sinapse-ai/development/agents/
|
|
55
|
-
- `@qa`, `/qa`, `/qa.md` -> `.sinapse-ai/development/agents/
|
|
56
|
-
- `@pm`, `/pm`, `/pm.md` -> `.sinapse-ai/development/agents/
|
|
57
|
-
- `@po`, `/po`, `/po.md` -> `.sinapse-ai/development/agents/
|
|
58
|
-
- `@sm`, `/sm`, `/sm.md` -> `.sinapse-ai/development/agents/
|
|
54
|
+
- `@dev`, `/dev`, `/dev.md` -> `.sinapse-ai/development/agents/developer.md`
|
|
55
|
+
- `@qa`, `/qa`, `/qa.md` -> `.sinapse-ai/development/agents/quality-gate.md`
|
|
56
|
+
- `@pm`, `/pm`, `/pm.md` -> `.sinapse-ai/development/agents/project-lead.md`
|
|
57
|
+
- `@po`, `/po`, `/po.md` -> `.sinapse-ai/development/agents/product-lead.md`
|
|
58
|
+
- `@sm`, `/sm`, `/sm.md` -> `.sinapse-ai/development/agents/sprint-lead.md`
|
|
59
59
|
- `@analyst`, `/analyst`, `/analyst.md` -> `.sinapse-ai/development/agents/analyst.md`
|
|
60
60
|
- `@devops`, `/devops`, `/devops.md` -> `.sinapse-ai/development/agents/devops.md`
|
|
61
61
|
- `@data-engineer`, `/data-engineer`, `/data-engineer.md` -> `.sinapse-ai/development/agents/data-engineer.md`
|
|
62
62
|
- `@ux-design-expert`, `/ux-design-expert`, `/ux-design-expert.md` -> `.sinapse-ai/development/agents/ux-design-expert.md`
|
|
63
63
|
- `@squad-creator`, `/squad-creator`, `/squad-creator.md` -> `.sinapse-ai/development/agents/squad-creator.md`
|
|
64
|
-
- `@sinapse-
|
|
64
|
+
- `@sinapse-orqx`, `/sinapse-orqx`, `/sinapse-orqx.md` -> `.sinapse-ai/development/agents/sinapse-orqx.md`
|
|
65
65
|
<!-- SINAPSE-MANAGED-END: shortcuts -->
|
|
@@ -5,7 +5,7 @@ You are working with SINAPSE, an AI-Orchestrated System for Full Stack Developme
|
|
|
5
5
|
## Core Development Rules
|
|
6
6
|
|
|
7
7
|
### Agent Integration
|
|
8
|
-
- Recognize SINAPSE agent activations: @
|
|
8
|
+
- Recognize SINAPSE agent activations: @developer, @quality-gate, @architect, @project-lead, @product-lead, @sprint-lead, @analyst
|
|
9
9
|
- Agent commands use * prefix: *help, *create-story, *task, *exit
|
|
10
10
|
- Follow agent-specific workflows and patterns
|
|
11
11
|
|
|
@@ -119,7 +119,7 @@ Choose archetype that matches agent's primary function:
|
|
|
119
119
|
| **Empathizer** | User focus, experience | ux-design-expert (Uma) |
|
|
120
120
|
| **Engineer** | Systems, data | data-engineer (Dara) |
|
|
121
121
|
| **Operator** | Deployment, operations | devops (Gage) |
|
|
122
|
-
| **Orchestrator** | Coordination, meta-level | sinapse-
|
|
122
|
+
| **Orchestrator** | Coordination, meta-level | sinapse-orqx (Orion) |
|
|
123
123
|
|
|
124
124
|
### Tone Guidelines
|
|
125
125
|
|
|
@@ -394,12 +394,12 @@ workflow:
|
|
|
394
394
|
id: brownfield-feature-dev
|
|
395
395
|
|
|
396
396
|
agents:
|
|
397
|
-
- id:
|
|
397
|
+
- id: developer
|
|
398
398
|
name: Dex
|
|
399
399
|
archetype: Builder
|
|
400
400
|
personality_mode: named
|
|
401
401
|
|
|
402
|
-
- id:
|
|
402
|
+
- id: quality-gate
|
|
403
403
|
name: Quinn
|
|
404
404
|
archetype: Guardian
|
|
405
405
|
personality_mode: named
|
|
@@ -412,7 +412,7 @@ workflow:
|
|
|
412
412
|
steps:
|
|
413
413
|
- step: 1
|
|
414
414
|
name: "Implement Feature"
|
|
415
|
-
agent:
|
|
415
|
+
agent: developer
|
|
416
416
|
task: develop-story
|
|
417
417
|
output:
|
|
418
418
|
personality_injection: true
|
|
@@ -60,12 +60,12 @@ sections:
|
|
|
60
60
|
**Work Type → Executor Mapping:**
|
|
61
61
|
| Work Type | Executor | Quality Gate |
|
|
62
62
|
|-----------|----------|--------------|
|
|
63
|
-
| Code/Features/Logic | @
|
|
64
|
-
| Schema/DB/RLS/Migrations | @data-engineer | @
|
|
63
|
+
| Code/Features/Logic | @developer | @architect |
|
|
64
|
+
| Schema/DB/RLS/Migrations | @data-engineer | @developer |
|
|
65
65
|
| Infra/CI/CD/Deploy | @devops | @architect |
|
|
66
|
-
| Design/UI Components | @ux-design-expert | @
|
|
67
|
-
| Research/Investigation | @analyst | @
|
|
68
|
-
| Architecture Decisions | @architect | @
|
|
66
|
+
| Design/UI Components | @ux-design-expert | @developer |
|
|
67
|
+
| Research/Investigation | @analyst | @project-lead |
|
|
68
|
+
| Architecture Decisions | @architect | @project-lead |
|
|
69
69
|
|
|
70
70
|
**VALIDATION RULES:**
|
|
71
71
|
- executor != quality_gate (ALWAYS)
|
|
@@ -186,7 +186,7 @@ sections:
|
|
|
186
186
|
instruction: |
|
|
187
187
|
Predicted CodeRabbit validation checkpoints based on story type and risk:
|
|
188
188
|
|
|
189
|
-
**Pre-Commit** (@
|
|
189
|
+
**Pre-Commit** (@developer - always required):
|
|
190
190
|
- Before marking story complete
|
|
191
191
|
- Focus: Code quality, security basics, patterns
|
|
192
192
|
|
|
@@ -198,7 +198,7 @@ sections:
|
|
|
198
198
|
- Before deploying to production
|
|
199
199
|
- Focus: Security scan, configuration validation, rollback readiness
|
|
200
200
|
template: |
|
|
201
|
-
- [ ] Pre-Commit (@
|
|
201
|
+
- [ ] Pre-Commit (@developer): Run before marking story complete
|
|
202
202
|
- [ ] Pre-PR (@github-devops): Run before creating pull request
|
|
203
203
|
- [ ] Pre-Deployment (@github-devops): Run before production deploy (if applicable)
|
|
204
204
|
elicit: true
|
|
@@ -215,7 +215,7 @@ sections:
|
|
|
215
215
|
|
|
216
216
|
**Severity Handling by Agent**:
|
|
217
217
|
|
|
218
|
-
| Severity | @
|
|
218
|
+
| Severity | @developer (light) | @quality-gate (full) | @github-devops (check) |
|
|
219
219
|
|----------|--------------|------------|------------------------|
|
|
220
220
|
| CRITICAL | auto_fix (2 iter, 15min) | auto_fix (3 iter, 30min) | report_only |
|
|
221
221
|
| HIGH | document_only | auto_fix | report_only |
|
|
@@ -73,18 +73,18 @@ autoClaude:
|
|
|
73
73
|
|
|
74
74
|
# Spec Pipeline capabilities
|
|
75
75
|
specPipeline:
|
|
76
|
-
canGather: boolean # @
|
|
76
|
+
canGather: boolean # @project-lead - gather requirements
|
|
77
77
|
canAssess: boolean # @architect - assess complexity
|
|
78
78
|
canResearch: boolean # @analyst - research dependencies
|
|
79
|
-
canWrite: boolean # @
|
|
80
|
-
canCritique: boolean # @
|
|
79
|
+
canWrite: boolean # @project-lead - write specifications
|
|
80
|
+
canCritique: boolean # @quality-gate - critique specs
|
|
81
81
|
|
|
82
82
|
# Execution capabilities
|
|
83
83
|
execution:
|
|
84
84
|
canCreatePlan: boolean # @architect - create implementation.yaml
|
|
85
85
|
canCreateContext: boolean # @architect - generate context files
|
|
86
|
-
canExecute: boolean # @
|
|
87
|
-
canVerify: boolean # @
|
|
86
|
+
canExecute: boolean # @developer - execute subtasks
|
|
87
|
+
canVerify: boolean # @developer, @quality-gate - verify completion
|
|
88
88
|
selfCritique:
|
|
89
89
|
enabled: boolean
|
|
90
90
|
checklistRef: string # Reference to checklist
|
|
@@ -98,8 +98,8 @@ autoClaude:
|
|
|
98
98
|
|
|
99
99
|
# QA capabilities
|
|
100
100
|
qa:
|
|
101
|
-
canReview: boolean # @
|
|
102
|
-
canFixRequest: boolean # @
|
|
101
|
+
canReview: boolean # @quality-gate - perform reviews
|
|
102
|
+
canFixRequest: boolean # @quality-gate - create fix requests
|
|
103
103
|
reviewPhases: integer # Default: 10
|
|
104
104
|
maxIterations: integer # Default: 5
|
|
105
105
|
|
|
@@ -120,11 +120,11 @@ autoClaude:
|
|
|
120
120
|
|
|
121
121
|
| Agent | specPipeline | execution | recovery | qa | memory | worktree |
|
|
122
122
|
| ---------- | ------------- | ------------------------- | --------------- | ------------------ | --------------- | ---------------------- |
|
|
123
|
-
| @
|
|
123
|
+
| @project-lead | gather, write | - | - | - | - | - |
|
|
124
124
|
| @architect | assess | createPlan, createContext | - | - | - | - |
|
|
125
125
|
| @analyst | research | - | - | - | extractPatterns | - |
|
|
126
|
-
| @
|
|
127
|
-
| @
|
|
126
|
+
| @developer | - | execute, verify | track, rollback | - | captureInsights | - |
|
|
127
|
+
| @quality-gate | critique | verify | - | review, fixRequest | - | - |
|
|
128
128
|
| @devops | - | - | - | - | - | create, merge, cleanup |
|
|
129
129
|
|
|
130
130
|
---
|
|
@@ -249,7 +249,7 @@ autoClaude:
|
|
|
249
249
|
### Validate Single File
|
|
250
250
|
|
|
251
251
|
```bash
|
|
252
|
-
node validate-v3-schema.js .sinapse-ai/development/agents/
|
|
252
|
+
node validate-v3-schema.js .sinapse-ai/development/agents/developer.md
|
|
253
253
|
```
|
|
254
254
|
|
|
255
255
|
### Validate All Files
|
|
@@ -269,7 +269,7 @@ node validate-v3-schema.js --all --strict
|
|
|
269
269
|
### Show V2 vs V3 Diff
|
|
270
270
|
|
|
271
271
|
```bash
|
|
272
|
-
node validate-v3-schema.js --diff .sinapse-ai/development/agents/
|
|
272
|
+
node validate-v3-schema.js --diff .sinapse-ai/development/agents/developer.md
|
|
273
273
|
```
|
|
274
274
|
|
|
275
275
|
### JSON Output
|
|
@@ -285,7 +285,7 @@ node validate-v3-schema.js --all --json
|
|
|
285
285
|
### Step 1: Check Current Status
|
|
286
286
|
|
|
287
287
|
```bash
|
|
288
|
-
node validate-v3-schema.js --diff .sinapse-ai/development/agents/
|
|
288
|
+
node validate-v3-schema.js --diff .sinapse-ai/development/agents/developer.md
|
|
289
289
|
```
|
|
290
290
|
|
|
291
291
|
### Step 2: Add autoClaude Section
|
|
@@ -293,7 +293,7 @@ node validate-v3-schema.js --diff .sinapse-ai/development/agents/dev.md
|
|
|
293
293
|
Add the appropriate `autoClaude` section based on agent role:
|
|
294
294
|
|
|
295
295
|
```yaml
|
|
296
|
-
# Example for @
|
|
296
|
+
# Example for @developer agent
|
|
297
297
|
autoClaude:
|
|
298
298
|
version: '3.0'
|
|
299
299
|
migratedAt: '2026-01-28T10:00:00Z'
|
|
@@ -318,7 +318,7 @@ autoClaude:
|
|
|
318
318
|
### Step 3: Validate
|
|
319
319
|
|
|
320
320
|
```bash
|
|
321
|
-
node validate-v3-schema.js .sinapse-ai/development/agents/
|
|
321
|
+
node validate-v3-schema.js .sinapse-ai/development/agents/developer.md --strict
|
|
322
322
|
```
|
|
323
323
|
|
|
324
324
|
---
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@
|
|
2
|
+
"name": "@sinapse/health-dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
|
-
"name": "@
|
|
8
|
+
"name": "@sinapse/health-dashboard",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"react": "^18.2.0",
|
|
@@ -71,7 +71,7 @@ npx @sinapse/fullstack install
|
|
|
71
71
|
✅ Installation complete!
|
|
72
72
|
|
|
73
73
|
Next steps:
|
|
74
|
-
1. Activate an agent: @
|
|
74
|
+
1. Activate an agent: @developer, @product-lead, @quality-gate, @architect
|
|
75
75
|
2. Run agent command: *help
|
|
76
76
|
```
|
|
77
77
|
|
|
@@ -1058,7 +1058,7 @@ Implementação prosseguiu com zero ambiguidade.
|
|
|
1058
1058
|
| Qualidade de Decisão | Automatizada | Colaborativa | Abrangente |
|
|
1059
1059
|
| Risco de Scope Drift | Médio | Baixo | Mais Baixo |
|
|
1060
1060
|
|
|
1061
|
-
**Nota**: Esta funcionalidade está planejada para Story 3.13. O agente @
|
|
1061
|
+
**Nota**: Esta funcionalidade está planejada para Story 3.13. O agente @developer atual usa modo interativo padrão.
|
|
1062
1062
|
|
|
1063
1063
|
## Boas Práticas e Dicas
|
|
1064
1064
|
|
|
@@ -1232,9 +1232,9 @@ Ao integrar SINAPSE em projetos existentes:
|
|
|
1232
1232
|
|
|
1233
1233
|
O SINAPSE inclui meta-agentes para orquestração:
|
|
1234
1234
|
|
|
1235
|
-
### sinapse-
|
|
1235
|
+
### sinapse-orqx
|
|
1236
1236
|
|
|
1237
|
-
O **sinapse-
|
|
1237
|
+
O **sinapse-orqx** é o agente de orquestração principal:
|
|
1238
1238
|
|
|
1239
1239
|
**Capacidades**:
|
|
1240
1240
|
- Coordenar múltiplos agentes
|
|
@@ -325,16 +325,16 @@ Document:
|
|
|
325
325
|
@analyst → *document-project
|
|
326
326
|
|
|
327
327
|
# Create enhancement PRD
|
|
328
|
-
@
|
|
328
|
+
@project-lead → *create-doc brownfield-prd
|
|
329
329
|
|
|
330
330
|
# Create architecture with integration focus
|
|
331
331
|
@architect → *create-doc brownfield-architecture
|
|
332
332
|
|
|
333
333
|
# Quick epic creation
|
|
334
|
-
@
|
|
334
|
+
@project-lead → *brownfield-create-epic
|
|
335
335
|
|
|
336
336
|
# Single story creation
|
|
337
|
-
@
|
|
337
|
+
@project-lead → *brownfield-create-story
|
|
338
338
|
```
|
|
339
339
|
|
|
340
340
|
### Decision Tree
|
package/LICENSE
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2025 BMad Code, LLC (BMad Method - original work)
|
|
4
|
+
Copyright (c) 2025 Synkra AIOX Inc. (AIOX Framework - intermediate work)
|
|
4
5
|
Copyright (c) 2025 SinapseAI Inc. (SINAPSE Framework - derivative work)
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
BMad Method or BMad Code, LLC.
|
|
7
|
+
Portions of this software were derived from works distributed under the
|
|
8
|
+
MIT License by the copyright holders listed above. SINAPSE is NOT
|
|
9
|
+
affiliated with, endorsed by, or sanctioned by any of the above parties.
|
|
10
10
|
|
|
11
11
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
12
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.en.md
CHANGED
|
@@ -449,7 +449,7 @@ SINAPSE comes with 12 specialized agents:
|
|
|
449
449
|
|
|
450
450
|
### Meta Agents
|
|
451
451
|
|
|
452
|
-
- **sinapse-
|
|
452
|
+
- **sinapse-orqx** - Master orchestration agent (includes framework development capabilities)
|
|
453
453
|
- **sinapse-orchestrator** - Workflow orchestrator and team coordination
|
|
454
454
|
|
|
455
455
|
### Planning Agents (Web Interface)
|
|
@@ -520,19 +520,19 @@ User Request → Spec Pipeline → Execution Engine → QA Review → Working Co
|
|
|
520
520
|
|
|
521
521
|
```bash
|
|
522
522
|
# 1. Create spec from requirement
|
|
523
|
-
@
|
|
523
|
+
@project-lead *gather-requirements
|
|
524
524
|
@architect *assess-complexity
|
|
525
525
|
@analyst *research-deps
|
|
526
|
-
@
|
|
527
|
-
@
|
|
526
|
+
@project-lead *write-spec
|
|
527
|
+
@quality-gate *critique-spec
|
|
528
528
|
|
|
529
529
|
# 2. Execute approved spec
|
|
530
530
|
@architect *create-plan
|
|
531
531
|
@architect *create-context
|
|
532
|
-
@
|
|
532
|
+
@developer *execute-subtask 1.1
|
|
533
533
|
|
|
534
534
|
# 3. QA Review
|
|
535
|
-
@
|
|
535
|
+
@quality-gate *review-build STORY-42
|
|
536
536
|
```
|
|
537
537
|
|
|
538
538
|
### 📖 ADE Documentation
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](CONTRIBUTING.md)
|
|
13
13
|
[](CODE_OF_CONDUCT.md)
|
|
14
14
|
|
|
15
|
-
> 🌐 README por idioma: [EN](docs/README.md) | [PT](docs/pt/README.md)
|
|
15
|
+
> 🌐 README por idioma: [EN](docs/README.md) | [PT](docs/pt/README.md)
|
|
16
16
|
>
|
|
17
17
|
> **Devolvendo às pessoas o poder de criar** — Framework open source de orquestração de IA que devolve o controle a quem tem coragem de construir. Agentes especializados, workflows e experiência CLI First para qualquer domínio.
|
|
18
18
|
|
|
@@ -104,7 +104,7 @@ Esta abordagem de duas fases elimina tanto a **inconsistência de planejamento**
|
|
|
104
104
|
- 📖 [Guia de Instalação para Windows](docs/installation/windows.md)
|
|
105
105
|
- 📖 [Guia de Instalação para Linux](docs/installation/linux.md)
|
|
106
106
|
|
|
107
|
-
**
|
|
107
|
+
**Documentacao disponivel:** [English](docs/README.md) | [Portugues](docs/pt/README.md)
|
|
108
108
|
|
|
109
109
|
## Navegação Rápida
|
|
110
110
|
|
|
@@ -451,7 +451,7 @@ O SINAPSE vem com 12 agentes especializados:
|
|
|
451
451
|
|
|
452
452
|
### Agentes Meta
|
|
453
453
|
|
|
454
|
-
- **sinapse-
|
|
454
|
+
- **sinapse-orqx** - Agente mestre de orquestração (inclui capacidades de desenvolvimento de framework)
|
|
455
455
|
- **sinapse-orchestrator** - Orquestrador de fluxo de trabalho e coordenação de equipe
|
|
456
456
|
|
|
457
457
|
### Agentes de Planejamento (Interface Web)
|
|
@@ -522,19 +522,19 @@ User Request → Spec Pipeline → Execution Engine → QA Review → Working Co
|
|
|
522
522
|
|
|
523
523
|
```bash
|
|
524
524
|
# 1. Criar spec a partir de requisito
|
|
525
|
-
@
|
|
525
|
+
@project-lead *gather-requirements
|
|
526
526
|
@architect *assess-complexity
|
|
527
527
|
@analyst *research-deps
|
|
528
|
-
@
|
|
529
|
-
@
|
|
528
|
+
@project-lead *write-spec
|
|
529
|
+
@quality-gate *critique-spec
|
|
530
530
|
|
|
531
531
|
# 2. Executar spec aprovada
|
|
532
532
|
@architect *create-plan
|
|
533
533
|
@architect *create-context
|
|
534
|
-
@
|
|
534
|
+
@developer *execute-subtask 1.1
|
|
535
535
|
|
|
536
536
|
# 3. QA Review
|
|
537
|
-
@
|
|
537
|
+
@quality-gate *review-build STORY-42
|
|
538
538
|
```
|
|
539
539
|
|
|
540
540
|
### 📖 Documentação ADE
|
package/bin/cli.js
CHANGED
|
@@ -178,7 +178,7 @@ function cmdInstallGlobal() {
|
|
|
178
178
|
let cmdCount = 0;
|
|
179
179
|
const sinapseBase = toForwardSlash(SINAPSE_HOME);
|
|
180
180
|
|
|
181
|
-
// Also copy framework agent commands (sinapse-
|
|
181
|
+
// Also copy framework agent commands (sinapse-orqx, dev, qa, etc.) if they exist in package
|
|
182
182
|
const frameworkCmdsDir = path.join(ROOT, '.claude', 'commands', 'SINAPSE', 'agents');
|
|
183
183
|
if (fs.existsSync(frameworkCmdsDir)) {
|
|
184
184
|
for (const f of fs.readdirSync(frameworkCmdsDir).filter(f => f.endsWith('.md'))) {
|
|
@@ -265,7 +265,7 @@ function cmdInstallGlobal() {
|
|
|
265
265
|
console.log(` 3. Or: ${CYAN}claude --add-dir ~/.sinapse${NC}`);
|
|
266
266
|
console.log('');
|
|
267
267
|
console.log(` ${BOLD}Try an agent:${NC}`);
|
|
268
|
-
console.log(` ${CYAN}/SINAPSE:agents:sinapse-
|
|
268
|
+
console.log(` ${CYAN}/SINAPSE:agents:sinapse-orqx${NC}`);
|
|
269
269
|
console.log(` ${CYAN}/SINAPSE:agents:brand-orqx${NC}`);
|
|
270
270
|
console.log(` ${CYAN}/SINAPSE:agents:dev${NC}`);
|
|
271
271
|
console.log('');
|
|
@@ -348,7 +348,7 @@ ${table}
|
|
|
348
348
|
All agents use a single prefix: \`/SINAPSE:agents:{agent-id}\`
|
|
349
349
|
|
|
350
350
|
Examples:
|
|
351
|
-
- \`/SINAPSE:agents:sinapse-
|
|
351
|
+
- \`/SINAPSE:agents:sinapse-orqx\` — Master orchestrator
|
|
352
352
|
- \`/SINAPSE:agents:brand-orqx\` — Brand strategy
|
|
353
353
|
- \`/SINAPSE:agents:dev\` — Development
|
|
354
354
|
- \`/SINAPSE:agents:research-orqx\` — Research & analysis
|
|
@@ -373,7 +373,7 @@ When a request matches a squad domain, delegate using \`/SINAPSE:agents:{agent-i
|
|
|
373
373
|
See \`.claude/rules/squad-awareness.md\` for the full delegation map.
|
|
374
374
|
`);
|
|
375
375
|
|
|
376
|
-
// Create sinapse-
|
|
376
|
+
// Create sinapse-orqx agent for --agent flag
|
|
377
377
|
const agentsDir = path.join(claudeDir, 'agents');
|
|
378
378
|
fs.mkdirSync(agentsDir, { recursive: true });
|
|
379
379
|
|
|
@@ -388,8 +388,8 @@ See \`.claude/rules/squad-awareness.md\` for the full delegation map.
|
|
|
388
388
|
return `| ${s.name} | @${orqxName} | ${s.agents} agents, ${s.tasks} tasks |`;
|
|
389
389
|
}).join('\n');
|
|
390
390
|
|
|
391
|
-
fs.writeFileSync(path.join(agentsDir, 'sinapse-
|
|
392
|
-
name: sinapse-
|
|
391
|
+
fs.writeFileSync(path.join(agentsDir, 'sinapse-orqx.md'), `---
|
|
392
|
+
name: sinapse-orqx
|
|
393
393
|
description: "Imperator — Supreme Orchestrator of SINAPSE. ${squads.length} squads, ${squads.reduce((a, s) => a + s.agents, 0)} agents."
|
|
394
394
|
---
|
|
395
395
|
|
|
@@ -424,7 +424,7 @@ Then HALT and await user input.
|
|
|
424
424
|
- **Simple request** → route DIRECTLY to @specialist
|
|
425
425
|
- **Complex request** → route to @{domain}-orqx
|
|
426
426
|
- **Cross-domain** → coordinate multiple orqx agents
|
|
427
|
-
- **Dev/code** → use @
|
|
427
|
+
- **Dev/code** → use @developer, @quality-gate, @architect
|
|
428
428
|
- NEVER execute domain work yourself — ALWAYS delegate
|
|
429
429
|
|
|
430
430
|
## SQUADS
|
|
@@ -453,7 +453,7 @@ function createLauncher() {
|
|
|
453
453
|
// Bash launcher (macOS/Linux/Git Bash)
|
|
454
454
|
const bashLauncher = `#!/bin/bash
|
|
455
455
|
# Sinapse — Claude Code launcher (auto-generated)
|
|
456
|
-
exec claude --add-dir "${sinapsePathForBash}" --agent sinapse-
|
|
456
|
+
exec claude --add-dir "${sinapsePathForBash}" --agent sinapse-orqx "$@"
|
|
457
457
|
`;
|
|
458
458
|
const bashPath = path.join(BIN_DIR, 'sinapse');
|
|
459
459
|
fs.writeFileSync(bashPath, bashLauncher);
|
|
@@ -462,7 +462,7 @@ exec claude --add-dir "${sinapsePathForBash}" --agent sinapse-master "$@"
|
|
|
462
462
|
|
|
463
463
|
// Windows CMD launcher
|
|
464
464
|
if (IS_WIN) {
|
|
465
|
-
const cmdLauncher = `@echo off\r\nclaude --add-dir "%USERPROFILE%\\.sinapse" --agent sinapse-
|
|
465
|
+
const cmdLauncher = `@echo off\r\nclaude --add-dir "%USERPROFILE%\\.sinapse" --agent sinapse-orqx %*\r\n`;
|
|
466
466
|
fs.writeFileSync(path.join(BIN_DIR, 'sinapse.cmd'), cmdLauncher);
|
|
467
467
|
console.log(` ${GREEN}OK${NC} ~/bin/sinapse.cmd`);
|
|
468
468
|
}
|
|
@@ -561,12 +561,14 @@ function cmdUpdateGlobal() {
|
|
|
561
561
|
|
|
562
562
|
console.log(`${BOLD}Updating Sinapse...${NC}\n`);
|
|
563
563
|
|
|
564
|
-
const
|
|
564
|
+
const squadsDir = path.join(ROOT, 'squads');
|
|
565
|
+
const squadsSrcBase = fs.existsSync(squadsDir) ? squadsDir : ROOT;
|
|
566
|
+
const squads = getSquads(squadsSrcBase);
|
|
565
567
|
|
|
566
568
|
// Phase 1: Re-copy squads
|
|
567
569
|
console.log(`${CYAN}Phase 1:${NC} Updating squads`);
|
|
568
570
|
for (const squad of squads) {
|
|
569
|
-
const src = path.join(
|
|
571
|
+
const src = path.join(squadsSrcBase, squad.name);
|
|
570
572
|
const dest = path.join(SINAPSE_HOME, squad.name);
|
|
571
573
|
rmDirSync(dest);
|
|
572
574
|
copyDirSync(src, dest);
|
package/bin/sinapse.js
CHANGED
|
@@ -723,6 +723,23 @@ async function runUninstall(options = {}) {
|
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
+
// Clean global agents from ~/.claude/agents/
|
|
727
|
+
const homedir = require('os').homedir();
|
|
728
|
+
const globalAgentsDir = path.join(homedir, '.claude', 'agents');
|
|
729
|
+
const orqxSuffix = '-orqx.md';
|
|
730
|
+
if (fs.existsSync(globalAgentsDir)) {
|
|
731
|
+
try {
|
|
732
|
+
const globalFiles = fs.readdirSync(globalAgentsDir);
|
|
733
|
+
const sinapseAgents = globalFiles.filter((f) => f.endsWith(orqxSuffix));
|
|
734
|
+
for (const file of sinapseAgents) {
|
|
735
|
+
fs.rmSync(path.join(globalAgentsDir, file), { force: true });
|
|
736
|
+
if (!quiet) console.log(` ✓ Removed global agent: ~/.claude/agents/${file}`);
|
|
737
|
+
}
|
|
738
|
+
} catch (error) {
|
|
739
|
+
if (!quiet) console.warn(` ⚠ Could not clean global agents: ${error.message}`);
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
|
|
726
743
|
// Clean .gitignore
|
|
727
744
|
const gitignorePath = path.join(cwd, '.gitignore');
|
|
728
745
|
const gitignoreResult = cleanGitignore(gitignorePath);
|