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
|
@@ -27,9 +27,7 @@ function getLanguageQuestion() {
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Get user profile question (Story 10.2 - Epic 10: User Profile System)
|
|
30
|
-
*
|
|
31
|
-
* PRD: SINAPSE v2.0 "Projeto Bob" - Seção 2.4
|
|
32
|
-
*
|
|
30
|
+
* @deprecated No longer asked interactively. Kept for backward compatibility.
|
|
33
31
|
* @returns {Object} Inquirer question object
|
|
34
32
|
*/
|
|
35
33
|
function getUserProfileQuestion() {
|
|
@@ -40,16 +38,45 @@ function getUserProfileQuestion() {
|
|
|
40
38
|
choices: [
|
|
41
39
|
{
|
|
42
40
|
name:
|
|
43
|
-
colors.highlight(
|
|
41
|
+
colors.highlight(`🚀 ${t('modoAssistido')}`) +
|
|
44
42
|
colors.dim(` (${t('recommended')})`),
|
|
45
43
|
value: 'bob',
|
|
46
44
|
},
|
|
47
45
|
{
|
|
48
|
-
name:
|
|
46
|
+
name: `⚙️ ${t('modoAvancado')}`,
|
|
49
47
|
value: 'advanced',
|
|
50
48
|
},
|
|
51
49
|
],
|
|
52
|
-
default:
|
|
50
|
+
default: 0,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Get LLM selection question (simplified wizard)
|
|
56
|
+
* Single interactive question for the 2-step wizard flow.
|
|
57
|
+
*
|
|
58
|
+
* @returns {Object} Inquirer question object
|
|
59
|
+
*/
|
|
60
|
+
function getLLMQuestion() {
|
|
61
|
+
return {
|
|
62
|
+
type: 'list',
|
|
63
|
+
name: 'selectedLLM',
|
|
64
|
+
message: colors.primary('Escolha sua LLM:'),
|
|
65
|
+
choices: [
|
|
66
|
+
{
|
|
67
|
+
name: colors.highlight('Claude Code') + colors.dim(' (Recomendado)'),
|
|
68
|
+
value: 'claude-code',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: 'Codex CLI',
|
|
72
|
+
value: 'codex',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: 'Ambos',
|
|
76
|
+
value: 'both',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
default: 0,
|
|
53
80
|
};
|
|
54
81
|
}
|
|
55
82
|
|
|
@@ -161,7 +188,7 @@ function getMCPQuestions() {
|
|
|
161
188
|
return true;
|
|
162
189
|
},
|
|
163
190
|
},
|
|
164
|
-
// Note: API keys are configured later via sinapse-
|
|
191
|
+
// Note: API keys are configured later via sinapse-orqx or directly in .env
|
|
165
192
|
];
|
|
166
193
|
}
|
|
167
194
|
|
|
@@ -341,6 +368,7 @@ function getQuestionById(questionId) {
|
|
|
341
368
|
module.exports = {
|
|
342
369
|
getLanguageQuestion,
|
|
343
370
|
getUserProfileQuestion,
|
|
371
|
+
getLLMQuestion,
|
|
344
372
|
getProjectTypeQuestion,
|
|
345
373
|
getIDEQuestions,
|
|
346
374
|
getMCPQuestions,
|
|
@@ -126,7 +126,7 @@ describe('artifact-copy-pipeline (Story INS-4.3)', () => {
|
|
|
126
126
|
fs.mkdirSync(tasksDir, { recursive: true });
|
|
127
127
|
fs.writeFileSync(path.join(tasksDir, 'add-rule.md'), '# Add Rule', 'utf8');
|
|
128
128
|
|
|
129
|
-
// Create SINAPSE/agents/
|
|
129
|
+
// Create SINAPSE/agents/developer.md (should be EXCLUDED)
|
|
130
130
|
const agentsDir = path.join(cmdDir, 'SINAPSE', 'agents');
|
|
131
131
|
fs.mkdirSync(agentsDir, { recursive: true });
|
|
132
132
|
fs.writeFileSync(path.join(agentsDir, 'dev.md'), '# Dev Agent', 'utf8');
|
|
@@ -95,7 +95,7 @@ Simplified mode for new users. Only Bob is visible, orchestrating internally.
|
|
|
95
95
|
|
|
96
96
|
Full access to all agents and commands.
|
|
97
97
|
|
|
98
|
-
- Access to all 11 agents (@
|
|
98
|
+
- Access to all 11 agents (@developer, @quality-gate, @architect, etc.)
|
|
99
99
|
- Full command palette
|
|
100
100
|
- Best for experienced users
|
|
101
101
|
|
|
@@ -468,7 +468,7 @@ async function runInstaller(options = {}) {
|
|
|
468
468
|
console.log('');
|
|
469
469
|
console.log(chalk.dim('Next steps:'));
|
|
470
470
|
console.log(chalk.dim(' 1. Run `npx sinapse-ai info` to see your configuration'));
|
|
471
|
-
console.log(chalk.dim(' 2. Activate an agent with @agent-name (e.g., @
|
|
471
|
+
console.log(chalk.dim(' 2. Activate an agent with @agent-name (e.g., @developer)'));
|
|
472
472
|
if (profile === 'bob') {
|
|
473
473
|
console.log(chalk.dim(' 3. Just talk to Bob - he\'ll orchestrate everything!'));
|
|
474
474
|
}
|
|
@@ -93,7 +93,7 @@ const RUNTIME_DOMAINS = [
|
|
|
93
93
|
'manifest', 'constitution', 'global', 'context', 'commands',
|
|
94
94
|
'agent-dev', 'agent-qa', 'agent-architect', 'agent-pm', 'agent-po',
|
|
95
95
|
'agent-sm', 'agent-devops', 'agent-analyst', 'agent-data-engineer',
|
|
96
|
-
'agent-ux', 'agent-sinapse-
|
|
96
|
+
'agent-ux', 'agent-sinapse-orqx', 'agent-squad-creator',
|
|
97
97
|
'workflow-story-dev', 'workflow-epic-create', 'workflow-arch-review',
|
|
98
98
|
];
|
|
99
99
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Agent: Imperator — Sinapse Master
|
|
2
2
|
|
|
3
|
-
> ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 17 specialized squads and 12 framework agents (
|
|
3
|
+
> ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 17 specialized squads and 12 framework agents (151 total). You do not execute domain work yourself — you diagnose, route, coordinate, and synthesize across the entire ecosystem. Every request passes through you first. You are the CEO of this AI workforce.
|
|
4
4
|
|
|
5
5
|
## ACTIVATION INSTRUCTIONS — MANDATORY ON LOAD
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ Then display:
|
|
|
19
19
|
|
|
20
20
|
```
|
|
21
21
|
AI Agent Squads for Claude Code
|
|
22
|
-
v1.0 · 17 squads ·
|
|
22
|
+
v1.0 · 17 squads · 151 agents · 1400+ tasks
|
|
23
23
|
|
|
24
24
|
👑 Imperator — Sinapse Master ativado
|
|
25
25
|
|
|
@@ -34,7 +34,7 @@ After the greeting, HALT and await user input. Do NOT do anything else.
|
|
|
34
34
|
```yaml
|
|
35
35
|
agent:
|
|
36
36
|
name: "Imperator"
|
|
37
|
-
id: sinapse-
|
|
37
|
+
id: sinapse-orqx
|
|
38
38
|
title: "Sinapse Master — Supreme Ecosystem Orchestrator"
|
|
39
39
|
icon: "👑"
|
|
40
40
|
tier: 0
|
|
@@ -52,7 +52,7 @@ persona:
|
|
|
52
52
|
Uses INTELLIGENT ROUTING: routes DIRECTLY to the specialist agent
|
|
53
53
|
when the request is simple and clear, or to the squad orqx
|
|
54
54
|
when the request is complex and requires multi-agent coordination.
|
|
55
|
-
Also commands framework agents (@
|
|
55
|
+
Also commands framework agents (@developer, @quality-gate, @architect) for software
|
|
56
56
|
development tasks. Thinks in systems, not silos.
|
|
57
57
|
style: "Strategic, decisive, systems-thinking. Diagnoses before prescribing. Uses @agent-name notation for routing."
|
|
58
58
|
focus: "Intelligent routing, cross-squad orchestration, conflict resolution, strategic synthesis"
|
|
@@ -67,8 +67,8 @@ persona_profile:
|
|
|
67
67
|
- Simple + clear domain → route DIRECTLY to @specialist (skip orqx)
|
|
68
68
|
- Complex + single domain → route to @{domain}-orqx
|
|
69
69
|
- Complex + multi-domain → coordinate multiple orqx agents
|
|
70
|
-
- Software development → framework agents (@
|
|
71
|
-
- Dev + domain → combine (@
|
|
70
|
+
- Software development → framework agents (@developer, @quality-gate, @architect)
|
|
71
|
+
- Dev + domain → combine (@developer + @{domain}-orqx)
|
|
72
72
|
signature_closing: "— Imperator, orchestrating SINAPSE"
|
|
73
73
|
|
|
74
74
|
# ══════════════════════════════════════════════════════════════════════════════
|
|
@@ -501,8 +501,8 @@ relationships:
|
|
|
501
501
|
receives_from:
|
|
502
502
|
- agent: "User (direct)"
|
|
503
503
|
context: "Any request that enters the ecosystem"
|
|
504
|
-
- agent: "@sinapse-
|
|
505
|
-
context: "When SINAPSE framework is present, @sinapse-
|
|
504
|
+
- agent: "@sinapse-orqx"
|
|
505
|
+
context: "When SINAPSE framework is present, @sinapse-orqx may delegate squad coordination to Imperator"
|
|
506
506
|
|
|
507
507
|
# ══════════════════════════════════════════════════════════════════════════════
|
|
508
508
|
# FRAMEWORK COMPATIBILITY
|
|
@@ -512,29 +512,29 @@ framework_compatibility:
|
|
|
512
512
|
standalone:
|
|
513
513
|
description: >
|
|
514
514
|
Without any external framework, Imperator is the top-level orchestrator.
|
|
515
|
-
Users invoke /sinapse:agents:sinapse-
|
|
515
|
+
Users invoke /sinapse:agents:sinapse-orqx directly, and Imperator routes
|
|
516
516
|
to all 15 squads autonomously.
|
|
517
|
-
orchestrator: "sinapse-
|
|
517
|
+
orchestrator: "sinapse-orqx (Imperator)"
|
|
518
518
|
|
|
519
519
|
with_sinapse:
|
|
520
520
|
description: >
|
|
521
|
-
When the
|
|
521
|
+
When the SINAPSE framework is present, @sinapse-orqx is the supreme
|
|
522
522
|
orchestrator of the entire project. Imperator operates as the squad-level
|
|
523
|
-
coordinator — @sinapse-
|
|
524
|
-
who then routes to the appropriate squads. The SINAPSE agents (@
|
|
525
|
-
@architect, @
|
|
523
|
+
coordinator — @sinapse-orqx delegates squad-related work to Imperator,
|
|
524
|
+
who then routes to the appropriate squads. The SINAPSE agents (@developer, @quality-gate,
|
|
525
|
+
@architect, @project-lead, @product-lead, @sprint-lead, etc.) handle development workflow, while
|
|
526
526
|
Sinapse handle domain-specific work (branding, copy, growth, etc.).
|
|
527
|
-
orchestrator: "@sinapse-
|
|
527
|
+
orchestrator: "@sinapse-orqx → sinapse-orqx (Imperator) → squad orchestrators"
|
|
528
528
|
handoff_protocol:
|
|
529
|
-
- "@sinapse-
|
|
529
|
+
- "@sinapse-orqx sends domain request to Imperator"
|
|
530
530
|
- "Imperator routes to correct squad orchestrator(s)"
|
|
531
531
|
- "Squad orchestrator executes with its agents"
|
|
532
|
-
- "Results flow back: squad → Imperator → @sinapse-
|
|
532
|
+
- "Results flow back: squad → Imperator → @sinapse-orqx"
|
|
533
533
|
coexistence_rules:
|
|
534
534
|
- "SINAPSE agents own development workflow: code, testing, architecture, stories, deploys"
|
|
535
535
|
- "Sinapse own domain expertise: branding, content, copy, growth, finance, etc."
|
|
536
536
|
- "No overlap — clear boundary between dev workflow and domain expertise"
|
|
537
|
-
- "@sinapse-
|
|
537
|
+
- "@sinapse-orqx can invoke any squad directly via /{prefix}:agents:{orchestrator}"
|
|
538
538
|
```
|
|
539
539
|
|
|
540
540
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Cross-Squad Workflow Patterns
|
|
2
2
|
|
|
3
|
-
> Reference document for Imperator (sinapse-
|
|
3
|
+
> Reference document for Imperator (sinapse-orqx). Contains common patterns for multi-squad coordination, including proven sequences, handoff specifications, and anti-patterns to avoid.
|
|
4
4
|
|
|
5
5
|
## Pattern Catalog
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Routing Catalog — Complete Squad Directory
|
|
2
2
|
|
|
3
|
-
> Reference document for Imperator (sinapse-
|
|
3
|
+
> Reference document for Imperator (sinapse-orqx). Contains the complete routing table for all 15 Sinapse with domains, keywords, orchestrators, invocation commands, and detailed capability descriptions.
|
|
4
4
|
|
|
5
5
|
## Quick Reference Table
|
|
6
6
|
|
package/sinapse/squad.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: compose-multi-squad-plan
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: true
|
|
@@ -28,7 +28,7 @@ Checklist:
|
|
|
28
28
|
|
|
29
29
|
## Metadata
|
|
30
30
|
- **Squad:** squad-sinapse
|
|
31
|
-
- **Agent:** Imperator (sinapse-
|
|
31
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
32
32
|
- **Complexity:** Advanced
|
|
33
33
|
|
|
34
34
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: coordinate-cross-squad
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: false
|
|
@@ -28,7 +28,7 @@ Checklist:
|
|
|
28
28
|
|
|
29
29
|
## Metadata
|
|
30
30
|
- **Squad:** squad-sinapse
|
|
31
|
-
- **Agent:** Imperator (sinapse-
|
|
31
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
32
32
|
- **Complexity:** Advanced
|
|
33
33
|
|
|
34
34
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: diagnose-and-route
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: false
|
|
@@ -27,7 +27,7 @@ Checklist:
|
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
29
|
- **Squad:** squad-sinapse
|
|
30
|
-
- **Agent:** Imperator (sinapse-
|
|
30
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
31
31
|
- **Complexity:** Standard
|
|
32
32
|
|
|
33
33
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: onboard-user
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: true
|
|
@@ -27,7 +27,7 @@ Checklist:
|
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
29
|
- **Squad:** squad-sinapse
|
|
30
|
-
- **Agent:** Imperator (sinapse-
|
|
30
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
31
31
|
- **Complexity:** Simple
|
|
32
32
|
|
|
33
33
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: resolve-conflict
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: false
|
|
@@ -27,7 +27,7 @@ Checklist:
|
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
29
|
- **Squad:** squad-sinapse
|
|
30
|
-
- **Agent:** Imperator (sinapse-
|
|
30
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
31
31
|
- **Complexity:** Advanced
|
|
32
32
|
|
|
33
33
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: squad-status-report
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: false
|
|
@@ -27,7 +27,7 @@ Checklist:
|
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
29
|
- **Squad:** squad-sinapse
|
|
30
|
-
- **Agent:** Imperator (sinapse-
|
|
30
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
31
31
|
- **Complexity:** Standard
|
|
32
32
|
|
|
33
33
|
## Objetivo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
task: strategic-brief
|
|
3
|
-
responsavel: "@sinapse-
|
|
3
|
+
responsavel: "@sinapse-orqx"
|
|
4
4
|
responsavel_type: Agent
|
|
5
5
|
atomic_layer: Task
|
|
6
6
|
elicit: true
|
|
@@ -31,7 +31,7 @@ Checklist:
|
|
|
31
31
|
|
|
32
32
|
## Metadata
|
|
33
33
|
- **Squad:** squad-sinapse
|
|
34
|
-
- **Agent:** Imperator (sinapse-
|
|
34
|
+
- **Agent:** Imperator (sinapse-orqx)
|
|
35
35
|
- **Complexity:** Advanced
|
|
36
36
|
|
|
37
37
|
## Objetivo
|
|
@@ -64,7 +64,7 @@ STRATEGIC BRIEF
|
|
|
64
64
|
Initiative: {nome}
|
|
65
65
|
Objective: {objetivo}
|
|
66
66
|
Date: {data}
|
|
67
|
-
Author: Imperator (sinapse-
|
|
67
|
+
Author: Imperator (sinapse-orqx)
|
|
68
68
|
|
|
69
69
|
SITUATION ANALYSIS:
|
|
70
70
|
- Current State: {onde o usuario esta}
|
|
@@ -90,5 +90,5 @@ Toda animacao deve passar por:
|
|
|
90
90
|
|
|
91
91
|
## Escalation
|
|
92
92
|
|
|
93
|
-
- **Escalates to:** @sinapse-
|
|
94
|
-
- **Receives from:** @sinapse-
|
|
93
|
+
- **Escalates to:** @sinapse-orqx (Imperator) para coordenacao cross-squad, decisoes arquiteturais ou escalacoes alem do escopo da squad
|
|
94
|
+
- **Receives from:** @sinapse-orqx quando o ecossistema Sinapse roteia demandas de animacao/motion para esta squad
|
|
@@ -176,7 +176,7 @@ integration:
|
|
|
176
176
|
- agent: "brand-auditor (Sentinel)"
|
|
177
177
|
when: "Assets criados, precisam de validacao de coerencia"
|
|
178
178
|
context_passed: "lista de assets gerados, guidelines utilizadas, API usada"
|
|
179
|
-
- agent: "@
|
|
179
|
+
- agent: "@developer (Dex)"
|
|
180
180
|
when: "Asset SVG ou web template precisa ser integrado em codebase"
|
|
181
181
|
context_passed: "arquivo SVG/HTML/CSS, contexto de uso, responsividade"
|
|
182
182
|
receives_from:
|
|
@@ -126,7 +126,7 @@ commands:
|
|
|
126
126
|
|
|
127
127
|
integration:
|
|
128
128
|
delegates_to:
|
|
129
|
-
- agent: "@
|
|
129
|
+
- agent: "@developer (Dex)"
|
|
130
130
|
when: "Motion specs prontas para implementacao"
|
|
131
131
|
context_passed: "easing curves, durations, codigo CSS/JS, Lottie files"
|
|
132
132
|
- agent: "brand-auditor (Sentinel)"
|
|
@@ -61,7 +61,7 @@ persona:
|
|
|
61
61
|
action: >
|
|
62
62
|
Analisar causa raiz. Se falta de informacao → voltar ao agente anterior.
|
|
63
63
|
Se qualidade insuficiente → devolver com feedback especifico do Sentinel.
|
|
64
|
-
Se impedimento tecnico → escalar para @sinapse-
|
|
64
|
+
Se impedimento tecnico → escalar para @sinapse-orqx.
|
|
65
65
|
rationale: "Orquestrador resolve impedimentos, nao ignora"
|
|
66
66
|
|
|
67
67
|
- trigger: "Handoff externo necessario (outro squad)"
|
|
@@ -135,7 +135,7 @@ integration:
|
|
|
135
135
|
when: "Todas as fases aprovadas pelo Sentinel"
|
|
136
136
|
context_passed: "todos os outputs aprovados de todas as fases"
|
|
137
137
|
receives_from:
|
|
138
|
-
- agent: "@sinapse-
|
|
138
|
+
- agent: "@sinapse-orqx (Imperator)"
|
|
139
139
|
when: "Projeto de marca solicitado pelo usuario"
|
|
140
140
|
context_expected: "briefing, tipo de projeto, cliente"
|
|
141
141
|
```
|
|
@@ -159,7 +159,7 @@ integration:
|
|
|
159
159
|
- agent: "brand-auditor (Sentinel)"
|
|
160
160
|
when: "Sound system criado, precisa de validacao"
|
|
161
161
|
context_passed: "audio files, sonic DNA docs, sound system specs"
|
|
162
|
-
- agent: "@
|
|
162
|
+
- agent: "@developer (Dex)"
|
|
163
163
|
when: "Notification sounds prontos para integracao em app"
|
|
164
164
|
context_passed: "audio files, formato, evento de trigger, specs de implementacao"
|
|
165
165
|
receives_from:
|
|
@@ -118,7 +118,7 @@ integration:
|
|
|
118
118
|
- agent: "@architect (Aria)"
|
|
119
119
|
when: "Design system precisa de decisao arquitetural sobre tech stack"
|
|
120
120
|
context_passed: "tokens, componentes, formato de export desejado"
|
|
121
|
-
- agent: "@
|
|
121
|
+
- agent: "@developer (Dex)"
|
|
122
122
|
when: "Design system pronto para implementacao"
|
|
123
123
|
context_passed: "tokens CSS, componentes documentados, grid specs"
|
|
124
124
|
- agent: "brand-auditor (Sentinel)"
|
|
@@ -71,5 +71,5 @@ Calm, systematic, and deeply knowledgeable about the entire Claude Code ecosyste
|
|
|
71
71
|
|
|
72
72
|
## Escalation
|
|
73
73
|
|
|
74
|
-
- **Escalates to:** @sinapse-
|
|
75
|
-
- **Receives from:** @sinapse-
|
|
74
|
+
- **Escalates to:** @sinapse-orqx (Imperator) para coordenacao cross-squad, decisoes arquiteturais ou escalacoes alem do escopo da squad
|
|
75
|
+
- **Receives from:** @sinapse-orqx quando o ecossistema Sinapse roteia demandas de Claude Code/automacao para esta squad
|
|
@@ -71,7 +71,7 @@ persona:
|
|
|
71
71
|
action: >
|
|
72
72
|
1) Identificar quais KBs vao para quais squads (usar cross-squad-deployment KB).
|
|
73
73
|
2) Acionar Assembly para deploy. 3) Verificar que squad.yaml destino foi atualizado.
|
|
74
|
-
4) Notificar sinapse-
|
|
74
|
+
4) Notificar sinapse-orqx sobre novo clone disponivel.
|
|
75
75
|
rationale: "KBs sao o produto final que enriquece o ecossistema inteiro"
|
|
76
76
|
|
|
77
77
|
- trigger: "Multiplos clones em fila"
|
|
@@ -145,12 +145,12 @@ relationships:
|
|
|
145
145
|
- agent: squad-assembler (Assembly)
|
|
146
146
|
context: "Montagem e deploy da squad final"
|
|
147
147
|
receives_from:
|
|
148
|
-
- agent: sinapse-
|
|
148
|
+
- agent: sinapse-orqx (Imperator)
|
|
149
149
|
context: "Clone requests, prioridades, target specifications"
|
|
150
150
|
- agent: research-orqx (Prism)
|
|
151
151
|
context: "Intelligence sobre targets, fontes descobertas via pesquisa"
|
|
152
152
|
reports_to:
|
|
153
|
-
- agent: sinapse-
|
|
153
|
+
- agent: sinapse-orqx (Imperator)
|
|
154
154
|
context: "Status de clones, delivery de squads completas"
|
|
155
155
|
```
|
|
156
156
|
|
|
@@ -44,4 +44,4 @@ Revenue Cycle Orchestrator — coordena o sistema comercial completo, desde dema
|
|
|
44
44
|
## Cross-Squad Handoffs
|
|
45
45
|
- **Recebe de:** @growth-analytics (pipeline data, attribution), @content-intelligence (funnel content)
|
|
46
46
|
- **Envia para:** @product-systems (client feedback), @operations-hub (process requirements)
|
|
47
|
-
- **Escalates to:** @sinapse-
|
|
47
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -88,4 +88,4 @@ The system is only as strong as its weakest link.
|
|
|
88
88
|
## Cross-Squad Handoffs
|
|
89
89
|
- **Recebe de:** @research-intelligence (market data, competitive analysis), @growth-analytics (performance data)
|
|
90
90
|
- **Envia para:** @commercial-systems agents (specific pillar improvements), @product-systems (product-market fit insights)
|
|
91
|
-
- **Escalates to:** @sinapse-
|
|
91
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -130,4 +130,4 @@ Self-Orientation is the denominator — most powerful variable
|
|
|
130
130
|
## Cross-Squad Handoffs
|
|
131
131
|
- **Recebe de:** @digital-experience (product health metrics), @product-systems (feature usage)
|
|
132
132
|
- **Envia para:** @content-intelligence (case study raw data), @research-intelligence (client feedback)
|
|
133
|
-
- **Escalates to:** @sinapse-
|
|
133
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -52,4 +52,4 @@ CRM & Pipeline Operations Specialist — dono da single source of truth comercia
|
|
|
52
52
|
## Cross-Squad Handoffs
|
|
53
53
|
- **Recebe de:** @growth-analytics (lead data, attribution), @digital-experience (form submissions)
|
|
54
54
|
- **Envia para:** @growth-analytics (pipeline metrics), @operations-hub (CRM requirements)
|
|
55
|
-
- **Escalates to:** @sinapse-
|
|
55
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -71,4 +71,4 @@ Example: $1M / ($50K × 25% × 65% × 14%) = 1,757 MQLs
|
|
|
71
71
|
## Cross-Squad Handoffs
|
|
72
72
|
- **Recebe de:** @growth-analytics (attribution data, channel performance), @content-intelligence (funnel content)
|
|
73
73
|
- **Envia para:** @content-intelligence (content briefs por stage), @copywriting-persuasion (landing page copy briefs)
|
|
74
|
-
- **Escalates to:** @sinapse-
|
|
74
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -112,4 +112,4 @@ OUTBOUND ENGINE:
|
|
|
112
112
|
## Cross-Squad Handoffs
|
|
113
113
|
- **Recebe de:** @content-intelligence (content assets), @growth-analytics (channel data, SEO keywords), @research-intelligence (ICP research)
|
|
114
114
|
- **Envia para:** @copywriting-persuasion (outreach copy), @digital-experience (landing pages), @growth-analytics (campaign tracking)
|
|
115
|
-
- **Escalates to:** @sinapse-
|
|
115
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -113,4 +113,4 @@ Psychology: B looks most reasonable; C makes B feel affordable
|
|
|
113
113
|
## Cross-Squad Handoffs
|
|
114
114
|
- **Recebe de:** @research-intelligence (market research, competitor analysis), @brand-system (messaging framework)
|
|
115
115
|
- **Envia para:** @copywriting-persuasion (proposal copy briefs), @digital-experience (landing page specs)
|
|
116
|
-
- **Escalates to:** @sinapse-
|
|
116
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -88,4 +88,4 @@ Pipeline Coverage = Total Pipeline / Quota [Target: 3-5x]
|
|
|
88
88
|
## Cross-Squad Handoffs
|
|
89
89
|
- **Recebe de:** @growth-analytics (analytics data, attribution models), @operations-hub (financial data)
|
|
90
90
|
- **Envia para:** @growth-analytics (revenue metrics for dashboards), @operations-hub (tech stack requirements)
|
|
91
|
-
- **Escalates to:** @sinapse-
|
|
91
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -124,4 +124,4 @@ NO-ORIENTED QUESTIONS — Get a "no" to feel safe
|
|
|
124
124
|
## Cross-Squad Handoffs
|
|
125
125
|
- **Recebe de:** @commercial-systems/Magnet (qualified leads), @copywriting-persuasion (proposal copy), @research-intelligence (prospect research)
|
|
126
126
|
- **Envia para:** @commercial-systems/Bond (closed clients for onboarding), @commercial-systems/Vault (deal data)
|
|
127
|
-
- **Escalates to:** @sinapse-
|
|
127
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -110,4 +110,4 @@ Insight: Challengers outperform all other profiles in complex B2B
|
|
|
110
110
|
## Cross-Squad Handoffs
|
|
111
111
|
- **Recebe de:** @copywriting-persuasion (scripts, messaging), @research-intelligence (competitor intelligence)
|
|
112
112
|
- **Envia para:** @content-intelligence (enablement content needs), @brand-system (messaging alignment)
|
|
113
|
-
- **Escalates to:** @sinapse-
|
|
113
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AI as Competitive Infrastructure — IA como Infraestrutura de Vantagem Comercial
|
|
2
2
|
|
|
3
|
-
> Fonte:
|
|
3
|
+
> Fonte: Framework interno de inteligencia — IA como alavanca empresarial.
|
|
4
4
|
|
|
5
5
|
## Principio Central
|
|
6
6
|
|
|
@@ -171,11 +171,11 @@ integration:
|
|
|
171
171
|
- agent: "content-governor (Index)"
|
|
172
172
|
when: "Rejeicao de conteudo que precisa de re-routing"
|
|
173
173
|
context_expected: "motivo da rejeicao, correcoes necessarias, agente responsavel"
|
|
174
|
-
- agent: "@sinapse-
|
|
174
|
+
- agent: "@sinapse-orqx (Imperator)"
|
|
175
175
|
when: "Demanda cross-squad roteada pelo ecossistema Sinapse"
|
|
176
176
|
context_expected: "brief, dominio, prioridade, squad de origem"
|
|
177
177
|
```
|
|
178
178
|
|
|
179
179
|
## Escalation
|
|
180
180
|
|
|
181
|
-
- **Escalates to:** @sinapse-
|
|
181
|
+
- **Escalates to:** @sinapse-orqx (Imperator) para coordenacao cross-squad, decisoes arquiteturais ou escalacoes alem do escopo da squad
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AI Leverage Content Framework — Transformar Updates de IA em Conteudo de Consequencia
|
|
2
2
|
|
|
3
|
-
> Fonte:
|
|
3
|
+
> Fonte: Framework interno de inteligencia — IA como alavanca empresarial.
|
|
4
4
|
|
|
5
5
|
## Principio Central
|
|
6
6
|
|
|
@@ -77,12 +77,12 @@ Quill e o estrategista que conecta negocio a narrativa. Pensa em sistemas, nao e
|
|
|
77
77
|
|
|
78
78
|
## Handoff
|
|
79
79
|
|
|
80
|
-
When copy strategy and message hierarchy are ready for approval, hand off to `@sinapse-
|
|
80
|
+
When copy strategy and message hierarchy are ready for approval, hand off to `@sinapse-orqx` for cross-squad coordination via `*task review-messaging`.
|
|
81
81
|
|
|
82
82
|
## Escalation
|
|
83
83
|
|
|
84
|
-
- **Escalates to:** @sinapse-
|
|
85
|
-
- **Receives from:** @sinapse-
|
|
84
|
+
- **Escalates to:** @sinapse-orqx (Imperator) para coordenacao cross-squad, decisoes arquiteturais ou escalacoes alem do escopo da squad
|
|
85
|
+
- **Receives from:** @sinapse-orqx quando o ecossistema Sinapse roteia demandas de copywriting/persuasao para esta squad
|
|
86
86
|
|
|
87
87
|
---
|
|
88
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Consequence Headline Patterns — Headlines que Vendem Consequencia, Nao Feature
|
|
2
2
|
|
|
3
|
-
> Fonte:
|
|
3
|
+
> Fonte: Framework interno de inteligencia — framing de impacto e compressao.
|
|
4
4
|
|
|
5
5
|
## Principio Central
|
|
6
6
|
|
|
@@ -216,4 +216,4 @@ relationships:
|
|
|
216
216
|
## Cross-Squad Handoffs
|
|
217
217
|
- **Recebe de:** @product-systems (strategic product decisions), @commercial-systems (business model), @financial-intelligence (investment decisions)
|
|
218
218
|
- **Envia para:** @product-systems (strategic vision), @commercial-systems (go-to-market philosophy), @growth-analytics (growth strategy)
|
|
219
|
-
- **Escalates to:** @sinapse-
|
|
219
|
+
- **Escalates to:** @sinapse-orqx (cross-squad coordination)
|