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
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 1.
|
|
10
|
+
version: 1.9.1
|
|
11
11
|
generator: scripts/generate-install-manifest.js
|
|
12
|
-
file_count:
|
|
12
|
+
file_count: 1180
|
|
13
13
|
files:
|
|
14
14
|
- path: cli/commands/config/index.js
|
|
15
15
|
hash: sha256:bfa83cb1dc111b0b30dd298dc0abc2150b73f939b6cd4458effa8e6d407bc9e2
|
|
@@ -192,9 +192,9 @@ files:
|
|
|
192
192
|
type: cli
|
|
193
193
|
size: 5908
|
|
194
194
|
- path: core-config.yaml
|
|
195
|
-
hash: sha256:
|
|
195
|
+
hash: sha256:246df879b0618c20ac265edfa3fec32282f5b9b6a90a21a2361b46bb7bb67c51
|
|
196
196
|
type: config
|
|
197
|
-
size:
|
|
197
|
+
size: 12331
|
|
198
198
|
- path: core/code-intel/code-intel-client.js
|
|
199
199
|
hash: sha256:65f6c0f2bb639ff3080db3d85660e0b8097e5af7c60dc04f582ef20f42cc9cfc
|
|
200
200
|
type: core
|
|
@@ -348,9 +348,9 @@ files:
|
|
|
348
348
|
type: core
|
|
349
349
|
size: 1581
|
|
350
350
|
- path: core/doctor/checks/git-hooks.js
|
|
351
|
-
hash: sha256:
|
|
351
|
+
hash: sha256:353441b03a572d27e03f626ae31336aa526c3dcec780ca89433c6fabec05a723
|
|
352
352
|
type: core
|
|
353
|
-
size:
|
|
353
|
+
size: 8039
|
|
354
354
|
- path: core/doctor/checks/graph-dashboard.js
|
|
355
355
|
hash: sha256:6996b47faf1945ed27a24db2a0061c46f9fd0069b0c73a8af0f4b68d68142047
|
|
356
356
|
type: core
|
|
@@ -452,9 +452,9 @@ files:
|
|
|
452
452
|
type: core
|
|
453
453
|
size: 4775
|
|
454
454
|
- path: core/events/dashboard-emitter.js
|
|
455
|
-
hash: sha256:
|
|
455
|
+
hash: sha256:fb05de8dd0802d394d6463ab3170c2ca7e3bde7ff0924d6f33aeec0744c1f538
|
|
456
456
|
type: core
|
|
457
|
-
size:
|
|
457
|
+
size: 10704
|
|
458
458
|
- path: core/events/index.js
|
|
459
459
|
hash: sha256:b034074be4bb901c35ad27b3cabaa4e07a6e21a9aaa86fbbfd390d3080201917
|
|
460
460
|
type: core
|
|
@@ -500,7 +500,7 @@ files:
|
|
|
500
500
|
type: core
|
|
501
501
|
size: 52328
|
|
502
502
|
- path: core/execution/subagent-dispatcher.js
|
|
503
|
-
hash: sha256:
|
|
503
|
+
hash: sha256:c291a8d9dea32273577b5c726626f4bc7a94b6aa67a52c9f312d6448ca6ab910
|
|
504
504
|
type: core
|
|
505
505
|
size: 32197
|
|
506
506
|
- path: core/execution/wave-executor.js
|
|
@@ -1244,9 +1244,9 @@ files:
|
|
|
1244
1244
|
type: core
|
|
1245
1245
|
size: 8123
|
|
1246
1246
|
- path: core/synapse/engine.js
|
|
1247
|
-
hash: sha256:
|
|
1247
|
+
hash: sha256:04395397b60a8b7a30ac1677633b277077e94ed1250f3709e0c54f821deadef1
|
|
1248
1248
|
type: core
|
|
1249
|
-
size:
|
|
1249
|
+
size: 15479
|
|
1250
1250
|
- path: core/synapse/layers/l0-constitution.js
|
|
1251
1251
|
hash: sha256:0d042647a67f8f46073207627a582c6c24b5713f02beb0e86af6f231cc33c5eb
|
|
1252
1252
|
type: core
|
|
@@ -1332,9 +1332,9 @@ files:
|
|
|
1332
1332
|
type: core
|
|
1333
1333
|
size: 751
|
|
1334
1334
|
- path: core/ui/observability-panel.js
|
|
1335
|
-
hash: sha256:
|
|
1335
|
+
hash: sha256:5cf10da7121c57bb340590a3a55cde630ed60197ba33fc41d037a885497c97f6
|
|
1336
1336
|
type: core
|
|
1337
|
-
size:
|
|
1337
|
+
size: 16345
|
|
1338
1338
|
- path: core/ui/panel-renderer.js
|
|
1339
1339
|
hash: sha256:6543d3edecfd6a09dc39feabffebe5002f2ab1ccd6f5eaf5ca52fcb5272274af
|
|
1340
1340
|
type: core
|
|
@@ -1364,9 +1364,9 @@ files:
|
|
|
1364
1364
|
type: data
|
|
1365
1365
|
size: 9587
|
|
1366
1366
|
- path: data/entity-registry.yaml
|
|
1367
|
-
hash: sha256:
|
|
1367
|
+
hash: sha256:2287de6ef9ec9e862f5d69ba1a4c2e91d483e2b2181557d571e69899db6fd0cd
|
|
1368
1368
|
type: data
|
|
1369
|
-
size:
|
|
1369
|
+
size: 558183
|
|
1370
1370
|
- path: data/learned-patterns.yaml
|
|
1371
1371
|
hash: sha256:1a4cd045c087b9dfd7046ff1464a9d2edb85fba77cf0b6fba14f4bb9004c741e
|
|
1372
1372
|
type: data
|
|
@@ -1532,9 +1532,9 @@ files:
|
|
|
1532
1532
|
type: agent
|
|
1533
1533
|
size: 1369
|
|
1534
1534
|
- path: development/agents/snps-orqx.md
|
|
1535
|
-
hash: sha256:
|
|
1535
|
+
hash: sha256:744ba24a08e6d294d93dff577d14185fa02b589f298049a734001f3b504daf82
|
|
1536
1536
|
type: agent
|
|
1537
|
-
size:
|
|
1537
|
+
size: 34545
|
|
1538
1538
|
- path: development/agents/sprint-lead.md
|
|
1539
1539
|
hash: sha256:572289b770cdbb0cff9ae2de4b2d19c38ce814fe978df397aa2794297f562c91
|
|
1540
1540
|
type: agent
|
|
@@ -2048,25 +2048,25 @@ files:
|
|
|
2048
2048
|
type: task
|
|
2049
2049
|
size: 9966
|
|
2050
2050
|
- path: development/tasks/build-autonomous.md
|
|
2051
|
-
hash: sha256:
|
|
2051
|
+
hash: sha256:e8dab3d13ae816a1543a220561024b57d692a39a316ce29efd1ca7c6405ec304
|
|
2052
2052
|
type: task
|
|
2053
|
-
size:
|
|
2053
|
+
size: 6544
|
|
2054
2054
|
- path: development/tasks/build-component.md
|
|
2055
2055
|
hash: sha256:ec675379f47ca3f749994b9f009309b9c1500e76e5e88c7206d8a8d942001f93
|
|
2056
2056
|
type: task
|
|
2057
2057
|
size: 14020
|
|
2058
2058
|
- path: development/tasks/build-resume.md
|
|
2059
|
-
hash: sha256:
|
|
2059
|
+
hash: sha256:5eb57ca6ffbc122c3164ac1fe289eef036db443d9d5d5a8e99c0c92087df31ce
|
|
2060
2060
|
type: task
|
|
2061
|
-
size:
|
|
2061
|
+
size: 2897
|
|
2062
2062
|
- path: development/tasks/build-status.md
|
|
2063
|
-
hash: sha256:
|
|
2063
|
+
hash: sha256:b6f5d04524fe65f5cb74141c043519a04e1ec32fa7b1e54d139d3d5d5c492690
|
|
2064
2064
|
type: task
|
|
2065
|
-
size:
|
|
2065
|
+
size: 4175
|
|
2066
2066
|
- path: development/tasks/build.md
|
|
2067
|
-
hash: sha256:
|
|
2067
|
+
hash: sha256:5bd9978b7ea75c7397a0ec3f355c3fd5c828ab545f738609ecc1af0792eb5cdb
|
|
2068
2068
|
type: task
|
|
2069
|
-
size:
|
|
2069
|
+
size: 4644
|
|
2070
2070
|
- path: development/tasks/calculate-roi.md
|
|
2071
2071
|
hash: sha256:cb8308710f273c036632a9ffc3948612aacc563c0ca669b84a710a9e55d8b9a4
|
|
2072
2072
|
type: task
|
|
@@ -2084,9 +2084,9 @@ files:
|
|
|
2084
2084
|
type: task
|
|
2085
2085
|
size: 17929
|
|
2086
2086
|
- path: development/tasks/cleanup-worktrees.md
|
|
2087
|
-
hash: sha256:
|
|
2087
|
+
hash: sha256:2e6c43425ae86e336884246cb3ab8a6712d5715e34e1dbbfc3f488ae9965303b
|
|
2088
2088
|
type: task
|
|
2089
|
-
size:
|
|
2089
|
+
size: 1091
|
|
2090
2090
|
- path: development/tasks/collaborative-edit.md
|
|
2091
2091
|
hash: sha256:2d53575477d4b69c42c727390c7b32e44ccfa9719b8e496fda600b2850cf95ec
|
|
2092
2092
|
type: task
|
|
@@ -2344,13 +2344,13 @@ files:
|
|
|
2344
2344
|
type: task
|
|
2345
2345
|
size: 3889
|
|
2346
2346
|
- path: development/tasks/gotcha.md
|
|
2347
|
-
hash: sha256:
|
|
2347
|
+
hash: sha256:3df82784f72fd1cc3d3ad1dbf524c1023d1e0b9e5d16de8e745654f72827a33e
|
|
2348
2348
|
type: task
|
|
2349
|
-
size:
|
|
2349
|
+
size: 3670
|
|
2350
2350
|
- path: development/tasks/gotchas.md
|
|
2351
|
-
hash: sha256:
|
|
2351
|
+
hash: sha256:564ae42e4e46dffb6eafe2bafc1674e513535013a21140926e8c7eda8c4cb4ff
|
|
2352
2352
|
type: task
|
|
2353
|
-
size:
|
|
2353
|
+
size: 3827
|
|
2354
2354
|
- path: development/tasks/health-check.yaml
|
|
2355
2355
|
hash: sha256:eba22298ddc94793d654be4d4082e767cd4a9157f7b7bce54ab3496cd189b43e
|
|
2356
2356
|
type: task
|
|
@@ -2360,9 +2360,9 @@ files:
|
|
|
2360
2360
|
type: task
|
|
2361
2361
|
size: 3026
|
|
2362
2362
|
- path: development/tasks/ids-health.md
|
|
2363
|
-
hash: sha256:
|
|
2363
|
+
hash: sha256:d3bece995350c2226e62aad89606e4b9186b2ce7160eb2e45f91f15afa54ac5b
|
|
2364
2364
|
type: task
|
|
2365
|
-
size:
|
|
2365
|
+
size: 2447
|
|
2366
2366
|
- path: development/tasks/ids-query.md
|
|
2367
2367
|
hash: sha256:0c90561234aff5e13fd6a35adc4871c1da3dedff4c0ceafa1c1f5cba7a63b43a
|
|
2368
2368
|
type: task
|
|
@@ -2396,9 +2396,9 @@ files:
|
|
|
2396
2396
|
type: task
|
|
2397
2397
|
size: 26902
|
|
2398
2398
|
- path: development/tasks/list-mcps.md
|
|
2399
|
-
hash: sha256:
|
|
2399
|
+
hash: sha256:cac66f5235352e0efddee807f140891d10357b5793a8f6e9e4456b8239a538d3
|
|
2400
2400
|
type: task
|
|
2401
|
-
size:
|
|
2401
|
+
size: 902
|
|
2402
2402
|
- path: development/tasks/list-worktrees.md
|
|
2403
2403
|
hash: sha256:a532fb1802b2cee8ceda90b780f44e6be419a981489baabf69602752e2b4629f
|
|
2404
2404
|
type: task
|
|
@@ -2412,9 +2412,9 @@ files:
|
|
|
2412
2412
|
type: task
|
|
2413
2413
|
size: 8857
|
|
2414
2414
|
- path: development/tasks/merge-worktree.md
|
|
2415
|
-
hash: sha256:
|
|
2415
|
+
hash: sha256:8b3a07c5885147c854963fdcc7f872a9bebdbf7c48559d7b85839db2ff8d590c
|
|
2416
2416
|
type: task
|
|
2417
|
-
size:
|
|
2417
|
+
size: 1164
|
|
2418
2418
|
- path: development/tasks/modify-agent.md
|
|
2419
2419
|
hash: sha256:e91aae655812988e8a320366473546db1a27906e97d33ca9e1d641a4cdf99898
|
|
2420
2420
|
type: task
|
|
@@ -2568,9 +2568,9 @@ files:
|
|
|
2568
2568
|
type: task
|
|
2569
2569
|
size: 12165
|
|
2570
2570
|
- path: development/tasks/qa-review-build.md
|
|
2571
|
-
hash: sha256:
|
|
2571
|
+
hash: sha256:11f3374377b5ffd3d6cd2d962574d40b96caa3e0ff19d91c74103e7505678636
|
|
2572
2572
|
type: task
|
|
2573
|
-
size:
|
|
2573
|
+
size: 31228
|
|
2574
2574
|
- path: development/tasks/qa-review-proposal.md
|
|
2575
2575
|
hash: sha256:bc70dc191efed569af181c47e9fa377c773ecb9fafc0d7880e3385ee82eebeca
|
|
2576
2576
|
type: task
|
|
@@ -2604,9 +2604,9 @@ files:
|
|
|
2604
2604
|
type: task
|
|
2605
2605
|
size: 18978
|
|
2606
2606
|
- path: development/tasks/remove-mcp.md
|
|
2607
|
-
hash: sha256:
|
|
2607
|
+
hash: sha256:d672e0f0500decdefef21a0a10e90b7da60ff587fa169c69767bb3542f71d5d4
|
|
2608
2608
|
type: task
|
|
2609
|
-
size:
|
|
2609
|
+
size: 863
|
|
2610
2610
|
- path: development/tasks/remove-worktree.md
|
|
2611
2611
|
hash: sha256:591213371449e8260b32e3d1e179a2286f2018d613825d6aec44a5c33ebff060
|
|
2612
2612
|
type: task
|
|
@@ -2800,9 +2800,9 @@ files:
|
|
|
2800
2800
|
type: task
|
|
2801
2801
|
size: 13282
|
|
2802
2802
|
- path: development/tasks/validate-agents.md
|
|
2803
|
-
hash: sha256:
|
|
2803
|
+
hash: sha256:82048e2abf2c1278ff0df5fbfe4601bf22ea0450b16d66b8101a366a9bb39c14
|
|
2804
2804
|
type: task
|
|
2805
|
-
size:
|
|
2805
|
+
size: 4206
|
|
2806
2806
|
- path: development/tasks/validate-next-story.md
|
|
2807
2807
|
hash: sha256:f41c4b1014bc850dcf4b5222398cc5442cd18d11b4a4e29f4e4d21f515e940fa
|
|
2808
2808
|
type: task
|
|
@@ -2950,19 +2950,19 @@ files:
|
|
|
2950
2950
|
- path: development/templates/service-template/__tests__/index.test.ts.hbs
|
|
2951
2951
|
hash: sha256:41c113e42f2fba15fc22efdaf977b342c55f56a63bb951fc8d894a22d1002ba9
|
|
2952
2952
|
type: template
|
|
2953
|
-
size:
|
|
2953
|
+
size: 9577
|
|
2954
2954
|
- path: development/templates/service-template/client.ts.hbs
|
|
2955
2955
|
hash: sha256:60f6d77badea704ba2371db1cb9203d89d46977ae2f1fd3db6126caac2eda1dc
|
|
2956
2956
|
type: template
|
|
2957
|
-
size:
|
|
2957
|
+
size: 11814
|
|
2958
2958
|
- path: development/templates/service-template/errors.ts.hbs
|
|
2959
2959
|
hash: sha256:767ba8f42867a3b203ef695dc8949b2cab5a3843d4968d2908dd0ec59532d73c
|
|
2960
2960
|
type: template
|
|
2961
|
-
size:
|
|
2961
|
+
size: 5217
|
|
2962
2962
|
- path: development/templates/service-template/index.ts.hbs
|
|
2963
2963
|
hash: sha256:d89c6c0dd1d852aa05a0ea86c6bcfb82344a98f44a4b28fed01d56e9a9b69d2e
|
|
2964
2964
|
type: template
|
|
2965
|
-
size:
|
|
2965
|
+
size: 3090
|
|
2966
2966
|
- path: development/templates/service-template/jest.config.js
|
|
2967
2967
|
hash: sha256:5ac8aca19d48642852318eb73f7765ea942b2432b9443787274a58650df6c082
|
|
2968
2968
|
type: template
|
|
@@ -2970,11 +2970,11 @@ files:
|
|
|
2970
2970
|
- path: development/templates/service-template/package.json.hbs
|
|
2971
2971
|
hash: sha256:7531ae3a8b6acaa90b7283835ed8a6a3597818a05dcb751456b5fae1adf4fa86
|
|
2972
2972
|
type: template
|
|
2973
|
-
size:
|
|
2973
|
+
size: 2249
|
|
2974
2974
|
- path: development/templates/service-template/README.md.hbs
|
|
2975
2975
|
hash: sha256:1d78ab5f85c5ab4004f51d2f2547cdf544f8a300f7e2eef1d8f9f3f3cae15def
|
|
2976
2976
|
type: template
|
|
2977
|
-
size:
|
|
2977
|
+
size: 3442
|
|
2978
2978
|
- path: development/templates/service-template/tsconfig.json
|
|
2979
2979
|
hash: sha256:57c0f40ea623a12caa16ff026496290e44129b3b8101943ab99a38f90d135f7f
|
|
2980
2980
|
type: template
|
|
@@ -2982,7 +2982,7 @@ files:
|
|
|
2982
2982
|
- path: development/templates/service-template/types.ts.hbs
|
|
2983
2983
|
hash: sha256:0d0e011c8c96d853aee915b8ab9f343dd57653371907bb1ba1217481e208de08
|
|
2984
2984
|
type: template
|
|
2985
|
-
size:
|
|
2985
|
+
size: 2520
|
|
2986
2986
|
- path: development/templates/sinapse-doc-template.md
|
|
2987
2987
|
hash: sha256:a31589a53c55e408f038b4a713942af1c327726a051485fc5e5a03eb2e4a179f
|
|
2988
2988
|
type: template
|
|
@@ -2994,7 +2994,7 @@ files:
|
|
|
2994
2994
|
- path: development/templates/squad-template/LICENSE
|
|
2995
2995
|
hash: sha256:03c185d841d9f5ab92870a3e00596828fa4ca88f7977e485df96c8acc7222ec5
|
|
2996
2996
|
type: template
|
|
2997
|
-
size:
|
|
2997
|
+
size: 1072
|
|
2998
2998
|
- path: development/templates/squad-template/package.json
|
|
2999
2999
|
hash: sha256:e0e0b508fa0c4c0a059002fb79b87d93238cf3de33e9af14ba129eb292caece5
|
|
3000
3000
|
type: template
|
|
@@ -3307,6 +3307,10 @@ files:
|
|
|
3307
3307
|
hash: sha256:cfef97860788a119c44cbb18b4249ad538814f99a03b2ca13e66dd74aa8b5242
|
|
3308
3308
|
type: script
|
|
3309
3309
|
size: 3527
|
|
3310
|
+
- path: infrastructure/scripts/codex-parity/resolve.js
|
|
3311
|
+
hash: sha256:bc12b757b1d1e93ebaa02f08b197ee8ff9fc9895b51e84d196e662fa837a8550
|
|
3312
|
+
type: script
|
|
3313
|
+
size: 5003
|
|
3310
3314
|
- path: infrastructure/scripts/codex-skills-sync/index.js
|
|
3311
3315
|
hash: sha256:9eb2637a4f1f6edeabf358734b14e4c709bed37560f2e40aebf1ea3ef4572c3c
|
|
3312
3316
|
type: script
|
|
@@ -3352,9 +3356,9 @@ files:
|
|
|
3352
3356
|
type: script
|
|
3353
3357
|
size: 28264
|
|
3354
3358
|
- path: infrastructure/scripts/dashboard-status-writer.js
|
|
3355
|
-
hash: sha256:
|
|
3359
|
+
hash: sha256:6a38a2528850fb22e9ce99c8c8c670236393ac5b929c7dad8021d617129d6107
|
|
3356
3360
|
type: script
|
|
3357
|
-
size:
|
|
3361
|
+
size: 8122
|
|
3358
3362
|
- path: infrastructure/scripts/dependency-analyzer.js
|
|
3359
3363
|
hash: sha256:f00ba05e0d2cd3ce7366d919e6a645055671dfa2413a91aba2774902a378d958
|
|
3360
3364
|
type: script
|
|
@@ -3431,14 +3435,10 @@ files:
|
|
|
3431
3435
|
hash: sha256:60d5a535a39694cb250903b1fd11cfc5d90d648796ca85329f8a16bfb3cdd697
|
|
3432
3436
|
type: script
|
|
3433
3437
|
size: 8847
|
|
3434
|
-
- path: infrastructure/scripts/ide-sync/gemini-commands.js
|
|
3435
|
-
hash: sha256:475e1df64dd93022184231d9869670f96c1095a96c6e5053bf808975838e574e
|
|
3436
|
-
type: script
|
|
3437
|
-
size: 8840
|
|
3438
3438
|
- path: infrastructure/scripts/ide-sync/index.js
|
|
3439
|
-
hash: sha256:
|
|
3439
|
+
hash: sha256:b2cb08dc1d0e7c6c22436c11f073cdaae9516b28a55ad5a454412e87aaf59bba
|
|
3440
3440
|
type: script
|
|
3441
|
-
size:
|
|
3441
|
+
size: 18011
|
|
3442
3442
|
- path: infrastructure/scripts/ide-sync/persona-renderer.js
|
|
3443
3443
|
hash: sha256:44f76be1e48c4a6271d8c721687d8788d2317a1163d74731abfe97f36775334d
|
|
3444
3444
|
type: script
|
|
@@ -3451,26 +3451,10 @@ files:
|
|
|
3451
3451
|
hash: sha256:0e824085da02bb1c463422050ae1e58f3bd3d813b9d84970a30f83300793ffe6
|
|
3452
3452
|
type: script
|
|
3453
3453
|
size: 4231
|
|
3454
|
-
- path: infrastructure/scripts/ide-sync/transformers/antigravity.js
|
|
3455
|
-
hash: sha256:ad8db6a847adedb5765eb78f0e420442008bc61c23795c2ab5bf3a3bb1f291d8
|
|
3456
|
-
type: script
|
|
3457
|
-
size: 3789
|
|
3458
3454
|
- path: infrastructure/scripts/ide-sync/transformers/claude-code.js
|
|
3459
3455
|
hash: sha256:c641d14da8f314795da3c7156af6ca4c184cd4883a239b5b02ab4850a200e545
|
|
3460
3456
|
type: script
|
|
3461
3457
|
size: 2241
|
|
3462
|
-
- path: infrastructure/scripts/ide-sync/transformers/cursor.js
|
|
3463
|
-
hash: sha256:38ddee53269c64d5f22ed67a958a103cf384e2e8b80bf2b7b635b4be69a9773c
|
|
3464
|
-
type: script
|
|
3465
|
-
size: 3293
|
|
3466
|
-
- path: infrastructure/scripts/ide-sync/transformers/github-copilot.js
|
|
3467
|
-
hash: sha256:a38e7d1c385f546f6affb7b56c6d363432538531057cd42b72d43179d5807aa9
|
|
3468
|
-
type: script
|
|
3469
|
-
size: 5886
|
|
3470
|
-
- path: infrastructure/scripts/ide-sync/transformers/kimi.js
|
|
3471
|
-
hash: sha256:579679665ee24792b3908d6108b36b53cc71d876bdfada691b6f0fc86163a018
|
|
3472
|
-
type: script
|
|
3473
|
-
size: 14471
|
|
3474
3458
|
- path: infrastructure/scripts/ide-sync/validator.js
|
|
3475
3459
|
hash: sha256:8473c885f9a30c24f332e7270680778b655bd2535f7a50ad9e807608db43f300
|
|
3476
3460
|
type: script
|
|
@@ -3652,9 +3636,9 @@ files:
|
|
|
3652
3636
|
type: script
|
|
3653
3637
|
size: 22395
|
|
3654
3638
|
- path: infrastructure/scripts/sync-codex-local-first.js
|
|
3655
|
-
hash: sha256:
|
|
3639
|
+
hash: sha256:4e58f3753cdcd34465eeb70793034e71b0ae2f1061c2be92630ce74982ca5384
|
|
3656
3640
|
type: script
|
|
3657
|
-
size:
|
|
3641
|
+
size: 9592
|
|
3658
3642
|
- path: infrastructure/scripts/template-engine.js
|
|
3659
3643
|
hash: sha256:b041c986d0a2dafcb4e53035b424bfcc63694ba3b31a3ad486852e3bb95f53b4
|
|
3660
3644
|
type: script
|
|
@@ -3708,13 +3692,13 @@ files:
|
|
|
3708
3692
|
type: script
|
|
3709
3693
|
size: 7266
|
|
3710
3694
|
- path: infrastructure/scripts/validate-codex-delegation.js
|
|
3711
|
-
hash: sha256:
|
|
3695
|
+
hash: sha256:2c19c2b38d7fc44e1717b87101d7aac9e3803a0b538a4a8fa8ecb1324ef15744
|
|
3712
3696
|
type: script
|
|
3713
|
-
size:
|
|
3697
|
+
size: 9538
|
|
3714
3698
|
- path: infrastructure/scripts/validate-codex-integration.js
|
|
3715
|
-
hash: sha256:
|
|
3699
|
+
hash: sha256:78fceff77e8b0d2493920b89fa5ded9010575191f60f7411d45432b3fc9698b8
|
|
3716
3700
|
type: script
|
|
3717
|
-
size:
|
|
3701
|
+
size: 6418
|
|
3718
3702
|
- path: infrastructure/scripts/validate-codex-sync.js
|
|
3719
3703
|
hash: sha256:31bcfc0cdf307e7c14064eaf0ddbf99a14344c21306937c9a7d9cc7ebba260f8
|
|
3720
3704
|
type: script
|
|
@@ -3754,15 +3738,15 @@ files:
|
|
|
3754
3738
|
- path: infrastructure/templates/coderabbit.yaml.template
|
|
3755
3739
|
hash: sha256:c56a83af5c7cf782ef976530b465b40b6df6f945ec5a4c2a83d04da3a31ea0bb
|
|
3756
3740
|
type: template
|
|
3757
|
-
size:
|
|
3741
|
+
size: 8046
|
|
3758
3742
|
- path: infrastructure/templates/config/env.example
|
|
3759
3743
|
hash: sha256:a7c757f69b37d712e3cd323870b0d06b60a72d28e2eff18b47517899c73fb011
|
|
3760
3744
|
type: template
|
|
3761
|
-
size:
|
|
3745
|
+
size: 663
|
|
3762
3746
|
- path: infrastructure/templates/config/gitignore-additions.tmpl
|
|
3763
3747
|
hash: sha256:04532e3ae1e2a6efa864e8ab61c00670a5db82e0dfa1ba84c52996aa8be3b300
|
|
3764
3748
|
type: template
|
|
3765
|
-
size:
|
|
3749
|
+
size: 708
|
|
3766
3750
|
- path: infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml
|
|
3767
3751
|
hash: sha256:34955d66b70112be19362815ab8758070da7169db0447afc72dfa42ad553a680
|
|
3768
3752
|
type: template
|
|
@@ -3774,11 +3758,11 @@ files:
|
|
|
3774
3758
|
- path: infrastructure/templates/github-workflows/ci.yml.template
|
|
3775
3759
|
hash: sha256:3377d5d4a2af43ee6c4ae069539a9a6ad299283831c0179525162a27e143c599
|
|
3776
3760
|
type: template
|
|
3777
|
-
size:
|
|
3761
|
+
size: 4927
|
|
3778
3762
|
- path: infrastructure/templates/github-workflows/pr-automation.yml.template
|
|
3779
3763
|
hash: sha256:c0bd678d91f5fd9ceab5b060f2a2c3d8b30cc323365a60900c41575652f8b170
|
|
3780
3764
|
type: template
|
|
3781
|
-
size:
|
|
3765
|
+
size: 10619
|
|
3782
3766
|
- path: infrastructure/templates/github-workflows/README.md
|
|
3783
3767
|
hash: sha256:19e8239a844676c0f3843b1c80d69e51ecab36305b0d68912582b629d775adc1
|
|
3784
3768
|
type: template
|
|
@@ -3786,7 +3770,7 @@ files:
|
|
|
3786
3770
|
- path: infrastructure/templates/github-workflows/release.yml.template
|
|
3787
3771
|
hash: sha256:e0c0ca04e0601f0f4157ca5aeaa7538c266a151118d19ca7592703612c6fcf07
|
|
3788
3772
|
type: template
|
|
3789
|
-
size:
|
|
3773
|
+
size: 6605
|
|
3790
3774
|
- path: infrastructure/templates/github/ci-template.yml
|
|
3791
3775
|
hash: sha256:76f6000b456f0574562c4b8a46b1e5922c2ce5f8115da1a548872935996005ab
|
|
3792
3776
|
type: template
|
|
@@ -3794,7 +3778,7 @@ files:
|
|
|
3794
3778
|
- path: infrastructure/templates/github/CODEOWNERS.template
|
|
3795
3779
|
hash: sha256:e484867dbce95078ed29378041db526873b7194cd1fd297aa3ff1b880937dc44
|
|
3796
3780
|
type: template
|
|
3797
|
-
size:
|
|
3781
|
+
size: 309
|
|
3798
3782
|
- path: infrastructure/templates/github/issue-templates/bug_report.md
|
|
3799
3783
|
hash: sha256:380e9e885504464968cae940ff6c0b457c7935e1f33045ace3236fe8fe7c4a06
|
|
3800
3784
|
type: template
|
|
@@ -3810,19 +3794,19 @@ files:
|
|
|
3810
3794
|
- path: infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl
|
|
3811
3795
|
hash: sha256:43cd686b77e9a4f89b79b84313fcc9d5556ad94882e326c22b4fe7e89ec943c0
|
|
3812
3796
|
type: template
|
|
3813
|
-
size:
|
|
3797
|
+
size: 509
|
|
3814
3798
|
- path: infrastructure/templates/gitignore/gitignore-node.tmpl
|
|
3815
3799
|
hash: sha256:504bf428128606cace6ea711b6cb96faad1da7673d5d2224508e563d247bb75b
|
|
3816
3800
|
type: template
|
|
3817
|
-
size:
|
|
3801
|
+
size: 955
|
|
3818
3802
|
- path: infrastructure/templates/gitignore/gitignore-python.tmpl
|
|
3819
3803
|
hash: sha256:333daadb1b9924f4f289e409cf66ccf079b0d3fe0459be713af93d0264e1818d
|
|
3820
3804
|
type: template
|
|
3821
|
-
size:
|
|
3805
|
+
size: 1584
|
|
3822
3806
|
- path: infrastructure/templates/gitignore/gitignore-sinapse-base.tmpl
|
|
3823
3807
|
hash: sha256:5c2ed40db81c01b3a0f858c8c572dd5ef1e5078f9e9ce1e5e1b05ab7a68bd5a6
|
|
3824
3808
|
type: template
|
|
3825
|
-
size:
|
|
3809
|
+
size: 802
|
|
3826
3810
|
- path: infrastructure/templates/project-docs/coding-standards-tmpl.md
|
|
3827
3811
|
hash: sha256:17d6b7d0d6f711e472d509f5a17a5be9c76af8f801c317054ddd176efc515ada
|
|
3828
3812
|
type: template
|
|
@@ -3842,7 +3826,7 @@ files:
|
|
|
3842
3826
|
- path: infrastructure/templates/safe-collab/CODEOWNERS.template
|
|
3843
3827
|
hash: sha256:988d5f6e373df03913d84c11cc42af42917f702920059ef296b2b236be7387e8
|
|
3844
3828
|
type: template
|
|
3845
|
-
size:
|
|
3829
|
+
size: 476
|
|
3846
3830
|
- path: infrastructure/templates/safe-collab/parallel-workflow-guide.md
|
|
3847
3831
|
hash: sha256:773473b226fe19eb5f6b9769f28c3388fba6f0700ca4c2bd80af9891f34dc433
|
|
3848
3832
|
type: template
|
|
@@ -3862,7 +3846,7 @@ files:
|
|
|
3862
3846
|
- path: infrastructure/templates/sinapse-sync.yaml.template
|
|
3863
3847
|
hash: sha256:63c094174a3ea635c57aec88865b6b7a588e7cc56f31d0c7738a3a6488c88a76
|
|
3864
3848
|
type: template
|
|
3865
|
-
size:
|
|
3849
|
+
size: 8398
|
|
3866
3850
|
- path: infrastructure/tests/project-status-loader.test.js
|
|
3867
3851
|
hash: sha256:2a35c19a1cf6fd4f9dd0624cd07314c78880ea6e0f8ba4011613686da0553741
|
|
3868
3852
|
type: infrastructure
|
|
@@ -3943,46 +3927,6 @@ files:
|
|
|
3943
3927
|
hash: sha256:709d0b8ac0c296392128069490331fa488fec56b9908556f36fc04c96c91aab5
|
|
3944
3928
|
type: manifest
|
|
3945
3929
|
size: 5298
|
|
3946
|
-
- path: monitor/hooks/lib/__init__.py
|
|
3947
|
-
hash: sha256:976c18b35a0c259acdbdbc7c9621e7a29cf8cf105374242c246874103abf325b
|
|
3948
|
-
type: monitor
|
|
3949
|
-
size: 35
|
|
3950
|
-
- path: monitor/hooks/lib/enrich.py
|
|
3951
|
-
hash: sha256:0572338e1db4c7397f520111fe018501891b5421676618673db4ba7ab499f116
|
|
3952
|
-
type: monitor
|
|
3953
|
-
size: 1753
|
|
3954
|
-
- path: monitor/hooks/lib/send_event.py
|
|
3955
|
-
hash: sha256:b1d301e3992dfc7066b1a47837914c64c9cdfaf949aacfae6767d703f5b0e48c
|
|
3956
|
-
type: monitor
|
|
3957
|
-
size: 1251
|
|
3958
|
-
- path: monitor/hooks/notification.py
|
|
3959
|
-
hash: sha256:9af8df8b6d1906e4a0ee38d398671f2717c0248679b91877ed903d543291d670
|
|
3960
|
-
type: monitor
|
|
3961
|
-
size: 533
|
|
3962
|
-
- path: monitor/hooks/post_tool_use.py
|
|
3963
|
-
hash: sha256:5508704ce2e8779bed5f2d3f296c341ce12940f44d25cb757dce51d7365aec8c
|
|
3964
|
-
type: monitor
|
|
3965
|
-
size: 1190
|
|
3966
|
-
- path: monitor/hooks/pre_compact.py
|
|
3967
|
-
hash: sha256:ea8c523d0d4bf68aa0b8e6f6ffebc2947f62b30be1114fb04a1423ef503a91d6
|
|
3968
|
-
type: monitor
|
|
3969
|
-
size: 534
|
|
3970
|
-
- path: monitor/hooks/pre_tool_use.py
|
|
3971
|
-
hash: sha256:3a5efe97128628e570aaa1b62fa8064ff014302072670f9049db638885c845ef
|
|
3972
|
-
type: monitor
|
|
3973
|
-
size: 1026
|
|
3974
|
-
- path: monitor/hooks/stop.py
|
|
3975
|
-
hash: sha256:62a86a40100741d512454e5b98f8a8b60e97debb1e2977d4c72370a61212fe7f
|
|
3976
|
-
type: monitor
|
|
3977
|
-
size: 524
|
|
3978
|
-
- path: monitor/hooks/subagent_stop.py
|
|
3979
|
-
hash: sha256:fd98d46d230efb37b93a17e100b2e48ecc07ca3a9c90f2ab5cf1df23a798aaa7
|
|
3980
|
-
type: monitor
|
|
3981
|
-
size: 546
|
|
3982
|
-
- path: monitor/hooks/user_prompt_submit.py
|
|
3983
|
-
hash: sha256:5dad0c7c8de1f48f7e38587853e3b1833a0ae0bdf0eab5936687d709bf9d6d8d
|
|
3984
|
-
type: monitor
|
|
3985
|
-
size: 861
|
|
3986
3930
|
- path: package.json
|
|
3987
3931
|
hash: sha256:a79897e7e5ce54e4dec3baea4020b96f4c9c41e23c49511becf7438761362400
|
|
3988
3932
|
type: other
|
|
@@ -4130,7 +4074,7 @@ files:
|
|
|
4130
4074
|
- path: product/templates/adr.hbs
|
|
4131
4075
|
hash: sha256:7825131e30ee9f473e10258682981fd6cb7fb47e1c276ad79d3b777eaaecc62c
|
|
4132
4076
|
type: template
|
|
4133
|
-
size:
|
|
4077
|
+
size: 2216
|
|
4134
4078
|
- path: product/templates/agent-template.yaml
|
|
4135
4079
|
hash: sha256:391e0728db257b309602bea13e322560ea4227c34382fa66eb6283583b4da8f9
|
|
4136
4080
|
type: template
|
|
@@ -4178,7 +4122,7 @@ files:
|
|
|
4178
4122
|
- path: product/templates/dbdr.hbs
|
|
4179
4123
|
hash: sha256:a2824092c2ba2122c1d0245b91bf70f6558f940bcb3cbd17a29fcf7d8c4ab7ef
|
|
4180
4124
|
type: template
|
|
4181
|
-
size:
|
|
4125
|
+
size: 4143
|
|
4182
4126
|
- path: product/templates/design-story-tmpl.yaml
|
|
4183
4127
|
hash: sha256:fe712fb22f54364b1aafec2603c79546f6f70fb1de7dd7cde9563e47997a8557
|
|
4184
4128
|
type: template
|
|
@@ -4242,7 +4186,7 @@ files:
|
|
|
4242
4186
|
- path: product/templates/epic.hbs
|
|
4243
4187
|
hash: sha256:9e0cefd86eda74afac7f151c3aff97011fc0d0322f7f7180eeeadea157c2c508
|
|
4244
4188
|
type: template
|
|
4245
|
-
size:
|
|
4189
|
+
size: 3875
|
|
4246
4190
|
- path: product/templates/eslintrc-security.json
|
|
4247
4191
|
hash: sha256:12e0599450d6f6167e4cd9eeee0fd504e257c3af85d855e8a8b3f8a5253e89f4
|
|
4248
4192
|
type: template
|
|
@@ -4280,9 +4224,9 @@ files:
|
|
|
4280
4224
|
type: template
|
|
4281
4225
|
size: 13393
|
|
4282
4226
|
- path: product/templates/ide-rules/codex-rules.md
|
|
4283
|
-
hash: sha256:
|
|
4227
|
+
hash: sha256:f2ba69b86236271970537e4284edbc819379337fed8fd2c8ff2c9a1ffa1b9bbf
|
|
4284
4228
|
type: template
|
|
4285
|
-
size:
|
|
4229
|
+
size: 4568
|
|
4286
4230
|
- path: product/templates/index-strategy-tmpl.yaml
|
|
4287
4231
|
hash: sha256:a8a9e627393e58a052a94806026d7a842065ceb2efa14cfa6e241d0d778fc39a
|
|
4288
4232
|
type: template
|
|
@@ -4330,7 +4274,7 @@ files:
|
|
|
4330
4274
|
- path: product/templates/pmdr.hbs
|
|
4331
4275
|
hash: sha256:49eb647ddd9d36421aadb9bab7d8f9edeba0aeb65f4d302b0f8b85bbb47599de
|
|
4332
4276
|
type: template
|
|
4333
|
-
size:
|
|
4277
|
+
size: 3243
|
|
4334
4278
|
- path: product/templates/prd-tmpl.yaml
|
|
4335
4279
|
hash: sha256:cc68f141e09386096f6add62717f63f0b56bb53f315eafcafc4bb649f151d25f
|
|
4336
4280
|
type: template
|
|
@@ -4338,11 +4282,11 @@ files:
|
|
|
4338
4282
|
- path: product/templates/prd-v2.0.hbs
|
|
4339
4283
|
hash: sha256:efcdadfcd994d02cb04f61de67e4b42156e49b64e9374ad57037e60104297134
|
|
4340
4284
|
type: template
|
|
4341
|
-
size:
|
|
4285
|
+
size: 4516
|
|
4342
4286
|
- path: product/templates/prd.hbs
|
|
4343
4287
|
hash: sha256:16c7ae0dbcaf0d5848369584e2e32d54ef23777ea1210e6c013e2d70b7869d04
|
|
4344
4288
|
type: template
|
|
4345
|
-
size:
|
|
4289
|
+
size: 3429
|
|
4346
4290
|
- path: product/templates/project-brief-tmpl.yaml
|
|
4347
4291
|
hash: sha256:b781737b94826c8cf9982309403dd3209dc1ebb74f4e3fa070ab1f4ebbda4b09
|
|
4348
4292
|
type: template
|
|
@@ -4376,13 +4320,17 @@ files:
|
|
|
4376
4320
|
type: template
|
|
4377
4321
|
size: 6764
|
|
4378
4322
|
- path: product/templates/statusline/statusline-script.js
|
|
4379
|
-
hash: sha256:
|
|
4323
|
+
hash: sha256:05945437a07c0156ff5bff3238ad8fc71728c591933db64fde94aa219d6f9146
|
|
4324
|
+
type: template
|
|
4325
|
+
size: 7530
|
|
4326
|
+
- path: product/templates/statusline/track-agent-clear.cjs
|
|
4327
|
+
hash: sha256:3cda606de2463374e60440ba6cae9ca98e39b782b19c6ae39aa7569a1b211f09
|
|
4380
4328
|
type: template
|
|
4381
|
-
size:
|
|
4382
|
-
- path: product/templates/statusline/track-agent.
|
|
4383
|
-
hash: sha256:
|
|
4329
|
+
size: 2137
|
|
4330
|
+
- path: product/templates/statusline/track-agent.cjs
|
|
4331
|
+
hash: sha256:898d576f257734e9954e8949e5a4685f38167af0dcad986745b411a3b318559e
|
|
4384
4332
|
type: template
|
|
4385
|
-
size:
|
|
4333
|
+
size: 6244
|
|
4386
4334
|
- path: product/templates/story-tmpl.yaml
|
|
4387
4335
|
hash: sha256:43a050de5ef51f53f890fd20f77ac567b297a40597f467b3bc6d00c8193c7fa6
|
|
4388
4336
|
type: template
|
|
@@ -4390,7 +4338,7 @@ files:
|
|
|
4390
4338
|
- path: product/templates/story.hbs
|
|
4391
4339
|
hash: sha256:126c55c30e2e49816acc7c1712e71e7c26874b010edfe34e8d7890bac67095b2
|
|
4392
4340
|
type: template
|
|
4393
|
-
size:
|
|
4341
|
+
size: 5590
|
|
4394
4342
|
- path: product/templates/task-execution-report.md
|
|
4395
4343
|
hash: sha256:476717ed85b347fb6a5b7894a3bcdcb5eb84376c625c38a2e524e7dada126608
|
|
4396
4344
|
type: template
|
|
@@ -4402,67 +4350,67 @@ files:
|
|
|
4402
4350
|
- path: product/templates/task.hbs
|
|
4403
4351
|
hash: sha256:c0fa1b299a2a9e0816d54859e463d44d0f3bedf31ed8d21631cefdec36e4f3b5
|
|
4404
4352
|
type: template
|
|
4405
|
-
size:
|
|
4353
|
+
size: 2709
|
|
4406
4354
|
- path: product/templates/tmpl-comment-on-examples.sql
|
|
4407
4355
|
hash: sha256:1e74b045f0a8763c85701445b97254eaaa1868cdd0f6ebdaf90d9e150ca2ac60
|
|
4408
4356
|
type: template
|
|
4409
|
-
size:
|
|
4357
|
+
size: 6216
|
|
4410
4358
|
- path: product/templates/tmpl-migration-script.sql
|
|
4411
4359
|
hash: sha256:ff882969271610dd2dae3e81beccdd0882d048a062d3dc93e7f85ae197bd48d6
|
|
4412
4360
|
type: template
|
|
4413
|
-
size:
|
|
4361
|
+
size: 2948
|
|
4414
4362
|
- path: product/templates/tmpl-rls-granular-policies.sql
|
|
4415
4363
|
hash: sha256:10b3763bdd9622eaea9deb5e66f332690f5fda43c926952b32e99eae3c67e1d9
|
|
4416
4364
|
type: template
|
|
4417
|
-
size:
|
|
4365
|
+
size: 3323
|
|
4418
4366
|
- path: product/templates/tmpl-rls-kiss-policy.sql
|
|
4419
4367
|
hash: sha256:2bde67e5c9d2d242c2ac1d8e4faca78b8795de0089c94a0bd00438ef90675d0d
|
|
4420
4368
|
type: template
|
|
4421
|
-
size:
|
|
4369
|
+
size: 300
|
|
4422
4370
|
- path: product/templates/tmpl-rls-roles.sql
|
|
4423
4371
|
hash: sha256:89184ebc432d6ddef01529353623d98f7582cddaaaa82b453a3ff48035200589
|
|
4424
4372
|
type: template
|
|
4425
|
-
size:
|
|
4373
|
+
size: 4593
|
|
4426
4374
|
- path: product/templates/tmpl-rls-simple.sql
|
|
4427
4375
|
hash: sha256:337380b90d7a2458acd870a057770be34f0723c6770a4681efdb7a1b2a6103d7
|
|
4428
4376
|
type: template
|
|
4429
|
-
size:
|
|
4377
|
+
size: 2916
|
|
4430
4378
|
- path: product/templates/tmpl-rls-tenant.sql
|
|
4431
4379
|
hash: sha256:0d4d520666ed93d9dab56795ff2f319f1f5f9fb64f2bbb525f536d37e7605bb5
|
|
4432
4380
|
type: template
|
|
4433
|
-
size:
|
|
4381
|
+
size: 4979
|
|
4434
4382
|
- path: product/templates/tmpl-rollback-script.sql
|
|
4435
4383
|
hash: sha256:c3655f9387b4d3c396dc163ba9a1fe2cb2f030f046ce03d1ab78b21b8e375956
|
|
4436
4384
|
type: template
|
|
4437
|
-
size:
|
|
4385
|
+
size: 2658
|
|
4438
4386
|
- path: product/templates/tmpl-seed-data.sql
|
|
4439
4387
|
hash: sha256:8daa0b00c105f1212ab42462e249422fd64107e226929ccf2736506e9484b2e0
|
|
4440
4388
|
type: template
|
|
4441
|
-
size:
|
|
4389
|
+
size: 5577
|
|
4442
4390
|
- path: product/templates/tmpl-smoke-test.sql
|
|
4443
4391
|
hash: sha256:3e0891c30eaeb16053e8eadac8ff7eb59a18876a779066445f226eca2a7678d4
|
|
4444
4392
|
type: template
|
|
4445
|
-
size:
|
|
4393
|
+
size: 724
|
|
4446
4394
|
- path: product/templates/tmpl-staging-copy-merge.sql
|
|
4447
4395
|
hash: sha256:ea404942ede661c9cf8321ba01490625ed2e5718880642cb3223a7acea1f5033
|
|
4448
4396
|
type: template
|
|
4449
|
-
size:
|
|
4397
|
+
size: 4082
|
|
4450
4398
|
- path: product/templates/tmpl-stored-proc.sql
|
|
4451
4399
|
hash: sha256:78655833f266feb5f0d5d77cae8ec19a642d1f3089806a0e221abf9efab67206
|
|
4452
4400
|
type: template
|
|
4453
|
-
size:
|
|
4401
|
+
size: 3840
|
|
4454
4402
|
- path: product/templates/tmpl-trigger.sql
|
|
4455
4403
|
hash: sha256:3c30469cd931dfebf1a8c85c0781b8f9a54f21e81ee0f7cbe7caa8fec44b3bda
|
|
4456
4404
|
type: template
|
|
4457
|
-
size:
|
|
4405
|
+
size: 5273
|
|
4458
4406
|
- path: product/templates/tmpl-view-materialized.sql
|
|
4459
4407
|
hash: sha256:9c66e451a32b325a011585d0bc0c62bcff2f4bfd82b41ed3b108e468aee97880
|
|
4460
4408
|
type: template
|
|
4461
|
-
size:
|
|
4409
|
+
size: 4364
|
|
4462
4410
|
- path: product/templates/tmpl-view.sql
|
|
4463
4411
|
hash: sha256:fa6c17eb3b5e619cf7d96be39296ece5ebfde6e1a3691ffd9bd73eacd9e333d3
|
|
4464
4412
|
type: template
|
|
4465
|
-
size:
|
|
4413
|
+
size: 4917
|
|
4466
4414
|
- path: product/templates/token-exports-css-tmpl.css
|
|
4467
4415
|
hash: sha256:cdd75e1221721e2bfbeb4af82532438e15685a182de13480abe796ad2792d525
|
|
4468
4416
|
type: template
|