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
|
@@ -81,7 +81,7 @@ workflow:
|
|
|
81
81
|
- architecture.md
|
|
82
82
|
notes: |
|
|
83
83
|
Shard documents for IDE development:
|
|
84
|
-
- Option A: Use PO agent to shard: @
|
|
84
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
85
85
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
86
86
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
87
87
|
|
|
@@ -98,7 +98,7 @@ workflow:
|
|
|
98
98
|
repeats: for_each_epic
|
|
99
99
|
notes: |
|
|
100
100
|
Story creation cycle:
|
|
101
|
-
- SM Agent (New Chat): @
|
|
101
|
+
- SM Agent (New Chat): @sprint-lead → *create
|
|
102
102
|
- Creates next story from sharded docs
|
|
103
103
|
- Story starts in "Draft" status
|
|
104
104
|
|
|
@@ -118,7 +118,7 @@ workflow:
|
|
|
118
118
|
- Update story status: Draft → Approved
|
|
119
119
|
|
|
120
120
|
- id: dev-implement-story
|
|
121
|
-
agent:
|
|
121
|
+
agent: developer
|
|
122
122
|
action: implement_story
|
|
123
123
|
creates: implementation_files
|
|
124
124
|
duration_estimate: "1-4 hours"
|
|
@@ -137,14 +137,14 @@ workflow:
|
|
|
137
137
|
requires: implementation_files
|
|
138
138
|
optional: true
|
|
139
139
|
notes: |
|
|
140
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
140
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
141
141
|
- Senior dev review with refactoring ability
|
|
142
142
|
- Fixes small issues directly
|
|
143
143
|
- Leaves checklist for remaining items
|
|
144
144
|
- Updates story status (Review → Done or stays Review)
|
|
145
145
|
|
|
146
146
|
- id: dev-address-qa-feedback
|
|
147
|
-
agent:
|
|
147
|
+
agent: developer
|
|
148
148
|
action: address_qa_feedback
|
|
149
149
|
updates: implementation_files
|
|
150
150
|
requires: implementation_files
|
|
@@ -91,7 +91,7 @@ workflow:
|
|
|
91
91
|
- architecture.md
|
|
92
92
|
notes: |
|
|
93
93
|
Shard documents for IDE development:
|
|
94
|
-
- Option A: Use PO agent to shard: @
|
|
94
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
95
95
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
96
96
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
97
97
|
|
|
@@ -108,7 +108,7 @@ workflow:
|
|
|
108
108
|
repeats: for_each_epic
|
|
109
109
|
notes: |
|
|
110
110
|
Story creation cycle:
|
|
111
|
-
- SM Agent (New Chat): @
|
|
111
|
+
- SM Agent (New Chat): @sprint-lead → *create
|
|
112
112
|
- Creates next story from sharded docs
|
|
113
113
|
- Story starts in "Draft" status
|
|
114
114
|
|
|
@@ -128,7 +128,7 @@ workflow:
|
|
|
128
128
|
- Update story status: Draft → Approved
|
|
129
129
|
|
|
130
130
|
- id: dev-implement-story
|
|
131
|
-
agent:
|
|
131
|
+
agent: developer
|
|
132
132
|
action: implement_story
|
|
133
133
|
creates: implementation_files
|
|
134
134
|
duration_estimate: "1-4 hours"
|
|
@@ -147,14 +147,14 @@ workflow:
|
|
|
147
147
|
requires: implementation_files
|
|
148
148
|
optional: true
|
|
149
149
|
notes: |
|
|
150
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
150
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
151
151
|
- Senior dev review with refactoring ability
|
|
152
152
|
- Fixes small issues directly
|
|
153
153
|
- Leaves checklist for remaining items
|
|
154
154
|
- Updates story status (Review → Done or stays Review)
|
|
155
155
|
|
|
156
156
|
- id: dev-address-qa-feedback
|
|
157
|
-
agent:
|
|
157
|
+
agent: developer
|
|
158
158
|
action: address_qa_feedback
|
|
159
159
|
updates: implementation_files
|
|
160
160
|
requires: implementation_files
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# com checkpoints humanos e self-healing integrado.
|
|
7
7
|
#
|
|
8
8
|
# @version 1.0.0
|
|
9
|
-
# @author @
|
|
9
|
+
# @author @developer (Dex) for Story 11.3
|
|
10
10
|
# ============================================
|
|
11
11
|
|
|
12
12
|
workflow:
|
|
@@ -17,7 +17,7 @@ workflow:
|
|
|
17
17
|
Workflow orquestrado para ciclo de desenvolvimento por story.
|
|
18
18
|
Implementa o fluxo PO → Executor → Quality Gate → DevOps → Push
|
|
19
19
|
com suporte a executor dinâmico, self-healing e checkpoints humanos.
|
|
20
|
-
orchestrator: "@
|
|
20
|
+
orchestrator: "@product-lead"
|
|
21
21
|
|
|
22
22
|
# ============================================
|
|
23
23
|
# Triggers
|
|
@@ -83,7 +83,7 @@ workflow:
|
|
|
83
83
|
1_validation:
|
|
84
84
|
id: validation
|
|
85
85
|
name: "Story Validation"
|
|
86
|
-
agent: "@
|
|
86
|
+
agent: "@product-lead"
|
|
87
87
|
task: "validate-story-draft"
|
|
88
88
|
description: >-
|
|
89
89
|
PO valida a story com Epic Context antes de iniciar desenvolvimento.
|
|
@@ -156,7 +156,7 @@ workflow:
|
|
|
156
156
|
3_self_healing:
|
|
157
157
|
id: self_healing
|
|
158
158
|
name: "Self-Healing"
|
|
159
|
-
agent: "@
|
|
159
|
+
agent: "@developer"
|
|
160
160
|
task: "self-heal"
|
|
161
161
|
description: >-
|
|
162
162
|
Self-healing com CodeRabbit para corrigir issues automaticamente.
|
|
@@ -274,7 +274,7 @@ workflow:
|
|
|
274
274
|
6_checkpoint:
|
|
275
275
|
id: checkpoint
|
|
276
276
|
name: "Story Checkpoint"
|
|
277
|
-
agent: "@
|
|
277
|
+
agent: "@product-lead"
|
|
278
278
|
task: "story-checkpoint"
|
|
279
279
|
description: >-
|
|
280
280
|
PO pausa entre stories para perguntar: GO / PAUSE / REVIEW / ABORT.
|
|
@@ -326,7 +326,7 @@ workflow:
|
|
|
326
326
|
id: validation
|
|
327
327
|
phase: 1
|
|
328
328
|
phase_name: "Story Validation"
|
|
329
|
-
agent: "@
|
|
329
|
+
agent: "@product-lead"
|
|
330
330
|
task: "validate-story-draft"
|
|
331
331
|
action: "Validate story and assignments"
|
|
332
332
|
outputs:
|
|
@@ -352,7 +352,7 @@ workflow:
|
|
|
352
352
|
id: self_healing
|
|
353
353
|
phase: 3
|
|
354
354
|
phase_name: "Self-Healing"
|
|
355
|
-
agent: "@
|
|
355
|
+
agent: "@developer"
|
|
356
356
|
task: "self-heal"
|
|
357
357
|
action: "Apply automated fixes when enabled"
|
|
358
358
|
requires: development
|
|
@@ -395,7 +395,7 @@ workflow:
|
|
|
395
395
|
id: checkpoint
|
|
396
396
|
phase: 6
|
|
397
397
|
phase_name: "Story Checkpoint"
|
|
398
|
-
agent: "@
|
|
398
|
+
agent: "@product-lead"
|
|
399
399
|
task: "story-checkpoint"
|
|
400
400
|
action: "Collect human decision (GO/PAUSE/REVIEW/ABORT)"
|
|
401
401
|
requires: push
|
|
@@ -416,7 +416,7 @@ workflow:
|
|
|
416
416
|
description: "Story rejected with feedback to SM"
|
|
417
417
|
actions:
|
|
418
418
|
- log: "Story validation failed"
|
|
419
|
-
- notify: "@
|
|
419
|
+
- notify: "@sprint-lead"
|
|
420
420
|
- save_feedback: true
|
|
421
421
|
|
|
422
422
|
return_to_po:
|
|
@@ -500,7 +500,7 @@ workflow:
|
|
|
500
500
|
# Metadata
|
|
501
501
|
# ============================================
|
|
502
502
|
metadata:
|
|
503
|
-
author: "@
|
|
503
|
+
author: "@developer (Dex)"
|
|
504
504
|
story: "11.3"
|
|
505
505
|
epic: "11 - Projeto Bob"
|
|
506
506
|
created_date: "2026-02-05"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# and live in docs/stories/epics/{epic-name}/
|
|
12
12
|
#
|
|
13
13
|
# @version 1.0.0
|
|
14
|
-
# @author @
|
|
14
|
+
# @author @project-lead (Bob) + @architect (Aria)
|
|
15
15
|
# ============================================
|
|
16
16
|
|
|
17
17
|
workflow:
|
|
@@ -81,12 +81,12 @@ workflow:
|
|
|
81
81
|
#
|
|
82
82
|
# Each story within a wave executes the full development-cycle:
|
|
83
83
|
#
|
|
84
|
-
# Phase 1: @
|
|
84
|
+
# Phase 1: @product-lead validates story (validate-story-draft)
|
|
85
85
|
# Phase 2: ${story.executor} develops (dynamic executor)
|
|
86
|
-
# Phase 3: @
|
|
86
|
+
# Phase 3: @developer self-healing (CodeRabbit, conditional)
|
|
87
87
|
# Phase 4: ${story.quality_gate} reviews (agent != executor)
|
|
88
88
|
# Phase 5: @devops push & PR
|
|
89
|
-
# Phase 6: @
|
|
89
|
+
# Phase 6: @product-lead checkpoint (AUTO-GO in wave mode, human in interactive)
|
|
90
90
|
#
|
|
91
91
|
# Reference: .sinapse-ai/development/workflows/development-cycle.yaml
|
|
92
92
|
|
|
@@ -263,7 +263,7 @@ workflow:
|
|
|
263
263
|
┌─────────────────────────────────────────────────────────────┐
|
|
264
264
|
│ CHECKPOINT (between waves) │
|
|
265
265
|
│ │
|
|
266
|
-
│ @
|
|
266
|
+
│ @product-lead asks: [ GO ] [ PAUSE ] [ REVIEW ] [ ABORT ] │
|
|
267
267
|
└───────────────────────┬─────────────────────────────────────┘
|
|
268
268
|
│
|
|
269
269
|
▼
|
|
@@ -314,7 +314,7 @@ workflow:
|
|
|
314
314
|
file: story-development-cycle.yaml
|
|
315
315
|
|
|
316
316
|
metadata:
|
|
317
|
-
author: "@
|
|
317
|
+
author: "@project-lead (Bob) + @architect (Aria)"
|
|
318
318
|
created: "2026-02-06"
|
|
319
319
|
version: 1.0.0
|
|
320
320
|
tags:
|
|
@@ -163,7 +163,7 @@ workflow:
|
|
|
163
163
|
- fullstack-architecture.md
|
|
164
164
|
notes: |
|
|
165
165
|
Shard documents for IDE development:
|
|
166
|
-
- Option A: Use PO agent to shard: @
|
|
166
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
167
167
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
168
168
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
169
169
|
- Generates: source-tree.md, tech-stack.md, coding-standards.md
|
|
@@ -184,7 +184,7 @@ workflow:
|
|
|
184
184
|
repeats: for_each_epic
|
|
185
185
|
notes: |
|
|
186
186
|
Story creation cycle:
|
|
187
|
-
- SM Agent (New Chat): @
|
|
187
|
+
- SM Agent (New Chat): @sprint-lead → *create
|
|
188
188
|
- Creates next story from sharded docs
|
|
189
189
|
- Story starts in "Draft" status
|
|
190
190
|
|
|
@@ -204,7 +204,7 @@ workflow:
|
|
|
204
204
|
- Update story status: Draft → Approved
|
|
205
205
|
|
|
206
206
|
- id: dev-implement-story
|
|
207
|
-
agent:
|
|
207
|
+
agent: developer
|
|
208
208
|
action: implement_story
|
|
209
209
|
creates: implementation_files
|
|
210
210
|
duration_estimate: "1-4 hours"
|
|
@@ -223,14 +223,14 @@ workflow:
|
|
|
223
223
|
requires: implementation_files
|
|
224
224
|
optional: true
|
|
225
225
|
notes: |
|
|
226
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
226
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
227
227
|
- Senior dev review with refactoring ability
|
|
228
228
|
- Fixes small issues directly
|
|
229
229
|
- Leaves checklist for remaining items
|
|
230
230
|
- Updates story status (Review → Done or stays Review)
|
|
231
231
|
|
|
232
232
|
- id: dev-address-qa-feedback
|
|
233
|
-
agent:
|
|
233
|
+
agent: developer
|
|
234
234
|
action: address_qa_feedback
|
|
235
235
|
updates: implementation_files
|
|
236
236
|
requires: implementation_files
|
|
@@ -375,10 +375,10 @@ workflow:
|
|
|
375
375
|
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
|
376
376
|
|
|
377
377
|
# Phase 1 → Phase 2
|
|
378
|
-
phase1_to_phase2: "All planning artifacts validated. Now shard documents for development: @
|
|
378
|
+
phase1_to_phase2: "All planning artifacts validated. Now shard documents for development: @product-lead → *shard-doc docs/prd.md"
|
|
379
379
|
|
|
380
380
|
# Phase 2 → Phase 3
|
|
381
|
-
phase2_to_phase3: "Documents sharded! source-tree.md, tech-stack.md, coding-standards.md created. Start development: @
|
|
381
|
+
phase2_to_phase3: "Documents sharded! source-tree.md, tech-stack.md, coding-standards.md created. Start development: @sprint-lead → *create-story"
|
|
382
382
|
|
|
383
383
|
# Completion
|
|
384
384
|
complete: "All stories implemented and reviewed. Project development phase complete!"
|
|
@@ -98,7 +98,7 @@ workflow:
|
|
|
98
98
|
- architecture.md
|
|
99
99
|
notes: |
|
|
100
100
|
Shard documents for IDE development:
|
|
101
|
-
- Option A: Use PO agent to shard: @
|
|
101
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
102
102
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
103
103
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
104
104
|
|
|
@@ -118,7 +118,7 @@ workflow:
|
|
|
118
118
|
repeats: for_each_epic
|
|
119
119
|
notes: |
|
|
120
120
|
Story creation cycle:
|
|
121
|
-
- SM Agent (New Chat): @
|
|
121
|
+
- SM Agent (New Chat): @sprint-lead → *create
|
|
122
122
|
- Creates next story from sharded docs
|
|
123
123
|
- Story starts in "Draft" status
|
|
124
124
|
|
|
@@ -138,7 +138,7 @@ workflow:
|
|
|
138
138
|
- Update story status: Draft → Approved
|
|
139
139
|
|
|
140
140
|
- id: dev-implement-story
|
|
141
|
-
agent:
|
|
141
|
+
agent: developer
|
|
142
142
|
action: implement_story
|
|
143
143
|
creates: implementation_files
|
|
144
144
|
duration_estimate: "1-4 hours"
|
|
@@ -157,14 +157,14 @@ workflow:
|
|
|
157
157
|
requires: implementation_files
|
|
158
158
|
optional: true
|
|
159
159
|
notes: |
|
|
160
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
160
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
161
161
|
- Senior dev review with refactoring ability
|
|
162
162
|
- Fixes small issues directly
|
|
163
163
|
- Leaves checklist for remaining items
|
|
164
164
|
- Updates story status (Review → Done or stays Review)
|
|
165
165
|
|
|
166
166
|
- id: dev-address-qa-feedback
|
|
167
|
-
agent:
|
|
167
|
+
agent: developer
|
|
168
168
|
action: address_qa_feedback
|
|
169
169
|
updates: implementation_files
|
|
170
170
|
requires: implementation_files
|
|
@@ -104,7 +104,7 @@ workflow:
|
|
|
104
104
|
requires: all_artifacts_in_project
|
|
105
105
|
notes: |
|
|
106
106
|
Shard documents for IDE development:
|
|
107
|
-
- Option A: Use PO agent to shard: @
|
|
107
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
108
108
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
109
109
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
110
110
|
|
|
@@ -120,7 +120,7 @@ workflow:
|
|
|
120
120
|
repeats: for_each_epic
|
|
121
121
|
notes: |
|
|
122
122
|
Story creation cycle:
|
|
123
|
-
- SM Agent (New Chat): @
|
|
123
|
+
- SM Agent (New Chat): @sprint-lead → *create
|
|
124
124
|
- Creates next story from sharded docs
|
|
125
125
|
- Story starts in "Draft" status
|
|
126
126
|
|
|
@@ -139,7 +139,7 @@ workflow:
|
|
|
139
139
|
- Update story status: Draft → Approved
|
|
140
140
|
|
|
141
141
|
- id: dev-implement-story
|
|
142
|
-
agent:
|
|
142
|
+
agent: developer
|
|
143
143
|
action: implement_story
|
|
144
144
|
creates: implementation_files
|
|
145
145
|
requires: story.md
|
|
@@ -156,14 +156,14 @@ workflow:
|
|
|
156
156
|
requires: implementation_files
|
|
157
157
|
optional: true
|
|
158
158
|
notes: |
|
|
159
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
159
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
160
160
|
- Senior dev review with refactoring ability
|
|
161
161
|
- Fixes small issues directly
|
|
162
162
|
- Leaves checklist for remaining items
|
|
163
163
|
- Updates story status (Review → Done or stays Review)
|
|
164
164
|
|
|
165
165
|
- id: dev-address-qa-feedback
|
|
166
|
-
agent:
|
|
166
|
+
agent: developer
|
|
167
167
|
action: address_qa_feedback
|
|
168
168
|
updates: implementation_files
|
|
169
169
|
condition: qa_left_unchecked_items
|
|
@@ -461,7 +461,7 @@ workflow:
|
|
|
461
461
|
|
|
462
462
|
📌 Next Steps:
|
|
463
463
|
• Review spec.md
|
|
464
|
-
• Run @
|
|
464
|
+
• Run @developer *develop {storyId}
|
|
465
465
|
|
|
466
466
|
outputs:
|
|
467
467
|
- storyId
|
|
@@ -473,7 +473,7 @@ workflow:
|
|
|
473
473
|
|
|
474
474
|
next_steps:
|
|
475
475
|
- "Review specification: docs/stories/{storyId}/spec/spec.md"
|
|
476
|
-
- "Start development: @
|
|
476
|
+
- "Start development: @developer *develop {storyId}"
|
|
477
477
|
- "View critique: docs/stories/{storyId}/spec/critique.json"
|
|
478
478
|
|
|
479
479
|
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
```yaml
|
|
91
91
|
agent:
|
|
92
92
|
name: Dex
|
|
93
|
-
id:
|
|
93
|
+
id: developer
|
|
94
94
|
title: Full Stack Developer
|
|
95
95
|
icon: 💻
|
|
96
96
|
whenToUse: "Use for code implementation, debugging, refactoring"
|
|
@@ -423,7 +423,7 @@ workflow:
|
|
|
423
423
|
8. Update ux-design-expert.md → Uma (Empathizer)
|
|
424
424
|
9. Rename db-sage.md → data-engineer.md → Dara (Engineer)
|
|
425
425
|
10. Rename github-devops.md → devops.md → Gage (Operator)
|
|
426
|
-
11. Merge sinapse-developer + sinapse-orchestrator → sinapse-
|
|
426
|
+
11. Merge sinapse-developer + sinapse-orchestrator → sinapse-orqx.md → Orion (Orchestrator)
|
|
427
427
|
|
|
428
428
|
**Deliverable:** 11 updated agent files with persona_profile section
|
|
429
429
|
|
|
@@ -502,7 +502,7 @@ function validateTask(task) {
|
|
|
502
502
|
| Date | Version | Changes | Author |
|
|
503
503
|
|------|---------|---------|--------|
|
|
504
504
|
| 2025-01-14 | 1.0.0 | Initial document | @architect |
|
|
505
|
-
| 2025-12-09 | 2.1.0 | Added Multi-Repo Strategy section, updated terminology (Squad), updated related docs | @
|
|
505
|
+
| 2025-12-09 | 2.1.0 | Added Multi-Repo Strategy section, updated terminology (Squad), updated related docs | @developer (Dex) |
|
|
506
506
|
|
|
507
507
|
---
|
|
508
508
|
|
|
@@ -226,16 +226,16 @@ SINAPSE fornece **orquestração estruturada**:
|
|
|
226
226
|
| **Dara** | `data-engineer` | Architect | Data engineering |
|
|
227
227
|
| **Felix** | `devops` | Optimizer | CI/CD and operations |
|
|
228
228
|
| **Uma** | `ux-expert` | Creator | User experience |
|
|
229
|
-
| **Pax** | `sinapse-
|
|
229
|
+
| **Pax** | `sinapse-orqx` | Orchestrator | Framework orchestration |
|
|
230
230
|
|
|
231
231
|
### Agent Activation
|
|
232
232
|
|
|
233
233
|
```bash
|
|
234
234
|
# Ativar agent
|
|
235
|
-
@
|
|
236
|
-
@
|
|
235
|
+
@developer # Ativa Dex (Developer)
|
|
236
|
+
@quality-gate # Ativa Quinn (QA)
|
|
237
237
|
@architect # Ativa Aria (Architect)
|
|
238
|
-
@sinapse-
|
|
238
|
+
@sinapse-orqx # Ativa Pax (Orchestrator)
|
|
239
239
|
|
|
240
240
|
# Comandos de agent (prefix *)
|
|
241
241
|
*help # Mostra comandos disponíveis
|
|
@@ -546,8 +546,8 @@ THEN [expected result]
|
|
|
546
546
|
|
|
547
547
|
| Role | Agent | Responsibility |
|
|
548
548
|
| --------- | ----- | -------------- |
|
|
549
|
-
| Primary | @
|
|
550
|
-
| Secondary | @
|
|
549
|
+
| Primary | @developer | [Task] |
|
|
550
|
+
| Secondary | @quality-gate | [Task] |
|
|
551
551
|
|
|
552
552
|
---
|
|
553
553
|
|
|
@@ -201,10 +201,10 @@ grep -r "v2.0" .sinapse-ai/docs/standards --include="*.md"
|
|
|
201
201
|
|
|
202
202
|
| Date | Version | Changes | Author |
|
|
203
203
|
|------|---------|---------|--------|
|
|
204
|
-
| 2025-12-09 | 2.1.0 | Initial STANDARDS-INDEX creation for v4.2 | @
|
|
204
|
+
| 2025-12-09 | 2.1.0 | Initial STANDARDS-INDEX creation for v4.2 | @developer (Dex) |
|
|
205
205
|
|
|
206
206
|
---
|
|
207
207
|
|
|
208
208
|
**Last Updated:** 2025-12-09
|
|
209
209
|
**Version:** 2.1.0
|
|
210
|
-
**Maintainer:** @
|
|
210
|
+
**Maintainer:** @product-lead (Pax)
|
|
@@ -40,7 +40,7 @@ The Story Template v2.0 standardizes story documentation across the SINAPSE proj
|
|
|
40
40
|
2. **Traceability** - Link to decisions, dependencies, and related stories
|
|
41
41
|
3. **Automation Ready** - Machine-parseable sections for CI/CD integration
|
|
42
42
|
4. **Progress Visibility** - Clear status indicators and checkboxes
|
|
43
|
-
5. **Agent Compatibility** - Works with @
|
|
43
|
+
5. **Agent Compatibility** - Works with @developer, @quality-gate, @product-lead agents
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
@@ -212,7 +212,7 @@ path/to/relevant/files
|
|
|
212
212
|
|
|
213
213
|
## 🧑💻 Dev Agent Record
|
|
214
214
|
|
|
215
|
-
> This section is populated when @
|
|
215
|
+
> This section is populated when @developer executes the story.
|
|
216
216
|
|
|
217
217
|
### Execution Log
|
|
218
218
|
|
|
@@ -232,7 +232,7 @@ _None yet - story not started._
|
|
|
232
232
|
|
|
233
233
|
## 🧪 QA Results
|
|
234
234
|
|
|
235
|
-
> This section is populated after @
|
|
235
|
+
> This section is populated after @quality-gate reviews the implementation.
|
|
236
236
|
|
|
237
237
|
### Test Execution Summary
|
|
238
238
|
|
|
@@ -343,14 +343,14 @@ AND [additional result]
|
|
|
343
343
|
|
|
344
344
|
### Dev Agent Record (NEW in v2.0)
|
|
345
345
|
|
|
346
|
-
Tracks execution by @
|
|
346
|
+
Tracks execution by @developer agent:
|
|
347
347
|
- Execution Log: Timestamped actions
|
|
348
348
|
- Implementation Notes: Technical details
|
|
349
349
|
- Issues Encountered: Problems and solutions
|
|
350
350
|
|
|
351
351
|
### QA Results (NEW in v2.0)
|
|
352
352
|
|
|
353
|
-
Tracks validation by @
|
|
353
|
+
Tracks validation by @quality-gate agent:
|
|
354
354
|
- Test Execution Summary: Test metrics
|
|
355
355
|
- Validation Checklist: Manual checks
|
|
356
356
|
- QA Sign-off: Final approval
|
|
@@ -547,4 +547,4 @@ Use this checklist when creating or reviewing stories:
|
|
|
547
547
|
|
|
548
548
|
**Last Updated:** 2025-12-09
|
|
549
549
|
**Version:** 2.0.0
|
|
550
|
-
**Maintainer:** @
|
|
550
|
+
**Maintainer:** @product-lead (Pax)
|
|
@@ -46,7 +46,7 @@ const agentRequirements = {
|
|
|
46
46
|
analyst: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
47
47
|
'data-engineer': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations', 'pvMindContext', 'hybridOpsConfig'],
|
|
48
48
|
devops: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
49
|
-
'sinapse-
|
|
49
|
+
'sinapse-orqx': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'registry', 'expansionPacks', 'toolConfigurations'],
|
|
50
50
|
'ux-expert': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
51
51
|
'db-sage': ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations', 'pvMindContext', 'hybridOpsConfig'],
|
|
52
52
|
security: ['frameworkDocsLocation', 'projectDocsLocation', 'devLoadAlwaysFiles', 'lazyLoading', 'toolConfigurations'],
|
|
@@ -311,7 +311,7 @@ if (require.main === module) {
|
|
|
311
311
|
console.log(` ✅ Loaded ${Object.keys(minimal).length} sections\n`);
|
|
312
312
|
|
|
313
313
|
// Test 2: Load agent config
|
|
314
|
-
console.log('Test 2: Load agent config (@
|
|
314
|
+
console.log('Test 2: Load agent config (@developer)');
|
|
315
315
|
const devConfig = await loadAgentConfig('dev');
|
|
316
316
|
console.log(` ✅ Loaded ${Object.keys(devConfig).length} sections\n`);
|
|
317
317
|
|
|
@@ -124,7 +124,7 @@ ideSync:
|
|
|
124
124
|
format: condensed-rules
|
|
125
125
|
# ... other IDEs
|
|
126
126
|
redirects:
|
|
127
|
-
sinapse-developer: sinapse-
|
|
127
|
+
sinapse-developer: sinapse-orqx
|
|
128
128
|
db-sage: data-engineer
|
|
129
129
|
```
|
|
130
130
|
|
|
@@ -159,9 +159,9 @@ Deprecated or renamed agents are handled via redirects. When an old agent name i
|
|
|
159
159
|
Example redirect file:
|
|
160
160
|
|
|
161
161
|
```markdown
|
|
162
|
-
# Agent Redirect: sinapse-developer -> sinapse-
|
|
162
|
+
# Agent Redirect: sinapse-developer -> sinapse-orqx
|
|
163
163
|
|
|
164
|
-
This agent has been renamed. Use `sinapse-
|
|
164
|
+
This agent has been renamed. Use `sinapse-orqx` instead.
|
|
165
165
|
```
|
|
166
166
|
|
|
167
167
|
## File Structure
|
|
@@ -89,8 +89,8 @@ function loadConfig(projectRoot) {
|
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
redirects: {
|
|
92
|
-
'sinapse-developer': 'sinapse-
|
|
93
|
-
'sinapse-orchestrator': 'sinapse-
|
|
92
|
+
'sinapse-developer': 'sinapse-orqx',
|
|
93
|
+
'sinapse-orchestrator': 'sinapse-orqx',
|
|
94
94
|
'db-sage': 'data-engineer',
|
|
95
95
|
'github-devops': 'devops',
|
|
96
96
|
},
|
|
@@ -11,8 +11,8 @@ const path = require('path');
|
|
|
11
11
|
* Maps deprecated agent IDs to their new target IDs
|
|
12
12
|
*/
|
|
13
13
|
const DEFAULT_REDIRECTS = {
|
|
14
|
-
'sinapse-developer': 'sinapse-
|
|
15
|
-
'sinapse-orchestrator': 'sinapse-
|
|
14
|
+
'sinapse-developer': 'sinapse-orqx',
|
|
15
|
+
'sinapse-orchestrator': 'sinapse-orqx',
|
|
16
16
|
'db-sage': 'data-engineer',
|
|
17
17
|
'github-devops': 'devops',
|
|
18
18
|
};
|
|
@@ -26,7 +26,7 @@ const performanceData = {
|
|
|
26
26
|
* Performance targets (from agent-config-requirements.yaml)
|
|
27
27
|
*/
|
|
28
28
|
const PERFORMANCE_TARGETS = {
|
|
29
|
-
critical: 30, // sinapse-
|
|
29
|
+
critical: 30, // sinapse-orqx
|
|
30
30
|
high: 50, // dev, qa, devops, security
|
|
31
31
|
medium: 75, // po, sm, architect, data-engineer, db-sage
|
|
32
32
|
low: 100, // pm, analyst, ux-expert
|
|
@@ -36,7 +36,7 @@ const PERFORMANCE_TARGETS = {
|
|
|
36
36
|
* Agent priority mapping
|
|
37
37
|
*/
|
|
38
38
|
const AGENT_PRIORITIES = {
|
|
39
|
-
'sinapse-
|
|
39
|
+
'sinapse-orqx': 'critical',
|
|
40
40
|
'dev': 'high',
|
|
41
41
|
'qa': 'high',
|
|
42
42
|
'devops': 'high',
|