sinapse-ai 5.0.8 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2126 -2570
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +9 -9
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +16 -16
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
package/.claude/CLAUDE.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| CI/CD pipeline management | YES | BLOCKED |
|
|
13
13
|
| Release management | YES | BLOCKED |
|
|
14
14
|
|
|
15
|
-
### @
|
|
15
|
+
### @project-lead (Morgan) — Epic Orchestration
|
|
16
16
|
|
|
17
17
|
| Operation | Exclusive? | Delegated From |
|
|
18
18
|
|-----------|-----------|---------------|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| Requirements gathering | YES | — |
|
|
23
23
|
| Spec writing (spec pipeline) | YES | — |
|
|
24
24
|
|
|
25
|
-
### @
|
|
25
|
+
### @product-lead (Pax) — Story Validation
|
|
26
26
|
|
|
27
27
|
| Operation | Exclusive? | Details |
|
|
28
28
|
|-----------|-----------|---------|
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
| Epic context management | YES | — |
|
|
32
32
|
| Backlog prioritization | YES | — |
|
|
33
33
|
|
|
34
|
-
### @
|
|
34
|
+
### @sprint-lead (River) — Story Creation
|
|
35
35
|
|
|
36
36
|
| Operation | Exclusive? | Details |
|
|
37
37
|
|-----------|-----------|---------|
|
|
38
38
|
| `*draft` / `*create-story` | YES | From epic/PRD |
|
|
39
39
|
| Story template selection | YES | — |
|
|
40
40
|
|
|
41
|
-
### @
|
|
41
|
+
### @developer (Dex) — Implementation
|
|
42
42
|
|
|
43
43
|
| Allowed | Blocked |
|
|
44
44
|
|---------|---------|
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| Index strategy execution | Frontend/UI |
|
|
68
68
|
| Migration planning & execution | — |
|
|
69
69
|
|
|
70
|
-
### @sinapse-
|
|
70
|
+
### @sinapse-orqx — Framework Governance
|
|
71
71
|
|
|
72
72
|
| Capability | Details |
|
|
73
73
|
|-----------|---------|
|
|
@@ -89,17 +89,17 @@ ANY agent → @devops *push
|
|
|
89
89
|
|
|
90
90
|
### Story Flow
|
|
91
91
|
```
|
|
92
|
-
@
|
|
92
|
+
@sprint-lead *draft → @product-lead *validate → @developer *develop → @quality-gate *qa-gate → @devops *push
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
### Epic Flow
|
|
96
96
|
```
|
|
97
|
-
@
|
|
97
|
+
@project-lead *create-epic → @project-lead *execute-epic → @sprint-lead *draft (per story)
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
## Escalation Rules
|
|
101
101
|
|
|
102
|
-
1. Agent cannot complete task → Escalate to @sinapse-
|
|
103
|
-
2. Quality gate fails → Return to @
|
|
102
|
+
1. Agent cannot complete task → Escalate to @sinapse-orqx
|
|
103
|
+
2. Quality gate fails → Return to @developer with specific feedback
|
|
104
104
|
3. Constitutional violation detected → BLOCK, require fix before proceed
|
|
105
|
-
4. Agent boundary conflict → @sinapse-
|
|
105
|
+
4. Agent boundary conflict → @sinapse-orqx mediates
|
|
@@ -7,9 +7,9 @@ paths: .sinapse-ai/development/agents/**
|
|
|
7
7
|
Each SINAPSE agent has a canonical MEMORY.md containing persistent knowledge.
|
|
8
8
|
These are the canonical locations — agents should read their memory on activation.
|
|
9
9
|
|
|
10
|
-
@import .sinapse-ai/development/agents/
|
|
11
|
-
@import .sinapse-ai/development/agents/
|
|
10
|
+
@import .sinapse-ai/development/agents/developer/MEMORY.md
|
|
11
|
+
@import .sinapse-ai/development/agents/quality-gate/MEMORY.md
|
|
12
12
|
@import .sinapse-ai/development/agents/architect/MEMORY.md
|
|
13
13
|
@import .sinapse-ai/development/agents/devops/MEMORY.md
|
|
14
|
-
@import .sinapse-ai/development/agents/
|
|
15
|
-
@import .sinapse-ai/development/agents/
|
|
14
|
+
@import .sinapse-ai/development/agents/project-lead/MEMORY.md
|
|
15
|
+
@import .sinapse-ai/development/agents/product-lead/MEMORY.md
|
|
@@ -10,7 +10,7 @@ paths:
|
|
|
10
10
|
|
|
11
11
|
## Self-Healing Configuration
|
|
12
12
|
|
|
13
|
-
### Dev Phase (@
|
|
13
|
+
### Dev Phase (@developer — Story Development Cycle Phase 3)
|
|
14
14
|
|
|
15
15
|
```yaml
|
|
16
16
|
mode: light
|
|
@@ -32,7 +32,7 @@ RUN CodeRabbit → CRITICAL found?
|
|
|
32
32
|
After 2 iterations with CRITICAL → HALT, manual intervention
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
### QA Phase (@
|
|
35
|
+
### QA Phase (@quality-gate — QA Loop Pre-Review)
|
|
36
36
|
|
|
37
37
|
```yaml
|
|
38
38
|
mode: full
|
|
@@ -78,8 +78,8 @@ wsl bash -c 'cd /mnt/c/.../sinapse-ai && ~/.local/bin/coderabbit --prompt-only -
|
|
|
78
78
|
|
|
79
79
|
| Workflow | Phase | Trigger | Agent |
|
|
80
80
|
|----------|-------|---------|-------|
|
|
81
|
-
| Story Development Cycle | 3 (Implement) | After task completion | @
|
|
82
|
-
| QA Loop | 1 (Review) | At review start | @
|
|
81
|
+
| Story Development Cycle | 3 (Implement) | After task completion | @developer |
|
|
82
|
+
| QA Loop | 1 (Review) | At review start | @quality-gate |
|
|
83
83
|
| Standalone | Any | `*coderabbit-review` command | Any |
|
|
84
84
|
|
|
85
85
|
## Focus Areas by Story Type
|
|
@@ -35,35 +35,35 @@ Required justification:
|
|
|
35
35
|
|
|
36
36
|
## Verification Gates G1-G6
|
|
37
37
|
|
|
38
|
-
### G1: Epic Creation (@
|
|
38
|
+
### G1: Epic Creation (@project-lead)
|
|
39
39
|
- **Type:** Human-in-loop, Advisory
|
|
40
40
|
- **Trigger:** `*create-epic` workflow
|
|
41
41
|
- **Action:** Query registry for related entities, display potentially reusable artifacts
|
|
42
42
|
- **Latency:** < 24h (async)
|
|
43
43
|
- **Blocking:** No
|
|
44
44
|
|
|
45
|
-
### G2: Story Creation (@
|
|
45
|
+
### G2: Story Creation (@sprint-lead)
|
|
46
46
|
- **Type:** Human-in-loop, Advisory
|
|
47
47
|
- **Trigger:** `*draft` workflow
|
|
48
48
|
- **Action:** Check existing tasks/templates matching story work
|
|
49
49
|
- **Latency:** < 24h (async)
|
|
50
50
|
- **Blocking:** No
|
|
51
51
|
|
|
52
|
-
### G3: Story Validation (@
|
|
52
|
+
### G3: Story Validation (@product-lead)
|
|
53
53
|
- **Type:** Human-in-loop, Soft Block
|
|
54
54
|
- **Trigger:** `*validate-story-draft` workflow
|
|
55
55
|
- **Action:** Verify referenced artifacts exist, detect potential duplication
|
|
56
56
|
- **Latency:** < 4h (async)
|
|
57
57
|
- **Blocking:** Soft (can override with reason)
|
|
58
58
|
|
|
59
|
-
### G4: Dev Context (@
|
|
59
|
+
### G4: Dev Context (@developer)
|
|
60
60
|
- **Type:** Automated, Informational
|
|
61
61
|
- **Trigger:** Story assignment / `*develop` start
|
|
62
62
|
- **Action:** Display matching patterns as reminder
|
|
63
63
|
- **Latency:** < 2s
|
|
64
64
|
- **Blocking:** NO (logged only for metrics)
|
|
65
65
|
|
|
66
|
-
### G5: QA Review (@
|
|
66
|
+
### G5: QA Review (@quality-gate)
|
|
67
67
|
- **Type:** Automated, Blocks Merge
|
|
68
68
|
- **Trigger:** PR/merge request
|
|
69
69
|
- **Action:** Check if new artifacts could have reused existing
|
|
@@ -14,21 +14,21 @@ Draft → Ready → InProgress → InReview → Done
|
|
|
14
14
|
|
|
15
15
|
| Status | Trigger | Agent | Action |
|
|
16
16
|
|--------|---------|-------|--------|
|
|
17
|
-
| Draft | @
|
|
18
|
-
| Ready | @
|
|
19
|
-
| InProgress | @
|
|
20
|
-
| InReview | @
|
|
21
|
-
| Done | @
|
|
17
|
+
| Draft | @sprint-lead creates story | @sprint-lead | Story file created |
|
|
18
|
+
| Ready | @product-lead validates (GO) | @product-lead | **MUST update status field in story file from Draft → Ready** |
|
|
19
|
+
| InProgress | @developer starts implementation | @developer | Update status field |
|
|
20
|
+
| InReview | @developer completes, @quality-gate reviews | @quality-gate | Update status field |
|
|
21
|
+
| Done | @quality-gate PASS, @devops pushes | @devops | Update status field |
|
|
22
22
|
|
|
23
|
-
**CRITICAL:** The `Draft → Ready` transition is the responsibility of @
|
|
23
|
+
**CRITICAL:** The `Draft → Ready` transition is the responsibility of @product-lead during `*validate-story-draft`. When verdict is GO (including conditional GO after fixes are applied), @product-lead MUST update the story's Status field to `Ready` and log the transition in the Change Log. A story left in `Draft` after a GO verdict is a process violation.
|
|
24
24
|
|
|
25
|
-
## Phase 1: Create (@
|
|
25
|
+
## Phase 1: Create (@sprint-lead)
|
|
26
26
|
|
|
27
27
|
**Task:** `create-next-story.md`
|
|
28
28
|
**Inputs:** PRD sharded, epic context
|
|
29
29
|
**Output:** `{epicNum}.{storyNum}.story.md`
|
|
30
30
|
|
|
31
|
-
## Phase 2: Validate (@
|
|
31
|
+
## Phase 2: Validate (@product-lead)
|
|
32
32
|
|
|
33
33
|
**Task:** `validate-next-story.md`
|
|
34
34
|
|
|
@@ -47,7 +47,7 @@ Draft → Ready → InProgress → InReview → Done
|
|
|
47
47
|
|
|
48
48
|
**Decision:** GO (≥7/10) or NO-GO (<7/10 with required fixes)
|
|
49
49
|
|
|
50
|
-
## Phase 3: Implement (@
|
|
50
|
+
## Phase 3: Implement (@developer)
|
|
51
51
|
|
|
52
52
|
**Task:** `dev-develop-story.md`
|
|
53
53
|
|
|
@@ -80,7 +80,7 @@ if CRITICAL persist after 2 iterations:
|
|
|
80
80
|
HALT — manual intervention required
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
## Phase 4: QA Gate (@
|
|
83
|
+
## Phase 4: QA Gate (@quality-gate)
|
|
84
84
|
|
|
85
85
|
**Task:** `qa-gate.md`
|
|
86
86
|
|
|
@@ -100,7 +100,7 @@ if CRITICAL persist after 2 iterations:
|
|
|
100
100
|
|----------|-------|--------|
|
|
101
101
|
| PASS | All checks OK | Approve, proceed to @devops push |
|
|
102
102
|
| CONCERNS | Minor issues | Approve with observations documented |
|
|
103
|
-
| FAIL | HIGH/CRITICAL issues | Return to @
|
|
103
|
+
| FAIL | HIGH/CRITICAL issues | Return to @developer with feedback |
|
|
104
104
|
| WAIVED | Issues accepted | Approve with waiver documented (rare) |
|
|
105
105
|
|
|
106
106
|
### Gate File Structure
|
|
@@ -118,7 +118,7 @@ issues:
|
|
|
118
118
|
## QA Loop (Iterative Review-Fix)
|
|
119
119
|
|
|
120
120
|
```
|
|
121
|
-
@
|
|
121
|
+
@quality-gate review → verdict → @developer fixes → re-review (max 5 iterations)
|
|
122
122
|
```
|
|
123
123
|
|
|
124
124
|
**Commands:**
|
|
@@ -139,7 +139,7 @@ issues:
|
|
|
139
139
|
|
|
140
140
|
| Section | Who Can Edit |
|
|
141
141
|
|---------|-------------|
|
|
142
|
-
| Title, Description, AC, Scope | @
|
|
143
|
-
| File List, Dev Notes, checkboxes | @
|
|
144
|
-
| QA Results | @
|
|
142
|
+
| Title, Description, AC, Scope | @product-lead only |
|
|
143
|
+
| File List, Dev Notes, checkboxes | @developer |
|
|
144
|
+
| QA Results | @quality-gate only |
|
|
145
145
|
| Change Log | Any agent (append only) |
|
|
@@ -14,24 +14,24 @@ Uma task validada é lei: deve ser executada conforme configurada, com todas as
|
|
|
14
14
|
|
|
15
15
|
**Full 4-phase workflow for all development work.**
|
|
16
16
|
|
|
17
|
-
#### Phase 1: Create (@
|
|
17
|
+
#### Phase 1: Create (@sprint-lead)
|
|
18
18
|
- **Task:** `create-next-story.md`
|
|
19
19
|
- **Inputs:** PRD sharded, epic context
|
|
20
20
|
- **Output:** `{epicNum}.{storyNum}.story.md`
|
|
21
21
|
- **Status:** Draft
|
|
22
22
|
|
|
23
|
-
#### Phase 2: Validate (@
|
|
23
|
+
#### Phase 2: Validate (@product-lead)
|
|
24
24
|
- **Task:** `validate-next-story.md`
|
|
25
25
|
- **10-point checklist** (see `story-lifecycle.md`)
|
|
26
26
|
- **Decision:** GO (>=7) or NO-GO (required fixes listed)
|
|
27
27
|
|
|
28
|
-
#### Phase 3: Implement (@
|
|
28
|
+
#### Phase 3: Implement (@developer)
|
|
29
29
|
- **Task:** `dev-develop-story.md`
|
|
30
30
|
- **Modes:** Interactive / YOLO / Pre-Flight
|
|
31
31
|
- **CodeRabbit:** Self-healing max 2 iterations
|
|
32
32
|
- **Status:** Ready → InProgress
|
|
33
33
|
|
|
34
|
-
#### Phase 4: QA Gate (@
|
|
34
|
+
#### Phase 4: QA Gate (@quality-gate)
|
|
35
35
|
- **Task:** `qa-gate.md`
|
|
36
36
|
- **7 quality checks** (see `story-lifecycle.md`)
|
|
37
37
|
- **Decision:** PASS / CONCERNS / FAIL / WAIVED
|
|
@@ -44,7 +44,7 @@ Uma task validada é lei: deve ser executada conforme configurada, com todas as
|
|
|
44
44
|
**Automated review-fix cycle after initial QA gate.**
|
|
45
45
|
|
|
46
46
|
```
|
|
47
|
-
@
|
|
47
|
+
@quality-gate review → verdict → @developer fixes → re-review (max 5)
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
**Commands:**
|
|
@@ -61,7 +61,7 @@ Uma task validada é lei: deve ser executada conforme configurada, com todas as
|
|
|
61
61
|
|
|
62
62
|
**Verdicts:**
|
|
63
63
|
- APPROVE → Complete, mark Done
|
|
64
|
-
- REJECT → @
|
|
64
|
+
- REJECT → @developer fixes, re-review
|
|
65
65
|
- BLOCKED → Escalate immediately
|
|
66
66
|
|
|
67
67
|
**Escalation triggers:**
|
|
@@ -78,11 +78,11 @@ Uma task validada é lei: deve ser executada conforme configurada, com todas as
|
|
|
78
78
|
|
|
79
79
|
| Phase | Agent | Output | Skip If |
|
|
80
80
|
|-------|-------|--------|---------|
|
|
81
|
-
| 1. Gather | @
|
|
81
|
+
| 1. Gather | @project-lead | `requirements.json` | Never |
|
|
82
82
|
| 2. Assess | @architect | `complexity.json` | source=simple |
|
|
83
83
|
| 3. Research | @analyst | `research.json` | SIMPLE class |
|
|
84
|
-
| 4. Write Spec | @
|
|
85
|
-
| 5. Critique | @
|
|
84
|
+
| 4. Write Spec | @project-lead | `spec.md` | Never |
|
|
85
|
+
| 5. Critique | @quality-gate | `critique.json` | Never |
|
|
86
86
|
| 6. Plan | @architect | `implementation.yaml` | If APPROVED |
|
|
87
87
|
|
|
88
88
|
**Complexity Classes:**
|
|
@@ -126,12 +126,12 @@ Every statement in spec.md MUST trace to FR-*, NFR-*, CON-*, or research finding
|
|
|
126
126
|
- Phase 4: @architect → `technical-debt-DRAFT.md`
|
|
127
127
|
- Phase 5: @data-engineer → `db-specialist-review.md`
|
|
128
128
|
- Phase 6: @ux-design-expert → `ux-specialist-review.md`
|
|
129
|
-
- Phase 7: @
|
|
129
|
+
- Phase 7: @quality-gate → `qa-review.md` (QA Gate: APPROVED | NEEDS WORK)
|
|
130
130
|
|
|
131
131
|
**Finalization (Phases 8-10):**
|
|
132
132
|
- Phase 8: @architect → `technical-debt-assessment.md` (final)
|
|
133
133
|
- Phase 9: @analyst → `TECHNICAL-DEBT-REPORT.md` (executive)
|
|
134
|
-
- Phase 10: @
|
|
134
|
+
- Phase 10: @project-lead → Epic + stories ready for development
|
|
135
135
|
|
|
136
136
|
**QA Gate (Phase 7):**
|
|
137
137
|
- **APPROVED:** All debits validated, no critical gaps, dependencies mapped
|
|
@@ -45,9 +45,9 @@ Cada agente tem autoridades exclusivas que não podem ser violadas.
|
|
|
45
45
|
| git push | @devops |
|
|
46
46
|
| PR creation | @devops |
|
|
47
47
|
| Release/Tag | @devops |
|
|
48
|
-
| Story creation | @
|
|
48
|
+
| Story creation | @sprint-lead, @product-lead |
|
|
49
49
|
| Architecture decisions | @architect |
|
|
50
|
-
| Quality verdicts | @
|
|
50
|
+
| Quality verdicts | @quality-gate |
|
|
51
51
|
|
|
52
52
|
**Gate:** Implementado via definição de agentes (não requer gate adicional)
|
|
53
53
|
|
|
@@ -62,7 +62,7 @@ Todo desenvolvimento começa e termina com uma story.
|
|
|
62
62
|
- MUST: Stories DEVEM ter acceptance criteria claros antes de implementação
|
|
63
63
|
- MUST: Progresso DEVE ser rastreado via checkboxes na story
|
|
64
64
|
- MUST: File List DEVE ser mantida atualizada na story
|
|
65
|
-
- SHOULD: Stories seguem o workflow: @po/@
|
|
65
|
+
- SHOULD: Stories seguem o workflow: @po/@sprint-lead cria → @developer implementa → @quality-gate valida → @devops push
|
|
66
66
|
|
|
67
67
|
**Gate:** `dev-develop-story.md` - BLOCK se não houver story válida
|
|
68
68
|
|
|
@@ -13,7 +13,7 @@ const RISK_THRESHOLDS = {
|
|
|
13
13
|
const REUSE_MIN_REFS = 2;
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
|
-
* DevHelper — Code intelligence helper for @
|
|
16
|
+
* DevHelper — Code intelligence helper for @developer agent tasks.
|
|
17
17
|
*
|
|
18
18
|
* All functions return null gracefully when no provider is available.
|
|
19
19
|
* Never throws — safe to call unconditionally in task workflows.
|
|
@@ -18,7 +18,7 @@ const COVERAGE_THRESHOLDS = {
|
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* QaHelper — Code intelligence helper for @
|
|
21
|
+
* QaHelper — Code intelligence helper for @quality-gate agent tasks.
|
|
22
22
|
*
|
|
23
23
|
* All functions return null gracefully when no provider is available.
|
|
24
24
|
* Never throws — safe to call unconditionally in task workflows.
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
const { getEnricher, getClient, isCodeIntelAvailable } = require('../index');
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* StoryHelper — Code intelligence helper for @sm/@
|
|
6
|
+
* StoryHelper — Code intelligence helper for @sm/@product-lead agent tasks.
|
|
7
7
|
*
|
|
8
8
|
* All functions return null gracefully when no provider is available.
|
|
9
9
|
* Never throws — safe to call unconditionally in task workflows.
|
|
10
10
|
*
|
|
11
11
|
* Functions:
|
|
12
|
-
* - detectDuplicateStory(description) — for @
|
|
13
|
-
* - suggestRelevantFiles(description) — for @
|
|
14
|
-
* - validateNoDuplicates(description) — for @
|
|
12
|
+
* - detectDuplicateStory(description) — for @sprint-lead story creation (advisory warning)
|
|
13
|
+
* - suggestRelevantFiles(description) — for @sprint-lead story creation (file suggestions)
|
|
14
|
+
* - validateNoDuplicates(description) — for @product-lead story validation (checklist boolean)
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Detect duplicate stories/functionality in the codebase.
|
|
19
|
-
* Used by @
|
|
19
|
+
* Used by @sprint-lead during story creation — returns advisory warning only, never blocks.
|
|
20
20
|
*
|
|
21
21
|
* @param {string} description - Story description to check for duplicates
|
|
22
22
|
* @returns {Promise<{matches: Array, warning: string}|null>} Duplicate info or null
|
|
@@ -43,7 +43,7 @@ async function detectDuplicateStory(description) {
|
|
|
43
43
|
/**
|
|
44
44
|
* Suggest relevant files for a new story based on description.
|
|
45
45
|
* Composes findReferences + analyzeCodebase for comprehensive file suggestions.
|
|
46
|
-
* Used by @
|
|
46
|
+
* Used by @sprint-lead during story creation to pre-populate "Suggested Files" section.
|
|
47
47
|
*
|
|
48
48
|
* @param {string} description - Story description to find relevant files for
|
|
49
49
|
* @returns {Promise<{files: Array, codebaseContext: Object|null}|null>} File suggestions or null
|
|
@@ -87,7 +87,7 @@ async function suggestRelevantFiles(description) {
|
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* Validate that a story description does not duplicate existing functionality.
|
|
90
|
-
* Used by @
|
|
90
|
+
* Used by @product-lead during story validation — returns boolean for checklist item.
|
|
91
91
|
*
|
|
92
92
|
* @param {string} description - Story description to validate
|
|
93
93
|
* @returns {Promise<{hasDuplicates: boolean, matches: Array, suggestion: string|null}|null>} Validation result or null
|
|
@@ -49,7 +49,7 @@ const agentRequirements = {
|
|
|
49
49
|
analyst: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
50
50
|
'data-engineer': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations', 'pvMindContext', 'hybridOpsConfig'],
|
|
51
51
|
devops: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
52
|
-
'sinapse-
|
|
52
|
+
'sinapse-orqx': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'registry', 'expansionPacks', 'toolConfigurations'],
|
|
53
53
|
'ux-expert': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
54
54
|
'db-sage': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations', 'pvMindContext', 'hybridOpsConfig'],
|
|
55
55
|
security: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
@@ -183,7 +183,7 @@ await updateSessionAfterCommand('dev', 'apply-qa-fixes');
|
|
|
183
183
|
const GreetingBuilder = require('./.sinapse-ai/development/scripts/greeting-builder');
|
|
184
184
|
const builder = new GreetingBuilder();
|
|
185
185
|
const greeting = await builder.buildGreeting(devAgent, { conversationHistory });
|
|
186
|
-
// Includes: "Continuing from @
|
|
186
|
+
// Includes: "Continuing from @quality-gate review..."
|
|
187
187
|
```
|
|
188
188
|
|
|
189
189
|
## Performance Considerations
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* FrameworkGovernor — IDS Story IDS-7
|
|
5
5
|
*
|
|
6
|
-
* Facade class that integrates sinapse-
|
|
6
|
+
* Facade class that integrates sinapse-orqx with the IDS Entity Registry for
|
|
7
7
|
* framework governance. Wraps DecisionEngine, RegistryLoader, and RegistryUpdater
|
|
8
8
|
* to provide pre-check, impact analysis, post-registration, health, and stats.
|
|
9
9
|
*
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*
|
|
24
24
|
* const result = await governor.preCheck('validate yaml schema', 'task');
|
|
25
25
|
*
|
|
26
|
-
* Story: IDS-7 (sinapse-
|
|
26
|
+
* Story: IDS-7 (sinapse-orqx IDS Governor Integration)
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
const path = require('path');
|
|
@@ -230,7 +230,7 @@ class FrameworkGovernor {
|
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* Post-operation auto-registration. Wraps RegistryUpdater.onAgentTaskComplete()
|
|
233
|
-
* for automatic audit logging (per @
|
|
233
|
+
* for automatic audit logging (per @product-lead SF-1).
|
|
234
234
|
*
|
|
235
235
|
* @param {string} filePath — Path to the newly created file
|
|
236
236
|
* @param {object} [metadata={}] — Optional metadata (type, purpose, keywords, agent)
|
|
@@ -243,7 +243,7 @@ class FrameworkGovernor {
|
|
|
243
243
|
return this._withTimeout(async () => {
|
|
244
244
|
const task = {
|
|
245
245
|
id: metadata.taskId || 'framework-governor-register',
|
|
246
|
-
agent: metadata.agent || 'sinapse-
|
|
246
|
+
agent: metadata.agent || 'sinapse-orqx',
|
|
247
247
|
type: metadata.type || 'create',
|
|
248
248
|
};
|
|
249
249
|
|
|
@@ -85,7 +85,7 @@ const { G2StoryCreationGate } = require('./gates/g2-story-creation');
|
|
|
85
85
|
const { G3StoryValidationGate } = require('./gates/g3-story-validation');
|
|
86
86
|
const { G4DevContextGate, G4_DEFAULT_TIMEOUT_MS } = require('./gates/g4-dev-context');
|
|
87
87
|
|
|
88
|
-
// IDS-7: Framework Governor (sinapse-
|
|
88
|
+
// IDS-7: Framework Governor (sinapse-orqx integration)
|
|
89
89
|
const {
|
|
90
90
|
FrameworkGovernor,
|
|
91
91
|
TIMEOUT_MS,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Features:
|
|
9
9
|
* - AC1: invokeAgent(agentName, taskPath, inputs) method
|
|
10
|
-
* - AC2: Supports agents: @
|
|
10
|
+
* - AC2: Supports agents: @project-lead, @architect, @analyst, @developer, @qa
|
|
11
11
|
* - AC3: Passes structured context to task
|
|
12
12
|
* - AC4: Awaits completion or timeout
|
|
13
13
|
* - AC5: Parses and validates task output
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# consistent behavior regardless of LLM reasoning.
|
|
9
9
|
#
|
|
10
10
|
# @version 1.0.0
|
|
11
|
-
# @author @
|
|
11
|
+
# @author @developer (Dex) for Story 11.4
|
|
12
12
|
# ============================================
|
|
13
13
|
|
|
14
14
|
version: "1.0.0"
|
|
@@ -259,7 +259,7 @@ evaluation_order:
|
|
|
259
259
|
# ============================================
|
|
260
260
|
|
|
261
261
|
metadata:
|
|
262
|
-
author: "@
|
|
262
|
+
author: "@developer (Dex)"
|
|
263
263
|
story: "11.4"
|
|
264
264
|
epic: "11 - Projeto Bob"
|
|
265
265
|
created_date: "2026-02-05"
|
|
@@ -342,7 +342,7 @@ function validateExecutorAssignment(story) {
|
|
|
342
342
|
const knownQualityGates = new Set(
|
|
343
343
|
Object.values(EXECUTOR_ASSIGNMENT_TABLE).map((c) => c.quality_gate),
|
|
344
344
|
);
|
|
345
|
-
// Add @
|
|
345
|
+
// Add @project-lead as it can be a quality gate
|
|
346
346
|
knownQualityGates.add('@pm');
|
|
347
347
|
|
|
348
348
|
if (story.quality_gate && !knownQualityGates.has(story.quality_gate)) {
|
|
@@ -199,7 +199,7 @@ class Epic6Executor extends EpicExecutor {
|
|
|
199
199
|
async _applyFixes(issues, _context) {
|
|
200
200
|
this._log(`Applying fixes for ${issues.length} issues`);
|
|
201
201
|
|
|
202
|
-
// In full implementation, this would invoke @
|
|
202
|
+
// In full implementation, this would invoke @developer agent
|
|
203
203
|
// to fix each issue. For now, just log.
|
|
204
204
|
for (const issue of issues) {
|
|
205
205
|
this._log(`Would fix: ${issue.type} - ${issue.message}`);
|
|
@@ -324,7 +324,7 @@ class GreenfieldHandler extends EventEmitter {
|
|
|
324
324
|
/**
|
|
325
325
|
* Phase 1: Spawn agents sequentially for Discovery & Planning (AC3)
|
|
326
326
|
*
|
|
327
|
-
* Sequence: @analyst → @
|
|
327
|
+
* Sequence: @analyst → @project-lead → @ux-design-expert → @architect → @po
|
|
328
328
|
*
|
|
329
329
|
* @param {Object} context - Execution context
|
|
330
330
|
* @returns {Promise<Object>} Phase result with surface prompt for Phase 2
|
|
@@ -396,7 +396,7 @@ class GreenfieldHandler extends EventEmitter {
|
|
|
396
396
|
// ═══════════════════════════════════════════════════════════════════════════════════
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
|
-
* Phase 2: Spawn @
|
|
399
|
+
* Phase 2: Spawn @product-lead for document sharding (AC4)
|
|
400
400
|
*
|
|
401
401
|
* @param {Object} context - Execution context
|
|
402
402
|
* @returns {Promise<Object>} Phase result with surface prompt for Phase 3
|
|
@@ -408,7 +408,7 @@ class GreenfieldHandler extends EventEmitter {
|
|
|
408
408
|
|
|
409
409
|
this.emit('phaseStart', { phase: GreenfieldPhase.SHARDING, context });
|
|
410
410
|
|
|
411
|
-
// AC4: Spawn @
|
|
411
|
+
// AC4: Spawn @product-lead for document sharding
|
|
412
412
|
const spawnResult = await this._spawnAgent('@po', 'shard-documents', {
|
|
413
413
|
instructions: 'Shard docs/prd.md and docs/fullstack-architecture.md into development-ready chunks',
|
|
414
414
|
creates: ['docs/prd/', 'docs/architecture/'],
|
|
@@ -472,7 +472,7 @@ class GreenfieldHandler extends EventEmitter {
|
|
|
472
472
|
message: 'Greenfield workflow completo! Entrando no ciclo de desenvolvimento.',
|
|
473
473
|
nextStep: 'development_cycle',
|
|
474
474
|
workflowExecutorAvailable: !!workflowExecutor,
|
|
475
|
-
handoff: 'Use @
|
|
475
|
+
handoff: 'Use @sprint-lead → *create-story para iniciar o ciclo de stories',
|
|
476
476
|
context,
|
|
477
477
|
},
|
|
478
478
|
};
|
|
@@ -52,7 +52,7 @@ const PRIMARY_AGENTS = new Set([
|
|
|
52
52
|
'analyst',
|
|
53
53
|
'ux-design-expert',
|
|
54
54
|
'devops',
|
|
55
|
-
'sinapse-
|
|
55
|
+
'sinapse-orqx',
|
|
56
56
|
]);
|
|
57
57
|
|
|
58
58
|
/**
|
|
@@ -89,7 +89,7 @@ class SkillDispatcher {
|
|
|
89
89
|
'github-devops': 'SINAPSE:agents:devops', // Alias
|
|
90
90
|
|
|
91
91
|
// Master agent
|
|
92
|
-
'sinapse-
|
|
92
|
+
'sinapse-orqx': 'SINAPSE:agents:sinapse-orqx',
|
|
93
93
|
};
|
|
94
94
|
|
|
95
95
|
/**
|
|
@@ -107,7 +107,7 @@ class SkillDispatcher {
|
|
|
107
107
|
'ux-design-expert': { name: 'Brad', title: 'UX Design Expert' },
|
|
108
108
|
'ux-expert': { name: 'Brad', title: 'UX Design Expert' },
|
|
109
109
|
devops: { name: 'Gage', title: 'DevOps Engineer' },
|
|
110
|
-
'sinapse-
|
|
110
|
+
'sinapse-orqx': { name: 'Orion', title: 'Master Orchestrator' },
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
113
|
|
|
@@ -1040,7 +1040,7 @@ class WorkflowExecutor {
|
|
|
1040
1040
|
/**
|
|
1041
1041
|
* Executes Phase 6: Checkpoint (Human Decision)
|
|
1042
1042
|
* @param {Object} phase - Phase configuration
|
|
1043
|
-
* @param {string} agent - Agent ID (@
|
|
1043
|
+
* @param {string} agent - Agent ID (@product-lead)
|
|
1044
1044
|
* @param {string} storyPath - Path to story file
|
|
1045
1045
|
* @returns {Promise<Object>} Phase result
|
|
1046
1046
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Runs automated PR reviews:
|
|
5
5
|
* - CodeRabbit integration
|
|
6
|
-
* - Quinn (@
|
|
6
|
+
* - Quinn (@quality-gate agent) automated review
|
|
7
7
|
*
|
|
8
8
|
* @module core/quality-gates/layer2-pr-automation
|
|
9
9
|
* @version 1.0.0
|
|
@@ -196,7 +196,7 @@ class Layer2PRAutomation extends BaseLayer {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
|
-
* Run Quinn (@
|
|
199
|
+
* Run Quinn (@quality-gate) automated review
|
|
200
200
|
* @param {Object} context - Execution context
|
|
201
201
|
* @returns {Promise<Object>} Quinn review result
|
|
202
202
|
*/
|
|
@@ -204,7 +204,7 @@ class Layer2PRAutomation extends BaseLayer {
|
|
|
204
204
|
const { verbose = false } = context;
|
|
205
205
|
|
|
206
206
|
if (verbose) {
|
|
207
|
-
console.log(' 🧪 Running Quinn (@
|
|
207
|
+
console.log(' 🧪 Running Quinn (@quality-gate) review...');
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
try {
|