sinapse-ai 1.8.0 → 1.9.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/hooks/mind-clone-governance.py +212 -212
- package/.claude/hooks/read-protection.py +152 -152
- package/.claude/hooks/slug-validation.py +175 -175
- package/.claude/hooks/sql-governance.py +183 -183
- package/.claude/rules/documentation-first.md +1 -1
- package/.claude/rules/hook-governance.md +1 -1
- package/.claude/rules/mandatory-delegation.md +1 -1
- package/.claude/rules/project-intelligence.md +1 -1
- package/.codex/agents/analyst.md +4 -371
- package/.codex/agents/animations-orqx.md +4 -57
- package/.codex/agents/architect.md +4 -560
- package/.codex/agents/brand-orqx.md +4 -95
- package/.codex/agents/claude-mastery-chief.md +4 -0
- package/.codex/agents/cloning-orqx.md +4 -70
- package/.codex/agents/commercial-orqx.md +4 -67
- package/.codex/agents/config-engineer.md +2 -2
- package/.codex/agents/content-orqx.md +4 -77
- package/.codex/agents/copy-orqx.md +4 -65
- package/.codex/agents/cost-optimizer.md +4 -0
- package/.codex/agents/council-orqx.md +4 -68
- package/.codex/agents/courses-orqx.md +4 -64
- package/.codex/agents/cro-persuasion.md +4 -0
- package/.codex/agents/cyber-orqx.md +4 -67
- package/.codex/agents/data-engineer.md +4 -542
- package/.codex/agents/design-orqx.md +4 -65
- package/.codex/agents/design-system.md +4 -210
- package/.codex/agents/developer.md +4 -666
- package/.codex/agents/devops.md +4 -668
- package/.codex/agents/finance-orqx.md +4 -57
- package/.codex/agents/fiscal-compliance-br.md +4 -0
- package/.codex/agents/forecast-strategist.md +4 -0
- package/.codex/agents/growth-orqx.md +4 -75
- package/.codex/agents/hooks-architect.md +2 -2
- package/.codex/agents/mcp-integrator.md +2 -2
- package/.codex/agents/paidmedia-orqx.md +4 -67
- package/.codex/agents/platform-aesthetic-director.md +4 -0
- package/.codex/agents/premium-packaging-strategist.md +4 -0
- package/.codex/agents/product-lead.md +4 -371
- package/.codex/agents/product-orqx.md +4 -57
- package/.codex/agents/product-surface-director.md +4 -0
- package/.codex/agents/project-integrator.md +2 -2
- package/.codex/agents/project-lead.md +4 -414
- package/.codex/agents/quality-gate.md +4 -547
- package/.codex/agents/research-orqx.md +4 -67
- package/.codex/agents/roadmap-sentinel.md +2 -2
- package/.codex/agents/skill-craftsman.md +2 -2
- package/.codex/agents/snps-orqx.md +4 -684
- package/.codex/agents/sop-extractor.md +4 -61
- package/.codex/agents/sprint-lead.md +4 -324
- package/.codex/agents/squad-creator.md +4 -402
- package/.codex/agents/storytelling-orqx.md +4 -65
- package/.codex/agents/swarm-orqx.md +4 -64
- package/.codex/agents/ux-design-expert.md +4 -532
- package/.codex/agents/ux-designer.md +4 -124
- package/.codex/command-registry.json +9 -9
- package/.codex/delegation-matrix.json +375 -839
- package/.codex/delegation-parity.json +658 -0
- package/.codex/handoff-packet.parity.schema.json +148 -0
- package/.codex/handoff-packet.template.json +26 -0
- package/.codex/instructions.md +8 -8
- package/.codex/scripts/resolve-codex-agent.js +482 -0
- package/.codex/scripts/resolve-codex-command.js +75 -12
- package/.codex/scripts/resolve-codex-delegation.js +131 -92
- package/.codex/skills/sinapse-claude/SKILL.md +3 -3
- package/.codex/skills/sinapse-po/SKILL.md +1 -1
- package/.codex/tasks/resolve-sinapse-conflict.md +1 -1
- package/.sinapse-ai/constitution.md +5 -5
- package/.sinapse-ai/core/doctor/checks/git-hooks.js +163 -19
- package/.sinapse-ai/core/events/dashboard-emitter.js +30 -9
- package/.sinapse-ai/core/execution/subagent-dispatcher.js +1 -1
- package/.sinapse-ai/core/synapse/engine.js +15 -0
- package/.sinapse-ai/core/ui/observability-panel.js +240 -0
- package/.sinapse-ai/core-config.yaml +0 -20
- package/.sinapse-ai/data/entity-registry.yaml +185 -236
- package/.sinapse-ai/development/agents/snps-orqx.md +16 -26
- package/.sinapse-ai/development/tasks/build-autonomous.md +11 -1
- package/.sinapse-ai/development/tasks/build-resume.md +8 -0
- package/.sinapse-ai/development/tasks/build-status.md +8 -0
- package/.sinapse-ai/development/tasks/build.md +8 -0
- package/.sinapse-ai/development/tasks/cleanup-worktrees.md +8 -1
- package/.sinapse-ai/development/tasks/gotcha.md +8 -0
- package/.sinapse-ai/development/tasks/gotchas.md +8 -0
- package/.sinapse-ai/development/tasks/ids-health.md +14 -6
- package/.sinapse-ai/development/tasks/list-mcps.md +15 -0
- package/.sinapse-ai/development/tasks/merge-worktree.md +8 -1
- package/.sinapse-ai/development/tasks/qa-review-build.md +18 -0
- package/.sinapse-ai/development/tasks/remove-mcp.md +8 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +26 -14
- package/.sinapse-ai/development/templates/service-template/README.md.hbs +159 -159
- package/.sinapse-ai/development/templates/service-template/__tests__/index.test.ts.hbs +238 -238
- package/.sinapse-ai/development/templates/service-template/client.ts.hbs +404 -404
- package/.sinapse-ai/development/templates/service-template/errors.ts.hbs +183 -183
- package/.sinapse-ai/development/templates/service-template/index.ts.hbs +121 -121
- package/.sinapse-ai/development/templates/service-template/package.json.hbs +88 -88
- package/.sinapse-ai/development/templates/service-template/types.ts.hbs +146 -146
- package/.sinapse-ai/development/templates/squad-template/LICENSE +22 -22
- package/.sinapse-ai/git-hooks/lib/framework-guard.js +258 -0
- package/.sinapse-ai/git-hooks/lib/secret-scanner-core.js +355 -0
- package/.sinapse-ai/git-hooks/lib/staged-secret-scan.js +179 -0
- package/.sinapse-ai/git-hooks/lib/staged-sql-guard.js +204 -0
- package/.sinapse-ai/git-hooks/post-commit +28 -0
- package/.sinapse-ai/git-hooks/pre-commit +81 -0
- package/.sinapse-ai/git-hooks/pre-push +83 -0
- package/.sinapse-ai/hooks/ids-post-commit.js +13 -11
- package/.sinapse-ai/hooks/ids-pre-push.js +9 -7
- package/.sinapse-ai/infrastructure/scripts/codex-parity/resolve.js +161 -0
- package/.sinapse-ai/infrastructure/scripts/dashboard-status-writer.js +6 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +65 -68
- package/.sinapse-ai/infrastructure/scripts/sync-codex-local-first.js +156 -1
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -4
- package/.sinapse-ai/infrastructure/scripts/validate-codex-integration.js +41 -5
- package/.sinapse-ai/infrastructure/templates/coderabbit.yaml.template +280 -280
- package/.sinapse-ai/infrastructure/templates/config/env.example +16 -16
- package/.sinapse-ai/infrastructure/templates/config/gitignore-additions.tmpl +59 -59
- package/.sinapse-ai/infrastructure/templates/github/CODEOWNERS.template +12 -12
- package/.sinapse-ai/infrastructure/templates/github-workflows/ci.yml.template +170 -170
- package/.sinapse-ai/infrastructure/templates/github-workflows/pr-automation.yml.template +331 -331
- package/.sinapse-ai/infrastructure/templates/github-workflows/release.yml.template +197 -197
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl +19 -19
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-node.tmpl +86 -86
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-python.tmpl +146 -146
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-sinapse-base.tmpl +64 -64
- package/.sinapse-ai/infrastructure/templates/safe-collab/CODEOWNERS.template +16 -16
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +183 -183
- package/.sinapse-ai/install-manifest.yaml +112 -164
- package/.sinapse-ai/local-config.yaml.template +65 -65
- package/.sinapse-ai/product/templates/adr.hbs +126 -126
- package/.sinapse-ai/product/templates/dbdr.hbs +242 -242
- package/.sinapse-ai/product/templates/epic.hbs +213 -213
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +30 -0
- package/.sinapse-ai/product/templates/pmdr.hbs +187 -187
- package/.sinapse-ai/product/templates/prd-v2.0.hbs +217 -217
- package/.sinapse-ai/product/templates/prd.hbs +202 -202
- package/.sinapse-ai/product/templates/statusline/statusline-script.js +31 -8
- package/.sinapse-ai/product/templates/statusline/track-agent-clear.cjs +79 -0
- package/.sinapse-ai/product/templates/statusline/track-agent.cjs +218 -0
- package/.sinapse-ai/product/templates/story.hbs +264 -264
- package/.sinapse-ai/product/templates/task.hbs +171 -171
- package/.sinapse-ai/product/templates/tmpl-comment-on-examples.sql +159 -159
- package/.sinapse-ai/product/templates/tmpl-migration-script.sql +92 -92
- package/.sinapse-ai/product/templates/tmpl-rls-granular-policies.sql +105 -105
- package/.sinapse-ai/product/templates/tmpl-rls-kiss-policy.sql +11 -11
- package/.sinapse-ai/product/templates/tmpl-rls-roles.sql +136 -136
- package/.sinapse-ai/product/templates/tmpl-rls-simple.sql +78 -78
- package/.sinapse-ai/product/templates/tmpl-rls-tenant.sql +153 -153
- package/.sinapse-ai/product/templates/tmpl-rollback-script.sql +78 -78
- package/.sinapse-ai/product/templates/tmpl-seed-data.sql +141 -141
- package/.sinapse-ai/product/templates/tmpl-smoke-test.sql +17 -17
- package/.sinapse-ai/product/templates/tmpl-staging-copy-merge.sql +140 -140
- package/.sinapse-ai/product/templates/tmpl-stored-proc.sql +141 -141
- package/.sinapse-ai/product/templates/tmpl-trigger.sql +153 -153
- package/.sinapse-ai/product/templates/tmpl-view-materialized.sql +134 -134
- package/.sinapse-ai/product/templates/tmpl-view.sql +178 -178
- package/AGENTS.md +193 -0
- package/CHANGELOG.md +1247 -0
- package/LICENSE +63 -63
- package/README.en.md +17 -18
- package/README.md +18 -19
- package/bin/cli.js +1 -1
- package/bin/commands/install.js +194 -22
- package/bin/commands/status.js +14 -1
- package/bin/commands/uninstall.js +2 -2
- package/bin/commands/update.js +52 -0
- package/bin/lib/setup-statusline.js +191 -0
- package/bin/sinapse-init.js +11 -83
- package/bin/utils/framework-guard.js +17 -4
- package/bin/utils/secret-scanner-core.js +109 -7
- package/bin/utils/staged-sql-guard.js +204 -0
- package/bin/utils/validate-publish.js +63 -0
- package/docs/agent-reference-guide.md +5 -7
- package/docs/framework/agent-prefix-convention.md +58 -0
- package/docs/framework/architecture-overview.md +4 -4
- package/docs/framework/collaboration-activation.md +45 -0
- package/docs/framework/guiding-principles.md +9 -9
- package/docs/getting-started.md +1 -1
- package/docs/guides/agent-reference.md +1 -1
- package/docs/guides/codex-config.md +4 -5
- package/docs/pt/architecture/sub-orqx-pattern.md +20 -18
- package/docs/security/overview.md +1 -1
- package/package.json +16 -12
- package/packages/installer/src/index.js +26 -0
- package/packages/installer/src/installer/git-hooks-installer.js +211 -47
- package/packages/installer/src/installer/sinapse-ai-installer.js +71 -0
- package/packages/installer/src/wizard/feedback.js +1 -1
- package/packages/installer/src/wizard/ide-config-generator.js +26 -26
- package/packages/installer/src/wizard/index.js +53 -4
- package/packages/sinapse-install/bin/edmcp.js +0 -0
- package/packages/sinapse-install/bin/sinapse-install.js +0 -0
- package/scripts/audit-tasks.cjs +112 -91
- package/scripts/check-markdown-links.py +352 -352
- package/scripts/prepare-hooks.js +58 -0
- package/scripts/regenerate-orqx-stubs.ps1 +2 -3
- package/scripts/sync-counts.js +10 -2
- package/scripts/sync-squad-yaml-components.js +108 -6
- package/scripts/validate-agents-md.js +128 -0
- package/scripts/validate-all.js +1 -0
- package/scripts/validate-squad-orqx.js +19 -9
- package/sinapse/agents/sinapse-orqx.md +16 -26
- package/sinapse/agents/snps-orqx.md +15 -25
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/tasks/diagnose-and-route.md +1 -1
- package/sinapse/tasks/squad-status-report.md +1 -1
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +1 -1
- package/squads/claude-code-mastery/agents/hooks-architect.md +60 -68
- package/squads/claude-code-mastery/knowledge-base/swarm-orchestration-patterns.md +1 -1
- package/squads/claude-code-mastery/squad.yaml +8 -0
- package/squads/claude-code-mastery/tasks/audit-setup.md +1 -1
- package/squads/claude-code-mastery/workflows/optimization-cycle.yaml +4 -4
- package/squads/claude-code-mastery/workflows/project-setup-cycle.yaml +4 -4
- package/squads/squad-animations/README.md +1 -1
- package/squads/squad-animations/squad.yaml +1 -1
- package/squads/squad-brand/squad.yaml +1 -1
- package/squads/squad-cloning/README.md +1 -1
- package/squads/squad-cloning/squad.yaml +1 -1
- package/squads/squad-commercial/README.md +1 -1
- package/squads/squad-commercial/squad.yaml +2 -3
- package/squads/squad-content/README.md +1 -1
- package/squads/squad-content/squad.yaml +1 -1
- package/squads/squad-copy/README.md +1 -1
- package/squads/squad-copy/squad.yaml +2 -3
- package/squads/squad-council/README.md +1 -1
- package/squads/squad-courses/README.md +1 -1
- package/squads/squad-courses/squad.yaml +1 -1
- package/squads/squad-cybersecurity/README.md +1 -1
- package/squads/squad-cybersecurity/squad.yaml +2 -3
- package/squads/squad-design/README.md +1 -1
- package/squads/{squad-artdir → squad-design}/agents/cro-persuasion.md +1 -1
- package/squads/{squad-artdir → squad-design}/agents/platform-aesthetic-director.md +2 -2
- package/squads/{squad-artdir → squad-design}/agents/premium-packaging-strategist.md +2 -2
- package/squads/{squad-artdir → squad-design}/agents/product-surface-director.md +3 -3
- package/squads/squad-design/squad.yaml +6 -3
- package/squads/squad-finance/README.md +1 -1
- package/squads/squad-finance/squad.yaml +7 -1
- package/squads/squad-growth/README.md +1 -1
- package/squads/squad-growth/squad.yaml +1 -1
- package/squads/squad-paidmedia/README.md +1 -1
- package/squads/squad-paidmedia/squad.yaml +2 -3
- package/squads/squad-product/README.md +1 -1
- package/squads/squad-product/squad.yaml +1 -1
- package/squads/squad-research/README.md +1 -1
- package/squads/squad-research/squad.yaml +2 -3
- package/squads/squad-storytelling/README.md +1 -1
- package/squads/squad-storytelling/squad.yaml +2 -3
- package/.codex/agents/brad-frost.md +0 -46
- package/.codex/agents/claude-orqx.md +0 -72
- package/.codex/agents/copy-chief.md +0 -162
- package/.codex/agents/cyber-chief.md +0 -169
- package/.codex/agents/dan-mall.md +0 -43
- package/.codex/agents/data-chief.md +0 -198
- package/.codex/agents/dave-malouf.md +0 -43
- package/.codex/agents/db-sage.md +0 -152
- package/.codex/agents/design-chief.md +0 -226
- package/.codex/agents/dev.md +0 -102
- package/.codex/agents/legal-chief.md +0 -199
- package/.codex/agents/nano-banana-generator.md +0 -42
- package/.codex/agents/pm.md +0 -81
- package/.codex/agents/po.md +0 -85
- package/.codex/agents/qa.md +0 -98
- package/.codex/agents/sm.md +0 -77
- package/.codex/agents/squad-chief.md +0 -1553
- package/.codex/agents/squad.md +0 -66
- package/.codex/agents/story-chief.md +0 -180
- package/.codex/agents/tools-orqx.md +0 -219
- package/.codex/agents/traffic-masters-chief.md +0 -211
- package/.sinapse-ai/core/memory/__tests__/active-modules.verify.js +0 -265
- package/.sinapse-ai/core/permissions/__tests__/permission-mode.test.js +0 -293
- package/.sinapse-ai/data/registry-update-log.jsonl +0 -158
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +0 -298
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/antigravity.js +0 -121
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/cursor.js +0 -119
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/github-copilot.js +0 -191
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/kimi.js +0 -448
- package/.sinapse-ai/infrastructure/tests/project-status-loader.test.js +0 -569
- package/.sinapse-ai/infrastructure/tests/regression-suite-v2.md +0 -622
- package/.sinapse-ai/infrastructure/tests/validate-module.js +0 -98
- package/.sinapse-ai/infrastructure/tests/worktree-manager.test.js +0 -620
- package/.sinapse-ai/monitor/hooks/lib/__init__.py +0 -2
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +0 -59
- package/.sinapse-ai/monitor/hooks/lib/send_event.py +0 -48
- package/.sinapse-ai/monitor/hooks/notification.py +0 -30
- package/.sinapse-ai/monitor/hooks/post_tool_use.py +0 -46
- package/.sinapse-ai/monitor/hooks/pre_compact.py +0 -30
- package/.sinapse-ai/monitor/hooks/pre_tool_use.py +0 -41
- package/.sinapse-ai/monitor/hooks/stop.py +0 -30
- package/.sinapse-ai/monitor/hooks/subagent_stop.py +0 -30
- package/.sinapse-ai/monitor/hooks/user_prompt_submit.py +0 -39
- package/.sinapse-ai/product/templates/statusline/track-agent.sh +0 -69
- package/.sinapse-ai/workflow-intelligence/__tests__/confidence-scorer.test.js +0 -335
- package/.sinapse-ai/workflow-intelligence/__tests__/integration.test.js +0 -340
- package/.sinapse-ai/workflow-intelligence/__tests__/suggestion-engine.test.js +0 -438
- package/.sinapse-ai/workflow-intelligence/__tests__/wave-analyzer.test.js +0 -448
- package/.sinapse-ai/workflow-intelligence/__tests__/workflow-registry.test.js +0 -303
- package/bin/sinapse-graph.js +0 -19
- package/docs/codex-integration-process.md +0 -22
- package/docs/codex-parity-program.md +0 -27
- package/packages/installer/src/__tests__/performance-benchmark.js +0 -383
- package/packages/installer/tests/integration/environment-configuration.test.js +0 -332
- package/packages/installer/tests/integration/wizard-detection.test.js +0 -352
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +0 -383
- package/packages/installer/tests/unit/claude-md-template-v5/claude-md-template-v5.test.js +0 -193
- package/packages/installer/tests/unit/config-validator.test.js +0 -315
- package/packages/installer/tests/unit/detection/detect-project-type.test.js +0 -539
- package/packages/installer/tests/unit/doctor/doctor-checks.test.js +0 -636
- package/packages/installer/tests/unit/doctor/doctor-orchestrator.test.js +0 -192
- package/packages/installer/tests/unit/entity-registry-bootstrap.test.js +0 -186
- package/packages/installer/tests/unit/env-template.test.js +0 -187
- package/packages/installer/tests/unit/generate-settings-json/generate-settings-json.test.js +0 -310
- package/packages/installer/tests/unit/git-hooks-installer.test.js +0 -262
- package/packages/installer/tests/unit/ide-sync-integration/ide-sync-integration.test.js +0 -231
- package/packages/installer/tests/unit/merger/env-merger.test.js +0 -191
- package/packages/installer/tests/unit/merger/markdown-merger.test.js +0 -262
- package/packages/installer/tests/unit/merger/strategies.test.js +0 -154
- package/packages/installer/tests/unit/merger/yaml-merger.test.js +0 -328
- package/packages/sinapse-install/tests/unit/chrome-brain.smoke.test.js +0 -66
- package/scripts/install-monitor-hooks.sh +0 -82
- package/squads/squad-artdir/README.md +0 -90
- package/squads/squad-artdir/agents/accessibility-guardian.md +0 -184
- package/squads/squad-artdir/agents/artdir-orqx.md +0 -222
- package/squads/squad-artdir/agents/color-psychologist.md +0 -166
- package/squads/squad-artdir/agents/design-system-architect.md +0 -100
- package/squads/squad-artdir/agents/ia-architect.md +0 -169
- package/squads/squad-artdir/agents/interaction-designer.md +0 -162
- package/squads/squad-artdir/agents/layout-engineer.md +0 -163
- package/squads/squad-artdir/agents/motion-architect.md +0 -185
- package/squads/squad-artdir/agents/type-systemist.md +0 -138
- package/squads/squad-artdir/agents/visual-strategist.md +0 -127
- package/squads/squad-artdir/checklists/seven-pillars-validation-checklist.md +0 -172
- package/squads/squad-artdir/knowledge-base/case-nyo-ia-reference.md +0 -289
- package/squads/squad-artdir/knowledge-base/deliverables-templates.md +0 -457
- package/squads/squad-artdir/knowledge-base/motion-technique-catalog.md +0 -247
- package/squads/squad-artdir/knowledge-base/premium-packaging-principles.md +0 -133
- package/squads/squad-artdir/knowledge-base/psychological-toolkit.md +0 -229
- package/squads/squad-artdir/knowledge-base/saas-art-direction-canon.md +0 -242
- package/squads/squad-artdir/knowledge-base/seven-pillars-framework.md +0 -289
- package/squads/squad-artdir/knowledge-base/ten-pillars-framework.md +0 -221
- package/squads/squad-artdir/package.json +0 -20
- package/squads/squad-artdir/squad.yaml +0 -299
- package/squads/squad-artdir/tasks/audit-conversion.md +0 -97
- package/squads/squad-artdir/tasks/audit-drift-multi-surface.md +0 -55
- package/squads/squad-artdir/tasks/consult-saas-canon.md +0 -54
- package/squads/squad-artdir/tasks/create-art-direction-brief.md +0 -110
- package/squads/squad-artdir/tasks/create-premium-packaging-brief.md +0 -61
- package/squads/squad-artdir/tasks/create-wireflow.md +0 -84
- package/squads/squad-artdir/tasks/design-color-system.md +0 -81
- package/squads/squad-artdir/tasks/design-product-surface.md +0 -60
- package/squads/squad-artdir/tasks/design-token-system.md +0 -58
- package/squads/squad-artdir/tasks/diagnose-visual-language.md +0 -92
- package/squads/squad-artdir/tasks/first-5-minutes-choreography.md +0 -65
- package/squads/squad-artdir/tasks/specify-motion-system.md +0 -84
- package/squads/squad-artdir/tasks/validate-against-pillars.md +0 -143
- package/squads/squad-artdir/templates/art-direction-brief-template.md +0 -215
- package/squads/squad-artdir/workflows/conversion-audit-cycle.yaml +0 -142
- package/squads/squad-artdir/workflows/full-art-direction-cycle.yaml +0 -179
- package/squads/squad-artdir/workflows/saas-platform-art-direction-cycle.yaml +0 -338
- package/squads/squad-commercial/agents/legal-chief.md +0 -199
- package/squads/squad-copy/agents/copy-chief.md +0 -162
- package/squads/squad-cybersecurity/agents/cyber-chief.md +0 -169
- package/squads/squad-design/agents/design-chief.md +0 -226
- package/squads/squad-paidmedia/agents/traffic-masters-chief.md +0 -211
- package/squads/squad-research/agents/data-chief.md +0 -198
- package/squads/squad-storytelling/agents/story-chief.md +0 -180
|
@@ -1,666 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"
|
|
3
|
+
"phase": "W5 / Delegation Matrix Parity",
|
|
4
|
+
"matrixMode": "codex-only",
|
|
5
|
+
"handoffSchema": ".codex/handoff-packet.parity.schema.json",
|
|
6
|
+
"handoffTemplatePath": ".codex/handoff-packet.template.json",
|
|
7
|
+
"routingClasses": [
|
|
4
8
|
"validator-backed",
|
|
5
|
-
"codex-shim",
|
|
9
|
+
"codex-only-shim",
|
|
6
10
|
"exploratory"
|
|
7
11
|
],
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"framework-
|
|
12
|
-
|
|
13
|
-
"prd",
|
|
14
|
-
"project-lead",
|
|
15
|
-
"requirements"
|
|
16
|
-
],
|
|
17
|
-
"classification": "validator-backed",
|
|
18
|
-
"target": {
|
|
19
|
-
"type": "command-registry",
|
|
20
|
-
"agentId": "sinapse-pm",
|
|
21
|
-
"commandId": "create-prd"
|
|
22
|
-
},
|
|
23
|
-
"sourceDocs": [
|
|
24
|
-
".codex/agents/snps-orqx.md",
|
|
25
|
-
".codex/command-registry.json"
|
|
26
|
-
],
|
|
27
|
-
"handoff": {
|
|
28
|
-
"owner": "sinapse-orqx",
|
|
29
|
-
"nextHandoff": "sinapse-pm",
|
|
30
|
-
"requiredInputs": [
|
|
31
|
-
"mission",
|
|
32
|
-
"context-summary",
|
|
33
|
-
"success-criteria",
|
|
34
|
-
"constraints"
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"framework-story-validation": {
|
|
39
|
-
"aliases": [
|
|
40
|
-
"story-validation",
|
|
41
|
-
"product-owner",
|
|
42
|
-
"po"
|
|
43
|
-
],
|
|
44
|
-
"classification": "validator-backed",
|
|
45
|
-
"target": {
|
|
46
|
-
"type": "command-registry",
|
|
47
|
-
"agentId": "sinapse-po",
|
|
48
|
-
"commandId": "validate-story"
|
|
49
|
-
},
|
|
50
|
-
"sourceDocs": [
|
|
51
|
-
".codex/agents/snps-orqx.md",
|
|
52
|
-
".codex/command-registry.json"
|
|
53
|
-
],
|
|
54
|
-
"handoff": {
|
|
55
|
-
"owner": "sinapse-orqx",
|
|
56
|
-
"nextHandoff": "sinapse-po",
|
|
57
|
-
"requiredInputs": [
|
|
58
|
-
"mission",
|
|
59
|
-
"context-summary",
|
|
60
|
-
"story-id",
|
|
61
|
-
"quality-bar"
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"framework-story-draft": {
|
|
66
|
-
"aliases": [
|
|
67
|
-
"story-draft",
|
|
68
|
-
"sprint-lead",
|
|
69
|
-
"sm"
|
|
70
|
-
],
|
|
71
|
-
"classification": "validator-backed",
|
|
72
|
-
"target": {
|
|
73
|
-
"type": "command-registry",
|
|
74
|
-
"agentId": "sinapse-sm",
|
|
75
|
-
"commandId": "draft"
|
|
76
|
-
},
|
|
77
|
-
"sourceDocs": [
|
|
78
|
-
".codex/agents/snps-orqx.md",
|
|
79
|
-
".codex/command-registry.json"
|
|
80
|
-
],
|
|
81
|
-
"handoff": {
|
|
82
|
-
"owner": "sinapse-orqx",
|
|
83
|
-
"nextHandoff": "sinapse-sm",
|
|
84
|
-
"requiredInputs": [
|
|
85
|
-
"mission",
|
|
86
|
-
"context-summary",
|
|
87
|
-
"acceptance-criteria",
|
|
88
|
-
"dependencies"
|
|
89
|
-
]
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"framework-development": {
|
|
93
|
-
"aliases": [
|
|
94
|
-
"development",
|
|
95
|
-
"developer",
|
|
96
|
-
"dev"
|
|
97
|
-
],
|
|
98
|
-
"classification": "validator-backed",
|
|
99
|
-
"target": {
|
|
100
|
-
"type": "command-registry",
|
|
101
|
-
"agentId": "sinapse-dev",
|
|
102
|
-
"commandId": "develop"
|
|
103
|
-
},
|
|
104
|
-
"sourceDocs": [
|
|
105
|
-
".codex/agents/snps-orqx.md",
|
|
106
|
-
".codex/command-registry.json"
|
|
107
|
-
],
|
|
108
|
-
"handoff": {
|
|
109
|
-
"owner": "sinapse-orqx",
|
|
110
|
-
"nextHandoff": "sinapse-dev",
|
|
111
|
-
"requiredInputs": [
|
|
112
|
-
"mission",
|
|
113
|
-
"context-summary",
|
|
114
|
-
"story-id",
|
|
115
|
-
"definition-of-done"
|
|
116
|
-
]
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"framework-qa-gate": {
|
|
120
|
-
"aliases": [
|
|
121
|
-
"qa",
|
|
122
|
-
"quality-gate",
|
|
123
|
-
"review"
|
|
124
|
-
],
|
|
125
|
-
"classification": "validator-backed",
|
|
126
|
-
"target": {
|
|
127
|
-
"type": "command-registry",
|
|
128
|
-
"agentId": "sinapse-qa",
|
|
129
|
-
"commandId": "gate"
|
|
130
|
-
},
|
|
131
|
-
"sourceDocs": [
|
|
132
|
-
".codex/agents/snps-orqx.md",
|
|
133
|
-
".codex/command-registry.json"
|
|
134
|
-
],
|
|
135
|
-
"handoff": {
|
|
136
|
-
"owner": "sinapse-orqx",
|
|
137
|
-
"nextHandoff": "sinapse-qa",
|
|
138
|
-
"requiredInputs": [
|
|
139
|
-
"mission",
|
|
140
|
-
"context-summary",
|
|
141
|
-
"story-id",
|
|
142
|
-
"evidence"
|
|
143
|
-
]
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"framework-architecture": {
|
|
147
|
-
"aliases": [
|
|
148
|
-
"architecture",
|
|
149
|
-
"architect"
|
|
150
|
-
],
|
|
151
|
-
"classification": "codex-shim",
|
|
152
|
-
"target": {
|
|
153
|
-
"type": "agent-doc",
|
|
154
|
-
"agentId": "architect",
|
|
155
|
-
"docPath": ".codex/agents/architect.md"
|
|
156
|
-
},
|
|
157
|
-
"sourceDocs": [
|
|
158
|
-
".codex/agents/snps-orqx.md",
|
|
159
|
-
"AGENTS.md"
|
|
160
|
-
],
|
|
161
|
-
"handoff": {
|
|
162
|
-
"owner": "sinapse-orqx",
|
|
163
|
-
"nextHandoff": "architect",
|
|
164
|
-
"requiredInputs": [
|
|
165
|
-
"mission",
|
|
166
|
-
"context-summary",
|
|
167
|
-
"system-boundary",
|
|
168
|
-
"tradeoffs"
|
|
169
|
-
]
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"multi-squad-initiative": {
|
|
173
|
-
"aliases": [
|
|
174
|
-
"launch",
|
|
175
|
-
"cross-domain",
|
|
176
|
-
"multi-domain",
|
|
177
|
-
"initiative"
|
|
178
|
-
],
|
|
179
|
-
"classification": "validator-backed",
|
|
180
|
-
"target": {
|
|
181
|
-
"type": "command-registry",
|
|
182
|
-
"agentId": "sinapse-orqx",
|
|
183
|
-
"commandId": "plan"
|
|
184
|
-
},
|
|
185
|
-
"sourceDocs": [
|
|
186
|
-
".codex/agents/snps-orqx.md",
|
|
187
|
-
".codex/command-registry.json",
|
|
188
|
-
"docs/codex-total-parity-orchestration-plan.md"
|
|
189
|
-
],
|
|
190
|
-
"handoff": {
|
|
191
|
-
"owner": "sinapse-orqx",
|
|
192
|
-
"nextHandoff": "sinapse-orqx",
|
|
193
|
-
"requiredInputs": [
|
|
194
|
-
"mission",
|
|
195
|
-
"context-summary",
|
|
196
|
-
"lead-squad",
|
|
197
|
-
"handoff-artifacts"
|
|
198
|
-
]
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
"strategic-council": {
|
|
202
|
-
"aliases": [
|
|
203
|
-
"council",
|
|
204
|
-
"strategy",
|
|
205
|
-
"decision"
|
|
206
|
-
],
|
|
207
|
-
"classification": "validator-backed",
|
|
208
|
-
"target": {
|
|
209
|
-
"type": "command-registry",
|
|
210
|
-
"agentId": "sinapse-orqx",
|
|
211
|
-
"commandId": "council"
|
|
212
|
-
},
|
|
213
|
-
"sourceDocs": [
|
|
214
|
-
".codex/agents/snps-orqx.md",
|
|
215
|
-
".codex/command-registry.json"
|
|
216
|
-
],
|
|
217
|
-
"handoff": {
|
|
218
|
-
"owner": "sinapse-orqx",
|
|
219
|
-
"nextHandoff": "council-orqx",
|
|
220
|
-
"requiredInputs": [
|
|
221
|
-
"mission",
|
|
222
|
-
"context-summary",
|
|
223
|
-
"decision-frame",
|
|
224
|
-
"tradeoffs"
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"brand-discovery": {
|
|
229
|
-
"aliases": [
|
|
230
|
-
"brand-discovery",
|
|
231
|
-
"discover-brand"
|
|
232
|
-
],
|
|
233
|
-
"classification": "cross-domain",
|
|
234
|
-
"target": {
|
|
235
|
-
"type": "orchestrator",
|
|
236
|
-
"agentId": "brand-orqx"
|
|
237
|
-
},
|
|
238
|
-
"sourceDocs": [
|
|
239
|
-
".codex/agents/brand-orqx.md"
|
|
240
|
-
]
|
|
241
|
-
},
|
|
242
|
-
"content-funnel-alignment": {
|
|
243
|
-
"aliases": [
|
|
244
|
-
"content-funnel",
|
|
245
|
-
"funnel-alignment"
|
|
246
|
-
],
|
|
247
|
-
"classification": "cross-domain",
|
|
248
|
-
"target": {
|
|
249
|
-
"type": "orchestrator",
|
|
250
|
-
"agentId": "content-orqx"
|
|
251
|
-
},
|
|
252
|
-
"sourceDocs": [
|
|
253
|
-
".codex/agents/content-orqx.md"
|
|
254
|
-
]
|
|
255
|
-
},
|
|
256
|
-
"growth-seo-audit": {
|
|
257
|
-
"aliases": [
|
|
258
|
-
"seo-audit",
|
|
259
|
-
"growth-audit"
|
|
260
|
-
],
|
|
261
|
-
"classification": "cross-domain",
|
|
262
|
-
"target": {
|
|
263
|
-
"type": "orchestrator",
|
|
264
|
-
"agentId": "growth-orqx"
|
|
265
|
-
},
|
|
266
|
-
"sourceDocs": [
|
|
267
|
-
".codex/agents/growth-orqx.md"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
"claude-project-setup": {
|
|
271
|
-
"aliases": [
|
|
272
|
-
"claude-setup",
|
|
273
|
-
"project-setup"
|
|
274
|
-
],
|
|
275
|
-
"classification": "cross-domain",
|
|
276
|
-
"target": {
|
|
277
|
-
"type": "orchestrator",
|
|
278
|
-
"agentId": "claude-orqx"
|
|
279
|
-
},
|
|
280
|
-
"sourceDocs": [
|
|
281
|
-
".codex/agents/claude-orqx.md"
|
|
282
|
-
]
|
|
283
|
-
},
|
|
284
|
-
"research-competitor-positioning": {
|
|
285
|
-
"aliases": [
|
|
286
|
-
"competitor-research",
|
|
287
|
-
"positioning-research"
|
|
288
|
-
],
|
|
289
|
-
"classification": "cross-domain",
|
|
290
|
-
"target": {
|
|
291
|
-
"type": "orchestrator",
|
|
292
|
-
"agentId": "research-orqx"
|
|
293
|
-
},
|
|
294
|
-
"sourceDocs": [
|
|
295
|
-
".codex/agents/research-orqx.md"
|
|
296
|
-
]
|
|
297
|
-
},
|
|
298
|
-
"multi-domain-launch": {
|
|
299
|
-
"aliases": [
|
|
300
|
-
"multi-domain",
|
|
301
|
-
"cross-domain-launch"
|
|
302
|
-
],
|
|
303
|
-
"classification": "cross-domain",
|
|
304
|
-
"target": {
|
|
305
|
-
"type": "orchestrator",
|
|
306
|
-
"agentId": "sinapse-orqx"
|
|
307
|
-
},
|
|
308
|
-
"sourceDocs": [
|
|
309
|
-
".codex/agents/snps-orqx.md"
|
|
310
|
-
]
|
|
311
|
-
},
|
|
312
|
-
"framework-story-delivery": {
|
|
313
|
-
"aliases": [
|
|
314
|
-
"story-delivery",
|
|
315
|
-
"framework-delivery"
|
|
316
|
-
],
|
|
317
|
-
"classification": "cross-domain",
|
|
318
|
-
"target": {
|
|
319
|
-
"type": "orchestrator",
|
|
320
|
-
"agentId": "sinapse-orqx"
|
|
321
|
-
},
|
|
322
|
-
"sourceDocs": [
|
|
323
|
-
".codex/agents/snps-orqx.md"
|
|
324
|
-
]
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"orqxRoutes": {
|
|
328
|
-
"brand": {
|
|
329
|
-
"aliases": [
|
|
330
|
-
"brand",
|
|
331
|
-
"branding",
|
|
332
|
-
"identity"
|
|
333
|
-
],
|
|
334
|
-
"classification": "codex-shim",
|
|
335
|
-
"target": {
|
|
336
|
-
"type": "agent-doc",
|
|
337
|
-
"agentId": "brand-orqx",
|
|
338
|
-
"docPath": ".codex/agents/brand-orqx.md"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
"commercial": {
|
|
342
|
-
"aliases": [
|
|
343
|
-
"commercial",
|
|
344
|
-
"sales",
|
|
345
|
-
"crm"
|
|
346
|
-
],
|
|
347
|
-
"classification": "codex-shim",
|
|
348
|
-
"target": {
|
|
349
|
-
"type": "agent-doc",
|
|
350
|
-
"agentId": "commercial-orqx",
|
|
351
|
-
"docPath": ".codex/agents/commercial-orqx.md"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
"content": {
|
|
355
|
-
"aliases": [
|
|
356
|
-
"content",
|
|
357
|
-
"editorial",
|
|
358
|
-
"social"
|
|
359
|
-
],
|
|
360
|
-
"classification": "codex-shim",
|
|
361
|
-
"target": {
|
|
362
|
-
"type": "agent-doc",
|
|
363
|
-
"agentId": "content-orqx",
|
|
364
|
-
"docPath": ".codex/agents/content-orqx.md"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"copy": {
|
|
368
|
-
"aliases": [
|
|
369
|
-
"copy",
|
|
370
|
-
"copywriting",
|
|
371
|
-
"headline"
|
|
372
|
-
],
|
|
373
|
-
"classification": "codex-shim",
|
|
374
|
-
"target": {
|
|
375
|
-
"type": "agent-doc",
|
|
376
|
-
"agentId": "copy-orqx",
|
|
377
|
-
"docPath": ".codex/agents/copy-orqx.md"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
"animations": {
|
|
381
|
-
"aliases": [
|
|
382
|
-
"animations",
|
|
383
|
-
"motion",
|
|
384
|
-
"threejs"
|
|
385
|
-
],
|
|
386
|
-
"classification": "codex-shim",
|
|
387
|
-
"target": {
|
|
388
|
-
"type": "agent-doc",
|
|
389
|
-
"agentId": "animations-orqx",
|
|
390
|
-
"docPath": ".codex/agents/animations-orqx.md"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
"design": {
|
|
394
|
-
"aliases": [
|
|
395
|
-
"design",
|
|
396
|
-
"ux",
|
|
397
|
-
"ui"
|
|
398
|
-
],
|
|
399
|
-
"classification": "codex-shim",
|
|
400
|
-
"target": {
|
|
401
|
-
"type": "agent-doc",
|
|
402
|
-
"agentId": "design-orqx",
|
|
403
|
-
"docPath": ".codex/agents/design-orqx.md"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"finance": {
|
|
407
|
-
"aliases": [
|
|
408
|
-
"finance",
|
|
409
|
-
"pricing",
|
|
410
|
-
"budget"
|
|
411
|
-
],
|
|
412
|
-
"classification": "codex-shim",
|
|
413
|
-
"target": {
|
|
414
|
-
"type": "agent-doc",
|
|
415
|
-
"agentId": "finance-orqx",
|
|
416
|
-
"docPath": ".codex/agents/finance-orqx.md"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"growth": {
|
|
420
|
-
"aliases": [
|
|
421
|
-
"growth",
|
|
422
|
-
"seo",
|
|
423
|
-
"analytics"
|
|
424
|
-
],
|
|
425
|
-
"classification": "codex-shim",
|
|
426
|
-
"target": {
|
|
427
|
-
"type": "agent-doc",
|
|
428
|
-
"agentId": "growth-orqx",
|
|
429
|
-
"docPath": ".codex/agents/growth-orqx.md"
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
"paidmedia": {
|
|
433
|
-
"aliases": [
|
|
434
|
-
"paidmedia",
|
|
435
|
-
"paid-media",
|
|
436
|
-
"ads"
|
|
437
|
-
],
|
|
438
|
-
"classification": "codex-shim",
|
|
439
|
-
"target": {
|
|
440
|
-
"type": "agent-doc",
|
|
441
|
-
"agentId": "paidmedia-orqx",
|
|
442
|
-
"docPath": ".codex/agents/paidmedia-orqx.md"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"product": {
|
|
446
|
-
"aliases": [
|
|
447
|
-
"product",
|
|
448
|
-
"discovery",
|
|
449
|
-
"roadmap"
|
|
450
|
-
],
|
|
451
|
-
"classification": "codex-shim",
|
|
452
|
-
"target": {
|
|
453
|
-
"type": "agent-doc",
|
|
454
|
-
"agentId": "product-orqx",
|
|
455
|
-
"docPath": ".codex/agents/product-orqx.md"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"research": {
|
|
459
|
-
"aliases": [
|
|
460
|
-
"research",
|
|
461
|
-
"market",
|
|
462
|
-
"competitive"
|
|
463
|
-
],
|
|
464
|
-
"classification": "codex-shim",
|
|
465
|
-
"target": {
|
|
466
|
-
"type": "agent-doc",
|
|
467
|
-
"agentId": "research-orqx",
|
|
468
|
-
"docPath": ".codex/agents/research-orqx.md"
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
"claude": {
|
|
472
|
-
"aliases": [
|
|
473
|
-
"claude",
|
|
474
|
-
"mcp",
|
|
475
|
-
"hooks"
|
|
476
|
-
],
|
|
477
|
-
"classification": "codex-shim",
|
|
478
|
-
"target": {
|
|
479
|
-
"type": "agent-doc",
|
|
480
|
-
"agentId": "claude-orqx",
|
|
481
|
-
"docPath": ".codex/agents/claude-orqx.md"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"council": {
|
|
485
|
-
"aliases": [
|
|
486
|
-
"council",
|
|
487
|
-
"advisory",
|
|
488
|
-
"mental-models"
|
|
489
|
-
],
|
|
490
|
-
"classification": "codex-shim",
|
|
491
|
-
"target": {
|
|
492
|
-
"type": "agent-doc",
|
|
493
|
-
"agentId": "council-orqx",
|
|
494
|
-
"docPath": ".codex/agents/council-orqx.md"
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
"storytelling": {
|
|
498
|
-
"aliases": [
|
|
499
|
-
"storytelling",
|
|
500
|
-
"pitch",
|
|
501
|
-
"narrative"
|
|
502
|
-
],
|
|
503
|
-
"classification": "codex-shim",
|
|
504
|
-
"target": {
|
|
505
|
-
"type": "agent-doc",
|
|
506
|
-
"agentId": "storytelling-orqx",
|
|
507
|
-
"docPath": ".codex/agents/storytelling-orqx.md"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"cyber": {
|
|
511
|
-
"aliases": [
|
|
512
|
-
"cyber",
|
|
513
|
-
"security",
|
|
514
|
-
"pentest"
|
|
515
|
-
],
|
|
516
|
-
"classification": "codex-shim",
|
|
517
|
-
"target": {
|
|
518
|
-
"type": "agent-doc",
|
|
519
|
-
"agentId": "cyber-orqx",
|
|
520
|
-
"docPath": ".codex/agents/cyber-orqx.md"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"cloning": {
|
|
524
|
-
"aliases": [
|
|
525
|
-
"cloning",
|
|
526
|
-
"dna",
|
|
527
|
-
"mind-synthesis"
|
|
528
|
-
],
|
|
529
|
-
"classification": "codex-shim",
|
|
530
|
-
"target": {
|
|
531
|
-
"type": "agent-doc",
|
|
532
|
-
"agentId": "cloning-orqx",
|
|
533
|
-
"docPath": ".codex/agents/cloning-orqx.md"
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
"courses": {
|
|
537
|
-
"aliases": [
|
|
538
|
-
"courses",
|
|
539
|
-
"education",
|
|
540
|
-
"curriculum"
|
|
541
|
-
],
|
|
542
|
-
"classification": "codex-shim",
|
|
543
|
-
"target": {
|
|
544
|
-
"type": "agent-doc",
|
|
545
|
-
"agentId": "courses-orqx",
|
|
546
|
-
"docPath": ".codex/agents/courses-orqx.md"
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
"swarm": {
|
|
550
|
-
"aliases": [
|
|
551
|
-
"swarm",
|
|
552
|
-
"multi-agent",
|
|
553
|
-
"topology"
|
|
554
|
-
],
|
|
555
|
-
"classification": "codex-shim",
|
|
556
|
-
"target": {
|
|
557
|
-
"type": "agent-doc",
|
|
558
|
-
"agentId": "swarm-orqx",
|
|
559
|
-
"docPath": ".codex/agents/swarm-orqx.md"
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"specialistRoutes": {
|
|
564
|
-
"brand-orqx": {
|
|
565
|
-
"aliases": [
|
|
566
|
-
"brand-orqx",
|
|
567
|
-
"brand"
|
|
568
|
-
],
|
|
569
|
-
"sourceDoc": ".codex/agents/brand-orqx.md",
|
|
570
|
-
"routes": {
|
|
571
|
-
"discovery": {
|
|
572
|
-
"aliases": [
|
|
573
|
-
"brand-discovery"
|
|
574
|
-
],
|
|
575
|
-
"classification": "exploratory",
|
|
576
|
-
"target": {
|
|
577
|
-
"type": "specialist-doc",
|
|
578
|
-
"agentId": "brand-strategist",
|
|
579
|
-
"docPath": ".codex/agents/brand-strategist.md",
|
|
580
|
-
"taskPath": "squads/squad-brand/tasks/conduct-brand-discovery.md"
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
"audit": {
|
|
584
|
-
"aliases": [
|
|
585
|
-
"brand-audit"
|
|
586
|
-
],
|
|
587
|
-
"classification": "exploratory",
|
|
588
|
-
"target": {
|
|
589
|
-
"type": "specialist-doc",
|
|
590
|
-
"agentId": "brand-auditor",
|
|
591
|
-
"docPath": ".codex/agents/brand-auditor.md",
|
|
592
|
-
"taskPath": "squads/squad-brand/tasks/audit-brand-full.md"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
"claude-orqx": {
|
|
598
|
-
"aliases": [
|
|
599
|
-
"claude-orqx",
|
|
600
|
-
"claude"
|
|
601
|
-
],
|
|
602
|
-
"sourceDoc": ".codex/agents/claude-orqx.md",
|
|
603
|
-
"routes": {
|
|
604
|
-
"hooks": {
|
|
605
|
-
"aliases": [
|
|
606
|
-
"claude-hooks"
|
|
607
|
-
],
|
|
608
|
-
"classification": "exploratory",
|
|
609
|
-
"target": {
|
|
610
|
-
"type": "specialist-doc",
|
|
611
|
-
"agentId": "hooks-architect",
|
|
612
|
-
"docPath": ".codex/agents/hooks-architect.md",
|
|
613
|
-
"taskPath": "squads/squad-claude/tasks/claude-code-hooks-setup.md"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"mcp": {
|
|
617
|
-
"aliases": [
|
|
618
|
-
"claude-mcp"
|
|
619
|
-
],
|
|
620
|
-
"classification": "exploratory",
|
|
621
|
-
"target": {
|
|
622
|
-
"type": "specialist-doc",
|
|
623
|
-
"agentId": "mcp-integrator",
|
|
624
|
-
"docPath": ".codex/agents/mcp-integrator.md",
|
|
625
|
-
"taskPath": "squads/squad-claude/tasks/mcp-integration-plan.md"
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
"swarm-orqx": {
|
|
631
|
-
"aliases": [
|
|
632
|
-
"swarm-orqx",
|
|
633
|
-
"swarm"
|
|
634
|
-
],
|
|
635
|
-
"sourceDoc": ".codex/agents/swarm-orqx.md",
|
|
636
|
-
"routes": {
|
|
637
|
-
"audit-hooks": {
|
|
638
|
-
"aliases": [
|
|
639
|
-
"swarm-audit-hooks"
|
|
640
|
-
],
|
|
641
|
-
"classification": "exploratory",
|
|
642
|
-
"target": {
|
|
643
|
-
"type": "specialist-doc",
|
|
644
|
-
"agentId": "hooks-architect",
|
|
645
|
-
"docPath": ".codex/agents/hooks-architect.md",
|
|
646
|
-
"taskPath": "squads/claude-code-mastery/tasks/audit-integration.md"
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
"configure": {
|
|
650
|
-
"aliases": [
|
|
651
|
-
"swarm-configure"
|
|
652
|
-
],
|
|
653
|
-
"classification": "exploratory",
|
|
654
|
-
"target": {
|
|
655
|
-
"type": "specialist-doc",
|
|
656
|
-
"agentId": "config-engineer",
|
|
657
|
-
"docPath": ".codex/agents/config-engineer.md",
|
|
658
|
-
"taskPath": "squads/claude-code-mastery/tasks/configure-claude-code.md"
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
},
|
|
12
|
+
"requestTypes": [
|
|
13
|
+
"single-domain",
|
|
14
|
+
"multi-domain",
|
|
15
|
+
"framework-workflow"
|
|
16
|
+
],
|
|
664
17
|
"orchestrators": {
|
|
665
18
|
"sinapse-orqx": {
|
|
666
19
|
"aliases": [
|
|
@@ -780,12 +133,13 @@
|
|
|
780
133
|
"research-competitor-positioning"
|
|
781
134
|
]
|
|
782
135
|
},
|
|
783
|
-
"
|
|
136
|
+
"swarm-orqx": {
|
|
784
137
|
"aliases": [
|
|
138
|
+
"swarm-orqx",
|
|
785
139
|
"claude-orqx",
|
|
786
140
|
"claude"
|
|
787
141
|
],
|
|
788
|
-
"sourceOfTruth": ".codex/agents/
|
|
142
|
+
"sourceOfTruth": ".codex/agents/swarm-orqx.md",
|
|
789
143
|
"approvedRoutes": [
|
|
790
144
|
"claude-project-setup"
|
|
791
145
|
]
|
|
@@ -839,275 +193,457 @@
|
|
|
839
193
|
"approvedRoutes": []
|
|
840
194
|
}
|
|
841
195
|
},
|
|
196
|
+
"frameworkAgents": {
|
|
197
|
+
"sinapse-pm": {
|
|
198
|
+
"aliases": [
|
|
199
|
+
"sinapse-pm",
|
|
200
|
+
"pm",
|
|
201
|
+
"project-lead"
|
|
202
|
+
],
|
|
203
|
+
"sourceOfTruth": ".codex/agents/project-lead.md",
|
|
204
|
+
"registryAgentId": "sinapse-pm"
|
|
205
|
+
},
|
|
206
|
+
"sinapse-po": {
|
|
207
|
+
"aliases": [
|
|
208
|
+
"sinapse-po",
|
|
209
|
+
"po",
|
|
210
|
+
"product-lead"
|
|
211
|
+
],
|
|
212
|
+
"sourceOfTruth": ".codex/agents/product-lead.md",
|
|
213
|
+
"registryAgentId": "sinapse-po"
|
|
214
|
+
},
|
|
215
|
+
"sinapse-sm": {
|
|
216
|
+
"aliases": [
|
|
217
|
+
"sinapse-sm",
|
|
218
|
+
"sm",
|
|
219
|
+
"sprint-lead"
|
|
220
|
+
],
|
|
221
|
+
"sourceOfTruth": ".codex/agents/sprint-lead.md",
|
|
222
|
+
"registryAgentId": "sinapse-sm"
|
|
223
|
+
},
|
|
224
|
+
"sinapse-dev": {
|
|
225
|
+
"aliases": [
|
|
226
|
+
"sinapse-dev",
|
|
227
|
+
"dev",
|
|
228
|
+
"developer"
|
|
229
|
+
],
|
|
230
|
+
"sourceOfTruth": ".codex/agents/developer.md",
|
|
231
|
+
"registryAgentId": "sinapse-dev"
|
|
232
|
+
},
|
|
233
|
+
"sinapse-qa": {
|
|
234
|
+
"aliases": [
|
|
235
|
+
"sinapse-qa",
|
|
236
|
+
"qa",
|
|
237
|
+
"quality-gate"
|
|
238
|
+
],
|
|
239
|
+
"sourceOfTruth": ".codex/agents/quality-gate.md",
|
|
240
|
+
"registryAgentId": "sinapse-qa"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
842
243
|
"routes": {
|
|
843
244
|
"brand-discovery": {
|
|
844
|
-
"owner": "sinapse-orqx",
|
|
845
|
-
"classification": "cross-domain",
|
|
846
|
-
"requestType": "delegation",
|
|
847
245
|
"aliases": [
|
|
848
|
-
"brand
|
|
849
|
-
],
|
|
850
|
-
"target": {
|
|
851
|
-
"type": "orchestrator",
|
|
852
|
-
"agentId": "sinapse-orqx"
|
|
853
|
-
},
|
|
854
|
-
"delegationChain": [
|
|
855
|
-
{
|
|
856
|
-
"from": "sinapse-orqx",
|
|
857
|
-
"fromType": "orqx",
|
|
858
|
-
"to": "sinapse-orqx",
|
|
859
|
-
"toType": "orqx",
|
|
860
|
-
"action": "delegate",
|
|
861
|
-
"handoffType": "full"
|
|
862
|
-
}
|
|
246
|
+
"brand-strategy"
|
|
863
247
|
],
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
"
|
|
248
|
+
"owner": "sinapse-orqx",
|
|
249
|
+
"requestType": "single-domain",
|
|
250
|
+
"classification": "validator-backed",
|
|
251
|
+
"mission": "Route brand strategy and discovery requests from the master orchestrator into the brand squad.",
|
|
252
|
+
"summary": "SINAPSE master orchestration into brand discovery.",
|
|
867
253
|
"inputs": [
|
|
868
|
-
"
|
|
869
|
-
"context
|
|
254
|
+
"request-brief",
|
|
255
|
+
"brand-context",
|
|
870
256
|
"constraints"
|
|
871
257
|
],
|
|
872
258
|
"outputs": [
|
|
873
|
-
"
|
|
874
|
-
"handoff-target"
|
|
259
|
+
"brand-discovery-brief"
|
|
875
260
|
],
|
|
876
261
|
"validators": [
|
|
877
|
-
"npm run validate:codex-delegation"
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
"
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
"content funnel alignment"
|
|
262
|
+
"npm run validate:codex-delegation",
|
|
263
|
+
"npm run validate:codex-sync"
|
|
264
|
+
],
|
|
265
|
+
"sharedSurfaceRisk": "low",
|
|
266
|
+
"resources": [
|
|
267
|
+
".codex/agents/brand-orqx.md",
|
|
268
|
+
".codex/agents/brand-strategist.md",
|
|
269
|
+
"squads/squad-brand/tasks/conduct-brand-discovery.md"
|
|
886
270
|
],
|
|
887
|
-
"target": {
|
|
888
|
-
"type": "orchestrator",
|
|
889
|
-
"agentId": "sinapse-orqx"
|
|
890
|
-
},
|
|
891
271
|
"delegationChain": [
|
|
892
272
|
{
|
|
893
273
|
"from": "sinapse-orqx",
|
|
894
274
|
"fromType": "orqx",
|
|
895
|
-
"to": "
|
|
275
|
+
"to": "brand-orqx",
|
|
896
276
|
"toType": "orqx",
|
|
897
|
-
"
|
|
898
|
-
"
|
|
277
|
+
"path": ".codex/agents/brand-orqx.md",
|
|
278
|
+
"handoff": "delegate-to-squad",
|
|
279
|
+
"reason": "Brand requests should enter the dedicated brand squad orchestrator."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"from": "brand-orqx",
|
|
283
|
+
"fromType": "orqx",
|
|
284
|
+
"to": "brand-strategist",
|
|
285
|
+
"toType": "specialist",
|
|
286
|
+
"path": ".codex/agents/brand-strategist.md",
|
|
287
|
+
"task": "squads/squad-brand/tasks/conduct-brand-discovery.md",
|
|
288
|
+
"handoff": "execute-squad-task",
|
|
289
|
+
"reason": "Brand strategist owns the discovery workflow and outputs the handoff brief."
|
|
899
290
|
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"content-funnel-alignment": {
|
|
294
|
+
"aliases": [
|
|
295
|
+
"content-funnel",
|
|
296
|
+
"editorial-funnel"
|
|
900
297
|
],
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
"
|
|
298
|
+
"owner": "sinapse-orqx",
|
|
299
|
+
"requestType": "single-domain",
|
|
300
|
+
"classification": "validator-backed",
|
|
301
|
+
"mission": "Route editorial and funnel-alignment work into the content squad.",
|
|
302
|
+
"summary": "Master orchestration into content funnel alignment.",
|
|
904
303
|
"inputs": [
|
|
905
|
-
"
|
|
906
|
-
"context
|
|
907
|
-
"
|
|
304
|
+
"content-goal",
|
|
305
|
+
"audience-context",
|
|
306
|
+
"funnel-stage"
|
|
908
307
|
],
|
|
909
308
|
"outputs": [
|
|
910
|
-
"
|
|
911
|
-
"handoff-target"
|
|
309
|
+
"editorial-alignment-brief"
|
|
912
310
|
],
|
|
913
311
|
"validators": [
|
|
914
|
-
"npm run validate:codex-delegation"
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
"
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
"growth seo audit"
|
|
312
|
+
"npm run validate:codex-delegation",
|
|
313
|
+
"npm run validate:codex-sync"
|
|
314
|
+
],
|
|
315
|
+
"sharedSurfaceRisk": "low",
|
|
316
|
+
"resources": [
|
|
317
|
+
".codex/agents/content-orqx.md",
|
|
318
|
+
".codex/agents/editorial-strategist.md",
|
|
319
|
+
"squads/squad-content/tasks/align-content-to-funnel.md"
|
|
923
320
|
],
|
|
924
|
-
"target": {
|
|
925
|
-
"type": "orchestrator",
|
|
926
|
-
"agentId": "sinapse-orqx"
|
|
927
|
-
},
|
|
928
321
|
"delegationChain": [
|
|
929
322
|
{
|
|
930
323
|
"from": "sinapse-orqx",
|
|
931
324
|
"fromType": "orqx",
|
|
932
|
-
"to": "
|
|
325
|
+
"to": "content-orqx",
|
|
933
326
|
"toType": "orqx",
|
|
934
|
-
"
|
|
935
|
-
"
|
|
327
|
+
"path": ".codex/agents/content-orqx.md",
|
|
328
|
+
"handoff": "delegate-to-squad",
|
|
329
|
+
"reason": "Content planning should be routed into the content squad orchestrator."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"from": "content-orqx",
|
|
333
|
+
"fromType": "orqx",
|
|
334
|
+
"to": "editorial-strategist",
|
|
335
|
+
"toType": "specialist",
|
|
336
|
+
"path": ".codex/agents/editorial-strategist.md",
|
|
337
|
+
"task": "squads/squad-content/tasks/align-content-to-funnel.md",
|
|
338
|
+
"handoff": "execute-squad-task",
|
|
339
|
+
"reason": "Editorial strategist owns the funnel-alignment task in the content squad."
|
|
936
340
|
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"growth-seo-audit": {
|
|
344
|
+
"aliases": [
|
|
345
|
+
"seo-audit",
|
|
346
|
+
"growth-seo"
|
|
937
347
|
],
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
"
|
|
348
|
+
"owner": "sinapse-orqx",
|
|
349
|
+
"requestType": "single-domain",
|
|
350
|
+
"classification": "validator-backed",
|
|
351
|
+
"mission": "Route SEO and growth auditing work into the growth squad.",
|
|
352
|
+
"summary": "Master orchestration into growth SEO audit.",
|
|
941
353
|
"inputs": [
|
|
942
|
-
"
|
|
943
|
-
"
|
|
354
|
+
"site-context",
|
|
355
|
+
"growth-goal",
|
|
944
356
|
"constraints"
|
|
945
357
|
],
|
|
946
358
|
"outputs": [
|
|
947
|
-
"
|
|
948
|
-
"handoff-target"
|
|
359
|
+
"seo-audit-brief"
|
|
949
360
|
],
|
|
950
361
|
"validators": [
|
|
951
|
-
"npm run validate:codex-delegation"
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
"claude project setup"
|
|
362
|
+
"npm run validate:codex-delegation",
|
|
363
|
+
"npm run validate:codex-sync"
|
|
364
|
+
],
|
|
365
|
+
"sharedSurfaceRisk": "low",
|
|
366
|
+
"resources": [
|
|
367
|
+
".codex/agents/growth-orqx.md",
|
|
368
|
+
".codex/agents/ga-seo-strategist.md",
|
|
369
|
+
"squads/squad-growth/tasks/audit-sitemap-robots.md"
|
|
960
370
|
],
|
|
961
|
-
"target": {
|
|
962
|
-
"type": "orchestrator",
|
|
963
|
-
"agentId": "sinapse-orqx"
|
|
964
|
-
},
|
|
965
371
|
"delegationChain": [
|
|
966
372
|
{
|
|
967
373
|
"from": "sinapse-orqx",
|
|
968
374
|
"fromType": "orqx",
|
|
969
|
-
"to": "
|
|
375
|
+
"to": "growth-orqx",
|
|
970
376
|
"toType": "orqx",
|
|
971
|
-
"
|
|
972
|
-
"
|
|
377
|
+
"path": ".codex/agents/growth-orqx.md",
|
|
378
|
+
"handoff": "delegate-to-squad",
|
|
379
|
+
"reason": "SEO requests should be routed into the growth squad orchestrator."
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"from": "growth-orqx",
|
|
383
|
+
"fromType": "orqx",
|
|
384
|
+
"to": "ga-seo-strategist",
|
|
385
|
+
"toType": "specialist",
|
|
386
|
+
"path": ".codex/agents/ga-seo-strategist.md",
|
|
387
|
+
"task": "squads/squad-growth/tasks/audit-sitemap-robots.md",
|
|
388
|
+
"handoff": "execute-squad-task",
|
|
389
|
+
"reason": "GA SEO strategist owns the sitemap and robots audit task."
|
|
973
390
|
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"claude-project-setup": {
|
|
394
|
+
"aliases": [
|
|
395
|
+
"claude-setup",
|
|
396
|
+
"codex-claude-setup"
|
|
974
397
|
],
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
"
|
|
398
|
+
"owner": "sinapse-orqx",
|
|
399
|
+
"requestType": "single-domain",
|
|
400
|
+
"classification": "validator-backed",
|
|
401
|
+
"mission": "Route Codex/Claude project setup work into the Claude integration squad.",
|
|
402
|
+
"summary": "Master orchestration into Claude setup parity work.",
|
|
978
403
|
"inputs": [
|
|
979
|
-
"
|
|
980
|
-
"
|
|
404
|
+
"repo-context",
|
|
405
|
+
"integration-goal",
|
|
981
406
|
"constraints"
|
|
982
407
|
],
|
|
983
408
|
"outputs": [
|
|
984
|
-
"
|
|
985
|
-
"handoff-target"
|
|
409
|
+
"claude-setup-brief"
|
|
986
410
|
],
|
|
987
411
|
"validators": [
|
|
988
|
-
"npm run validate:codex-delegation"
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
"
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
"research competitor positioning"
|
|
412
|
+
"npm run validate:codex-delegation",
|
|
413
|
+
"npm run validate:codex-sync"
|
|
414
|
+
],
|
|
415
|
+
"sharedSurfaceRisk": "medium",
|
|
416
|
+
"resources": [
|
|
417
|
+
".codex/agents/swarm-orqx.md",
|
|
418
|
+
".codex/agents/project-integrator.md",
|
|
419
|
+
"squads/claude-code-mastery/tasks/claude-code-project-setup.md"
|
|
997
420
|
],
|
|
998
|
-
"target": {
|
|
999
|
-
"type": "orchestrator",
|
|
1000
|
-
"agentId": "sinapse-orqx"
|
|
1001
|
-
},
|
|
1002
421
|
"delegationChain": [
|
|
1003
422
|
{
|
|
1004
423
|
"from": "sinapse-orqx",
|
|
1005
424
|
"fromType": "orqx",
|
|
1006
|
-
"to": "
|
|
425
|
+
"to": "swarm-orqx",
|
|
1007
426
|
"toType": "orqx",
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
427
|
+
"path": ".codex/agents/swarm-orqx.md",
|
|
428
|
+
"handoff": "delegate-to-squad",
|
|
429
|
+
"reason": "Runtime and setup parity work belongs to the Claude mastery squad."
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"from": "swarm-orqx",
|
|
433
|
+
"fromType": "orqx",
|
|
434
|
+
"to": "project-integrator",
|
|
435
|
+
"toType": "specialist",
|
|
436
|
+
"path": ".codex/agents/project-integrator.md",
|
|
437
|
+
"task": "squads/claude-code-mastery/tasks/claude-code-project-setup.md",
|
|
438
|
+
"handoff": "execute-squad-task",
|
|
439
|
+
"reason": "Project integrator owns the setup implementation workflow for Codex/Claude integration."
|
|
1010
440
|
}
|
|
441
|
+
]
|
|
442
|
+
},
|
|
443
|
+
"research-competitor-positioning": {
|
|
444
|
+
"aliases": [
|
|
445
|
+
"competitor-positioning",
|
|
446
|
+
"research-positioning"
|
|
1011
447
|
],
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
448
|
+
"owner": "sinapse-orqx",
|
|
449
|
+
"requestType": "single-domain",
|
|
450
|
+
"classification": "exploratory",
|
|
451
|
+
"mission": "Route competitor positioning analysis into the research squad with an explicit shared-surface review stop.",
|
|
452
|
+
"summary": "Exploratory route that touches shared analysis artifacts for advanced positioning work.",
|
|
1015
453
|
"inputs": [
|
|
1016
|
-
"
|
|
1017
|
-
"context
|
|
1018
|
-
"
|
|
454
|
+
"research-brief",
|
|
455
|
+
"market-context",
|
|
456
|
+
"competitor-list"
|
|
1019
457
|
],
|
|
1020
458
|
"outputs": [
|
|
1021
|
-
"
|
|
1022
|
-
"handoff-target"
|
|
459
|
+
"competitive-positioning-brief"
|
|
1023
460
|
],
|
|
1024
461
|
"validators": [
|
|
1025
|
-
"npm run validate:codex-delegation"
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
"
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
462
|
+
"npm run validate:codex-delegation",
|
|
463
|
+
"npm run validate:codex-sync"
|
|
464
|
+
],
|
|
465
|
+
"sharedSurfaceRisk": "high",
|
|
466
|
+
"resources": [
|
|
467
|
+
".codex/agents/research-orqx.md",
|
|
468
|
+
".codex/agents/competitive-intelligence.md",
|
|
469
|
+
"squads/squad-research/tasks/analyze-competitor-positioning.md"
|
|
470
|
+
],
|
|
471
|
+
"notes": [
|
|
472
|
+
"Exploratory means the path is documented and validated, but any change to shared analysis surfaces still requires explicit review."
|
|
1034
473
|
],
|
|
1035
|
-
"target": {
|
|
1036
|
-
"type": "orchestrator",
|
|
1037
|
-
"agentId": "sinapse-orqx"
|
|
1038
|
-
},
|
|
1039
474
|
"delegationChain": [
|
|
1040
475
|
{
|
|
1041
476
|
"from": "sinapse-orqx",
|
|
1042
477
|
"fromType": "orqx",
|
|
1043
|
-
"to": "
|
|
478
|
+
"to": "research-orqx",
|
|
1044
479
|
"toType": "orqx",
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
480
|
+
"path": ".codex/agents/research-orqx.md",
|
|
481
|
+
"handoff": "delegate-to-squad",
|
|
482
|
+
"reason": "Research requests should enter the research squad orchestrator."
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"from": "research-orqx",
|
|
486
|
+
"fromType": "orqx",
|
|
487
|
+
"to": "competitive-intelligence",
|
|
488
|
+
"toType": "specialist",
|
|
489
|
+
"path": ".codex/agents/competitive-intelligence.md",
|
|
490
|
+
"task": "squads/squad-research/tasks/analyze-competitor-positioning.md",
|
|
491
|
+
"handoff": "execute-squad-task",
|
|
492
|
+
"reason": "Competitive intelligence owns the positioning analysis workflow and flags shared-surface risk for review."
|
|
1047
493
|
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"multi-domain-launch": {
|
|
497
|
+
"aliases": [
|
|
498
|
+
"launch",
|
|
499
|
+
"cross-domain-launch"
|
|
1048
500
|
],
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
501
|
+
"owner": "sinapse-orqx",
|
|
502
|
+
"requestType": "multi-domain",
|
|
503
|
+
"classification": "codex-only-shim",
|
|
504
|
+
"mission": "Coordinate a multi-squad launch plan inside Codex without mutating shared Claude runtime surfaces.",
|
|
505
|
+
"summary": "Codex-only orchestration shim for cross-squad launch execution.",
|
|
1052
506
|
"inputs": [
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
507
|
+
"initiative-brief",
|
|
508
|
+
"timeline",
|
|
509
|
+
"launch-goal"
|
|
1056
510
|
],
|
|
1057
511
|
"outputs": [
|
|
1058
|
-
"
|
|
1059
|
-
"handoff-target"
|
|
512
|
+
"multi-domain-launch-plan"
|
|
1060
513
|
],
|
|
1061
514
|
"validators": [
|
|
1062
|
-
"npm run validate:codex-delegation"
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
"
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
515
|
+
"npm run validate:codex-delegation",
|
|
516
|
+
"npm run validate:codex-sync"
|
|
517
|
+
],
|
|
518
|
+
"sharedSurfaceRisk": "medium",
|
|
519
|
+
"notes": [
|
|
520
|
+
"This route is a Codex-only shim that preserves Cloud/Claude behavior by keeping orchestration logic local to Codex."
|
|
521
|
+
],
|
|
522
|
+
"resources": [
|
|
523
|
+
".codex/agents/product-orqx.md",
|
|
524
|
+
".codex/agents/copy-orqx.md",
|
|
525
|
+
".codex/agents/paidmedia-orqx.md",
|
|
526
|
+
"docs/framework/codex-parity/codex-total-parity-orchestration-plan.md"
|
|
1071
527
|
],
|
|
1072
|
-
"target": {
|
|
1073
|
-
"type": "orchestrator",
|
|
1074
|
-
"agentId": "sinapse-orqx"
|
|
1075
|
-
},
|
|
1076
528
|
"delegationChain": [
|
|
1077
529
|
{
|
|
1078
530
|
"from": "sinapse-orqx",
|
|
1079
531
|
"fromType": "orqx",
|
|
1080
|
-
"to": "
|
|
532
|
+
"to": "product-orqx",
|
|
533
|
+
"toType": "orqx",
|
|
534
|
+
"path": ".codex/agents/product-orqx.md",
|
|
535
|
+
"handoff": "scope-launch-workstream",
|
|
536
|
+
"reason": "Product orchestrates sequencing, scope, and initiative framing."
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"from": "sinapse-orqx",
|
|
540
|
+
"fromType": "orqx",
|
|
541
|
+
"to": "copy-orqx",
|
|
1081
542
|
"toType": "orqx",
|
|
1082
|
-
"
|
|
1083
|
-
"
|
|
543
|
+
"path": ".codex/agents/copy-orqx.md",
|
|
544
|
+
"handoff": "shape-launch-messaging",
|
|
545
|
+
"reason": "Copy orchestrates campaign messaging and conversion assets."
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"from": "sinapse-orqx",
|
|
549
|
+
"fromType": "orqx",
|
|
550
|
+
"to": "paidmedia-orqx",
|
|
551
|
+
"toType": "orqx",
|
|
552
|
+
"path": ".codex/agents/paidmedia-orqx.md",
|
|
553
|
+
"handoff": "activate-launch-distribution",
|
|
554
|
+
"reason": "Paid media orchestrates channel activation and distribution planning."
|
|
1084
555
|
}
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
"framework-story-delivery": {
|
|
559
|
+
"aliases": [
|
|
560
|
+
"story-delivery",
|
|
561
|
+
"framework-delivery"
|
|
1085
562
|
],
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
563
|
+
"owner": "sinapse-orqx",
|
|
564
|
+
"requestType": "framework-workflow",
|
|
565
|
+
"classification": "validator-backed",
|
|
566
|
+
"mission": "Run the canonical PM -> PO -> SM -> Dev -> QA delivery chain inside Codex with validator-backed command resolution.",
|
|
567
|
+
"summary": "Framework delivery route using the Codex command registry as the handoff resolver.",
|
|
1089
568
|
"inputs": [
|
|
1090
|
-
"
|
|
1091
|
-
"context
|
|
1092
|
-
"
|
|
569
|
+
"initiative-brief",
|
|
570
|
+
"story-context",
|
|
571
|
+
"quality-bar"
|
|
1093
572
|
],
|
|
1094
573
|
"outputs": [
|
|
1095
|
-
"
|
|
1096
|
-
"handoff-target"
|
|
574
|
+
"qa-gate-decision"
|
|
1097
575
|
],
|
|
1098
576
|
"validators": [
|
|
1099
|
-
"npm run validate:codex-
|
|
577
|
+
"npm run validate:codex-commands",
|
|
578
|
+
"npm run validate:codex-delegation",
|
|
579
|
+
"npm run validate:codex-sync"
|
|
580
|
+
],
|
|
581
|
+
"sharedSurfaceRisk": "low",
|
|
582
|
+
"resources": [
|
|
583
|
+
".codex/command-registry.json",
|
|
584
|
+
".sinapse-ai/development/tasks/create-doc.md",
|
|
585
|
+
".sinapse-ai/development/tasks/validate-next-story.md",
|
|
586
|
+
".sinapse-ai/development/tasks/create-next-story.md",
|
|
587
|
+
".sinapse-ai/development/tasks/dev-develop-story.md",
|
|
588
|
+
".sinapse-ai/development/tasks/qa-gate.md"
|
|
589
|
+
],
|
|
590
|
+
"delegationChain": [
|
|
591
|
+
{
|
|
592
|
+
"from": "sinapse-orqx",
|
|
593
|
+
"fromType": "orqx",
|
|
594
|
+
"to": "sinapse-pm",
|
|
595
|
+
"toType": "framework-agent",
|
|
596
|
+
"path": ".codex/agents/project-lead.md",
|
|
597
|
+
"resolver": "command-registry",
|
|
598
|
+
"command": "create-prd",
|
|
599
|
+
"handoff": "define-scope",
|
|
600
|
+
"reason": "PM defines the delivery brief and product scope."
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"from": "sinapse-pm",
|
|
604
|
+
"fromType": "framework-agent",
|
|
605
|
+
"to": "sinapse-po",
|
|
606
|
+
"toType": "framework-agent",
|
|
607
|
+
"path": ".codex/agents/product-lead.md",
|
|
608
|
+
"resolver": "command-registry",
|
|
609
|
+
"command": "validate-story",
|
|
610
|
+
"handoff": "validate-backlog-readiness",
|
|
611
|
+
"reason": "PO validates readiness and acceptance quality before drafting."
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"from": "sinapse-po",
|
|
615
|
+
"fromType": "framework-agent",
|
|
616
|
+
"to": "sinapse-sm",
|
|
617
|
+
"toType": "framework-agent",
|
|
618
|
+
"path": ".codex/agents/sprint-lead.md",
|
|
619
|
+
"resolver": "command-registry",
|
|
620
|
+
"command": "draft",
|
|
621
|
+
"handoff": "draft-implementation-story",
|
|
622
|
+
"reason": "SM drafts the executable story from validated requirements."
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"from": "sinapse-sm",
|
|
626
|
+
"fromType": "framework-agent",
|
|
627
|
+
"to": "sinapse-dev",
|
|
628
|
+
"toType": "framework-agent",
|
|
629
|
+
"path": ".codex/agents/developer.md",
|
|
630
|
+
"resolver": "command-registry",
|
|
631
|
+
"command": "develop",
|
|
632
|
+
"handoff": "implement-story",
|
|
633
|
+
"reason": "Developer executes the implementation against the drafted story."
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"from": "sinapse-dev",
|
|
637
|
+
"fromType": "framework-agent",
|
|
638
|
+
"to": "sinapse-qa",
|
|
639
|
+
"toType": "framework-agent",
|
|
640
|
+
"path": ".codex/agents/quality-gate.md",
|
|
641
|
+
"resolver": "command-registry",
|
|
642
|
+
"command": "gate",
|
|
643
|
+
"handoff": "issue-quality-gate",
|
|
644
|
+
"reason": "QA closes the chain with the gate decision."
|
|
645
|
+
}
|
|
1100
646
|
]
|
|
1101
647
|
}
|
|
1102
|
-
}
|
|
1103
|
-
"routingClasses": [
|
|
1104
|
-
"cross-domain",
|
|
1105
|
-
"validator-backed",
|
|
1106
|
-
"codex-only-shim",
|
|
1107
|
-
"exploratory"
|
|
1108
|
-
],
|
|
1109
|
-
"requestTypes": [
|
|
1110
|
-
"delegation",
|
|
1111
|
-
"direct"
|
|
1112
|
-
]
|
|
648
|
+
}
|
|
1113
649
|
}
|