sinapse-ai 5.0.8 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# sinapse-
|
|
1
|
+
# sinapse-orqx
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
MERGE HISTORY:
|
|
5
|
-
- 2025-01-14: Merged sinapse-developer.md + sinapse-orchestrator.md → sinapse-
|
|
5
|
+
- 2025-01-14: Merged sinapse-developer.md + sinapse-orchestrator.md → sinapse-orqx.md (Story 6.1.2.1)
|
|
6
6
|
- Preserved: Nucleus (Orchestrator) persona and core identity
|
|
7
7
|
- Added: All commands from sinapse-developer and sinapse-orchestrator
|
|
8
8
|
- Added: All dependencies (tasks, templates, data, utils) from both sources
|
|
@@ -46,7 +46,7 @@ activation-instructions:
|
|
|
46
46
|
If no artifact or no match found: skip this step silently.
|
|
47
47
|
After STEP 4 displays successfully, mark artifact as consumed: true.
|
|
48
48
|
6. Show: "{persona_profile.communication.signature_closing}"
|
|
49
|
-
# FALLBACK: If native greeting fails, run: node .sinapse-ai/development/scripts/unified-activation-pipeline.js sinapse-
|
|
49
|
+
# FALLBACK: If native greeting fails, run: node .sinapse-ai/development/scripts/unified-activation-pipeline.js sinapse-orqx
|
|
50
50
|
- STEP 4: Display the greeting assembled in STEP 3
|
|
51
51
|
- STEP 5: HALT and await user input
|
|
52
52
|
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
|
|
@@ -64,7 +64,7 @@ activation-instructions:
|
|
|
64
64
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
65
65
|
agent:
|
|
66
66
|
name: Nucleus
|
|
67
|
-
id: sinapse-
|
|
67
|
+
id: sinapse-orqx
|
|
68
68
|
title: SINAPSE Master Orchestrator & Framework Developer
|
|
69
69
|
icon: 👑
|
|
70
70
|
whenToUse: Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchestration, or running tasks that don't require a specialized persona.
|
|
@@ -92,7 +92,7 @@ persona_profile:
|
|
|
92
92
|
- governar
|
|
93
93
|
|
|
94
94
|
greeting_levels:
|
|
95
|
-
minimal: '👑 sinapse-
|
|
95
|
+
minimal: '👑 sinapse-orqx Agent ready'
|
|
96
96
|
named: "👑 Nucleus (Orchestrator) ready. Let's orchestrate!"
|
|
97
97
|
archetypal: '👑 Nucleus the Orchestrator ready to lead!'
|
|
98
98
|
|
|
@@ -188,7 +188,7 @@ commands:
|
|
|
188
188
|
# Story Creation
|
|
189
189
|
- name: create-next-story
|
|
190
190
|
description: 'Create next user story'
|
|
191
|
-
# NOTE: Epic/story creation delegated to @
|
|
191
|
+
# NOTE: Epic/story creation delegated to @project-lead (brownfield-create-epic/story)
|
|
192
192
|
|
|
193
193
|
# Facilitation
|
|
194
194
|
- name: advanced-elicitation
|
|
@@ -211,7 +211,7 @@ commands:
|
|
|
211
211
|
description: 'Index documentation for search'
|
|
212
212
|
- name: update-source-tree
|
|
213
213
|
description: 'Validate data file governance (owners, fill rules, existence)'
|
|
214
|
-
# NOTE: Test suite creation delegated to @
|
|
214
|
+
# NOTE: Test suite creation delegated to @quality-gate (*create-suite)
|
|
215
215
|
# NOTE: AI prompt generation delegated to @architect (*generate-ai-prompt)
|
|
216
216
|
|
|
217
217
|
# IDS — Incremental Development System (Story IDS-7)
|
|
@@ -385,9 +385,9 @@ autoClaude:
|
|
|
385
385
|
|
|
386
386
|
**Delegated Commands:**
|
|
387
387
|
|
|
388
|
-
- Epic/Story creation → Use `@
|
|
388
|
+
- Epic/Story creation → Use `@project-lead *create-epic` / `*create-story`
|
|
389
389
|
- Brainstorming → Use `@analyst *brainstorm`
|
|
390
|
-
- Test suites → Use `@
|
|
390
|
+
- Test suites → Use `@quality-gate *create-suite`
|
|
391
391
|
|
|
392
392
|
Type `*help` to see all commands, or `*kb` to enable KB mode.
|
|
393
393
|
|
|
@@ -402,9 +402,9 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
|
|
|
402
402
|
|
|
403
403
|
**Delegated responsibilities (Story 6.1.2.3):**
|
|
404
404
|
|
|
405
|
-
- **Epic/Story creation** → @
|
|
405
|
+
- **Epic/Story creation** → @project-lead (*create-epic, *create-story)
|
|
406
406
|
- **Brainstorming** → @analyst (\*brainstorm)
|
|
407
|
-
- **Test suite creation** → @
|
|
407
|
+
- **Test suite creation** → @quality-gate (\*create-suite)
|
|
408
408
|
- **AI prompt generation** → @architect (\*generate-ai-prompt)
|
|
409
409
|
|
|
410
410
|
**When to use specialized agents:**
|
|
@@ -412,7 +412,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
|
|
|
412
412
|
- Story implementation → Use @dev
|
|
413
413
|
- Code review → Use @qa
|
|
414
414
|
- PRD creation → Use @pm
|
|
415
|
-
- Story creation → Use @
|
|
415
|
+
- Story creation → Use @sprint-lead (or @project-lead for epics)
|
|
416
416
|
- Architecture → Use @architect
|
|
417
417
|
- Database → Use @data-engineer
|
|
418
418
|
- UX/UI → Use @ux-design-expert
|
|
@@ -52,7 +52,7 @@ activation-instructions:
|
|
|
52
52
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
53
53
|
agent:
|
|
54
54
|
name: Sync
|
|
55
|
-
id:
|
|
55
|
+
id: sprint-lead
|
|
56
56
|
title: Scrum Master
|
|
57
57
|
icon: 🌊
|
|
58
58
|
whenToUse: |
|
|
@@ -124,7 +124,7 @@ persona:
|
|
|
124
124
|
1. Story starts → Create local feature branch (feature/X.Y-story-name)
|
|
125
125
|
2. Developer commits locally
|
|
126
126
|
3. Story complete → Notify @github-devops to push and create PR
|
|
127
|
-
note: '@
|
|
127
|
+
note: '@sprint-lead manages LOCAL branches during development, @github-devops manages REMOTE operations'
|
|
128
128
|
|
|
129
129
|
delegate_to_github_devops:
|
|
130
130
|
when:
|
|
@@ -149,9 +149,9 @@ commands:
|
|
|
149
149
|
description: 'Run story draft checklist'
|
|
150
150
|
|
|
151
151
|
# Process Management
|
|
152
|
-
# NOTE: correct-course removed - delegated to @sinapse-
|
|
152
|
+
# NOTE: correct-course removed - delegated to @sinapse-orqx
|
|
153
153
|
# See: docs/architecture/command-authority-matrix.md
|
|
154
|
-
# For course corrections → Escalate to @sinapse-
|
|
154
|
+
# For course corrections → Escalate to @sinapse-orqx using *correct-course
|
|
155
155
|
|
|
156
156
|
# Utilities
|
|
157
157
|
- name: session-info
|
|
@@ -196,7 +196,7 @@ autoClaude:
|
|
|
196
196
|
|
|
197
197
|
**Process Management:**
|
|
198
198
|
|
|
199
|
-
- For course corrections → Escalate to `@sinapse-
|
|
199
|
+
- For course corrections → Escalate to `@sinapse-orqx *correct-course`
|
|
200
200
|
|
|
201
201
|
Type `*help` to see all commands.
|
|
202
202
|
|
|
@@ -206,8 +206,8 @@ Type `*help` to see all commands.
|
|
|
206
206
|
|
|
207
207
|
**I collaborate with:**
|
|
208
208
|
|
|
209
|
-
- **@
|
|
210
|
-
- **@
|
|
209
|
+
- **@developer (Pixel):** Assigns stories to, receives completion status from
|
|
210
|
+
- **@product-lead (Pax):** Coordinates with on backlog and sprint planning
|
|
211
211
|
|
|
212
212
|
**I delegate to:**
|
|
213
213
|
|
|
@@ -215,10 +215,10 @@ Type `*help` to see all commands.
|
|
|
215
215
|
|
|
216
216
|
**When to use others:**
|
|
217
217
|
|
|
218
|
-
- Story validation → Use @
|
|
219
|
-
- Story implementation → Use @
|
|
218
|
+
- Story validation → Use @product-lead using `*validate-story-draft`
|
|
219
|
+
- Story implementation → Use @developer using `*develop`
|
|
220
220
|
- Push operations → Use @github-devops using `*push`
|
|
221
|
-
- Course corrections → Escalate to @sinapse-
|
|
221
|
+
- Course corrections → Escalate to @sinapse-orqx using `*correct-course`
|
|
222
222
|
|
|
223
223
|
---
|
|
224
224
|
|
|
@@ -232,14 +232,14 @@ Type `*help` to see all commands.
|
|
|
232
232
|
|---------|-------------|---------|
|
|
233
233
|
| Push to remote | @devops | `*push` |
|
|
234
234
|
| Create PR | @devops | `*create-pr` |
|
|
235
|
-
| Course correction | @sinapse-
|
|
235
|
+
| Course correction | @sinapse-orqx | `*correct-course` |
|
|
236
236
|
|
|
237
237
|
**Commands I receive from:**
|
|
238
238
|
|
|
239
239
|
| From | For | My Action |
|
|
240
240
|
|------|-----|-----------|
|
|
241
|
-
| @
|
|
242
|
-
| @
|
|
241
|
+
| @project-lead | Epic ready | `*draft` (create stories) |
|
|
242
|
+
| @product-lead | Story prioritized | `*draft` (refine story) |
|
|
243
243
|
|
|
244
244
|
---
|
|
245
245
|
|
|
@@ -254,7 +254,7 @@ Type `*help` to see all commands.
|
|
|
254
254
|
|
|
255
255
|
### Prerequisites
|
|
256
256
|
|
|
257
|
-
1. Backlog prioritized by @
|
|
257
|
+
1. Backlog prioritized by @product-lead (Pax)
|
|
258
258
|
2. Story templates available
|
|
259
259
|
3. Story draft checklist accessible
|
|
260
260
|
4. Understanding of current sprint goals
|
|
@@ -263,9 +263,9 @@ Type `*help` to see all commands.
|
|
|
263
263
|
|
|
264
264
|
1. **Story creation** → `*draft` to create next story
|
|
265
265
|
2. **Quality check** → `*story-checklist` on draft
|
|
266
|
-
3. **Handoff to dev** → Assign to @
|
|
266
|
+
3. **Handoff to dev** → Assign to @developer (Pixel)
|
|
267
267
|
4. **Monitor progress** → Track story completion
|
|
268
|
-
5. **Process correction** → Escalate to `@sinapse-
|
|
268
|
+
5. **Process correction** → Escalate to `@sinapse-orqx *correct-course` if issues
|
|
269
269
|
6. **Sprint closure** → Coordinate with @github-devops for push
|
|
270
270
|
|
|
271
271
|
### Common Pitfalls
|
|
@@ -278,8 +278,8 @@ Type `*help` to see all commands.
|
|
|
278
278
|
|
|
279
279
|
### Related Agents
|
|
280
280
|
|
|
281
|
-
- **@
|
|
282
|
-
- **@
|
|
281
|
+
- **@product-lead (Pax)** - Provides backlog prioritization
|
|
282
|
+
- **@developer (Pixel)** - Implements stories
|
|
283
283
|
- **@github-devops (Pipeline)** - Handles push operations
|
|
284
284
|
|
|
285
285
|
---
|
|
@@ -249,8 +249,8 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
|
|
|
249
249
|
|
|
250
250
|
**I collaborate with:**
|
|
251
251
|
|
|
252
|
-
- **@
|
|
253
|
-
- **@
|
|
252
|
+
- **@developer (Pixel):** Implements squad functionality
|
|
253
|
+
- **@quality-gate (Litmus):** Reviews squad implementations
|
|
254
254
|
- **@devops (Pipeline):** Handles publishing and deployment
|
|
255
255
|
|
|
256
256
|
**When to use others:**
|
|
@@ -335,8 +335,8 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
|
|
|
335
335
|
|
|
336
336
|
### Related Agents
|
|
337
337
|
|
|
338
|
-
- **@
|
|
339
|
-
- **@
|
|
338
|
+
- **@developer (Pixel)** - Implements squad code
|
|
339
|
+
- **@quality-gate (Litmus)** - Reviews squad quality
|
|
340
340
|
- **@devops (Pipeline)** - Handles deployment
|
|
341
341
|
|
|
342
342
|
---
|
|
@@ -443,7 +443,7 @@ Type `*help` to see commands by phase, or `*status` to see workflow state.
|
|
|
443
443
|
**I collaborate with:**
|
|
444
444
|
|
|
445
445
|
- **@architect (Stratum):** Provides frontend architecture and UX guidance to
|
|
446
|
-
- **@
|
|
446
|
+
- **@developer (Pixel):** Provides design specs and components to implement
|
|
447
447
|
|
|
448
448
|
**When to use others:**
|
|
449
449
|
|
|
@@ -488,6 +488,6 @@ Type `*help` to see commands by phase, or `*status` to see workflow state.
|
|
|
488
488
|
### Related Agents
|
|
489
489
|
|
|
490
490
|
- **@architect (Stratum)** - Frontend architecture collaboration
|
|
491
|
-
- **@
|
|
491
|
+
- **@developer (Pixel)** - Implements components
|
|
492
492
|
|
|
493
493
|
---
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
### 9. SINAPSE Integration
|
|
53
53
|
- [ ] `npx sinapse-ai doctor` reports healthy
|
|
54
|
-
- [ ] Agent activation works (@
|
|
54
|
+
- [ ] Agent activation works (@developer, @architect, etc.)
|
|
55
55
|
- [ ] Existing docs not duplicated
|
|
56
56
|
|
|
57
57
|
### 10. Rollback Verification
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Periodic checklist for maintaining agent MEMORY.md hygiene across all 10 agents.
|
|
4
4
|
|
|
5
5
|
**Frequency:** Once per sprint or after completing an epic.
|
|
6
|
-
**Executor:** Any agent (`@
|
|
6
|
+
**Executor:** Any agent (`@product-lead *execute-checklist memory-audit-checklist`)
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -580,7 +580,7 @@ if (require.main === module) {
|
|
|
580
580
|
|
|
581
581
|
case 'preload': {
|
|
582
582
|
const agents = agentId ? [agentId] : [
|
|
583
|
-
'sinapse-
|
|
583
|
+
'sinapse-orqx', 'dev', 'qa', 'architect', 'po', 'pm', 'sm',
|
|
584
584
|
'analyst', 'ux-expert', 'data-engineer', 'devops', 'db-sage', 'security',
|
|
585
585
|
];
|
|
586
586
|
|
|
@@ -17,7 +17,7 @@ const yaml = require('js-yaml');
|
|
|
17
17
|
* List of all SINAPSE agents
|
|
18
18
|
*/
|
|
19
19
|
const AGENTS = [
|
|
20
|
-
'sinapse-
|
|
20
|
+
'sinapse-orqx',
|
|
21
21
|
'dev',
|
|
22
22
|
'qa',
|
|
23
23
|
'architect',
|
|
@@ -117,7 +117,7 @@ function analyzeConfigNeeds(agentData) {
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
// Registry needed for meta operations
|
|
120
|
-
if (agentData.agentId === 'sinapse-
|
|
120
|
+
if (agentData.agentId === 'sinapse-orqx' ||
|
|
121
121
|
agentData.customization?.includes('registry')) {
|
|
122
122
|
needs.lazy.push('registry');
|
|
123
123
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Dev Context Loader - Optimized File Loading for @
|
|
2
|
+
* Dev Context Loader - Optimized File Loading for @developer Agent
|
|
3
3
|
*
|
|
4
4
|
* Loads devLoadAlwaysFiles with smart caching and summarization.
|
|
5
5
|
* Reduces ~2,300 lines to ~500 lines summary on initial load.
|
|
@@ -132,7 +132,7 @@ const YAML_DEP_FIELDS = {
|
|
|
132
132
|
|
|
133
133
|
const KNOWN_AGENTS = [
|
|
134
134
|
'dev', 'qa', 'pm', 'po', 'sm', 'architect', 'devops',
|
|
135
|
-
'analyst', 'data-engineer', 'ux-design-expert', 'sinapse-
|
|
135
|
+
'analyst', 'data-engineer', 'ux-design-expert', 'sinapse-orqx'
|
|
136
136
|
];
|
|
137
137
|
|
|
138
138
|
// Pattern A: YAML dependency block items (- name.md)
|
|
@@ -259,7 +259,7 @@ function extractMarkdownCrossReferences(content, entityId, verbose = false) {
|
|
|
259
259
|
addDep(basename);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
// Pattern D: Agent references (@
|
|
262
|
+
// Pattern D: Agent references (@developer, @quality-gate, etc.)
|
|
263
263
|
while ((match = AGENT_REF_RE.exec(content)) !== null) {
|
|
264
264
|
deps.add(match[1]);
|
|
265
265
|
}
|
|
@@ -12,7 +12,7 @@ const _fs = require('fs');
|
|
|
12
12
|
const _path = require('path');
|
|
13
13
|
const _yaml = require('js-yaml');
|
|
14
14
|
|
|
15
|
-
// Mock agent definition (simulates @
|
|
15
|
+
// Mock agent definition (simulates @developer)
|
|
16
16
|
const mockDevAgent = {
|
|
17
17
|
name: 'Dex',
|
|
18
18
|
id: 'dev',
|
|
@@ -82,7 +82,7 @@ async function testGreetings() {
|
|
|
82
82
|
const builder = new GreetingBuilder();
|
|
83
83
|
|
|
84
84
|
// Test 1: New Session Greeting (Dev)
|
|
85
|
-
console.log('\n📝 TEST 1: New Session (@
|
|
85
|
+
console.log('\n📝 TEST 1: New Session (@developer activation)\n');
|
|
86
86
|
console.log('─'.repeat(80));
|
|
87
87
|
try {
|
|
88
88
|
const newSessionGreeting = await builder.buildGreeting(mockDevAgent, {
|
|
@@ -94,7 +94,7 @@ async function testGreetings() {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
// Test 2: Existing Session Greeting (Dev)
|
|
97
|
-
console.log('\n\n📝 TEST 2: Existing Session (@
|
|
97
|
+
console.log('\n\n📝 TEST 2: Existing Session (@developer with history)\n');
|
|
98
98
|
console.log('─'.repeat(80));
|
|
99
99
|
try {
|
|
100
100
|
const existingSessionGreeting = await builder.buildGreeting(mockDevAgent, {
|
|
@@ -111,7 +111,7 @@ async function testGreetings() {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
// Test 3: Workflow Session Greeting (PO)
|
|
114
|
-
console.log('\n\n📝 TEST 3: Workflow Session (@
|
|
114
|
+
console.log('\n\n📝 TEST 3: Workflow Session (@product-lead after validate-story-draft)\n');
|
|
115
115
|
console.log('─'.repeat(80));
|
|
116
116
|
try {
|
|
117
117
|
const workflowSessionGreeting = await builder.buildGreeting(mockPoAgent, {
|
|
@@ -104,7 +104,7 @@ const DEFAULT_PIPELINE_TIMEOUT_MS = 500;
|
|
|
104
104
|
const ALL_AGENT_IDS = [
|
|
105
105
|
'dev', 'qa', 'architect', 'pm', 'po', 'sm',
|
|
106
106
|
'analyst', 'data-engineer', 'ux-design-expert',
|
|
107
|
-
'devops', 'sinapse-
|
|
107
|
+
'devops', 'sinapse-orqx', 'squad-creator',
|
|
108
108
|
];
|
|
109
109
|
|
|
110
110
|
/**
|
|
@@ -627,7 +627,7 @@ class UnifiedActivationPipeline {
|
|
|
627
627
|
'data-engineer': '\uD83D\uDDC4\uFE0F',
|
|
628
628
|
'ux-design-expert': '\uD83C\uDFA8',
|
|
629
629
|
'devops': '\u2699\uFE0F',
|
|
630
|
-
'sinapse-
|
|
630
|
+
'sinapse-orqx': '\uD83D\uDC51',
|
|
631
631
|
'squad-creator': '\uD83D\uDC65',
|
|
632
632
|
};
|
|
633
633
|
return icons[agentId] || '\uD83E\uDD16';
|
|
@@ -341,16 +341,16 @@ async function verifyGap2() {
|
|
|
341
341
|
'File not found',
|
|
342
342
|
);
|
|
343
343
|
|
|
344
|
-
// 2.13 sinapse-
|
|
345
|
-
const masterMd = fs.readFileSync(path.join(ROOT, '.sinapse-ai/development/agents/sinapse-
|
|
344
|
+
// 2.13 sinapse-orqx has validate-workflow command
|
|
345
|
+
const masterMd = fs.readFileSync(path.join(ROOT, '.sinapse-ai/development/agents/sinapse-orqx.md'), 'utf-8');
|
|
346
346
|
assert(
|
|
347
347
|
masterMd.includes('name: validate-workflow'),
|
|
348
|
-
'2.13a sinapse-
|
|
349
|
-
'Command not found in sinapse-
|
|
348
|
+
'2.13a sinapse-orqx has validate-workflow command',
|
|
349
|
+
'Command not found in sinapse-orqx.md',
|
|
350
350
|
);
|
|
351
351
|
assert(
|
|
352
352
|
masterMd.includes('validate-workflow.md'),
|
|
353
|
-
'2.13b sinapse-
|
|
353
|
+
'2.13b sinapse-orqx has validate-workflow.md in dependencies',
|
|
354
354
|
'Dependency not found',
|
|
355
355
|
);
|
|
356
356
|
}
|
|
@@ -668,16 +668,16 @@ async function verifyGap3() {
|
|
|
668
668
|
'File not found',
|
|
669
669
|
);
|
|
670
670
|
|
|
671
|
-
// 3.22 sinapse-
|
|
672
|
-
const masterMd = fs.readFileSync(path.join(ROOT, '.sinapse-ai/development/agents/sinapse-
|
|
671
|
+
// 3.22 sinapse-orqx has run-workflow command
|
|
672
|
+
const masterMd = fs.readFileSync(path.join(ROOT, '.sinapse-ai/development/agents/sinapse-orqx.md'), 'utf-8');
|
|
673
673
|
assert(
|
|
674
674
|
masterMd.includes('name: run-workflow'),
|
|
675
|
-
'3.22a sinapse-
|
|
675
|
+
'3.22a sinapse-orqx has run-workflow command',
|
|
676
676
|
'Command not found',
|
|
677
677
|
);
|
|
678
678
|
assert(
|
|
679
679
|
masterMd.includes('run-workflow.md'),
|
|
680
|
-
'3.22b sinapse-
|
|
680
|
+
'3.22b sinapse-orqx has run-workflow.md in dependencies',
|
|
681
681
|
'Dependency not found',
|
|
682
682
|
);
|
|
683
683
|
|
|
@@ -388,10 +388,10 @@ Based on existing service patterns, suggest structure:
|
|
|
388
388
|
|
|
389
389
|
| Service Type | Primary Agent | Support Agent |
|
|
390
390
|
|--------------|---------------|---------------|
|
|
391
|
-
| API Integration | @
|
|
392
|
-
| Utility Service | @
|
|
393
|
-
| Agent Tool | @
|
|
394
|
-
| Database-heavy | @data-engineer | @
|
|
391
|
+
| API Integration | @developer | @quality-gate |
|
|
392
|
+
| Utility Service | @developer | @architect |
|
|
393
|
+
| Agent Tool | @developer | @devops |
|
|
394
|
+
| Database-heavy | @data-engineer | @developer |
|
|
395
395
|
|
|
396
396
|
---
|
|
397
397
|
|
|
@@ -344,4 +344,4 @@ next_agent: @qa
|
|
|
344
344
|
next_command: *review {story-id}
|
|
345
345
|
condition: Fixes applied, ready for re-review
|
|
346
346
|
alternatives:
|
|
347
|
-
- agent: @
|
|
347
|
+
- agent: @developer, command: *run-tests, condition: Need to verify fixes pass tests first
|
|
@@ -831,4 +831,4 @@ next_agent: @analyst
|
|
|
831
831
|
next_command: *research {topic}
|
|
832
832
|
condition: Complexity class is STANDARD or COMPLEX (research needed)
|
|
833
833
|
alternatives:
|
|
834
|
-
- agent: @
|
|
834
|
+
- agent: @project-lead, command: *write-spec, condition: Complexity class is SIMPLE (skip research)
|
|
@@ -166,12 +166,12 @@ const assignment = assignExecutorFromContent(storyContent);
|
|
|
166
166
|
|
|
167
167
|
| Work Type | Keywords | Executor | Quality Gate |
|
|
168
168
|
|-----------|----------|----------|--------------|
|
|
169
|
-
| Code/Features/Logic | feature, logic, handler, service, api | @
|
|
170
|
-
| Schema/DB/RLS/Migrations | schema, table, migration, rls, query, database | @data-engineer | @
|
|
169
|
+
| Code/Features/Logic | feature, logic, handler, service, api | @developer | @architect |
|
|
170
|
+
| Schema/DB/RLS/Migrations | schema, table, migration, rls, query, database | @data-engineer | @developer |
|
|
171
171
|
| Infra/CI/CD/Deploy | ci/cd, deploy, docker, kubernetes, pipeline | @devops | @architect |
|
|
172
|
-
| Design/UI Components | component, ui, design, interface, accessibility | @ux-design-expert | @
|
|
173
|
-
| Research/Investigation | research, investigate, analyze, poc | @analyst | @
|
|
174
|
-
| Architecture Decisions | architecture, design_decision, pattern, scalability | @architect | @
|
|
172
|
+
| Design/UI Components | component, ui, design, interface, accessibility | @ux-design-expert | @developer |
|
|
173
|
+
| Research/Investigation | research, investigate, analyze, poc | @analyst | @project-lead |
|
|
174
|
+
| Architecture Decisions | architecture, design_decision, pattern, scalability | @architect | @project-lead |
|
|
175
175
|
|
|
176
176
|
**CRITICAL RULES:**
|
|
177
177
|
- [ ] **executor != quality_gate** (ALWAYS different)
|
|
@@ -192,7 +192,7 @@ Each story should include:
|
|
|
192
192
|
```yaml
|
|
193
193
|
# Every story MUST include these fields in YAML frontmatter
|
|
194
194
|
executor: "@data-engineer" # Assigned via assignExecutorFromContent()
|
|
195
|
-
quality_gate: "@
|
|
195
|
+
quality_gate: "@developer" # MUST be different from executor
|
|
196
196
|
quality_gate_tools: [schema_validation, migration_review, rls_test]
|
|
197
197
|
```
|
|
198
198
|
|
|
@@ -209,7 +209,7 @@ quality_gate_tools: [schema_validation, migration_review, rls_test]
|
|
|
209
209
|
|
|
210
210
|
2. **Story 2: {{API Integration Story}}**
|
|
211
211
|
- Description: {{Create REST endpoint for feature X}}
|
|
212
|
-
- **Predicted Agents**: @
|
|
212
|
+
- **Predicted Agents**: @developer, @architect (if new patterns)
|
|
213
213
|
- **Quality Gates**:
|
|
214
214
|
- Pre-Commit: Security scan, error handling validation
|
|
215
215
|
- Pre-PR: API contract validation, backward compatibility check
|
|
@@ -217,7 +217,7 @@ quality_gate_tools: [schema_validation, migration_review, rls_test]
|
|
|
217
217
|
|
|
218
218
|
3. **Story 3: {{Deployment Story}}**
|
|
219
219
|
- Description: {{Deploy feature X to production with configuration}}
|
|
220
|
-
- **Predicted Agents**: @
|
|
220
|
+
- **Predicted Agents**: @developer, @github-devops (deployment coordination)
|
|
221
221
|
- **Quality Gates**:
|
|
222
222
|
- Pre-Commit: Configuration validation
|
|
223
223
|
- Pre-PR: Environment consistency check
|
|
@@ -232,11 +232,11 @@ When breaking down epic into stories, predict agents based on:
|
|
|
232
232
|
- **API/Backend Changes** → Include @architect for contract review
|
|
233
233
|
- **Frontend/UI Changes** → Include @ux-expert for accessibility
|
|
234
234
|
- **Deployment/Infrastructure** → Include @github-devops for coordination
|
|
235
|
-
- **Security Features** → Ensure @
|
|
235
|
+
- **Security Features** → Ensure @developer focuses on OWASP validation
|
|
236
236
|
|
|
237
237
|
**Quality Gate Prediction Guidance:**
|
|
238
238
|
|
|
239
|
-
- **All Stories**: Must include Pre-Commit review (@
|
|
239
|
+
- **All Stories**: Must include Pre-Commit review (@developer)
|
|
240
240
|
- **Stories Creating PRs**: Include Pre-PR validation (@github-devops)
|
|
241
241
|
- **Production Deployments**: Include Pre-Deployment scan (@github-devops)
|
|
242
242
|
- **HIGH RISK Stories**: Consider feature flags and phased rollout
|
|
@@ -360,5 +360,5 @@ next_agent: @po
|
|
|
360
360
|
next_command: *validate-story-draft {story-id}
|
|
361
361
|
condition: Brownfield story created from assessment
|
|
362
362
|
alternatives:
|
|
363
|
-
- agent: @
|
|
363
|
+
- agent: @sprint-lead, command: *draft, condition: Need additional stories from same assessment
|
|
364
364
|
|
|
@@ -196,4 +196,4 @@ next_agent: @qa
|
|
|
196
196
|
next_command: *review {story-id}
|
|
197
197
|
condition: Autonomous build completed successfully
|
|
198
198
|
alternatives:
|
|
199
|
-
- agent: @
|
|
199
|
+
- agent: @developer, command: *build-resume {story-id}, condition: Build failed, needs resume
|
|
@@ -497,14 +497,14 @@ Add entry to Epic 3 changelog (or Story 3.18 change_log):
|
|
|
497
497
|
- date: '2025-10-31'
|
|
498
498
|
version: 2.0.0
|
|
499
499
|
description: Utilities cleanup complete - 30 deprecated files archived
|
|
500
|
-
author: James (@
|
|
500
|
+
author: James (@developer)
|
|
501
501
|
changes:
|
|
502
502
|
- 'Archived 30 deprecated utilities (37% of total 81)'
|
|
503
503
|
- 'Created utils-archive/ with restoration documentation'
|
|
504
504
|
- 'Moved 1 test file to proper location'
|
|
505
505
|
- 'Updated core-config.yaml utility count: 81 → 51'
|
|
506
506
|
- 'Framework validation passed post-cleanup'
|
|
507
|
-
- 'All agents (@
|
|
507
|
+
- 'All agents (@developer, @product-lead, @quality-gate) activate successfully'
|
|
508
508
|
```
|
|
509
509
|
|
|
510
510
|
**5.3 Update Developer Guides**
|
|
@@ -532,9 +532,9 @@ Test that all core agents still activate:
|
|
|
532
532
|
|
|
533
533
|
```bash
|
|
534
534
|
# Test each agent manually or via script
|
|
535
|
-
# @
|
|
536
|
-
# @
|
|
537
|
-
# @
|
|
535
|
+
# @developer agent
|
|
536
|
+
# @product-lead agent
|
|
537
|
+
# @quality-gate agent
|
|
538
538
|
```
|
|
539
539
|
|
|
540
540
|
Expected: All agents load without errors
|
|
@@ -615,7 +615,7 @@ node .sinapse-ai/scripts/sinapse-validator.js
|
|
|
615
615
|
- ✅ All 30 deprecated utilities archived without deletion
|
|
616
616
|
- ✅ Zero broken references (grep validation passes)
|
|
617
617
|
- ✅ Framework validation (sinapse-validator.js) passes
|
|
618
|
-
- ✅ All agents (@
|
|
618
|
+
- ✅ All agents (@developer, @product-lead, @quality-gate) activate successfully
|
|
619
619
|
- ✅ Backup created before changes
|
|
620
620
|
- ✅ Archive README created with restoration instructions
|
|
621
621
|
- ✅ core-config.yaml updated accurately
|
|
@@ -43,7 +43,7 @@ This task creates a single high-quality agent based on researched methodologies
|
|
|
43
43
|
- NEW: Phase 5 — Operational Infrastructure (command_loader, tasks, templates, checklists)
|
|
44
44
|
- NEW: Phase 6 — Operational Validation (SC_AGT_004, maturity scoring)
|
|
45
45
|
- NEW: Maturity levels (Nivel 1/2/3) with scoring formula
|
|
46
|
-
- NEW: @
|
|
46
|
+
- NEW: @quality-gate as Process Specialist reference
|
|
47
47
|
- Agents must now ship with operational files, not just persona
|
|
48
48
|
- Reference: `aprendizado/32-ANATOMIA-AGENTE-100-PORCENTO-REPLICAVEL.md`
|
|
49
49
|
|
|
@@ -520,7 +520,7 @@ Regardless of story type, ALL brownfield stories must include these focus areas:
|
|
|
520
520
|
|
|
521
521
|
Specialized Agent Assignment:
|
|
522
522
|
Primary Agents:
|
|
523
|
-
- @
|
|
523
|
+
- @developer (always required)
|
|
524
524
|
- @[integration-specific-agent] (based on affected systems)
|
|
525
525
|
|
|
526
526
|
Supporting Agents:
|
|
@@ -528,7 +528,7 @@ Regardless of story type, ALL brownfield stories must include these focus areas:
|
|
|
528
528
|
- @[supporting-agent-2] (if cross-cutting concerns)
|
|
529
529
|
|
|
530
530
|
Quality Gate Tasks:
|
|
531
|
-
- [ ] Pre-Commit (@
|
|
531
|
+
- [ ] Pre-Commit (@developer): Run `coderabbit --prompt-only -t uncommitted` before story complete
|
|
532
532
|
- [ ] Pre-PR (@github-devops): Run `coderabbit --prompt-only --base main` before PR creation
|
|
533
533
|
- [ ] Pre-Deployment (@github-devops): Run `coderabbit --prompt-only -t committed --base HEAD~10` before production deploy (HIGH RISK stories only)
|
|
534
534
|
|
|
@@ -563,7 +563,7 @@ Regardless of story type, ALL brownfield stories must include these focus areas:
|
|
|
563
563
|
|
|
564
564
|
Specialized Agent Assignment:
|
|
565
565
|
Primary Agents:
|
|
566
|
-
- @
|
|
566
|
+
- @developer (pre-commit reviews)
|
|
567
567
|
- @db-sage (schema changes, RLS policies, existing data migration)
|
|
568
568
|
- @architect (API contract changes, backward compatibility)
|
|
569
569
|
|
|
@@ -571,7 +571,7 @@ Regardless of story type, ALL brownfield stories must include these focus areas:
|
|
|
571
571
|
- @github-devops (phased rollout, rollback procedure)
|
|
572
572
|
|
|
573
573
|
Quality Gate Tasks:
|
|
574
|
-
- [ ] Pre-Commit (@
|
|
574
|
+
- [ ] Pre-Commit (@developer): Run before story complete
|
|
575
575
|
- [ ] Pre-PR (@github-devops): Run before PR creation
|
|
576
576
|
- [ ] Pre-Deployment (@github-devops): Run before production deploy with rollback plan validation
|
|
577
577
|
|