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,7 +1,7 @@
|
|
|
1
1
|
metadata:
|
|
2
2
|
version: 1.0.0
|
|
3
|
-
lastUpdated: '2026-06-
|
|
4
|
-
entityCount:
|
|
3
|
+
lastUpdated: '2026-06-18T05:22:03.289Z'
|
|
4
|
+
entityCount: 810
|
|
5
5
|
checksumAlgorithm: sha256
|
|
6
6
|
resolutionRate: 100
|
|
7
7
|
entities:
|
|
@@ -40,8 +40,8 @@ entities:
|
|
|
40
40
|
score: 0.7
|
|
41
41
|
constraints: []
|
|
42
42
|
extensionPoints: []
|
|
43
|
-
checksum: sha256:
|
|
44
|
-
lastVerified: '2026-06-
|
|
43
|
+
checksum: sha256:52b9f4351e951350c5658bb036f49974df7bc3a5e0fdc7b5f8866c880f932d80
|
|
44
|
+
lastVerified: '2026-06-16T17:13:38.673Z'
|
|
45
45
|
agents:
|
|
46
46
|
path: bin/commands/agents.js
|
|
47
47
|
layer: L1
|
|
@@ -134,13 +134,14 @@ entities:
|
|
|
134
134
|
layer: L1
|
|
135
135
|
type: script
|
|
136
136
|
purpose: >-
|
|
137
|
-
"Imperator —
|
|
138
|
-
|
|
137
|
+
"Imperator — Sinapse Master: supreme orchestrator of ${squadCount} squads / ${agentCount} agents. Diagnoses
|
|
138
|
+
every briefing and auto-generates an orchestration plan."
|
|
139
139
|
keywords:
|
|
140
140
|
- install
|
|
141
|
+
- imperator
|
|
141
142
|
- sinapse
|
|
142
|
-
-
|
|
143
|
-
-
|
|
143
|
+
- master
|
|
144
|
+
- (${agentid})
|
|
144
145
|
usedBy:
|
|
145
146
|
- cli
|
|
146
147
|
- update
|
|
@@ -163,8 +164,8 @@ entities:
|
|
|
163
164
|
score: 0.7
|
|
164
165
|
constraints: []
|
|
165
166
|
extensionPoints: []
|
|
166
|
-
checksum: sha256:
|
|
167
|
-
lastVerified: '2026-06-
|
|
167
|
+
checksum: sha256:8464af9d0c6e4f576ad8ef9e8dce8af9d00ba8e8eb0ea989d2e49cb72e96d914
|
|
168
|
+
lastVerified: '2026-06-16T06:09:14.626Z'
|
|
168
169
|
local:
|
|
169
170
|
path: bin/commands/local.js
|
|
170
171
|
layer: L1
|
|
@@ -202,6 +203,7 @@ entities:
|
|
|
202
203
|
- constants
|
|
203
204
|
- header
|
|
204
205
|
- squads
|
|
206
|
+
- observability-panel
|
|
205
207
|
externalDeps: []
|
|
206
208
|
plannedDeps:
|
|
207
209
|
- logger
|
|
@@ -210,8 +212,8 @@ entities:
|
|
|
210
212
|
score: 0.7
|
|
211
213
|
constraints: []
|
|
212
214
|
extensionPoints: []
|
|
213
|
-
checksum: sha256:
|
|
214
|
-
lastVerified: '2026-06-
|
|
215
|
+
checksum: sha256:a40e4f98aa319d5e8c9f94d37448fe95f67598848693a5f6db4158f675e8fdbe
|
|
216
|
+
lastVerified: '2026-06-16T17:13:38.678Z'
|
|
215
217
|
uninstall:
|
|
216
218
|
path: bin/commands/uninstall.js
|
|
217
219
|
layer: L1
|
|
@@ -236,8 +238,8 @@ entities:
|
|
|
236
238
|
score: 0.7
|
|
237
239
|
constraints: []
|
|
238
240
|
extensionPoints: []
|
|
239
|
-
checksum: sha256:
|
|
240
|
-
lastVerified: '2026-06-
|
|
241
|
+
checksum: sha256:81710d210c261e3a9135411ce111bac5ef9965f78f4c4c8ab8ea1f41f150cea9
|
|
242
|
+
lastVerified: '2026-06-18T04:29:33.818Z'
|
|
241
243
|
update:
|
|
242
244
|
path: bin/commands/update.js
|
|
243
245
|
layer: L1
|
|
@@ -264,8 +266,8 @@ entities:
|
|
|
264
266
|
score: 0.7
|
|
265
267
|
constraints: []
|
|
266
268
|
extensionPoints: []
|
|
267
|
-
checksum: sha256:
|
|
268
|
-
lastVerified: '2026-06-
|
|
269
|
+
checksum: sha256:83ebc6f5e09807dfe8c3da2d56c5c309b1d06dbeb7712d143c575d300199cb77
|
|
270
|
+
lastVerified: '2026-06-16T06:09:14.627Z'
|
|
269
271
|
constants:
|
|
270
272
|
path: bin/lib/constants.js
|
|
271
273
|
layer: L1
|
|
@@ -424,6 +426,26 @@ entities:
|
|
|
424
426
|
extensionPoints: []
|
|
425
427
|
checksum: sha256:0856daf29e660ededff840173ba939b38967f525d1271635a671710d28de4e35
|
|
426
428
|
lastVerified: '2026-06-15T01:36:42.609Z'
|
|
429
|
+
setup-statusline:
|
|
430
|
+
path: bin/lib/setup-statusline.js
|
|
431
|
+
layer: L1
|
|
432
|
+
type: script
|
|
433
|
+
purpose: Entity at bin\lib\setup-statusline.js
|
|
434
|
+
keywords:
|
|
435
|
+
- setup
|
|
436
|
+
- statusline
|
|
437
|
+
usedBy:
|
|
438
|
+
- sinapse-init
|
|
439
|
+
dependencies: []
|
|
440
|
+
externalDeps: []
|
|
441
|
+
plannedDeps: []
|
|
442
|
+
lifecycle: production
|
|
443
|
+
adaptability:
|
|
444
|
+
score: 0.7
|
|
445
|
+
constraints: []
|
|
446
|
+
extensionPoints: []
|
|
447
|
+
checksum: sha256:5233a7b0ae9828eda7f64d4729f9ebc564793c3ffe38fb74bf4a3d07a6c61608
|
|
448
|
+
lastVerified: '2026-06-16T17:13:38.683Z'
|
|
427
449
|
squads:
|
|
428
450
|
path: bin/lib/squads.js
|
|
429
451
|
layer: L1
|
|
@@ -546,27 +568,6 @@ entities:
|
|
|
546
568
|
extensionPoints: []
|
|
547
569
|
checksum: sha256:b2708f544b2fd2a5051cddb1e9523a43064b6d9c7d4a069b892193e78776700a
|
|
548
570
|
lastVerified: '2026-06-15T01:36:42.617Z'
|
|
549
|
-
sinapse-graph:
|
|
550
|
-
path: bin/sinapse-graph.js
|
|
551
|
-
layer: L1
|
|
552
|
-
type: script
|
|
553
|
-
purpose: Entity at bin\sinapse-graph.js
|
|
554
|
-
keywords:
|
|
555
|
-
- sinapse
|
|
556
|
-
- graph
|
|
557
|
-
usedBy: []
|
|
558
|
-
dependencies:
|
|
559
|
-
- deprecation-warning
|
|
560
|
-
- cli
|
|
561
|
-
externalDeps: []
|
|
562
|
-
plannedDeps: []
|
|
563
|
-
lifecycle: experimental
|
|
564
|
-
adaptability:
|
|
565
|
-
score: 0.7
|
|
566
|
-
constraints: []
|
|
567
|
-
extensionPoints: []
|
|
568
|
-
checksum: sha256:eaa333476e0a6afce2755c0e76fda390421d37a9852b504240f49e8b7faae3aa
|
|
569
|
-
lastVerified: '2026-06-15T01:36:42.618Z'
|
|
570
571
|
sinapse-ids:
|
|
571
572
|
path: bin/sinapse-ids.js
|
|
572
573
|
layer: L1
|
|
@@ -595,7 +596,8 @@ entities:
|
|
|
595
596
|
- sinapse
|
|
596
597
|
- init
|
|
597
598
|
usedBy: []
|
|
598
|
-
dependencies:
|
|
599
|
+
dependencies:
|
|
600
|
+
- setup-statusline
|
|
599
601
|
externalDeps: []
|
|
600
602
|
plannedDeps:
|
|
601
603
|
- brownfield-upgrader
|
|
@@ -605,8 +607,8 @@ entities:
|
|
|
605
607
|
score: 0.7
|
|
606
608
|
constraints: []
|
|
607
609
|
extensionPoints: []
|
|
608
|
-
checksum: sha256:
|
|
609
|
-
lastVerified: '2026-06-
|
|
610
|
+
checksum: sha256:b64473255cf407925dd805ecfc1e5acb715d131e66e5fa7692261f48f1008c06
|
|
611
|
+
lastVerified: '2026-06-16T17:13:38.689Z'
|
|
610
612
|
sinapse-minimal:
|
|
611
613
|
path: bin/sinapse-minimal.js
|
|
612
614
|
layer: L1
|
|
@@ -640,17 +642,19 @@ entities:
|
|
|
640
642
|
- index
|
|
641
643
|
- chrome-brain-installer
|
|
642
644
|
- cli
|
|
645
|
+
- component-generator
|
|
643
646
|
externalDeps: []
|
|
644
647
|
plannedDeps:
|
|
645
648
|
- logger
|
|
649
|
+
- permissions
|
|
646
650
|
- orchestration
|
|
647
651
|
lifecycle: experimental
|
|
648
652
|
adaptability:
|
|
649
653
|
score: 0.7
|
|
650
654
|
constraints: []
|
|
651
655
|
extensionPoints: []
|
|
652
|
-
checksum: sha256:
|
|
653
|
-
lastVerified: '2026-06-
|
|
656
|
+
checksum: sha256:2687d270771ed2c9ba1df903ca4585218b31f83d167208e589c6f379d17b90ee
|
|
657
|
+
lastVerified: '2026-06-16T06:09:14.632Z'
|
|
654
658
|
collab-start:
|
|
655
659
|
path: bin/utils/collab-start.js
|
|
656
660
|
layer: L1
|
|
@@ -680,7 +684,6 @@ entities:
|
|
|
680
684
|
- warning
|
|
681
685
|
usedBy:
|
|
682
686
|
- sinapse
|
|
683
|
-
- sinapse-graph
|
|
684
687
|
- sinapse-minimal
|
|
685
688
|
dependencies: []
|
|
686
689
|
externalDeps: []
|
|
@@ -728,8 +731,8 @@ entities:
|
|
|
728
731
|
score: 0.7
|
|
729
732
|
constraints: []
|
|
730
733
|
extensionPoints: []
|
|
731
|
-
checksum: sha256:
|
|
732
|
-
lastVerified: '2026-06-
|
|
734
|
+
checksum: sha256:bb4244dcccedbe80018f0ffc7c178f0af5e06d0647a952023b00d6d75abd5398
|
|
735
|
+
lastVerified: '2026-06-16T19:50:23.592Z'
|
|
733
736
|
git-branch-guard:
|
|
734
737
|
path: bin/utils/git-branch-guard.js
|
|
735
738
|
layer: L1
|
|
@@ -828,8 +831,8 @@ entities:
|
|
|
828
831
|
score: 0.7
|
|
829
832
|
constraints: []
|
|
830
833
|
extensionPoints: []
|
|
831
|
-
checksum: sha256:
|
|
832
|
-
lastVerified: '2026-06-
|
|
834
|
+
checksum: sha256:6df52276cf16bcbca776e11dc4f90ca2594c5ed1f22dc1dd37a44262eccaaf54
|
|
835
|
+
lastVerified: '2026-06-18T04:25:38.106Z'
|
|
833
836
|
staged-secret-scan:
|
|
834
837
|
path: bin/utils/staged-secret-scan.js
|
|
835
838
|
layer: L1
|
|
@@ -850,6 +853,26 @@ entities:
|
|
|
850
853
|
extensionPoints: []
|
|
851
854
|
checksum: sha256:c463834c3b63e4f6fb0be1bdc3486e7ac6b6a3ecbb9b1ceba998e4af2064331a
|
|
852
855
|
lastVerified: '2026-06-15T01:36:42.632Z'
|
|
856
|
+
staged-sql-guard:
|
|
857
|
+
path: bin/utils/staged-sql-guard.js
|
|
858
|
+
layer: L1
|
|
859
|
+
type: script
|
|
860
|
+
purpose: Entity at bin\utils\staged-sql-guard.js
|
|
861
|
+
keywords:
|
|
862
|
+
- staged
|
|
863
|
+
- sql
|
|
864
|
+
- guard
|
|
865
|
+
usedBy: []
|
|
866
|
+
dependencies: []
|
|
867
|
+
externalDeps: []
|
|
868
|
+
plannedDeps: []
|
|
869
|
+
lifecycle: orphan
|
|
870
|
+
adaptability:
|
|
871
|
+
score: 0.7
|
|
872
|
+
constraints: []
|
|
873
|
+
extensionPoints: []
|
|
874
|
+
checksum: sha256:8cdf4ea05744168eabea3ff1db1e0710cdffa00fe4acb11b50bbbc535d360f4e
|
|
875
|
+
lastVerified: '2026-06-16T19:50:23.593Z'
|
|
853
876
|
validate-publish:
|
|
854
877
|
path: bin/utils/validate-publish.js
|
|
855
878
|
layer: L1
|
|
@@ -867,8 +890,8 @@ entities:
|
|
|
867
890
|
score: 0.7
|
|
868
891
|
constraints: []
|
|
869
892
|
extensionPoints: []
|
|
870
|
-
checksum: sha256:
|
|
871
|
-
lastVerified: '2026-06-
|
|
893
|
+
checksum: sha256:c12ae025bf19b7ee0f57a2d028dbbe3ccf5b19de5756eb89055c1df0bf10a57b
|
|
894
|
+
lastVerified: '2026-06-17T18:42:04.720Z'
|
|
872
895
|
tasks:
|
|
873
896
|
add-mcp:
|
|
874
897
|
path: .sinapse-ai/development/tasks/add-mcp.md
|
|
@@ -1434,8 +1457,8 @@ entities:
|
|
|
1434
1457
|
score: 0.8
|
|
1435
1458
|
constraints: []
|
|
1436
1459
|
extensionPoints: []
|
|
1437
|
-
checksum: sha256:
|
|
1438
|
-
lastVerified: '2026-06-
|
|
1460
|
+
checksum: sha256:e8dab3d13ae816a1543a220561024b57d692a39a316ce29efd1ca7c6405ec304
|
|
1461
|
+
lastVerified: '2026-06-18T04:18:26.455Z'
|
|
1439
1462
|
build-component:
|
|
1440
1463
|
path: .sinapse-ai/development/tasks/build-component.md
|
|
1441
1464
|
layer: L2
|
|
@@ -1481,8 +1504,8 @@ entities:
|
|
|
1481
1504
|
score: 0.8
|
|
1482
1505
|
constraints: []
|
|
1483
1506
|
extensionPoints: []
|
|
1484
|
-
checksum: sha256:
|
|
1485
|
-
lastVerified: '2026-06-
|
|
1507
|
+
checksum: sha256:5eb57ca6ffbc122c3164ac1fe289eef036db443d9d5d5a8e99c0c92087df31ce
|
|
1508
|
+
lastVerified: '2026-06-16T17:13:38.707Z'
|
|
1486
1509
|
build-status:
|
|
1487
1510
|
path: .sinapse-ai/development/tasks/build-status.md
|
|
1488
1511
|
layer: L2
|
|
@@ -1502,8 +1525,8 @@ entities:
|
|
|
1502
1525
|
score: 0.8
|
|
1503
1526
|
constraints: []
|
|
1504
1527
|
extensionPoints: []
|
|
1505
|
-
checksum: sha256:
|
|
1506
|
-
lastVerified: '2026-06-
|
|
1528
|
+
checksum: sha256:b6f5d04524fe65f5cb74141c043519a04e1ec32fa7b1e54d139d3d5d5c492690
|
|
1529
|
+
lastVerified: '2026-06-16T17:13:38.707Z'
|
|
1507
1530
|
build:
|
|
1508
1531
|
path: .sinapse-ai/development/tasks/build.md
|
|
1509
1532
|
layer: L2
|
|
@@ -1523,8 +1546,8 @@ entities:
|
|
|
1523
1546
|
score: 0.8
|
|
1524
1547
|
constraints: []
|
|
1525
1548
|
extensionPoints: []
|
|
1526
|
-
checksum: sha256:
|
|
1527
|
-
lastVerified: '2026-06-
|
|
1549
|
+
checksum: sha256:5bd9978b7ea75c7397a0ec3f355c3fd5c828ab545f738609ecc1af0792eb5cdb
|
|
1550
|
+
lastVerified: '2026-06-16T17:13:38.707Z'
|
|
1528
1551
|
calculate-roi:
|
|
1529
1552
|
path: .sinapse-ai/development/tasks/calculate-roi.md
|
|
1530
1553
|
layer: L2
|
|
@@ -1647,8 +1670,8 @@ entities:
|
|
|
1647
1670
|
score: 0.8
|
|
1648
1671
|
constraints: []
|
|
1649
1672
|
extensionPoints: []
|
|
1650
|
-
checksum: sha256:
|
|
1651
|
-
lastVerified: '2026-06-
|
|
1673
|
+
checksum: sha256:2e6c43425ae86e336884246cb3ab8a6712d5715e34e1dbbfc3f488ae9965303b
|
|
1674
|
+
lastVerified: '2026-06-16T17:13:38.710Z'
|
|
1652
1675
|
collaborative-edit:
|
|
1653
1676
|
path: .sinapse-ai/development/tasks/collaborative-edit.md
|
|
1654
1677
|
layer: L2
|
|
@@ -2563,12 +2586,13 @@ entities:
|
|
|
2563
2586
|
- external
|
|
2564
2587
|
- executor
|
|
2565
2588
|
- delegate-to-external-executor.md
|
|
2566
|
-
usedBy:
|
|
2589
|
+
usedBy:
|
|
2590
|
+
- devops
|
|
2567
2591
|
dependencies:
|
|
2568
2592
|
- devops
|
|
2569
2593
|
externalDeps: []
|
|
2570
2594
|
plannedDeps: []
|
|
2571
|
-
lifecycle:
|
|
2595
|
+
lifecycle: production
|
|
2572
2596
|
adaptability:
|
|
2573
2597
|
score: 0.8
|
|
2574
2598
|
constraints: []
|
|
@@ -3402,8 +3426,8 @@ entities:
|
|
|
3402
3426
|
score: 0.8
|
|
3403
3427
|
constraints: []
|
|
3404
3428
|
extensionPoints: []
|
|
3405
|
-
checksum: sha256:
|
|
3406
|
-
lastVerified: '2026-06-
|
|
3429
|
+
checksum: sha256:3df82784f72fd1cc3d3ad1dbf524c1023d1e0b9e5d16de8e745654f72827a33e
|
|
3430
|
+
lastVerified: '2026-06-16T17:13:38.844Z'
|
|
3407
3431
|
gotchas:
|
|
3408
3432
|
path: .sinapse-ai/development/tasks/gotchas.md
|
|
3409
3433
|
layer: L2
|
|
@@ -3427,8 +3451,8 @@ entities:
|
|
|
3427
3451
|
score: 0.8
|
|
3428
3452
|
constraints: []
|
|
3429
3453
|
extensionPoints: []
|
|
3430
|
-
checksum: sha256:
|
|
3431
|
-
lastVerified: '2026-06-
|
|
3454
|
+
checksum: sha256:564ae42e4e46dffb6eafe2bafc1674e513535013a21140926e8c7eda8c4cb4ff
|
|
3455
|
+
lastVerified: '2026-06-16T17:13:38.845Z'
|
|
3432
3456
|
ids-governor:
|
|
3433
3457
|
path: .sinapse-ai/development/tasks/ids-governor.md
|
|
3434
3458
|
layer: L2
|
|
@@ -3439,12 +3463,13 @@ entities:
|
|
|
3439
3463
|
- governor
|
|
3440
3464
|
- 'task:'
|
|
3441
3465
|
- commands
|
|
3442
|
-
usedBy:
|
|
3466
|
+
usedBy:
|
|
3467
|
+
- devops
|
|
3443
3468
|
dependencies: []
|
|
3444
3469
|
externalDeps: []
|
|
3445
3470
|
plannedDeps:
|
|
3446
3471
|
- sinapse-orqx
|
|
3447
|
-
lifecycle:
|
|
3472
|
+
lifecycle: production
|
|
3448
3473
|
adaptability:
|
|
3449
3474
|
score: 0.8
|
|
3450
3475
|
constraints: []
|
|
@@ -3462,18 +3487,20 @@ entities:
|
|
|
3462
3487
|
- registry
|
|
3463
3488
|
- check
|
|
3464
3489
|
- task
|
|
3465
|
-
usedBy:
|
|
3490
|
+
usedBy:
|
|
3491
|
+
- devops
|
|
3466
3492
|
dependencies:
|
|
3467
3493
|
- registry-healer
|
|
3494
|
+
- data-engineer
|
|
3468
3495
|
externalDeps: []
|
|
3469
3496
|
plannedDeps: []
|
|
3470
|
-
lifecycle:
|
|
3497
|
+
lifecycle: production
|
|
3471
3498
|
adaptability:
|
|
3472
3499
|
score: 0.8
|
|
3473
3500
|
constraints: []
|
|
3474
3501
|
extensionPoints: []
|
|
3475
|
-
checksum: sha256:
|
|
3476
|
-
lastVerified: '2026-06-
|
|
3502
|
+
checksum: sha256:d3bece995350c2226e62aad89606e4b9186b2ce7160eb2e45f91f15afa54ac5b
|
|
3503
|
+
lastVerified: '2026-06-16T17:13:38.847Z'
|
|
3477
3504
|
ids-query:
|
|
3478
3505
|
path: .sinapse-ai/development/tasks/ids-query.md
|
|
3479
3506
|
layer: L2
|
|
@@ -3485,13 +3512,14 @@ entities:
|
|
|
3485
3512
|
- ids
|
|
3486
3513
|
- query
|
|
3487
3514
|
- basic
|
|
3488
|
-
usedBy:
|
|
3515
|
+
usedBy:
|
|
3516
|
+
- devops
|
|
3489
3517
|
dependencies: []
|
|
3490
3518
|
externalDeps: []
|
|
3491
3519
|
plannedDeps:
|
|
3492
3520
|
- registry-loader.js (IDS-1)
|
|
3493
3521
|
- incremental-decision-engine.js (IDS-2)
|
|
3494
|
-
lifecycle:
|
|
3522
|
+
lifecycle: production
|
|
3495
3523
|
adaptability:
|
|
3496
3524
|
score: 0.8
|
|
3497
3525
|
constraints: []
|
|
@@ -3715,8 +3743,8 @@ entities:
|
|
|
3715
3743
|
score: 0.8
|
|
3716
3744
|
constraints: []
|
|
3717
3745
|
extensionPoints: []
|
|
3718
|
-
checksum: sha256:
|
|
3719
|
-
lastVerified: '2026-06-
|
|
3746
|
+
checksum: sha256:cac66f5235352e0efddee807f140891d10357b5793a8f6e9e4456b8239a538d3
|
|
3747
|
+
lastVerified: '2026-06-16T17:13:38.853Z'
|
|
3720
3748
|
list-worktrees:
|
|
3721
3749
|
path: .sinapse-ai/development/tasks/list-worktrees.md
|
|
3722
3750
|
layer: L2
|
|
@@ -3814,8 +3842,8 @@ entities:
|
|
|
3814
3842
|
score: 0.8
|
|
3815
3843
|
constraints: []
|
|
3816
3844
|
extensionPoints: []
|
|
3817
|
-
checksum: sha256:
|
|
3818
|
-
lastVerified: '2026-06-
|
|
3845
|
+
checksum: sha256:8b3a07c5885147c854963fdcc7f872a9bebdbf7c48559d7b85839db2ff8d590c
|
|
3846
|
+
lastVerified: '2026-06-16T17:13:38.861Z'
|
|
3819
3847
|
modify-agent:
|
|
3820
3848
|
path: .sinapse-ai/development/tasks/modify-agent.md
|
|
3821
3849
|
layer: L2
|
|
@@ -4827,8 +4855,8 @@ entities:
|
|
|
4827
4855
|
score: 0.8
|
|
4828
4856
|
constraints: []
|
|
4829
4857
|
extensionPoints: []
|
|
4830
|
-
checksum: sha256:
|
|
4831
|
-
lastVerified: '2026-06-
|
|
4858
|
+
checksum: sha256:11f3374377b5ffd3d6cd2d962574d40b96caa3e0ff19d91c74103e7505678636
|
|
4859
|
+
lastVerified: '2026-06-16T17:13:38.893Z'
|
|
4832
4860
|
qa-review-proposal:
|
|
4833
4861
|
path: .sinapse-ai/development/tasks/qa-review-proposal.md
|
|
4834
4862
|
layer: L2
|
|
@@ -5064,8 +5092,8 @@ entities:
|
|
|
5064
5092
|
score: 0.8
|
|
5065
5093
|
constraints: []
|
|
5066
5094
|
extensionPoints: []
|
|
5067
|
-
checksum: sha256:
|
|
5068
|
-
lastVerified: '2026-06-
|
|
5095
|
+
checksum: sha256:d672e0f0500decdefef21a0a10e90b7da60ff587fa169c69767bb3542f71d5d4
|
|
5096
|
+
lastVerified: '2026-06-16T17:13:38.900Z'
|
|
5069
5097
|
remove-worktree:
|
|
5070
5098
|
path: .sinapse-ai/development/tasks/remove-worktree.md
|
|
5071
5099
|
layer: L2
|
|
@@ -6037,13 +6065,14 @@ entities:
|
|
|
6037
6065
|
- registry
|
|
6038
6066
|
- intel
|
|
6039
6067
|
- 'task:'
|
|
6040
|
-
usedBy:
|
|
6068
|
+
usedBy:
|
|
6069
|
+
- devops
|
|
6041
6070
|
dependencies:
|
|
6042
6071
|
- registry-syncer
|
|
6043
6072
|
externalDeps: []
|
|
6044
6073
|
plannedDeps:
|
|
6045
6074
|
- sinapse-orqx
|
|
6046
|
-
lifecycle:
|
|
6075
|
+
lifecycle: production
|
|
6047
6076
|
adaptability:
|
|
6048
6077
|
score: 0.8
|
|
6049
6078
|
constraints: []
|
|
@@ -6200,8 +6229,8 @@ entities:
|
|
|
6200
6229
|
score: 0.8
|
|
6201
6230
|
constraints: []
|
|
6202
6231
|
extensionPoints: []
|
|
6203
|
-
checksum: sha256:
|
|
6204
|
-
lastVerified: '2026-06-
|
|
6232
|
+
checksum: sha256:8152c56906792345c8cac62332e251557c51bcb2e53e529cdc98bce969dde950
|
|
6233
|
+
lastVerified: '2026-06-16T06:09:14.703Z'
|
|
6205
6234
|
update-source-tree:
|
|
6206
6235
|
path: .sinapse-ai/development/tasks/update-source-tree.md
|
|
6207
6236
|
layer: L2
|
|
@@ -6322,8 +6351,8 @@ entities:
|
|
|
6322
6351
|
score: 0.8
|
|
6323
6352
|
constraints: []
|
|
6324
6353
|
extensionPoints: []
|
|
6325
|
-
checksum: sha256:
|
|
6326
|
-
lastVerified: '2026-06-
|
|
6354
|
+
checksum: sha256:82048e2abf2c1278ff0df5fbfe4601bf22ea0450b16d66b8101a366a9bb39c14
|
|
6355
|
+
lastVerified: '2026-06-16T17:13:38.954Z'
|
|
6327
6356
|
validate-next-story:
|
|
6328
6357
|
path: .sinapse-ai/development/tasks/validate-next-story.md
|
|
6329
6358
|
layer: L2
|
|
@@ -6461,14 +6490,15 @@ entities:
|
|
|
6461
6490
|
- yolo
|
|
6462
6491
|
- toggle
|
|
6463
6492
|
- yolo-toggle
|
|
6464
|
-
usedBy:
|
|
6493
|
+
usedBy:
|
|
6494
|
+
- developer
|
|
6465
6495
|
dependencies: []
|
|
6466
6496
|
externalDeps: []
|
|
6467
6497
|
plannedDeps:
|
|
6468
6498
|
- permissions
|
|
6469
6499
|
- .sinapse-ai/core/permissions/permission-mode.js
|
|
6470
6500
|
- .sinapse-ai/core/permissions/index.js
|
|
6471
|
-
lifecycle:
|
|
6501
|
+
lifecycle: production
|
|
6472
6502
|
adaptability:
|
|
6473
6503
|
score: 0.8
|
|
6474
6504
|
constraints: []
|
|
@@ -6990,8 +7020,8 @@ entities:
|
|
|
6990
7020
|
score: 0.5
|
|
6991
7021
|
constraints: []
|
|
6992
7022
|
extensionPoints: []
|
|
6993
|
-
checksum: sha256:
|
|
6994
|
-
lastVerified: '2026-06-
|
|
7023
|
+
checksum: sha256:f2ba69b86236271970537e4284edbc819379337fed8fd2c8ff2c9a1ffa1b9bbf
|
|
7024
|
+
lastVerified: '2026-06-16T19:50:23.591Z'
|
|
6995
7025
|
index-strategy-tmpl:
|
|
6996
7026
|
path: .sinapse-ai/product/templates/index-strategy-tmpl.yaml
|
|
6997
7027
|
layer: L2
|
|
@@ -9580,8 +9610,8 @@ entities:
|
|
|
9580
9610
|
score: 0.4
|
|
9581
9611
|
constraints: []
|
|
9582
9612
|
extensionPoints: []
|
|
9583
|
-
checksum: sha256:
|
|
9584
|
-
lastVerified: '2026-06-
|
|
9613
|
+
checksum: sha256:353441b03a572d27e03f626ae31336aa526c3dcec780ca89433c6fabec05a723
|
|
9614
|
+
lastVerified: '2026-06-18T04:42:18.034Z'
|
|
9585
9615
|
graph-dashboard:
|
|
9586
9616
|
path: .sinapse-ai/core/doctor/checks/graph-dashboard.js
|
|
9587
9617
|
layer: L1
|
|
@@ -10060,8 +10090,8 @@ entities:
|
|
|
10060
10090
|
score: 0.4
|
|
10061
10091
|
constraints: []
|
|
10062
10092
|
extensionPoints: []
|
|
10063
|
-
checksum: sha256:
|
|
10064
|
-
lastVerified: '2026-06-
|
|
10093
|
+
checksum: sha256:fb05de8dd0802d394d6463ab3170c2ca7e3bde7ff0924d6f33aeec0744c1f538
|
|
10094
|
+
lastVerified: '2026-06-16T17:13:39.056Z'
|
|
10065
10095
|
types:
|
|
10066
10096
|
path: .sinapse-ai/core/events/types.js
|
|
10067
10097
|
layer: L1
|
|
@@ -10306,8 +10336,8 @@ entities:
|
|
|
10306
10336
|
score: 0.4
|
|
10307
10337
|
constraints: []
|
|
10308
10338
|
extensionPoints: []
|
|
10309
|
-
checksum: sha256:
|
|
10310
|
-
lastVerified: '2026-06-
|
|
10339
|
+
checksum: sha256:c291a8d9dea32273577b5c726626f4bc7a94b6aa67a52c9f312d6448ca6ab910
|
|
10340
|
+
lastVerified: '2026-06-18T04:29:34.042Z'
|
|
10311
10341
|
wave-executor:
|
|
10312
10342
|
path: .sinapse-ai/core/execution/wave-executor.js
|
|
10313
10343
|
layer: L1
|
|
@@ -10357,7 +10387,6 @@ entities:
|
|
|
10357
10387
|
- cli
|
|
10358
10388
|
usedBy:
|
|
10359
10389
|
- sinapse
|
|
10360
|
-
- sinapse-graph
|
|
10361
10390
|
dependencies:
|
|
10362
10391
|
- code-intel-source
|
|
10363
10392
|
- registry-source
|
|
@@ -11897,8 +11926,8 @@ entities:
|
|
|
11897
11926
|
score: 0.4
|
|
11898
11927
|
constraints: []
|
|
11899
11928
|
extensionPoints: []
|
|
11900
|
-
checksum: sha256:
|
|
11901
|
-
lastVerified: '2026-06-
|
|
11929
|
+
checksum: sha256:f9d19b7afe34a3855795bab464dc5a6d23c1926c5eed05192910f898d6bbefec
|
|
11930
|
+
lastVerified: '2026-06-16T06:09:14.789Z'
|
|
11902
11931
|
gotchas-memory:
|
|
11903
11932
|
path: .sinapse-ai/core/memory/gotchas-memory.js
|
|
11904
11933
|
layer: L1
|
|
@@ -11943,8 +11972,8 @@ entities:
|
|
|
11943
11972
|
score: 0.4
|
|
11944
11973
|
constraints: []
|
|
11945
11974
|
extensionPoints: []
|
|
11946
|
-
checksum: sha256:
|
|
11947
|
-
lastVerified: '2026-06-
|
|
11975
|
+
checksum: sha256:d884a0a78b2d3be36ddda10964984b1a6667fbd7df73bae156995a739ee369e2
|
|
11976
|
+
lastVerified: '2026-06-16T06:09:14.790Z'
|
|
11948
11977
|
bob-orchestrator:
|
|
11949
11978
|
path: .sinapse-ai/core/orchestration/bob-orchestrator.js
|
|
11950
11979
|
layer: L1
|
|
@@ -12020,8 +12049,8 @@ entities:
|
|
|
12020
12049
|
score: 0.4
|
|
12021
12050
|
constraints: []
|
|
12022
12051
|
extensionPoints: []
|
|
12023
|
-
checksum: sha256:
|
|
12024
|
-
lastVerified: '2026-06-
|
|
12052
|
+
checksum: sha256:8ef9a6d27f9d1d4145fbbfb8657691582aaf0c348278edd638d55fd139edddd4
|
|
12053
|
+
lastVerified: '2026-06-16T06:09:14.791Z'
|
|
12025
12054
|
checklist-runner:
|
|
12026
12055
|
path: .sinapse-ai/core/orchestration/checklist-runner.js
|
|
12027
12056
|
layer: L1
|
|
@@ -12362,8 +12391,8 @@ entities:
|
|
|
12362
12391
|
score: 0.4
|
|
12363
12392
|
constraints: []
|
|
12364
12393
|
extensionPoints: []
|
|
12365
|
-
checksum: sha256:
|
|
12366
|
-
lastVerified: '2026-06-
|
|
12394
|
+
checksum: sha256:33bb2c05c3aee3e02c247afd80e27051a8c0eeb9b32dd3c246d11d5db60773e6
|
|
12395
|
+
lastVerified: '2026-06-16T06:09:14.796Z'
|
|
12367
12396
|
lock-manager:
|
|
12368
12397
|
path: .sinapse-ai/core/orchestration/lock-manager.js
|
|
12369
12398
|
layer: L1
|
|
@@ -12410,8 +12439,8 @@ entities:
|
|
|
12410
12439
|
score: 0.4
|
|
12411
12440
|
constraints: []
|
|
12412
12441
|
extensionPoints: []
|
|
12413
|
-
checksum: sha256:
|
|
12414
|
-
lastVerified: '2026-06-
|
|
12442
|
+
checksum: sha256:20187d7a36b06b3ad8667a51f0fe9b2e4c506c7c26f26f37d79ab397618442a1
|
|
12443
|
+
lastVerified: '2026-06-16T06:09:14.797Z'
|
|
12415
12444
|
message-formatter:
|
|
12416
12445
|
path: .sinapse-ai/core/orchestration/message-formatter.js
|
|
12417
12446
|
layer: L1
|
|
@@ -13780,6 +13809,7 @@ entities:
|
|
|
13780
13809
|
- panel
|
|
13781
13810
|
usedBy:
|
|
13782
13811
|
- bob-orchestrator
|
|
13812
|
+
- status
|
|
13783
13813
|
dependencies:
|
|
13784
13814
|
- panel-renderer
|
|
13785
13815
|
externalDeps: []
|
|
@@ -13789,8 +13819,8 @@ entities:
|
|
|
13789
13819
|
score: 0.4
|
|
13790
13820
|
constraints: []
|
|
13791
13821
|
extensionPoints: []
|
|
13792
|
-
checksum: sha256:
|
|
13793
|
-
lastVerified: '2026-06-
|
|
13822
|
+
checksum: sha256:5cf10da7121c57bb340590a3a55cde630ed60197ba33fc41d037a885497c97f6
|
|
13823
|
+
lastVerified: '2026-06-16T17:13:39.122Z'
|
|
13794
13824
|
panel-renderer:
|
|
13795
13825
|
path: .sinapse-ai/core/ui/panel-renderer.js
|
|
13796
13826
|
layer: L1
|
|
@@ -14029,6 +14059,7 @@ entities:
|
|
|
14029
14059
|
- brownfield-discovery
|
|
14030
14060
|
- claude-rules
|
|
14031
14061
|
- codex-rules
|
|
14062
|
+
- ids-health
|
|
14032
14063
|
- story-tmpl
|
|
14033
14064
|
- validate-next-story
|
|
14034
14065
|
dependencies:
|
|
@@ -14123,6 +14154,7 @@ entities:
|
|
|
14123
14154
|
- create-worktree
|
|
14124
14155
|
- list-worktrees
|
|
14125
14156
|
- remove-worktree
|
|
14157
|
+
- yolo-toggle
|
|
14126
14158
|
- story-dod-checklist
|
|
14127
14159
|
- self-critique-checklist
|
|
14128
14160
|
- context7
|
|
@@ -14148,8 +14180,8 @@ entities:
|
|
|
14148
14180
|
score: 0.3
|
|
14149
14181
|
constraints: []
|
|
14150
14182
|
extensionPoints: []
|
|
14151
|
-
checksum: sha256:
|
|
14152
|
-
lastVerified: '2026-06-
|
|
14183
|
+
checksum: sha256:05e2e6362f95eb66c80e4f01dcb25232e283666c2195ec070e1bb59cc486ecb2
|
|
14184
|
+
lastVerified: '2026-06-16T06:09:14.823Z'
|
|
14153
14185
|
devops:
|
|
14154
14186
|
path: .sinapse-ai/development/agents/devops.md
|
|
14155
14187
|
layer: L2
|
|
@@ -14212,6 +14244,11 @@ entities:
|
|
|
14212
14244
|
- environment-promotion-pipeline
|
|
14213
14245
|
- publish-npm
|
|
14214
14246
|
- review-contributor-pr
|
|
14247
|
+
- ids-governor
|
|
14248
|
+
- ids-health
|
|
14249
|
+
- ids-query
|
|
14250
|
+
- sync-registry-intel
|
|
14251
|
+
- delegate-to-external-executor
|
|
14215
14252
|
- github-pr-template
|
|
14216
14253
|
- github-actions-ci.yml
|
|
14217
14254
|
- github-actions-cd.yml
|
|
@@ -14233,8 +14270,8 @@ entities:
|
|
|
14233
14270
|
score: 0.3
|
|
14234
14271
|
constraints: []
|
|
14235
14272
|
extensionPoints: []
|
|
14236
|
-
checksum: sha256:
|
|
14237
|
-
lastVerified: '2026-06-
|
|
14273
|
+
checksum: sha256:710906315093f603a8744f5e9733bf8bdbd2641519a7d8181016457a474bb511
|
|
14274
|
+
lastVerified: '2026-06-16T06:09:14.826Z'
|
|
14238
14275
|
product-lead:
|
|
14239
14276
|
path: .sinapse-ai/development/agents/product-lead.md
|
|
14240
14277
|
layer: L2
|
|
@@ -14374,8 +14411,8 @@ entities:
|
|
|
14374
14411
|
score: 0.3
|
|
14375
14412
|
constraints: []
|
|
14376
14413
|
extensionPoints: []
|
|
14377
|
-
checksum: sha256:
|
|
14378
|
-
lastVerified: '2026-06-
|
|
14414
|
+
checksum: sha256:744ba24a08e6d294d93dff577d14185fa02b589f298049a734001f3b504daf82
|
|
14415
|
+
lastVerified: '2026-06-18T05:22:03.153Z'
|
|
14379
14416
|
sprint-lead:
|
|
14380
14417
|
path: .sinapse-ai/development/agents/sprint-lead.md
|
|
14381
14418
|
layer: L2
|
|
@@ -15789,6 +15826,25 @@ entities:
|
|
|
15789
15826
|
extensionPoints: []
|
|
15790
15827
|
checksum: sha256:cfef97860788a119c44cbb18b4249ad538814f99a03b2ca13e66dd74aa8b5242
|
|
15791
15828
|
lastVerified: '2026-06-15T00:26:26.497Z'
|
|
15829
|
+
resolve:
|
|
15830
|
+
path: .sinapse-ai/infrastructure/scripts/codex-parity/resolve.js
|
|
15831
|
+
layer: L2
|
|
15832
|
+
type: script
|
|
15833
|
+
purpose: Entity at .sinapse-ai\infrastructure\scripts\codex-parity\resolve.js
|
|
15834
|
+
keywords:
|
|
15835
|
+
- resolve
|
|
15836
|
+
usedBy:
|
|
15837
|
+
- validate-codex-integration
|
|
15838
|
+
dependencies: []
|
|
15839
|
+
externalDeps: []
|
|
15840
|
+
plannedDeps: []
|
|
15841
|
+
lifecycle: production
|
|
15842
|
+
adaptability:
|
|
15843
|
+
score: 0.7
|
|
15844
|
+
constraints: []
|
|
15845
|
+
extensionPoints: []
|
|
15846
|
+
checksum: sha256:bc12b757b1d1e93ebaa02f08b197ee8ff9fc9895b51e84d196e662fa837a8550
|
|
15847
|
+
lastVerified: '2026-06-17T08:20:38.213Z'
|
|
15792
15848
|
index:
|
|
15793
15849
|
path: .sinapse-ai/infrastructure/scripts/codex-skills-sync/index.js
|
|
15794
15850
|
layer: L2
|
|
@@ -15820,7 +15876,7 @@ entities:
|
|
|
15820
15876
|
constraints: []
|
|
15821
15877
|
extensionPoints: []
|
|
15822
15878
|
checksum: sha256:9eb2637a4f1f6edeabf358734b14e4c709bed37560f2e40aebf1ea3ef4572c3c
|
|
15823
|
-
lastVerified: '2026-06-
|
|
15879
|
+
lastVerified: '2026-06-17T17:06:26.662Z'
|
|
15824
15880
|
validate:
|
|
15825
15881
|
path: .sinapse-ai/infrastructure/scripts/codex-skills-sync/validate.js
|
|
15826
15882
|
layer: L2
|
|
@@ -15909,6 +15965,7 @@ entities:
|
|
|
15909
15965
|
- generate-documentation
|
|
15910
15966
|
- generate-migration-strategy
|
|
15911
15967
|
- generate-shock-report
|
|
15968
|
+
- sinapse
|
|
15912
15969
|
dependencies:
|
|
15913
15970
|
- template-engine
|
|
15914
15971
|
- template-validator
|
|
@@ -16072,8 +16129,8 @@ entities:
|
|
|
16072
16129
|
score: 0.7
|
|
16073
16130
|
constraints: []
|
|
16074
16131
|
extensionPoints: []
|
|
16075
|
-
checksum: sha256:
|
|
16076
|
-
lastVerified: '2026-06-
|
|
16132
|
+
checksum: sha256:6a38a2528850fb22e9ce99c8c8c670236393ac5b929c7dad8021d617129d6107
|
|
16133
|
+
lastVerified: '2026-06-16T17:13:39.211Z'
|
|
16077
16134
|
dependency-analyzer:
|
|
16078
16135
|
path: .sinapse-ai/infrastructure/scripts/dependency-analyzer.js
|
|
16079
16136
|
layer: L2
|
|
@@ -16437,9 +16494,6 @@ entities:
|
|
|
16437
16494
|
- agent
|
|
16438
16495
|
- parser
|
|
16439
16496
|
usedBy:
|
|
16440
|
-
- antigravity
|
|
16441
|
-
- cursor
|
|
16442
|
-
- github-copilot
|
|
16443
16497
|
- index
|
|
16444
16498
|
- validate
|
|
16445
16499
|
dependencies: []
|
|
@@ -16452,25 +16506,6 @@ entities:
|
|
|
16452
16506
|
extensionPoints: []
|
|
16453
16507
|
checksum: sha256:60d5a535a39694cb250903b1fd11cfc5d90d648796ca85329f8a16bfb3cdd697
|
|
16454
16508
|
lastVerified: '2026-06-15T00:26:26.506Z'
|
|
16455
|
-
gemini-commands:
|
|
16456
|
-
path: .sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js
|
|
16457
|
-
layer: L2
|
|
16458
|
-
type: script
|
|
16459
|
-
purpose: string }}
|
|
16460
|
-
keywords:
|
|
16461
|
-
- gemini
|
|
16462
|
-
- commands
|
|
16463
|
-
usedBy: []
|
|
16464
|
-
dependencies: []
|
|
16465
|
-
externalDeps: []
|
|
16466
|
-
plannedDeps: []
|
|
16467
|
-
lifecycle: orphan
|
|
16468
|
-
adaptability:
|
|
16469
|
-
score: 0.7
|
|
16470
|
-
constraints: []
|
|
16471
|
-
extensionPoints: []
|
|
16472
|
-
checksum: sha256:475e1df64dd93022184231d9869670f96c1095a96c6e5053bf808975838e574e
|
|
16473
|
-
lastVerified: '2026-06-15T00:26:26.506Z'
|
|
16474
16509
|
persona-renderer:
|
|
16475
16510
|
path: .sinapse-ai/infrastructure/scripts/ide-sync/persona-renderer.js
|
|
16476
16511
|
layer: L2
|
|
@@ -16479,13 +16514,11 @@ entities:
|
|
|
16479
16514
|
keywords:
|
|
16480
16515
|
- persona
|
|
16481
16516
|
- renderer
|
|
16482
|
-
usedBy:
|
|
16483
|
-
- antigravity
|
|
16484
|
-
- cursor
|
|
16517
|
+
usedBy: []
|
|
16485
16518
|
dependencies: []
|
|
16486
16519
|
externalDeps: []
|
|
16487
16520
|
plannedDeps: []
|
|
16488
|
-
lifecycle:
|
|
16521
|
+
lifecycle: orphan
|
|
16489
16522
|
adaptability:
|
|
16490
16523
|
score: 0.7
|
|
16491
16524
|
constraints: []
|
|
@@ -16512,26 +16545,6 @@ entities:
|
|
|
16512
16545
|
extensionPoints: []
|
|
16513
16546
|
checksum: sha256:0e824085da02bb1c463422050ae1e58f3bd3d813b9d84970a30f83300793ffe6
|
|
16514
16547
|
lastVerified: '2026-06-15T00:26:26.507Z'
|
|
16515
|
-
antigravity:
|
|
16516
|
-
path: .sinapse-ai/infrastructure/scripts/ide-sync/transformers/antigravity.js
|
|
16517
|
-
layer: L2
|
|
16518
|
-
type: script
|
|
16519
|
-
purpose: Entity at .sinapse-ai\infrastructure\scripts\ide-sync\transformers\antigravity.js
|
|
16520
|
-
keywords:
|
|
16521
|
-
- antigravity
|
|
16522
|
-
usedBy: []
|
|
16523
|
-
dependencies:
|
|
16524
|
-
- agent-parser
|
|
16525
|
-
- persona-renderer
|
|
16526
|
-
externalDeps: []
|
|
16527
|
-
plannedDeps: []
|
|
16528
|
-
lifecycle: experimental
|
|
16529
|
-
adaptability:
|
|
16530
|
-
score: 0.7
|
|
16531
|
-
constraints: []
|
|
16532
|
-
extensionPoints: []
|
|
16533
|
-
checksum: sha256:ad8db6a847adedb5765eb78f0e420442008bc61c23795c2ab5bf3a3bb1f291d8
|
|
16534
|
-
lastVerified: '2026-06-15T00:26:26.507Z'
|
|
16535
16548
|
claude-code:
|
|
16536
16549
|
path: .sinapse-ai/infrastructure/scripts/ide-sync/transformers/claude-code.js
|
|
16537
16550
|
layer: L2
|
|
@@ -16551,71 +16564,6 @@ entities:
|
|
|
16551
16564
|
extensionPoints: []
|
|
16552
16565
|
checksum: sha256:c641d14da8f314795da3c7156af6ca4c184cd4883a239b5b02ab4850a200e545
|
|
16553
16566
|
lastVerified: '2026-06-15T00:26:26.507Z'
|
|
16554
|
-
cursor:
|
|
16555
|
-
path: .sinapse-ai/infrastructure/scripts/ide-sync/transformers/cursor.js
|
|
16556
|
-
layer: L2
|
|
16557
|
-
type: script
|
|
16558
|
-
purpose: '''${description}'''
|
|
16559
|
-
keywords:
|
|
16560
|
-
- cursor
|
|
16561
|
-
- ${name}
|
|
16562
|
-
- (@${agentdata.id})
|
|
16563
|
-
usedBy: []
|
|
16564
|
-
dependencies:
|
|
16565
|
-
- agent-parser
|
|
16566
|
-
- persona-renderer
|
|
16567
|
-
externalDeps: []
|
|
16568
|
-
plannedDeps: []
|
|
16569
|
-
lifecycle: experimental
|
|
16570
|
-
adaptability:
|
|
16571
|
-
score: 0.7
|
|
16572
|
-
constraints: []
|
|
16573
|
-
extensionPoints: []
|
|
16574
|
-
checksum: sha256:38ddee53269c64d5f22ed67a958a103cf384e2e8b80bf2b7b635b4be69a9773c
|
|
16575
|
-
lastVerified: '2026-06-15T00:26:26.507Z'
|
|
16576
|
-
github-copilot:
|
|
16577
|
-
path: .sinapse-ai/infrastructure/scripts/ide-sync/transformers/github-copilot.js
|
|
16578
|
-
layer: L2
|
|
16579
|
-
type: script
|
|
16580
|
-
purpose: '''${description}''`,'
|
|
16581
|
-
keywords:
|
|
16582
|
-
- github
|
|
16583
|
-
- copilot
|
|
16584
|
-
usedBy: []
|
|
16585
|
-
dependencies:
|
|
16586
|
-
- agent-parser
|
|
16587
|
-
externalDeps: []
|
|
16588
|
-
plannedDeps: []
|
|
16589
|
-
lifecycle: experimental
|
|
16590
|
-
adaptability:
|
|
16591
|
-
score: 0.7
|
|
16592
|
-
constraints: []
|
|
16593
|
-
extensionPoints: []
|
|
16594
|
-
checksum: sha256:a38e7d1c385f546f6affb7b56c6d363432538531057cd42b72d43179d5807aa9
|
|
16595
|
-
lastVerified: '2026-06-15T00:26:26.508Z'
|
|
16596
|
-
kimi:
|
|
16597
|
-
path: .sinapse-ai/infrastructure/scripts/ide-sync/transformers/kimi.js
|
|
16598
|
-
layer: L2
|
|
16599
|
-
type: script
|
|
16600
|
-
purpose: ${JSON.stringify(description)}
|
|
16601
|
-
keywords:
|
|
16602
|
-
- kimi
|
|
16603
|
-
- ${icon}
|
|
16604
|
-
- '@${id}'
|
|
16605
|
-
- ${name}${archetype
|
|
16606
|
-
- '!=='
|
|
16607
|
-
- '''specialist'''
|
|
16608
|
-
usedBy: []
|
|
16609
|
-
dependencies: []
|
|
16610
|
-
externalDeps: []
|
|
16611
|
-
plannedDeps: []
|
|
16612
|
-
lifecycle: orphan
|
|
16613
|
-
adaptability:
|
|
16614
|
-
score: 0.7
|
|
16615
|
-
constraints: []
|
|
16616
|
-
extensionPoints: []
|
|
16617
|
-
checksum: sha256:579679665ee24792b3908d6108b36b53cc71d876bdfada691b6f0fc86163a018
|
|
16618
|
-
lastVerified: '2026-06-15T00:26:26.508Z'
|
|
16619
16567
|
validator:
|
|
16620
16568
|
path: .sinapse-ai/infrastructure/scripts/ide-sync/validator.js
|
|
16621
16569
|
layer: L2
|
|
@@ -17353,8 +17301,8 @@ entities:
|
|
|
17353
17301
|
score: 0.7
|
|
17354
17302
|
constraints: []
|
|
17355
17303
|
extensionPoints: []
|
|
17356
|
-
checksum: sha256:
|
|
17357
|
-
lastVerified: '2026-06-
|
|
17304
|
+
checksum: sha256:4e58f3753cdcd34465eeb70793034e71b0ae2f1061c2be92630ce74982ca5384
|
|
17305
|
+
lastVerified: '2026-06-17T07:14:18.076Z'
|
|
17358
17306
|
template-engine:
|
|
17359
17307
|
path: .sinapse-ai/infrastructure/scripts/template-engine.js
|
|
17360
17308
|
layer: L2
|
|
@@ -17644,8 +17592,8 @@ entities:
|
|
|
17644
17592
|
score: 0.7
|
|
17645
17593
|
constraints: []
|
|
17646
17594
|
extensionPoints: []
|
|
17647
|
-
checksum: sha256:
|
|
17648
|
-
lastVerified: '2026-06-
|
|
17595
|
+
checksum: sha256:2c19c2b38d7fc44e1717b87101d7aac9e3803a0b538a4a8fa8ecb1324ef15744
|
|
17596
|
+
lastVerified: '2026-06-17T08:20:38.371Z'
|
|
17649
17597
|
validate-codex-integration:
|
|
17650
17598
|
path: .sinapse-ai/infrastructure/scripts/validate-codex-integration.js
|
|
17651
17599
|
layer: L2
|
|
@@ -17660,6 +17608,7 @@ entities:
|
|
|
17660
17608
|
- validate-parity
|
|
17661
17609
|
dependencies:
|
|
17662
17610
|
- catalog
|
|
17611
|
+
- resolve
|
|
17663
17612
|
externalDeps: []
|
|
17664
17613
|
plannedDeps: []
|
|
17665
17614
|
lifecycle: production
|
|
@@ -17667,8 +17616,8 @@ entities:
|
|
|
17667
17616
|
score: 0.7
|
|
17668
17617
|
constraints: []
|
|
17669
17618
|
extensionPoints: []
|
|
17670
|
-
checksum: sha256:
|
|
17671
|
-
lastVerified: '2026-06-
|
|
17619
|
+
checksum: sha256:78fceff77e8b0d2493920b89fa5ded9010575191f60f7411d45432b3fc9698b8
|
|
17620
|
+
lastVerified: '2026-06-17T08:20:38.372Z'
|
|
17672
17621
|
validate-codex-sync:
|
|
17673
17622
|
path: .sinapse-ai/infrastructure/scripts/validate-codex-sync.js
|
|
17674
17623
|
layer: L2
|