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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Version:** 1.0.0
|
|
4
4
|
**Last Updated:** 2026-01-28
|
|
5
|
-
**Applicable Agents:** @
|
|
5
|
+
**Applicable Agents:** @quality-gate (Quinn), @devops (Gage)
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -48,7 +48,7 @@ Layer 3: HUMAN REVIEW
|
|
|
48
48
|
|
|
49
49
|
## Agents Using CodeRabbit
|
|
50
50
|
|
|
51
|
-
### @
|
|
51
|
+
### @quality-gate (Quinn) - Quality Assurance Agent
|
|
52
52
|
|
|
53
53
|
Quinn uses CodeRabbit for comprehensive story reviews with self-healing capabilities.
|
|
54
54
|
|
|
@@ -113,7 +113,7 @@ wsl bash -c '~/.local/bin/coderabbit auth status'
|
|
|
113
113
|
|
|
114
114
|
CodeRabbit is configured in agent definition files:
|
|
115
115
|
|
|
116
|
-
**Location:** `.sinapse-ai/development/agents/
|
|
116
|
+
**Location:** `.sinapse-ai/development/agents/quality-gate.md` and `devops.md`
|
|
117
117
|
|
|
118
118
|
```yaml
|
|
119
119
|
coderabbit_integration:
|
|
@@ -185,7 +185,7 @@ CodeRabbit categorizes issues by severity:
|
|
|
185
185
|
|
|
186
186
|
## Self-Healing Workflow
|
|
187
187
|
|
|
188
|
-
The @
|
|
188
|
+
The @quality-gate agent implements automatic issue resolution:
|
|
189
189
|
|
|
190
190
|
```
|
|
191
191
|
iteration = 0
|
|
@@ -323,13 +323,13 @@ wsl bash -c 'cd /path/to/repo && ~/.local/bin/coderabbit --prompt-only --base ma
|
|
|
323
323
|
|
|
324
324
|
```
|
|
325
325
|
1. Developer works on story
|
|
326
|
-
└── @
|
|
326
|
+
└── @developer implements changes
|
|
327
327
|
|
|
328
328
|
2. Pre-commit quality (Layer 1)
|
|
329
329
|
└── Husky runs lint, tests
|
|
330
330
|
|
|
331
331
|
3. Ready for review
|
|
332
|
-
└── @
|
|
332
|
+
└── @quality-gate *review {story}
|
|
333
333
|
└── CodeRabbit scans (Layer 2)
|
|
334
334
|
└── Self-healing if needed
|
|
335
335
|
└── QA gate decision
|
|
@@ -367,8 +367,8 @@ CodeRabbit results are recorded in story files:
|
|
|
367
367
|
|
|
368
368
|
| Role | Agent | Responsibility |
|
|
369
369
|
| --------- | ----- | --------------------------- |
|
|
370
|
-
| Primary | @
|
|
371
|
-
| Secondary | @
|
|
370
|
+
| Primary | @developer | Implementation |
|
|
371
|
+
| Secondary | @quality-gate | CodeRabbit review + QA gate |
|
|
372
372
|
```
|
|
373
373
|
|
|
374
374
|
---
|
|
@@ -389,7 +389,7 @@ docs/qa/coderabbit-reports/
|
|
|
389
389
|
## Related Documentation
|
|
390
390
|
|
|
391
391
|
- [Quality Gates Specification](../../../.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md)
|
|
392
|
-
- [@
|
|
392
|
+
- [@quality-gate Agent Definition](../../../.sinapse-ai/development/agents/quality-gate.md)
|
|
393
393
|
- [@devops Agent Definition](../../../.sinapse-ai/development/agents/devops.md)
|
|
394
394
|
- [Pre-Push Quality Gate Task](../../../.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md)
|
|
395
395
|
|
|
@@ -277,9 +277,9 @@ builder.buildGreeting(mockAgent, { conversationHistory: [] })
|
|
|
277
277
|
Quando a integração com o processo de ativação estiver implementada (Story 6.1.4/6.1.6), o sistema funcionará automaticamente ao ativar qualquer agente:
|
|
278
278
|
|
|
279
279
|
```
|
|
280
|
-
@
|
|
281
|
-
@
|
|
282
|
-
@
|
|
280
|
+
@developer → Greeting contextual automático
|
|
281
|
+
@product-lead → Greeting contextual automático
|
|
282
|
+
@quality-gate → Greeting contextual automático
|
|
283
283
|
```
|
|
284
284
|
|
|
285
285
|
## 📁 Arquivos Relacionados
|
|
@@ -304,8 +304,8 @@ Quando a integração com o processo de ativação estiver implementada (Story 6
|
|
|
304
304
|
- `.sinapse-ai/core-config.yaml` - Configuração global (git + agentIdentity sections)
|
|
305
305
|
|
|
306
306
|
### Agents (Updated)
|
|
307
|
-
- `.sinapse-ai/agents/
|
|
308
|
-
- `.sinapse-ai/agents/
|
|
307
|
+
- `.sinapse-ai/agents/developer.md` - ✅ Command visibility metadata
|
|
308
|
+
- `.sinapse-ai/agents/product-lead.md` - ✅ Command visibility metadata
|
|
309
309
|
- `.sinapse-ai/agents/*.md` - ⏳ Remaining 9 agents (pending update)
|
|
310
310
|
|
|
311
311
|
## 🎯 Próximos Passos
|
|
@@ -225,7 +225,7 @@ All 11 SINAPSE agents display project status:
|
|
|
225
225
|
8. **@devops** (Gage - Operator)
|
|
226
226
|
9. **@data-engineer** (Dara - Sage)
|
|
227
227
|
10. **@ux-design-expert** (Uma - Empathizer)
|
|
228
|
-
11. **@sinapse-
|
|
228
|
+
11. **@sinapse-orqx** (Orion - Orchestrator)
|
|
229
229
|
|
|
230
230
|
---
|
|
231
231
|
|
|
@@ -417,7 +417,7 @@ git --version
|
|
|
417
417
|
|
|
418
418
|
Potential improvements (not yet implemented):
|
|
419
419
|
|
|
420
|
-
- [ ] Per-agent status toggle (e.g., disable for @
|
|
420
|
+
- [ ] Per-agent status toggle (e.g., disable for @quality-gate only)
|
|
421
421
|
- [ ] Color-coded status indicators (🟢 clean, 🟡 modified, 🔴 conflicts)
|
|
422
422
|
- [ ] Story progress percentage (completed tasks / total)
|
|
423
423
|
- [ ] Estimated time to complete current story
|
|
@@ -118,7 +118,7 @@ Each quality gate layer has its own metrics card:
|
|
|
118
118
|
| ----------------------- | ---------------------------------------- |
|
|
119
119
|
| **Pass Rate** | % of PRs passing automated review |
|
|
120
120
|
| **CodeRabbit Findings** | Issues found by CodeRabbit (by severity) |
|
|
121
|
-
| **Quinn Findings** | Issues found by @
|
|
121
|
+
| **Quinn Findings** | Issues found by @quality-gate agent |
|
|
122
122
|
| **Auto-Catch Rate** | % of issues caught before human review |
|
|
123
123
|
|
|
124
124
|
**Expanded View (click to expand):**
|
|
@@ -136,7 +136,7 @@ Each quality gate layer has its own metrics card:
|
|
|
136
136
|
│ └─────────────────────────────────────────────────┘ │
|
|
137
137
|
│ │
|
|
138
138
|
│ ┌─────────────────────────────────────────────────┐ │
|
|
139
|
-
│ │ Quinn (@
|
|
139
|
+
│ │ Quinn (@quality-gate) Findings │ │
|
|
140
140
|
│ │ Blockers: 2 │ Warnings: 8 │ Info: 15 │ │
|
|
141
141
|
│ └─────────────────────────────────────────────────┘ │
|
|
142
142
|
│ │
|
|
@@ -139,7 +139,7 @@ AI-assisted code review that runs on pull requests. Catches deeper issues like l
|
|
|
139
139
|
| Tool | Purpose | Blocking Severity |
|
|
140
140
|
| --------------- | ------------------- | ----------------- |
|
|
141
141
|
| **CodeRabbit** | AI code review | CRITICAL |
|
|
142
|
-
| **Quinn (@
|
|
142
|
+
| **Quinn (@quality-gate)** | Automated QA review | CRITICAL |
|
|
143
143
|
|
|
144
144
|
### Configuration
|
|
145
145
|
|
|
@@ -162,7 +162,7 @@ layer2:
|
|
|
162
162
|
quinn:
|
|
163
163
|
enabled: true
|
|
164
164
|
autoReview: true
|
|
165
|
-
agentPath: '.claude/commands/SINAPSE/agents/
|
|
165
|
+
agentPath: '.claude/commands/SINAPSE/agents/quality-gate.md'
|
|
166
166
|
severity:
|
|
167
167
|
block: ['CRITICAL']
|
|
168
168
|
warn: ['HIGH', 'MEDIUM']
|
|
@@ -177,7 +177,7 @@ sinapse qa run --layer=2
|
|
|
177
177
|
# Run CodeRabbit only
|
|
178
178
|
sinapse qa run --layer=2 --tool=coderabbit
|
|
179
179
|
|
|
180
|
-
# Run Quinn (@
|
|
180
|
+
# Run Quinn (@quality-gate) review
|
|
181
181
|
sinapse qa run --layer=2 --tool=quinn
|
|
182
182
|
```
|
|
183
183
|
|
|
@@ -208,7 +208,7 @@ coderabbit --prompt-only -t uncommitted
|
|
|
208
208
|
coderabbit --files "src/**/*.js" --prompt-only
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
### Quinn (@
|
|
211
|
+
### Quinn (@quality-gate) Integration
|
|
212
212
|
|
|
213
213
|
The QA agent performs automated review focused on:
|
|
214
214
|
|
|
@@ -528,7 +528,7 @@ layer2:
|
|
|
528
528
|
quinn:
|
|
529
529
|
enabled: true
|
|
530
530
|
autoReview: true
|
|
531
|
-
agentPath: '.claude/commands/SINAPSE/agents/
|
|
531
|
+
agentPath: '.claude/commands/SINAPSE/agents/quality-gate.md'
|
|
532
532
|
severity:
|
|
533
533
|
block: [CRITICAL]
|
|
534
534
|
warn: [HIGH, MEDIUM]
|
|
@@ -586,7 +586,7 @@ verbose:
|
|
|
586
586
|
| ------------------- | --------------------------------------- |
|
|
587
587
|
| CodeRabbit critical | Address security/breaking change issues |
|
|
588
588
|
| CodeRabbit timeout | Check network, try manual run |
|
|
589
|
-
| Quinn blocked | Review @
|
|
589
|
+
| Quinn blocked | Review @quality-gate feedback, update code |
|
|
590
590
|
|
|
591
591
|
### Layer 3 Issues
|
|
592
592
|
|
|
@@ -48,7 +48,7 @@ Date: {{DATE}}
|
|
|
48
48
|
|
|
49
49
|
const variables = {
|
|
50
50
|
TITLE: 'My Document',
|
|
51
|
-
AUTHOR: 'Dex (@
|
|
51
|
+
AUTHOR: 'Dex (@developer)',
|
|
52
52
|
DATE: '2025-12-05',
|
|
53
53
|
SUMMARY: 'This is a generated document.',
|
|
54
54
|
};
|
|
@@ -62,7 +62,7 @@ console.log(output);
|
|
|
62
62
|
```markdown
|
|
63
63
|
# My Document
|
|
64
64
|
|
|
65
|
-
Created by: Dex (@
|
|
65
|
+
Created by: Dex (@developer)
|
|
66
66
|
Date: 2025-12-05
|
|
67
67
|
|
|
68
68
|
## Summary
|
|
@@ -89,16 +89,16 @@ SINAPSE includes 11 specialized agents, each with a distinct role and personalit
|
|
|
89
89
|
| **Dara** | `@data-engineer` | Architect | Data engineering |
|
|
90
90
|
| **Felix** | `@devops` | Optimizer | CI/CD and operations |
|
|
91
91
|
| **Uma** | `@ux-expert` | Creator | User experience |
|
|
92
|
-
| **Pax** | `@sinapse-
|
|
92
|
+
| **Pax** | `@sinapse-orqx` | Orchestrator | Framework orchestration |
|
|
93
93
|
|
|
94
94
|
### Agent Activation
|
|
95
95
|
|
|
96
96
|
```bash
|
|
97
97
|
# Activate an agent using @ syntax
|
|
98
|
-
@
|
|
99
|
-
@
|
|
98
|
+
@developer # Activate Dex (Developer)
|
|
99
|
+
@quality-gate # Activate Quinn (QA)
|
|
100
100
|
@architect # Activate Aria (Architect)
|
|
101
|
-
@sinapse-
|
|
101
|
+
@sinapse-orqx # Activate Pax (Orchestrator)
|
|
102
102
|
|
|
103
103
|
# Agent commands use * prefix
|
|
104
104
|
*help # Show available commands
|
|
@@ -147,11 +147,11 @@ Each command has exactly one authoritative agent owner. When multiple agents mig
|
|
|
147
147
|
|
|
148
148
|
| Command | Owner | Others Should... |
|
|
149
149
|
|----------------|------------|---------------------------------|
|
|
150
|
-
| `*create-prd` | @
|
|
151
|
-
| `*create-epic` | @
|
|
152
|
-
| `*draft` | @
|
|
153
|
-
| `*develop` | @
|
|
154
|
-
| `*review` | @
|
|
150
|
+
| `*create-prd` | @project-lead | Delegate to @project-lead |
|
|
151
|
+
| `*create-epic` | @project-lead | Delegate to @project-lead |
|
|
152
|
+
| `*draft` | @sprint-lead | Use @sprint-lead for story creation |
|
|
153
|
+
| `*develop` | @developer | Use @developer for implementation |
|
|
154
|
+
| `*review` | @quality-gate | Use @quality-gate for code review |
|
|
155
155
|
|
|
156
156
|
See the [Command Authority Matrix](../architecture/command-authority-matrix.md) for the complete mapping.
|
|
157
157
|
|
|
@@ -432,7 +432,7 @@ sinapse rebuild
|
|
|
432
432
|
Always create a story before implementing features:
|
|
433
433
|
|
|
434
434
|
```bash
|
|
435
|
-
@sinapse-
|
|
435
|
+
@sinapse-orqx
|
|
436
436
|
*create-story
|
|
437
437
|
```
|
|
438
438
|
|
|
@@ -442,10 +442,10 @@ Choose the appropriate agent for each task:
|
|
|
442
442
|
|
|
443
443
|
| Task | Agent |
|
|
444
444
|
| ------------------- | ---------- |
|
|
445
|
-
| Write code | @
|
|
446
|
-
| Review code | @
|
|
445
|
+
| Write code | @developer |
|
|
446
|
+
| Review code | @quality-gate |
|
|
447
447
|
| Design system | @architect |
|
|
448
|
-
| Define requirements | @
|
|
448
|
+
| Define requirements | @product-lead |
|
|
449
449
|
|
|
450
450
|
### 3. Follow Quality Gates
|
|
451
451
|
|
|
@@ -407,14 +407,14 @@ Alteracoes aqui nao afetam a branch principal ate o merge.
|
|
|
407
407
|
- `*merge-worktree {storyId}` - Fazer merge da worktree
|
|
408
408
|
- `*cleanup-worktrees` - Limpar worktrees obsoletas
|
|
409
409
|
|
|
410
|
-
### @
|
|
410
|
+
### @developer (Desenvolvedor)
|
|
411
411
|
|
|
412
412
|
| Responsabilidade | Descricao |
|
|
413
413
|
|------------------|-----------|
|
|
414
414
|
| **Trigger Primario** | Inicia o workflow ao comecar uma story |
|
|
415
415
|
| **Desenvolvimento** | Trabalha dentro da worktree isolada |
|
|
416
416
|
|
|
417
|
-
### @
|
|
417
|
+
### @product-lead (Product Owner)
|
|
418
418
|
|
|
419
419
|
| Responsabilidade | Descricao |
|
|
420
420
|
|------------------|-----------|
|
|
@@ -574,7 +574,7 @@ flowchart TD
|
|
|
574
574
|
| Configuracao | Default | Impacto |
|
|
575
575
|
|--------------|---------|---------|
|
|
576
576
|
| `enabled` | true | Habilita/desabilita o workflow |
|
|
577
|
-
| `createOnAssign` | false | Cria worktree quando @
|
|
577
|
+
| `createOnAssign` | false | Cria worktree quando @product-lead atribui story |
|
|
578
578
|
| `autoSwitch` | true | Muda automaticamente para a worktree |
|
|
579
579
|
| `verbose` | true | Exibe resumo ao final |
|
|
580
580
|
| `autoCleanup` | false | Limpa worktrees obsoletas automaticamente |
|
|
@@ -604,8 +604,8 @@ mindmap
|
|
|
604
604
|
| `db-schema-audit` | @data-engineer | 2 | Auditoria de schema de banco |
|
|
605
605
|
| `security-audit` | @data-engineer | 2 | Auditoria de seguranca (RLS, PII) |
|
|
606
606
|
| `create-front-end-spec` | @ux-design-expert | 3 | Especificacao de frontend |
|
|
607
|
-
| `brownfield-create-epic` | @
|
|
608
|
-
| `brownfield-create-story` | @
|
|
607
|
+
| `brownfield-create-epic` | @project-lead | 10 | Criacao de epic de debito tecnico |
|
|
608
|
+
| `brownfield-create-story` | @project-lead | 10 | Criacao de stories (repetivel) |
|
|
609
609
|
|
|
610
610
|
### Acoes Manuais (workflow-action)
|
|
611
611
|
|
|
@@ -614,7 +614,7 @@ mindmap
|
|
|
614
614
|
| `consolidate_findings_draft` | @architect | 4 | Consolidar DRAFT inicial |
|
|
615
615
|
| `review_and_validate` | @data-engineer | 5 | Validar debitos de DB |
|
|
616
616
|
| `review_and_validate` | @ux-design-expert | 6 | Validar debitos de UX |
|
|
617
|
-
| `review_assessment` | @
|
|
617
|
+
| `review_assessment` | @quality-gate | 7 | Quality Gate review |
|
|
618
618
|
| `finalize_assessment` | @architect | 8 | Assessment final |
|
|
619
619
|
| `create_awareness_report` | @analyst | 9 | Relatorio executivo |
|
|
620
620
|
|
|
@@ -641,7 +641,7 @@ mindmap
|
|
|
641
641
|
| `git` | @architect | Analise de repositorio |
|
|
642
642
|
| `supabase-cli` | @data-engineer | Auditoria de database |
|
|
643
643
|
| `psql` | @data-engineer | Queries de auditoria |
|
|
644
|
-
| `coderabbit` | @
|
|
644
|
+
| `coderabbit` | @quality-gate | Review automatizado de codigo |
|
|
645
645
|
| `exa` | @analyst | Pesquisa de mercado/benchmark |
|
|
646
646
|
|
|
647
647
|
---
|
|
@@ -877,9 +877,9 @@ flowchart TD
|
|
|
877
877
|
| @architect | `.sinapse-ai/development/agents/architect.md` |
|
|
878
878
|
| @data-engineer | `.sinapse-ai/development/agents/data-engineer.md` |
|
|
879
879
|
| @ux-design-expert | `.sinapse-ai/development/agents/ux-design-expert.md` |
|
|
880
|
-
| @
|
|
880
|
+
| @quality-gate | `.sinapse-ai/development/agents/quality-gate.md` |
|
|
881
881
|
| @analyst | `.sinapse-ai/development/agents/analyst.md` |
|
|
882
|
-
| @
|
|
882
|
+
| @project-lead | `.sinapse-ai/development/agents/project-lead.md` |
|
|
883
883
|
|
|
884
884
|
### Documentacao Relacionada
|
|
885
885
|
|
|
@@ -192,8 +192,8 @@ O analista determina a complexidade do enhancement para rotear ao caminho apropr
|
|
|
192
192
|
|
|
193
193
|
| Rota | Agente | Task | Proxima Acao |
|
|
194
194
|
|------|--------|------|--------------|
|
|
195
|
-
| `single_story` | @
|
|
196
|
-
| `small_feature` | @
|
|
195
|
+
| `single_story` | @project-lead | `brownfield-create-story` | Sair do workflow apos criacao da story |
|
|
196
|
+
| `small_feature` | @project-lead | `brownfield-create-epic` | Sair do workflow apos criacao do epic |
|
|
197
197
|
| `major_enhancement` | - | - | Continuar para o proximo step |
|
|
198
198
|
|
|
199
199
|
---
|
|
@@ -244,7 +244,7 @@ Capturar o estado atual do sistema, divida tecnica e restricoes. Os achados sao
|
|
|
244
244
|
|
|
245
245
|
| Atributo | Valor |
|
|
246
246
|
|----------|-------|
|
|
247
|
-
| **Agente** | @
|
|
247
|
+
| **Agente** | @project-lead (Morgan) |
|
|
248
248
|
| **Template** | `brownfield-prd-tmpl` |
|
|
249
249
|
| **Requisito** | Documentacao existente ou analise do Step 4 |
|
|
250
250
|
| **Output** | `docs/prd.md` |
|
|
@@ -261,7 +261,7 @@ Capturar o estado atual do sistema, divida tecnica e restricoes. Os achados sao
|
|
|
261
261
|
|
|
262
262
|
| Atributo | Valor |
|
|
263
263
|
|----------|-------|
|
|
264
|
-
| **Agentes** | @
|
|
264
|
+
| **Agentes** | @project-lead (Morgan) / @architect (Aria) |
|
|
265
265
|
| **Acao** | Determinar se documento de arquitetura e necessario |
|
|
266
266
|
| **Condicao** | Apos criacao do PRD |
|
|
267
267
|
|
|
@@ -296,7 +296,7 @@ Crie documento de arquitetura APENAS para mudancas arquiteturais significativas.
|
|
|
296
296
|
|
|
297
297
|
| Atributo | Valor |
|
|
298
298
|
|----------|-------|
|
|
299
|
-
| **Agente** | @
|
|
299
|
+
| **Agente** | @product-lead (Pax) |
|
|
300
300
|
| **Checklist** | `po-master-checklist` |
|
|
301
301
|
| **Input** | Todos os artefatos criados |
|
|
302
302
|
| **Output** | Validacao ou lista de issues |
|
|
@@ -334,7 +334,7 @@ Valida todos os documentos quanto a:
|
|
|
334
334
|
|
|
335
335
|
| Atributo | Valor |
|
|
336
336
|
|----------|-------|
|
|
337
|
-
| **Agente** | @
|
|
337
|
+
| **Agente** | @product-lead (Pax) |
|
|
338
338
|
| **Task** | `shard-doc` |
|
|
339
339
|
| **Input** | Documentos validados no projeto |
|
|
340
340
|
| **Output** | `docs/prd/` e `docs/architecture/` com conteudo fragmentado |
|
|
@@ -352,7 +352,7 @@ Valida todos os documentos quanto a:
|
|
|
352
352
|
|
|
353
353
|
| Atributo | Valor |
|
|
354
354
|
|----------|-------|
|
|
355
|
-
| **Agente** | @
|
|
355
|
+
| **Agente** | @sprint-lead (River) |
|
|
356
356
|
| **Repete** | Para cada epic ou enhancement |
|
|
357
357
|
| **Input** | Documentos fragmentados ou docs brownfield |
|
|
358
358
|
| **Output** | `story.md` em status "Draft" |
|
|
@@ -374,7 +374,7 @@ Valida todos os documentos quanto a:
|
|
|
374
374
|
|
|
375
375
|
| Atributo | Valor |
|
|
376
376
|
|----------|-------|
|
|
377
|
-
| **Agentes** | @analyst / @
|
|
377
|
+
| **Agentes** | @analyst / @project-lead |
|
|
378
378
|
| **Condicao** | Usuario deseja revisao da story |
|
|
379
379
|
| **Input** | `story.md` em Draft |
|
|
380
380
|
| **Output** | Story atualizada: Draft -> Approved |
|
|
@@ -387,7 +387,7 @@ Valida todos os documentos quanto a:
|
|
|
387
387
|
|
|
388
388
|
| Atributo | Valor |
|
|
389
389
|
|----------|-------|
|
|
390
|
-
| **Agente** | @
|
|
390
|
+
| **Agente** | @developer (Dex) |
|
|
391
391
|
| **Requisito** | Story aprovada |
|
|
392
392
|
| **Output** | Arquivos de implementacao |
|
|
393
393
|
|
|
@@ -404,7 +404,7 @@ Valida todos os documentos quanto a:
|
|
|
404
404
|
|
|
405
405
|
| Atributo | Valor |
|
|
406
406
|
|----------|-------|
|
|
407
|
-
| **Agente** | @
|
|
407
|
+
| **Agente** | @quality-gate (Quinn) |
|
|
408
408
|
| **Task** | `review-story` |
|
|
409
409
|
| **Requisito** | Arquivos implementados |
|
|
410
410
|
| **Output** | Implementacao revisada |
|
|
@@ -423,7 +423,7 @@ Valida todos os documentos quanto a:
|
|
|
423
423
|
|
|
424
424
|
| Atributo | Valor |
|
|
425
425
|
|----------|-------|
|
|
426
|
-
| **Agente** | @
|
|
426
|
+
| **Agente** | @developer (Dex) |
|
|
427
427
|
| **Condicao** | QA deixou itens nao verificados |
|
|
428
428
|
| **Acao** | Endereca itens restantes |
|
|
429
429
|
|
|
@@ -446,7 +446,7 @@ Continua ate que todas as stories no PRD estejam completas.
|
|
|
446
446
|
|
|
447
447
|
| Atributo | Valor |
|
|
448
448
|
|----------|-------|
|
|
449
|
-
| **Agente** | @
|
|
449
|
+
| **Agente** | @product-lead (Pax) |
|
|
450
450
|
| **Condicao** | Epic completo |
|
|
451
451
|
| **Output** | `epic-retrospective.md` |
|
|
452
452
|
|
|
@@ -473,11 +473,11 @@ Continua ate que todas as stories no PRD estejam completas.
|
|
|
473
473
|
|--------|------|-------------------|-------|
|
|
474
474
|
| @analyst | Atlas | Classificacao de escopo, verificacao de documentacao | 1, 3 |
|
|
475
475
|
| @architect | Aria | Documentacao de projeto, design de arquitetura | 4, 6, 7 |
|
|
476
|
-
| @
|
|
477
|
-
| @
|
|
478
|
-
| @
|
|
479
|
-
| @
|
|
480
|
-
| @
|
|
476
|
+
| @project-lead | Morgan | Criacao de PRD, epics e stories simples | 2, 5, 6 |
|
|
477
|
+
| @product-lead | Pax | Validacao de artefatos, sharding, retrospectiva | 8, 10, 17 |
|
|
478
|
+
| @sprint-lead | River | Criacao detalhada de stories | 11 |
|
|
479
|
+
| @developer | Dex | Implementacao de stories | 13, 15 |
|
|
480
|
+
| @quality-gate | Quinn | Review de implementacao | 14 |
|
|
481
481
|
|
|
482
482
|
---
|
|
483
483
|
|
|
@@ -485,16 +485,16 @@ Continua ate que todas as stories no PRD estejam completas.
|
|
|
485
485
|
|
|
486
486
|
| Task | Step | Agente | Proposito |
|
|
487
487
|
|------|------|--------|-----------|
|
|
488
|
-
| `brownfield-create-story` | 2 | @
|
|
489
|
-
| `brownfield-create-epic` | 2 | @
|
|
488
|
+
| `brownfield-create-story` | 2 | @project-lead | Criar story unica para enhancements simples |
|
|
489
|
+
| `brownfield-create-epic` | 2 | @project-lead | Criar epic focado com 1-3 stories |
|
|
490
490
|
| `document-project` | 4 | @architect | Documentar estado atual do sistema brownfield |
|
|
491
|
-
| `brownfield-prd-tmpl` | 5 | @
|
|
491
|
+
| `brownfield-prd-tmpl` | 5 | @project-lead | Template para PRD de projeto brownfield |
|
|
492
492
|
| `brownfield-architecture-tmpl` | 7 | @architect | Template para arquitetura brownfield |
|
|
493
|
-
| `po-master-checklist` | 8 | @
|
|
494
|
-
| `shard-doc` | 10 | @
|
|
495
|
-
| `create-next-story` | 11 | @
|
|
496
|
-
| `create-brownfield-story` | 11 | @
|
|
497
|
-
| `review-story` | 14 | @
|
|
493
|
+
| `po-master-checklist` | 8 | @product-lead | Validacao abrangente de artefatos |
|
|
494
|
+
| `shard-doc` | 10 | @product-lead | Fragmentar documentos em arquivos menores |
|
|
495
|
+
| `create-next-story` | 11 | @sprint-lead | Criar story de PRD sharded |
|
|
496
|
+
| `create-brownfield-story` | 11 | @sprint-lead | Criar story de docs brownfield |
|
|
497
|
+
| `review-story` | 14 | @quality-gate | Review de implementacao |
|
|
498
498
|
|
|
499
499
|
---
|
|
500
500
|
|
|
@@ -811,11 +811,11 @@ stateDiagram-v2
|
|
|
811
811
|
|---------|--------|
|
|
812
812
|
| `.sinapse-ai/development/agents/analyst.md` | @analyst (Atlas) |
|
|
813
813
|
| `.sinapse-ai/development/agents/architect.md` | @architect (Aria) |
|
|
814
|
-
| `.sinapse-ai/development/agents/
|
|
815
|
-
| `.sinapse-ai/development/agents/
|
|
816
|
-
| `.sinapse-ai/development/agents/
|
|
817
|
-
| `.sinapse-ai/development/agents/
|
|
818
|
-
| `.sinapse-ai/development/agents/
|
|
814
|
+
| `.sinapse-ai/development/agents/project-lead.md` | @project-lead (Morgan) |
|
|
815
|
+
| `.sinapse-ai/development/agents/product-lead.md` | @product-lead (Pax) |
|
|
816
|
+
| `.sinapse-ai/development/agents/sprint-lead.md` | @sprint-lead (River) |
|
|
817
|
+
| `.sinapse-ai/development/agents/developer.md` | @developer (Dex) |
|
|
818
|
+
| `.sinapse-ai/development/agents/quality-gate.md` | @quality-gate (Quinn) |
|
|
819
819
|
|
|
820
820
|
### Documentacao Relacionada
|
|
821
821
|
|