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
|
@@ -535,7 +535,7 @@ Analyze the story's technical characteristics based on:
|
|
|
535
535
|
- File locations include `api/src/` or backend paths
|
|
536
536
|
|
|
537
537
|
**Assignment:**
|
|
538
|
-
- **Primary Agents**: @
|
|
538
|
+
- **Primary Agents**: @developer, @architect (if new patterns)
|
|
539
539
|
- **Quality Gates**: Pre-Commit (security scan), Pre-PR (API contract validation)
|
|
540
540
|
- **Focus Areas**:
|
|
541
541
|
- Error handling: Try-catch blocks, proper error responses (4xx, 5xx)
|
|
@@ -583,7 +583,7 @@ Analyze the story's technical characteristics based on:
|
|
|
583
583
|
- Implements OWASP-related features
|
|
584
584
|
|
|
585
585
|
**Assignment:**
|
|
586
|
-
- **Primary Agents**: @
|
|
586
|
+
- **Primary Agents**: @developer, @architect
|
|
587
587
|
- **Quality Gates**: Pre-Commit (SAST scan), Pre-PR (security review)
|
|
588
588
|
- **Focus Areas**:
|
|
589
589
|
- OWASP Top 10: Injection prevention, XSS protection, auth vulnerabilities
|
|
@@ -615,7 +615,7 @@ Analyze the story's technical characteristics based on:
|
|
|
615
615
|
- Connects to external systems
|
|
616
616
|
|
|
617
617
|
**Assignment:**
|
|
618
|
-
- **Primary Agents**: @
|
|
618
|
+
- **Primary Agents**: @developer, @architect, @github-devops
|
|
619
619
|
- **Quality Gates**: Pre-Commit, Pre-PR (integration safety)
|
|
620
620
|
- **Focus Areas**:
|
|
621
621
|
- Backward compatibility: Existing integrations unaffected
|
|
@@ -637,7 +637,7 @@ Based on the detected story type(s), populate the template fields:
|
|
|
637
637
|
|
|
638
638
|
Specialized Agent Assignment:
|
|
639
639
|
Primary Agents:
|
|
640
|
-
- @
|
|
640
|
+
- @developer (always required for pre-commit reviews)
|
|
641
641
|
- @[type-specific-agent] (from detection rules above)
|
|
642
642
|
|
|
643
643
|
Supporting Agents:
|
|
@@ -645,7 +645,7 @@ Based on the detected story type(s), populate the template fields:
|
|
|
645
645
|
- @[supporting-agent-2] (if multiple systems affected)
|
|
646
646
|
|
|
647
647
|
Quality Gate Tasks:
|
|
648
|
-
- [ ] Pre-Commit (@
|
|
648
|
+
- [ ] Pre-Commit (@developer): Run `coderabbit --prompt-only -t uncommitted` before marking story complete
|
|
649
649
|
- [ ] Pre-PR (@github-devops): Run `coderabbit --prompt-only --base main` before creating pull request
|
|
650
650
|
- [ ] Pre-Deployment (@github-devops): Run `coderabbit --prompt-only -t committed --base HEAD~10` before production deploy (only for production/deployment stories)
|
|
651
651
|
|
|
@@ -686,7 +686,7 @@ If story spans multiple types (e.g., Database + API):
|
|
|
686
686
|
|
|
687
687
|
Specialized Agent Assignment:
|
|
688
688
|
Primary Agents:
|
|
689
|
-
- @
|
|
689
|
+
- @developer (pre-commit reviews)
|
|
690
690
|
- @db-sage (schema and SQL review)
|
|
691
691
|
- @architect (API contract changes)
|
|
692
692
|
|
|
@@ -694,7 +694,7 @@ If story spans multiple types (e.g., Database + API):
|
|
|
694
694
|
- @github-devops (deployment coordination)
|
|
695
695
|
|
|
696
696
|
Quality Gate Tasks:
|
|
697
|
-
- [ ] Pre-Commit (@
|
|
697
|
+
- [ ] Pre-Commit (@developer): Run before story complete
|
|
698
698
|
- [ ] Pre-PR (@github-devops): Run before PR creation
|
|
699
699
|
- [ ] Pre-Deployment (@github-devops): Run before production deploy
|
|
700
700
|
|
|
@@ -711,7 +711,7 @@ If story spans multiple types (e.g., Database + API):
|
|
|
711
711
|
|
|
712
712
|
Self-Healing Configuration:
|
|
713
713
|
Expected Self-Healing:
|
|
714
|
-
- Primary Agent: @
|
|
714
|
+
- Primary Agent: @developer (light mode)
|
|
715
715
|
- Max Iterations: 2
|
|
716
716
|
- Timeout: 15 minutes
|
|
717
717
|
- Severity Filter: CRITICAL only
|
|
@@ -727,13 +727,13 @@ After populating the basic CodeRabbit sections, add the Self-Healing Configurati
|
|
|
727
727
|
|
|
728
728
|
| Primary Agent | Mode | Max Iterations | Timeout | Severity Filter |
|
|
729
729
|
|---------------|------|----------------|---------|-----------------|
|
|
730
|
-
| @
|
|
731
|
-
| @
|
|
730
|
+
| @developer | light | 2 | 15 min | CRITICAL |
|
|
731
|
+
| @quality-gate | full | 3 | 30 min | CRITICAL, HIGH |
|
|
732
732
|
| @github-devops | check | 0 | N/A | report_only |
|
|
733
733
|
|
|
734
734
|
**Severity Behavior Matrix:**
|
|
735
735
|
|
|
736
|
-
| Severity | @
|
|
736
|
+
| Severity | @developer (light) | @quality-gate (full) | @github-devops (check) |
|
|
737
737
|
|----------|--------------|------------|------------------------|
|
|
738
738
|
| CRITICAL | auto_fix | auto_fix | report_only |
|
|
739
739
|
| HIGH | document_only | auto_fix | report_only |
|
|
@@ -788,4 +788,4 @@ next_agent: @po
|
|
|
788
788
|
next_command: *validate-story-draft {story-id}
|
|
789
789
|
condition: Story status is Draft
|
|
790
790
|
alternatives:
|
|
791
|
-
- agent: @
|
|
791
|
+
- agent: @developer, command: *develop {story-id}, condition: Story already validated by PO
|
|
@@ -8,7 +8,7 @@ Create a new service using standardized Handlebars templates from WIS-10. Genera
|
|
|
8
8
|
|
|
9
9
|
```yaml
|
|
10
10
|
task: createService()
|
|
11
|
-
agent: "@
|
|
11
|
+
agent: "@developer"
|
|
12
12
|
responsável: Dex (Developer)
|
|
13
13
|
responsavel_type: Agente
|
|
14
14
|
atomic_layer: Config
|
|
@@ -401,7 +401,7 @@ token_usage: ~1,000-2,000 tokens
|
|
|
401
401
|
story: WIS-11
|
|
402
402
|
version: 1.0.0
|
|
403
403
|
created: 2025-12-24
|
|
404
|
-
author: "@
|
|
404
|
+
author: "@developer (Dex)"
|
|
405
405
|
dependencies:
|
|
406
406
|
templates:
|
|
407
407
|
- service-template/ (from WIS-10)
|
|
@@ -287,5 +287,5 @@ next_agent: @dev
|
|
|
287
287
|
next_command: *run-tests
|
|
288
288
|
condition: Test suite created, ready for execution
|
|
289
289
|
alternatives:
|
|
290
|
-
- agent: @
|
|
290
|
+
- agent: @quality-gate, command: *review {story-id}, condition: Tests written as part of review
|
|
291
291
|
- Preview functionality helps prevent mistakes
|
|
@@ -343,7 +343,7 @@ ${description}
|
|
|
343
343
|
|
|
344
344
|
**Next Steps:**
|
|
345
345
|
- Review in backlog: docs/stories/backlog.md
|
|
346
|
-
- @
|
|
346
|
+
- @product-lead will prioritize with `*backlog-prioritize ${item.id}`
|
|
347
347
|
- Can be addressed in dedicated refactoring story or alongside related work
|
|
348
348
|
|
|
349
349
|
${priority === 'Critical'
|
|
@@ -442,7 +442,7 @@ cat docs/stories/backlog.md
|
|
|
442
442
|
|
|
443
443
|
cat docs/stories/backlog.json
|
|
444
444
|
# - Item has type: "T"
|
|
445
|
-
# - createdBy: "@
|
|
445
|
+
# - createdBy: "@developer"
|
|
446
446
|
# - All fields populated correctly
|
|
447
447
|
```
|
|
448
448
|
|
|
@@ -455,7 +455,7 @@ Add to `package.json`:
|
|
|
455
455
|
```json
|
|
456
456
|
{
|
|
457
457
|
"scripts": {
|
|
458
|
-
"debt:add": "echo 'Use *backlog-debt command from @
|
|
458
|
+
"debt:add": "echo 'Use *backlog-debt command from @developer agent'",
|
|
459
459
|
"debt:review": "node .sinapse-ai/scripts/backlog-manager.js stats"
|
|
460
460
|
}
|
|
461
461
|
}
|
|
@@ -115,7 +115,7 @@ constitutional_gate:
|
|
|
115
115
|
|
|
116
116
|
Issue: {violation_details}
|
|
117
117
|
|
|
118
|
-
Resolution: Create or update story via @
|
|
118
|
+
Resolution: Create or update story via @sprint-lead *draft or @product-lead *create-story
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
### Gate 2: CLI First (Article I)
|
|
@@ -550,7 +550,7 @@ Execute **AFTER** all tasks are complete but **BEFORE** running the DOD checklis
|
|
|
550
550
|
```
|
|
551
551
|
┌──────────────────────────────────────────────────────────────┐
|
|
552
552
|
│ CODERABBIT SELF-HEALING │
|
|
553
|
-
│ (Light Mode - @
|
|
553
|
+
│ (Light Mode - @developer) │
|
|
554
554
|
├──────────────────────────────────────────────────────────────┤
|
|
555
555
|
│ │
|
|
556
556
|
│ iteration = 0 │
|
|
@@ -648,7 +648,7 @@ async function runCodeRabbitSelfHealing(storyPath) {
|
|
|
648
648
|
|----------|----------|-------|
|
|
649
649
|
| **CRITICAL** | Auto-fix (max 2 attempts) | Security vulnerabilities, breaking bugs |
|
|
650
650
|
| **HIGH** | Document in story Dev Notes | Recommend fix before QA |
|
|
651
|
-
| **MEDIUM** | Ignore | @
|
|
651
|
+
| **MEDIUM** | Ignore | @quality-gate will handle |
|
|
652
652
|
| **LOW** | Ignore | Nits, not blocking |
|
|
653
653
|
|
|
654
654
|
### Timeout
|
|
@@ -920,5 +920,5 @@ next_agent: @qa
|
|
|
920
920
|
next_command: *review {story-id}
|
|
921
921
|
condition: Story status is Ready for Review
|
|
922
922
|
alternatives:
|
|
923
|
-
- agent: @
|
|
924
|
-
- agent: @
|
|
923
|
+
- agent: @quality-gate, command: *gate {story-id}, condition: Quick gate decision needed
|
|
924
|
+
- agent: @developer, command: *apply-qa-fixes, condition: Self-identified issues during dev
|
|
@@ -1272,7 +1272,7 @@ Write-Host "✅ Environment report saved to .sinapse/environment-report.json"
|
|
|
1272
1272
|
║ Start a new chat: @analyst ║
|
|
1273
1273
|
║ Command: *create-doc project-brief ║
|
|
1274
1274
|
║ ║
|
|
1275
|
-
║ 2. @
|
|
1275
|
+
║ 2. @project-lead → Create PRD ║
|
|
1276
1276
|
║ After project brief is approved ║
|
|
1277
1277
|
║ Command: *create-doc prd ║
|
|
1278
1278
|
║ ║
|
|
@@ -1285,7 +1285,7 @@ Write-Host "✅ Environment report saved to .sinapse/environment-report.json"
|
|
|
1285
1285
|
╠═══════════════════════════════════════════════════════════════════════════╣
|
|
1286
1286
|
║ • View environment report: cat .sinapse/environment-report.json ║
|
|
1287
1287
|
║ • Check GitHub repo: gh repo view --web ║
|
|
1288
|
-
║ • SINAPSE help: @sinapse-
|
|
1288
|
+
║ • SINAPSE help: @sinapse-orqx *help ║
|
|
1289
1289
|
║ • Re-run bootstrap: @devops *environment-bootstrap ║
|
|
1290
1290
|
║ ║
|
|
1291
1291
|
╚═══════════════════════════════════════════════════════════════════════════╝
|
|
@@ -305,4 +305,4 @@ next_agent: @qa
|
|
|
305
305
|
next_command: *review {story-id}
|
|
306
306
|
condition: Checklist completed with all items passing
|
|
307
307
|
alternatives:
|
|
308
|
-
- agent: @
|
|
308
|
+
- agent: @developer, command: *develop {story-id}, condition: Checklist found blocking issues
|
|
@@ -273,26 +273,26 @@ managing wave quality gates, and persisting state for resume across sessions.
|
|
|
273
273
|
## Command
|
|
274
274
|
|
|
275
275
|
```
|
|
276
|
-
@
|
|
276
|
+
@project-lead *execute-epic {path-to-EXECUTION.yaml} [action] [--mode=interactive]
|
|
277
277
|
```
|
|
278
278
|
|
|
279
279
|
### Examples
|
|
280
280
|
|
|
281
281
|
```bash
|
|
282
282
|
# Start a new epic execution
|
|
283
|
-
@
|
|
283
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml
|
|
284
284
|
|
|
285
285
|
# Resume from where you left off
|
|
286
|
-
@
|
|
286
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml continue
|
|
287
287
|
|
|
288
288
|
# Check current progress
|
|
289
|
-
@
|
|
289
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml status
|
|
290
290
|
|
|
291
291
|
# Start in YOLO mode (autonomous)
|
|
292
|
-
@
|
|
292
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml start --mode=yolo
|
|
293
293
|
|
|
294
294
|
# Abort execution
|
|
295
|
-
@
|
|
295
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml abort
|
|
296
296
|
```
|
|
297
297
|
|
|
298
298
|
---
|
|
@@ -457,7 +457,7 @@ Progress: Wave {current}/{total}
|
|
|
457
457
|
[ ] Bug 2: {description} — Pending ({story})
|
|
458
458
|
...
|
|
459
459
|
|
|
460
|
-
Next: @
|
|
460
|
+
Next: @project-lead *execute-epic {path} continue
|
|
461
461
|
```
|
|
462
462
|
|
|
463
463
|
---
|
|
@@ -499,7 +499,7 @@ Branches created:
|
|
|
499
499
|
- ...
|
|
500
500
|
|
|
501
501
|
State preserved at: .sinapse/epic-{epicId}-state.yaml
|
|
502
|
-
To resume later: @
|
|
502
|
+
To resume later: @project-lead *execute-epic {path} continue
|
|
503
503
|
```
|
|
504
504
|
|
|
505
505
|
**4. Save state.**
|
|
@@ -550,7 +550,7 @@ PROCEDURE execute_wave(wave, stories, state):
|
|
|
550
550
|
|
|
551
551
|
## Development Cycle
|
|
552
552
|
Follow the development-cycle workflow:
|
|
553
|
-
1. @
|
|
553
|
+
1. @product-lead validates the story draft (read the story, verify acceptance criteria)
|
|
554
554
|
2. @{story.executor} implements the code changes
|
|
555
555
|
3. Self-healing: fix any lint/test/typecheck errors
|
|
556
556
|
4. @{story.quality_gate} reviews the implementation
|
|
@@ -814,7 +814,7 @@ epic_state:
|
|
|
814
814
|
The state file persists on disk. To resume in a new Claude Code session:
|
|
815
815
|
|
|
816
816
|
```
|
|
817
|
-
@
|
|
817
|
+
@project-lead *execute-epic docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml continue
|
|
818
818
|
```
|
|
819
819
|
|
|
820
820
|
The executor loads state, reads `current_wave` and story statuses, and picks up exactly where it left off.
|
|
@@ -836,7 +836,7 @@ Each story spawns the full development-cycle:
|
|
|
836
836
|
Provides the generic wave pattern that this task instantiates with project-specific data from the EXECUTION.yaml.
|
|
837
837
|
|
|
838
838
|
### po-epic-context.md
|
|
839
|
-
Used by @
|
|
839
|
+
Used by @product-lead during story validation to understand accumulated changes across the epic.
|
|
840
840
|
|
|
841
841
|
### Wave Executor (wave-executor.js)
|
|
842
842
|
The JS engine can be used for programmatic wave execution if available. This task provides the AI-driven alternative that works without code changes.
|
|
@@ -8,7 +8,7 @@ Extract and document code patterns from the codebase. Analyzes code via AST and
|
|
|
8
8
|
|
|
9
9
|
```yaml
|
|
10
10
|
task: extract-patterns()
|
|
11
|
-
agent: "@
|
|
11
|
+
agent: "@developer"
|
|
12
12
|
responsável: Dex (Developer)
|
|
13
13
|
responsavel_type: Agente
|
|
14
14
|
atomic_layer: Workflow
|
|
@@ -381,7 +381,7 @@ story: "7.3"
|
|
|
381
381
|
epic: "Epic 7 - Memory Layer"
|
|
382
382
|
version: 1.0.0
|
|
383
383
|
created: 2026-01-29
|
|
384
|
-
author: "@
|
|
384
|
+
author: "@developer (Dex)"
|
|
385
385
|
dependencies:
|
|
386
386
|
modules:
|
|
387
387
|
- .sinapse-ai/infrastructure/scripts/pattern-extractor.js
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: facilitate-brainstorming-session
|
|
3
3
|
name: Facilitate Brainstorming Session
|
|
4
|
-
agent: sinapse-
|
|
4
|
+
agent: sinapse-orqx
|
|
5
5
|
category: collaboration
|
|
6
6
|
complexity: medium
|
|
7
7
|
tools:
|
|
8
8
|
- clickup # Capture ideas and organize them
|
|
9
9
|
- mcp # Call specialized agents for domain expertise
|
|
10
10
|
checklists:
|
|
11
|
-
- sinapse-
|
|
11
|
+
- sinapse-orqx-checklist.md
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# Facilitate Brainstorming Session
|
|
@@ -717,4 +717,4 @@ next_agent: @po
|
|
|
717
717
|
next_command: *close-story {story-id}
|
|
718
718
|
condition: PR merged successfully
|
|
719
719
|
alternatives:
|
|
720
|
-
- agent: @
|
|
720
|
+
- agent: @developer, command: *apply-qa-fixes, condition: PR review requested changes
|
|
@@ -857,4 +857,4 @@ next_agent: @devops
|
|
|
857
857
|
next_command: *push
|
|
858
858
|
condition: All quality checks PASS
|
|
859
859
|
alternatives:
|
|
860
|
-
- agent: @
|
|
860
|
+
- agent: @developer, command: *run-tests, condition: Quality checks FAIL, needs fixes
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
**Task ID:** ids-governor
|
|
4
4
|
**Version:** 1.0
|
|
5
5
|
**Purpose:** Execute IDS Framework Governor commands (*ids query, *ids health, *ids stats, *ids impact)
|
|
6
|
-
**Agent:** @sinapse-
|
|
7
|
-
**Story:** IDS-7 (sinapse-
|
|
6
|
+
**Agent:** @sinapse-orqx
|
|
7
|
+
**Story:** IDS-7 (sinapse-orqx IDS Governor Integration)
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -91,4 +91,4 @@ All commands apply graceful degradation:
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
*IDS-7 | Created 2026-02-10 by @
|
|
94
|
+
*IDS-7 | Created 2026-02-10 by @developer (Dex)*
|
|
@@ -11,7 +11,7 @@ execution signals (story/qa/ci/diff) via `workflow-state-manager`.
|
|
|
11
11
|
|
|
12
12
|
```yaml
|
|
13
13
|
task: next()
|
|
14
|
-
agent: "@
|
|
14
|
+
agent: "@developer"
|
|
15
15
|
responsável: Dex (Developer)
|
|
16
16
|
responsavel_type: Agente
|
|
17
17
|
atomic_layer: Workflow
|
|
@@ -311,7 +311,7 @@ optimizations:
|
|
|
311
311
|
story: WIS-3
|
|
312
312
|
version: 1.0.0
|
|
313
313
|
created: 2025-12-25
|
|
314
|
-
author: "@
|
|
314
|
+
author: "@developer (Dex)"
|
|
315
315
|
dependencies:
|
|
316
316
|
modules:
|
|
317
317
|
- workflow-intelligence (from WIS-2)
|
|
@@ -8,7 +8,7 @@ View, manage, and review learned workflow patterns captured by the Workflow Inte
|
|
|
8
8
|
|
|
9
9
|
```yaml
|
|
10
10
|
task: patterns()
|
|
11
|
-
agent: "@
|
|
11
|
+
agent: "@developer"
|
|
12
12
|
responsável: Dex (Developer)
|
|
13
13
|
responsavel_type: Agente
|
|
14
14
|
atomic_layer: Workflow
|
|
@@ -321,7 +321,7 @@ optimizations:
|
|
|
321
321
|
story: WIS-5
|
|
322
322
|
version: 1.0.0
|
|
323
323
|
created: 2025-12-26
|
|
324
|
-
author: "@
|
|
324
|
+
author: "@developer (Dex)"
|
|
325
325
|
dependencies:
|
|
326
326
|
modules:
|
|
327
327
|
- workflow-intelligence/learning
|
|
@@ -630,9 +630,9 @@ consumption:
|
|
|
630
630
|
3. Find exemplar patterns to follow
|
|
631
631
|
4. Know which tests to create
|
|
632
632
|
|
|
633
|
-
by_agent:
|
|
633
|
+
by_agent: developer
|
|
634
634
|
usage: |
|
|
635
|
-
@
|
|
635
|
+
@developer reads context before implementing to:
|
|
636
636
|
1. Follow naming conventions
|
|
637
637
|
2. Use correct import styles
|
|
638
638
|
3. Know where to place new files
|
|
@@ -91,13 +91,13 @@ autoClaude:
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
## Command Integration (@
|
|
94
|
+
## Command Integration (@developer)
|
|
95
95
|
|
|
96
96
|
```yaml
|
|
97
97
|
command:
|
|
98
98
|
name: '*execute-subtask'
|
|
99
99
|
syntax: '*execute-subtask {subtask-id}'
|
|
100
|
-
agent:
|
|
100
|
+
agent: developer
|
|
101
101
|
|
|
102
102
|
examples:
|
|
103
103
|
- '*execute-subtask ST-1.1'
|
|
@@ -949,7 +949,7 @@ metadata:
|
|
|
949
949
|
story: '4.3'
|
|
950
950
|
epic: 'Epic 4 - Execution Pipeline'
|
|
951
951
|
created: '2026-01-28'
|
|
952
|
-
author: '@
|
|
952
|
+
author: '@developer (Dex)'
|
|
953
953
|
version: '1.0.0'
|
|
954
954
|
tags:
|
|
955
955
|
- execution-pipeline
|
|
@@ -239,7 +239,7 @@ const prInfo = pr_number ? `PR #${pr_number}` : '';
|
|
|
239
239
|
const commitInfo = commit_sha ? `(commit ${commit_sha})` : '';
|
|
240
240
|
const notes = userInput.notes || '';
|
|
241
241
|
|
|
242
|
-
const changelogEntry = `| ${today} | ${version} | ${prInfo} merged ${commitInfo}. ${notes} Story closed. | Pax (@
|
|
242
|
+
const changelogEntry = `| ${today} | ${version} | ${prInfo} merged ${commitInfo}. ${notes} Story closed. | Pax (@product-lead) |`;
|
|
243
243
|
|
|
244
244
|
// Insert before last row of changelog table
|
|
245
245
|
const finalStory = insertChangelogEntry(updatedStory, changelogEntry);
|
|
@@ -311,7 +311,7 @@ if (epicId) {
|
|
|
311
311
|
console.log(`All stories in Epic ${epicId} are done.`);
|
|
312
312
|
console.log('\n**Quick Actions:**');
|
|
313
313
|
console.log('- Review backlog: `*backlog-review`');
|
|
314
|
-
console.log('- Start new epic: `@
|
|
314
|
+
console.log('- Start new epic: `@project-lead *create-epic`');
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
```
|
|
@@ -431,4 +431,4 @@ next_agent: @sm
|
|
|
431
431
|
next_command: *draft
|
|
432
432
|
condition: Story closed, next story in epic available
|
|
433
433
|
alternatives:
|
|
434
|
-
- agent: @
|
|
434
|
+
- agent: @product-lead, command: *backlog-review, condition: Sprint review needed before next story
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Task: Project Status — Full Panorama
|
|
2
2
|
|
|
3
3
|
> **Command:** `*status`
|
|
4
|
-
> **Agent:** @sinapse-
|
|
4
|
+
> **Agent:** @sinapse-orqx, @product-lead, @sm
|
|
5
5
|
> **Purpose:** Display accurate, real-time panorama of all epics and stories
|
|
6
6
|
> **Created:** 2026-03-05
|
|
7
7
|
|
|
@@ -257,7 +257,7 @@ tags:
|
|
|
257
257
|
- status
|
|
258
258
|
- panorama
|
|
259
259
|
updated_at: 2026-03-05
|
|
260
|
-
agents: [sinapse-
|
|
260
|
+
agents: [sinapse-orqx, po, sm]
|
|
261
261
|
```
|
|
262
262
|
|
|
263
263
|
---
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
- Use Process Absolutism principles for validation
|
|
13
13
|
- Define VETO conditions that BLOCK, not just warn
|
|
14
|
-
- For workflow/process validation, invoke: `@
|
|
15
|
-
- For designing quality gates, invoke: `@
|
|
14
|
+
- For workflow/process validation, invoke: `@quality-gate *audit`
|
|
15
|
+
- For designing quality gates, invoke: `@quality-gate *design-heuristic`
|
|
16
16
|
|
|
17
17
|
**Core Philosophy:**
|
|
18
18
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# QA Task: Add Follow-up to Backlog
|
|
2
2
|
|
|
3
3
|
**Agent:** @qa
|
|
4
|
-
**Command:** `*backlog-add` (when used by @
|
|
4
|
+
**Command:** `*backlog-add` (when used by @quality-gate, defaults to type F)
|
|
5
5
|
**Purpose:** Add follow-up item from QA review to backlog
|
|
6
6
|
**Created:** 2025-01-16 (Story 6.1.2.6)
|
|
7
7
|
|
|
@@ -348,8 +348,8 @@ console.log('✅ Backlog updated: docs/stories/backlog.md');
|
|
|
348
348
|
|
|
349
349
|
**Next Steps:**
|
|
350
350
|
- Review in backlog: docs/stories/backlog.md
|
|
351
|
-
- @
|
|
352
|
-
- @
|
|
351
|
+
- @product-lead will prioritize with `*backlog-prioritize ${item.id}`
|
|
352
|
+
- @developer will address before story completion (if Critical/High)
|
|
353
353
|
|
|
354
354
|
${priority === 'Critical' || priority === 'High'
|
|
355
355
|
? '⚠️ **HIGH PRIORITY** - Should be addressed before story completion'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Create Fix Request Task
|
|
2
2
|
|
|
3
|
-
Generate a structured fix request document (`QA_FIX_REQUEST.md`) for @
|
|
3
|
+
Generate a structured fix request document (`QA_FIX_REQUEST.md`) for @developer based on QA review findings.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -429,7 +429,7 @@ Fix ONLY the issues listed below. Do not add features or refactor unrelated code
|
|
|
429
429
|
|
|
430
430
|
## Constraints
|
|
431
431
|
|
|
432
|
-
**CRITICAL: @
|
|
432
|
+
**CRITICAL: @developer must follow these constraints:**
|
|
433
433
|
|
|
434
434
|
- [ ] Fix ONLY the issues listed above
|
|
435
435
|
- [ ] Do NOT add new features
|
|
@@ -445,7 +445,7 @@ Fix ONLY the issues listed below. Do not add features or refactor unrelated code
|
|
|
445
445
|
|
|
446
446
|
1. Mark each issue as fixed in this document
|
|
447
447
|
2. Update the story's Dev Agent Record with summary
|
|
448
|
-
3. Request QA re-review: `@
|
|
448
|
+
3. Request QA re-review: `@quality-gate *review {{storyId}}`
|
|
449
449
|
|
|
450
450
|
---
|
|
451
451
|
|
|
@@ -560,7 +560,7 @@ Test file should exist at `tests/tasks/qa-review-story.test.js` with:
|
|
|
560
560
|
|
|
561
561
|
## Constraints
|
|
562
562
|
|
|
563
|
-
**CRITICAL: @
|
|
563
|
+
**CRITICAL: @developer must follow these constraints:**
|
|
564
564
|
|
|
565
565
|
- [ ] Fix ONLY the issues listed above
|
|
566
566
|
- [ ] Do NOT add new features
|
|
@@ -576,7 +576,7 @@ Test file should exist at `tests/tasks/qa-review-story.test.js` with:
|
|
|
576
576
|
|
|
577
577
|
1. Mark each issue as fixed in this document
|
|
578
578
|
2. Update the story's Dev Agent Record with summary
|
|
579
|
-
3. Request QA re-review: `@
|
|
579
|
+
3. Request QA re-review: `@quality-gate *review 6.3`
|
|
580
580
|
|
|
581
581
|
---
|
|
582
582
|
|
|
@@ -597,7 +597,7 @@ Phase 2: CodeRabbit Scan (automated)
|
|
|
597
597
|
Phase 3: Manual QA Review
|
|
598
598
|
Phase 4: QA Report Generation
|
|
599
599
|
Phase 5: Fix Request Generation ← THIS TASK
|
|
600
|
-
Phase 6: @
|
|
600
|
+
Phase 6: @developer Applies Fixes
|
|
601
601
|
Phase 7: Re-review
|
|
602
602
|
Phase 8: Gate Decision
|
|
603
603
|
Phase 9: Approval/Rejection
|
|
@@ -606,7 +606,7 @@ Phase 10: Merge or Iterate
|
|
|
606
606
|
```
|
|
607
607
|
|
|
608
608
|
**Previous Step:** QA Report generated via `*review {story-id}`
|
|
609
|
-
**Next Step:** @
|
|
609
|
+
**Next Step:** @developer runs `*apply-qa-fixes {story-id}` using this fix request
|
|
610
610
|
|
|
611
611
|
---
|
|
612
612
|
|
|
@@ -627,4 +627,4 @@ next_agent: @dev
|
|
|
627
627
|
next_command: *fix-qa-issues
|
|
628
628
|
condition: QA_FIX_REQUEST.md generated
|
|
629
629
|
alternatives:
|
|
630
|
-
- agent: @
|
|
630
|
+
- agent: @developer, command: *apply-qa-fixes, condition: Simple fixes, no structured request needed
|