sinapse-ai 5.0.8 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version:
|
|
11
|
-
generated_at: "2026-03-
|
|
10
|
+
version: 6.0.0
|
|
11
|
+
generated_at: "2026-03-25T03:26:43.916Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
13
|
file_count: 1090
|
|
14
14
|
files:
|
|
@@ -193,9 +193,9 @@ files:
|
|
|
193
193
|
type: core
|
|
194
194
|
size: 5637
|
|
195
195
|
- path: core/code-intel/helpers/dev-helper.js
|
|
196
|
-
hash: sha256:
|
|
196
|
+
hash: sha256:0eb178c4ef6176997775414dd17ae91dbbff9589dab0205583aee2cdb3eab1ca
|
|
197
197
|
type: core
|
|
198
|
-
size:
|
|
198
|
+
size: 5776
|
|
199
199
|
- path: core/code-intel/helpers/devops-helper.js
|
|
200
200
|
hash: sha256:c40cfa9ac2f554a707ff68c7709ae436349041bf00ad2f42811ccbe8ba842462
|
|
201
201
|
type: core
|
|
@@ -205,13 +205,13 @@ files:
|
|
|
205
205
|
type: core
|
|
206
206
|
size: 6863
|
|
207
207
|
- path: core/code-intel/helpers/qa-helper.js
|
|
208
|
-
hash: sha256:
|
|
208
|
+
hash: sha256:f291d43795ca8a8bfac210c8584a2d2dc1cfee2745cd85b9c6517885520137d0
|
|
209
209
|
type: core
|
|
210
|
-
size:
|
|
210
|
+
size: 5194
|
|
211
211
|
- path: core/code-intel/helpers/story-helper.js
|
|
212
|
-
hash: sha256:
|
|
212
|
+
hash: sha256:a5262cc66f7b5def1a1f656b2b70377bb5e24495a77fe638923cb3c5d366f1a9
|
|
213
213
|
type: core
|
|
214
|
-
size:
|
|
214
|
+
size: 4389
|
|
215
215
|
- path: core/code-intel/hook-runtime.js
|
|
216
216
|
hash: sha256:4d812dc503650ef90249ad2993b3f713aea806138a27455a6a9757329d829c8e
|
|
217
217
|
type: core
|
|
@@ -241,9 +241,9 @@ files:
|
|
|
241
241
|
type: core
|
|
242
242
|
size: 4928
|
|
243
243
|
- path: core/config/config-loader.js
|
|
244
|
-
hash: sha256:
|
|
244
|
+
hash: sha256:7f66e4aaa76c112c8ca37f3ee13f25907fe269487a31ac3b1695692e3a63518c
|
|
245
245
|
type: core
|
|
246
|
-
size:
|
|
246
|
+
size: 8539
|
|
247
247
|
- path: core/config/config-resolver.js
|
|
248
248
|
hash: sha256:4f66b49ae605870231c03a5f7ddaae49b6e59946eeec9b86464f4d35308c752b
|
|
249
249
|
type: core
|
|
@@ -697,9 +697,9 @@ files:
|
|
|
697
697
|
type: core
|
|
698
698
|
size: 4235
|
|
699
699
|
- path: core/ids/framework-governor.js
|
|
700
|
-
hash: sha256:
|
|
700
|
+
hash: sha256:3134808abbfbc60f0190eb1438c066768d2ede39dc7047549c4ab256a7269e2a
|
|
701
701
|
type: core
|
|
702
|
-
size:
|
|
702
|
+
size: 18064
|
|
703
703
|
- path: core/ids/gates/g1-epic-creation.js
|
|
704
704
|
hash: sha256:ba7c342b176f38f2c80cb141fe820b9a963a1966e33fef3a4ec568363b011c5f
|
|
705
705
|
type: core
|
|
@@ -721,9 +721,9 @@ files:
|
|
|
721
721
|
type: core
|
|
722
722
|
size: 21404
|
|
723
723
|
- path: core/ids/index.js
|
|
724
|
-
hash: sha256:
|
|
724
|
+
hash: sha256:39a0e15d4a909c4d5a84e6c77945fb8b6e6f26c4908ea7ad16d04abf0094bafb
|
|
725
725
|
type: core
|
|
726
|
-
size:
|
|
726
|
+
size: 3625
|
|
727
727
|
- path: core/ids/layer-classifier.js
|
|
728
728
|
hash: sha256:589bd314e58595da6bf90d376fbacc732ccf018c743730eac2a18c8e7f9cd333
|
|
729
729
|
type: core
|
|
@@ -789,9 +789,9 @@ files:
|
|
|
789
789
|
type: core
|
|
790
790
|
size: 8862
|
|
791
791
|
- path: core/memory/gotchas-memory.js
|
|
792
|
-
hash: sha256:
|
|
792
|
+
hash: sha256:c3d775787a11b77c2fde8295310833fb0ca39cf00db8a9cac725ab43176f2304
|
|
793
793
|
type: core
|
|
794
|
-
size:
|
|
794
|
+
size: 33102
|
|
795
795
|
- path: core/migration/migration-config.yaml
|
|
796
796
|
hash: sha256:9c213b770af4cda0bbb6acf142de99414d231e031add6d79ab4a8f416e10bf41
|
|
797
797
|
type: core
|
|
@@ -801,9 +801,9 @@ files:
|
|
|
801
801
|
type: core
|
|
802
802
|
size: 1835
|
|
803
803
|
- path: core/orchestration/agent-invoker.js
|
|
804
|
-
hash: sha256:
|
|
804
|
+
hash: sha256:a01ddcb928f731f135495e202056ffbe79e4dac556fcd53a9c6ddc78b3c75fcf
|
|
805
805
|
type: core
|
|
806
|
-
size:
|
|
806
|
+
size: 16591
|
|
807
807
|
- path: core/orchestration/bob-orchestrator.js
|
|
808
808
|
hash: sha256:f1f621d755889d8ee6109cf70db2601ea6c817c60d0f7cb1f389a0ee2b8722d6
|
|
809
809
|
type: core
|
|
@@ -813,9 +813,9 @@ files:
|
|
|
813
813
|
type: core
|
|
814
814
|
size: 13646
|
|
815
815
|
- path: core/orchestration/bob-surface-criteria.yaml
|
|
816
|
-
hash: sha256:
|
|
816
|
+
hash: sha256:d2c045b41f5c8988b361369c01e8346ad2e488e8a036bf80d1a290f27c884237
|
|
817
817
|
type: core
|
|
818
|
-
size:
|
|
818
|
+
size: 8128
|
|
819
819
|
- path: core/orchestration/brownfield-handler.js
|
|
820
820
|
hash: sha256:b24000b81ef1ad1c388d019446da0f15c75bbc99fe0fed8e11cf3ab7051ab4ba
|
|
821
821
|
type: core
|
|
@@ -853,9 +853,9 @@ files:
|
|
|
853
853
|
type: core
|
|
854
854
|
size: 2696
|
|
855
855
|
- path: core/orchestration/executor-assignment.js
|
|
856
|
-
hash: sha256:
|
|
856
|
+
hash: sha256:788864ec704f20d39e9a93c2bac099b75e14e22f6a591946923c14e392d58ed6
|
|
857
857
|
type: core
|
|
858
|
-
size:
|
|
858
|
+
size: 11378
|
|
859
859
|
- path: core/orchestration/executors/epic-3-executor.js
|
|
860
860
|
hash: sha256:45fce1afd20d460c98f516fd3bb5d5c1ff4287e5066216647275aaca151fb502
|
|
861
861
|
type: core
|
|
@@ -869,13 +869,13 @@ files:
|
|
|
869
869
|
type: core
|
|
870
870
|
size: 8542
|
|
871
871
|
- path: core/orchestration/executors/epic-6-executor.js
|
|
872
|
-
hash: sha256:
|
|
872
|
+
hash: sha256:2e78d0cb8b036467d913475949b44fd224acd57105e5dce3df8dfe89dde5344e
|
|
873
873
|
type: core
|
|
874
|
-
size:
|
|
874
|
+
size: 6789
|
|
875
875
|
- path: core/orchestration/executors/epic-executor.js
|
|
876
|
-
hash: sha256:
|
|
876
|
+
hash: sha256:c742b7aba79e53dfd39f10faacc2bddec14f9d910e92018d78cd3eff07a219af
|
|
877
877
|
type: core
|
|
878
|
-
size:
|
|
878
|
+
size: 5866
|
|
879
879
|
- path: core/orchestration/executors/index.js
|
|
880
880
|
hash: sha256:21f66b6d59c67079bfd6f30dcb675bab60d8a3b6283c24246497d641beed1f57
|
|
881
881
|
type: core
|
|
@@ -889,9 +889,9 @@ files:
|
|
|
889
889
|
type: core
|
|
890
890
|
size: 4383
|
|
891
891
|
- path: core/orchestration/greenfield-handler.js
|
|
892
|
-
hash: sha256:
|
|
892
|
+
hash: sha256:46dfd236f1a2731a5a98024a1e31c1af80f910b601af7afd7b7c1d466b95a453
|
|
893
893
|
type: core
|
|
894
|
-
size:
|
|
894
|
+
size: 35317
|
|
895
895
|
- path: core/orchestration/index.js
|
|
896
896
|
hash: sha256:657ac753e11d3551378ece60488c66465a3420c7e2cd1480db7d9db9f946fcc3
|
|
897
897
|
type: core
|
|
@@ -901,9 +901,9 @@ files:
|
|
|
901
901
|
type: core
|
|
902
902
|
size: 8666
|
|
903
903
|
- path: core/orchestration/master-orchestrator.js
|
|
904
|
-
hash: sha256:
|
|
904
|
+
hash: sha256:a14f1ba236e05be1d04b2db223c384fecfb8a58fdb477e0c2a5c45d1f3a333bd
|
|
905
905
|
type: core
|
|
906
|
-
size:
|
|
906
|
+
size: 54436
|
|
907
907
|
- path: core/orchestration/message-formatter.js
|
|
908
908
|
hash: sha256:b7413c04fa22db1c5fc2f5c2aa47bb8ca0374e079894a44df21b733da6c258ae
|
|
909
909
|
type: core
|
|
@@ -921,9 +921,9 @@ files:
|
|
|
921
921
|
type: core
|
|
922
922
|
size: 24784
|
|
923
923
|
- path: core/orchestration/skill-dispatcher.js
|
|
924
|
-
hash: sha256:
|
|
924
|
+
hash: sha256:edf244ebe392b3821feb35ac0cfd05bf7031f356a0ae51f45699d0588e548777
|
|
925
925
|
type: core
|
|
926
|
-
size:
|
|
926
|
+
size: 10563
|
|
927
927
|
- path: core/orchestration/subagent-prompt-builder.js
|
|
928
928
|
hash: sha256:e6de0ace5a09fae1769cfca8de34c95d3f154de15b015810440553a9f805958c
|
|
929
929
|
type: core
|
|
@@ -945,9 +945,9 @@ files:
|
|
|
945
945
|
type: core
|
|
946
946
|
size: 31508
|
|
947
947
|
- path: core/orchestration/workflow-executor.js
|
|
948
|
-
hash: sha256:
|
|
948
|
+
hash: sha256:1f2336975a73a660b1aa434a11415be4e5c6446996fb4f39dde114b205d08104
|
|
949
949
|
type: core
|
|
950
|
-
size:
|
|
950
|
+
size: 36365
|
|
951
951
|
- path: core/orchestration/workflow-orchestrator.js
|
|
952
952
|
hash: sha256:dfa7c8c3b3f6552c64c3a1c2290035a8548f931540552d940e637ddce3ec7ac5
|
|
953
953
|
type: core
|
|
@@ -989,21 +989,21 @@ files:
|
|
|
989
989
|
type: core
|
|
990
990
|
size: 9393
|
|
991
991
|
- path: core/quality-gates/layer2-pr-automation.js
|
|
992
|
-
hash: sha256:
|
|
992
|
+
hash: sha256:499b9d403728906e443ec4c3d97593a094a914bce2081ea725b9c19423f6e0bb
|
|
993
993
|
type: core
|
|
994
|
-
size:
|
|
994
|
+
size: 9206
|
|
995
995
|
- path: core/quality-gates/layer3-human-review.js
|
|
996
|
-
hash: sha256:
|
|
996
|
+
hash: sha256:40ee62241510ba2634b1646f90936b41b931a77ef02ea212da45a737772644b6
|
|
997
997
|
type: core
|
|
998
|
-
size:
|
|
998
|
+
size: 9523
|
|
999
999
|
- path: core/quality-gates/notification-manager.js
|
|
1000
1000
|
hash: sha256:d41ea719fdc6fdbc7cc1778ee4ac735820b53dc2edc73e11aca70ba5fd7337e9
|
|
1001
1001
|
type: core
|
|
1002
1002
|
size: 16374
|
|
1003
1003
|
- path: core/quality-gates/quality-gate-config.yaml
|
|
1004
|
-
hash: sha256:
|
|
1004
|
+
hash: sha256:afc492479da9ebdfb6417a85b4520ad6dedbed24f8ded0487b4a290a0c93aea1
|
|
1005
1005
|
type: core
|
|
1006
|
-
size:
|
|
1006
|
+
size: 1991
|
|
1007
1007
|
- path: core/quality-gates/quality-gate-manager.js
|
|
1008
1008
|
hash: sha256:cf19beb6f0820a0211ff41be2a66621e5e7f3f044a85a7bf6479256eb0eeb79b
|
|
1009
1009
|
type: core
|
|
@@ -1041,9 +1041,9 @@ files:
|
|
|
1041
1041
|
type: core
|
|
1042
1042
|
size: 7110
|
|
1043
1043
|
- path: core/session/context-loader.js
|
|
1044
|
-
hash: sha256:
|
|
1044
|
+
hash: sha256:2a4c0dffac9c9f81dac93c7e4f955b3ad3b7695c452c93205143588dc6b40baf
|
|
1045
1045
|
type: core
|
|
1046
|
-
size:
|
|
1046
|
+
size: 13748
|
|
1047
1047
|
- path: core/synapse/context/context-builder.js
|
|
1048
1048
|
hash: sha256:121cd0a1df8a44098831cd4335536e8facf4e65b8aec48f4ce9c2d432dc6252a
|
|
1049
1049
|
type: core
|
|
@@ -1209,17 +1209,17 @@ files:
|
|
|
1209
1209
|
type: core
|
|
1210
1210
|
size: 10937
|
|
1211
1211
|
- path: data/agent-config-requirements.yaml
|
|
1212
|
-
hash: sha256:
|
|
1212
|
+
hash: sha256:d555274de56989453dfb729be447e48f93d8d28b0a2487f2974ba3f2b3abdb99
|
|
1213
1213
|
type: data
|
|
1214
|
-
size:
|
|
1214
|
+
size: 10997
|
|
1215
1215
|
- path: data/capability-detection.js
|
|
1216
1216
|
hash: sha256:66eb72a42115fbfa27fb836202e47ae5c28ec9ad8f1b542ddaf945da84a644d0
|
|
1217
1217
|
type: data
|
|
1218
1218
|
size: 9586
|
|
1219
1219
|
- path: data/entity-registry.yaml
|
|
1220
|
-
hash: sha256:
|
|
1220
|
+
hash: sha256:1e7e92b7fc32364dc043d67a564d708a04f5d9cab8fb0b1f92141251209341c4
|
|
1221
1221
|
type: data
|
|
1222
|
-
size:
|
|
1222
|
+
size: 519845
|
|
1223
1223
|
- path: data/learned-patterns.yaml
|
|
1224
1224
|
hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
|
|
1225
1225
|
type: data
|
|
@@ -1233,41 +1233,41 @@ files:
|
|
|
1233
1233
|
type: data
|
|
1234
1234
|
size: 9271
|
|
1235
1235
|
- path: data/sinapse-kb.md
|
|
1236
|
-
hash: sha256:
|
|
1236
|
+
hash: sha256:02fa43c46a4787d96f28efd04cdde8ccad812841676ba5c9b63e74b28be2babb
|
|
1237
1237
|
type: data
|
|
1238
|
-
size:
|
|
1238
|
+
size: 34335
|
|
1239
1239
|
- path: data/tech-presets/_template.md
|
|
1240
1240
|
hash: sha256:1bc4b212d6727486c6057947050185ff1e4cf86e8410f2d9c625fedcde171d96
|
|
1241
1241
|
type: data
|
|
1242
1242
|
size: 4459
|
|
1243
1243
|
- path: data/tech-presets/csharp.md
|
|
1244
|
-
hash: sha256:
|
|
1244
|
+
hash: sha256:25f5f19b79e976cfa0aba34324b2e38231c370dad9d4c8fa48a6bc7ac87a34da
|
|
1245
1245
|
type: data
|
|
1246
|
-
size:
|
|
1246
|
+
size: 10872
|
|
1247
1247
|
- path: data/tech-presets/go.md
|
|
1248
|
-
hash: sha256:
|
|
1248
|
+
hash: sha256:9f4649d259294b6c4f1d92823020940a20c0ea77c1c4659a603c8d51201f2edd
|
|
1249
1249
|
type: data
|
|
1250
|
-
size:
|
|
1250
|
+
size: 11101
|
|
1251
1251
|
- path: data/tech-presets/java.md
|
|
1252
|
-
hash: sha256:
|
|
1252
|
+
hash: sha256:1c0a691220b723056113ac3ab92f6f527e8f4aedd396940cefb60f0ff4f781e8
|
|
1253
1253
|
type: data
|
|
1254
|
-
size:
|
|
1254
|
+
size: 11513
|
|
1255
1255
|
- path: data/tech-presets/nextjs-react.md
|
|
1256
|
-
hash: sha256:
|
|
1256
|
+
hash: sha256:07c1cbe8ef71539298e93fdb573325dd1d9274b3ab49e585ee48001c034486bd
|
|
1257
1257
|
type: data
|
|
1258
|
-
size:
|
|
1258
|
+
size: 22880
|
|
1259
1259
|
- path: data/tech-presets/php.md
|
|
1260
|
-
hash: sha256:
|
|
1260
|
+
hash: sha256:fed71de39fed1fb68770588bf010397a2abd4896cabab0141d0e87497ae6a9d4
|
|
1261
1261
|
type: data
|
|
1262
|
-
size:
|
|
1262
|
+
size: 10196
|
|
1263
1263
|
- path: data/tech-presets/rust.md
|
|
1264
|
-
hash: sha256:
|
|
1264
|
+
hash: sha256:89c9868d0a24b0b0ee772426b4831a21ad38612ef1636d17a701b09c3e5bcf4f
|
|
1265
1265
|
type: data
|
|
1266
|
-
size:
|
|
1266
|
+
size: 10586
|
|
1267
1267
|
- path: data/technical-preferences.md
|
|
1268
|
-
hash: sha256:
|
|
1268
|
+
hash: sha256:3e2700bba2a4bff304b7b87b816ebca9e4f4f1cfd2d77b53bd1c9970c3c62982
|
|
1269
1269
|
type: data
|
|
1270
|
-
size:
|
|
1270
|
+
size: 3400
|
|
1271
1271
|
- path: data/tok2-validation.js
|
|
1272
1272
|
hash: sha256:b41624812735d948f2725858930a33652a925472dd3add621573242feabe1e65
|
|
1273
1273
|
type: data
|
|
@@ -1285,9 +1285,9 @@ files:
|
|
|
1285
1285
|
type: data
|
|
1286
1286
|
size: 5754
|
|
1287
1287
|
- path: data/workflow-chains.yaml
|
|
1288
|
-
hash: sha256:
|
|
1288
|
+
hash: sha256:674badbd69a89d2d5249b338ba569d29d87ffa53eebcbab0a6a7ccc23f3e98c4
|
|
1289
1289
|
type: data
|
|
1290
|
-
size:
|
|
1290
|
+
size: 5188
|
|
1291
1291
|
- path: data/workflow-patterns.yaml
|
|
1292
1292
|
hash: sha256:8b9a7ebf55dd347876afade6fa48f26bef2d5c33814184205593a978eed477e1
|
|
1293
1293
|
type: data
|
|
@@ -1313,93 +1313,93 @@ files:
|
|
|
1313
1313
|
type: development
|
|
1314
1314
|
size: 227
|
|
1315
1315
|
- path: development/agent-teams/team-qa-focused.yaml
|
|
1316
|
-
hash: sha256:
|
|
1316
|
+
hash: sha256:702c60934a2fe01253e35dce21acbd1a3e35b6ca28ba3307e165f32e19e0c83d
|
|
1317
1317
|
type: development
|
|
1318
|
-
size:
|
|
1318
|
+
size: 5066
|
|
1319
1319
|
- path: development/agents/analyst.md
|
|
1320
|
-
hash: sha256:
|
|
1320
|
+
hash: sha256:72419f5697626822e1c4168cd07315bab83d5cc46abcc68f715556ee743980d0
|
|
1321
1321
|
type: agent
|
|
1322
|
-
size:
|
|
1322
|
+
size: 11828
|
|
1323
1323
|
- path: development/agents/analyst/MEMORY.md
|
|
1324
1324
|
hash: sha256:cfca31c2dbd0f4f62e5955d07848cabfab355852744c0d6b25d4eaa8ac60b095
|
|
1325
1325
|
type: agent
|
|
1326
1326
|
size: 1256
|
|
1327
1327
|
- path: development/agents/architect.md
|
|
1328
|
-
hash: sha256:
|
|
1328
|
+
hash: sha256:5c8c96097c1db721a77ceddd958b415777fb836ceaa41c3bcec60e8ed7a6f8b4
|
|
1329
1329
|
type: agent
|
|
1330
|
-
size:
|
|
1330
|
+
size: 20634
|
|
1331
1331
|
- path: development/agents/architect/MEMORY.md
|
|
1332
1332
|
hash: sha256:ba39482ca952ef76cbc390bf98e688da86a392940f90b5129cd11a90c4364f14
|
|
1333
1333
|
type: agent
|
|
1334
1334
|
size: 1389
|
|
1335
1335
|
- path: development/agents/data-engineer.md
|
|
1336
|
-
hash: sha256:
|
|
1336
|
+
hash: sha256:9f6a6d0ff5bb0f31d72b78b1a8d27e5ed9be6555f4670970673179964681dc78
|
|
1337
1337
|
type: agent
|
|
1338
|
-
size:
|
|
1338
|
+
size: 21910
|
|
1339
1339
|
- path: development/agents/data-engineer/MEMORY.md
|
|
1340
1340
|
hash: sha256:28693b913ec1d0c64489a1d230e8a8a378a461afe8cb522e9777f4f82219aa69
|
|
1341
1341
|
type: agent
|
|
1342
1342
|
size: 1109
|
|
1343
|
-
- path: development/agents/
|
|
1344
|
-
hash: sha256:
|
|
1343
|
+
- path: development/agents/developer.md
|
|
1344
|
+
hash: sha256:6f30b0ee4703fb8ac2d810206d5a52507fecdb7a6e9b09bde5e340eede0d98a8
|
|
1345
1345
|
type: agent
|
|
1346
|
-
size:
|
|
1347
|
-
- path: development/agents/
|
|
1346
|
+
size: 24571
|
|
1347
|
+
- path: development/agents/developer/MEMORY.md
|
|
1348
1348
|
hash: sha256:d9585198255692c5a246d6ca565582295745437c70a898ce7113481bf0dd2561
|
|
1349
1349
|
type: agent
|
|
1350
1350
|
size: 2492
|
|
1351
1351
|
- path: development/agents/devops.md
|
|
1352
|
-
hash: sha256:
|
|
1352
|
+
hash: sha256:7cd57d38882716cd18b895288aed95936355a340ac94f58ec7ab8e4087d8b6cc
|
|
1353
1353
|
type: agent
|
|
1354
|
-
size:
|
|
1354
|
+
size: 22908
|
|
1355
1355
|
- path: development/agents/devops/MEMORY.md
|
|
1356
1356
|
hash: sha256:52144c63f1d910bd2c245a4cd91788112ad67223f68ed39062adfceaa2e289a6
|
|
1357
1357
|
type: agent
|
|
1358
1358
|
size: 1402
|
|
1359
|
-
- path: development/agents/
|
|
1360
|
-
hash: sha256:
|
|
1359
|
+
- path: development/agents/product-lead.md
|
|
1360
|
+
hash: sha256:2eb708577484929206911692f1950cd83ecc0c5ec6edbf4bf4e2c4b15be6105e
|
|
1361
1361
|
type: agent
|
|
1362
|
-
size:
|
|
1363
|
-
- path: development/agents/
|
|
1364
|
-
hash: sha256:
|
|
1362
|
+
size: 14559
|
|
1363
|
+
- path: development/agents/product-lead/MEMORY.md
|
|
1364
|
+
hash: sha256:75b9c3153afcf5d77038e108dd6db1d93c24aec6f4db6e86b92f46c3504ebcb0
|
|
1365
1365
|
type: agent
|
|
1366
|
-
size:
|
|
1367
|
-
- path: development/agents/
|
|
1368
|
-
hash: sha256:
|
|
1366
|
+
size: 1397
|
|
1367
|
+
- path: development/agents/project-lead.md
|
|
1368
|
+
hash: sha256:7eb8f1f27b6f08901883c9b4c0306b6c8c6c3025c4af74eefc5d45812afdb280
|
|
1369
1369
|
type: agent
|
|
1370
|
-
size:
|
|
1371
|
-
- path: development/agents/
|
|
1372
|
-
hash: sha256:
|
|
1370
|
+
size: 16817
|
|
1371
|
+
- path: development/agents/project-lead/MEMORY.md
|
|
1372
|
+
hash: sha256:efcaf4d63e3a2e2408997396e49c6fbe8441e3ffc48b6ed60baf25a4eba3928d
|
|
1373
1373
|
type: agent
|
|
1374
|
-
size:
|
|
1375
|
-
- path: development/agents/
|
|
1376
|
-
hash: sha256:
|
|
1374
|
+
size: 1237
|
|
1375
|
+
- path: development/agents/quality-gate.md
|
|
1376
|
+
hash: sha256:9548c4e7fb77bca597a9f5350acec366b37d2c851e20160877f22e141d5bd89b
|
|
1377
1377
|
type: agent
|
|
1378
|
-
size:
|
|
1379
|
-
- path: development/agents/
|
|
1378
|
+
size: 19034
|
|
1379
|
+
- path: development/agents/quality-gate/MEMORY.md
|
|
1380
1380
|
hash: sha256:5d6841aa4917970ba062a23aab80cbed9e07d45b41ada028b3393d76f4c12d03
|
|
1381
1381
|
type: agent
|
|
1382
1382
|
size: 1368
|
|
1383
|
-
- path: development/agents/sinapse-
|
|
1384
|
-
hash: sha256:
|
|
1383
|
+
- path: development/agents/sinapse-orqx.md
|
|
1384
|
+
hash: sha256:764ca20d054ca04df2fd6d320d1f792b170885a5f7d23cabfd335df5a2b74dd4
|
|
1385
1385
|
type: agent
|
|
1386
|
-
size:
|
|
1387
|
-
- path: development/agents/
|
|
1388
|
-
hash: sha256:
|
|
1386
|
+
size: 19558
|
|
1387
|
+
- path: development/agents/sprint-lead.md
|
|
1388
|
+
hash: sha256:4bf7177c91f608a2b73162dd0a5136afc733ff6a9c7b6ae3f3866223562b0e95
|
|
1389
1389
|
type: agent
|
|
1390
|
-
size:
|
|
1391
|
-
- path: development/agents/
|
|
1390
|
+
size: 12780
|
|
1391
|
+
- path: development/agents/sprint-lead/MEMORY.md
|
|
1392
1392
|
hash: sha256:05298c0fc447623219d07f4ec904b9e78d4eb1c648d56f983302210d58c80eaf
|
|
1393
1393
|
type: agent
|
|
1394
1394
|
size: 1124
|
|
1395
1395
|
- path: development/agents/squad-creator.md
|
|
1396
|
-
hash: sha256:
|
|
1396
|
+
hash: sha256:7d4e4ee71f1e06124e05f2590207e2a9c4bc8aee35d81387aa9e2bb42c3008f8
|
|
1397
1397
|
type: agent
|
|
1398
|
-
size:
|
|
1398
|
+
size: 13995
|
|
1399
1399
|
- path: development/agents/ux-design-expert.md
|
|
1400
|
-
hash: sha256:
|
|
1400
|
+
hash: sha256:68eebf80e1d061c89cd43abb9bcbec43506433ee6d2a2ebf7470a437f3d351d9
|
|
1401
1401
|
type: agent
|
|
1402
|
-
size:
|
|
1402
|
+
size: 20051
|
|
1403
1403
|
- path: development/agents/ux/MEMORY.md
|
|
1404
1404
|
hash: sha256:e7793078a7e4a234c9568c479cf140197779df1871857da1fae79123aed6530c
|
|
1405
1405
|
type: agent
|
|
@@ -1409,17 +1409,17 @@ files:
|
|
|
1409
1409
|
type: checklist
|
|
1410
1410
|
size: 16151
|
|
1411
1411
|
- path: development/checklists/brownfield-compatibility-checklist.md
|
|
1412
|
-
hash: sha256:
|
|
1412
|
+
hash: sha256:346b37ef59a2cc7c476a1055c20f8cc8ec6ceb76f084b1def73a61a2cb78d205
|
|
1413
1413
|
type: checklist
|
|
1414
|
-
size:
|
|
1414
|
+
size: 3392
|
|
1415
1415
|
- path: development/checklists/issue-triage-checklist.md
|
|
1416
1416
|
hash: sha256:c6dbaae38c0e3030dbffebcbcf95e5e766e0294a7a678531531cbd7ad6e54e2b
|
|
1417
1417
|
type: checklist
|
|
1418
1418
|
size: 1245
|
|
1419
1419
|
- path: development/checklists/memory-audit-checklist.md
|
|
1420
|
-
hash: sha256:
|
|
1420
|
+
hash: sha256:dba46d7e1754b63ba589158145c742f53cdc01f8939ffc72382dcfe6d2343642
|
|
1421
1421
|
type: checklist
|
|
1422
|
-
size:
|
|
1422
|
+
size: 2470
|
|
1423
1423
|
- path: development/checklists/self-critique-checklist.md
|
|
1424
1424
|
hash: sha256:f76389a6d2616f26c74dc28d28dc5aaff532b57f44639e709c989694e8b36cf2
|
|
1425
1425
|
type: checklist
|
|
@@ -1437,9 +1437,9 @@ files:
|
|
|
1437
1437
|
type: data
|
|
1438
1438
|
size: 11116
|
|
1439
1439
|
- path: development/README.md
|
|
1440
|
-
hash: sha256:
|
|
1440
|
+
hash: sha256:e6c46384998673b8ca84c37c4df89e8d014cb007707ac06419d764139f2751c7
|
|
1441
1441
|
type: development
|
|
1442
|
-
size:
|
|
1442
|
+
size: 4433
|
|
1443
1443
|
- path: development/scripts/activation-runtime.js
|
|
1444
1444
|
hash: sha256:f079d8576e75e6af8bfa6304688f025003d2d46b02fc6beab3de9df2f3fc9fe3
|
|
1445
1445
|
type: script
|
|
@@ -1449,25 +1449,25 @@ files:
|
|
|
1449
1449
|
type: script
|
|
1450
1450
|
size: 7534
|
|
1451
1451
|
- path: development/scripts/agent-config-loader.js
|
|
1452
|
-
hash: sha256:
|
|
1452
|
+
hash: sha256:41d6098c8c4a531c2b2743525cd1981bcef92dfbecf7748d048cb1d8ae8f7e95
|
|
1453
1453
|
type: script
|
|
1454
|
-
size:
|
|
1454
|
+
size: 18368
|
|
1455
1455
|
- path: development/scripts/agent-exit-hooks.js
|
|
1456
1456
|
hash: sha256:3ddddc13c2d5d5614f9987e5fb9013322736b61e64f98ef94b509b8ab96e45df
|
|
1457
1457
|
type: script
|
|
1458
1458
|
size: 3215
|
|
1459
1459
|
- path: development/scripts/apply-inline-greeting-all-agents.js
|
|
1460
|
-
hash: sha256:
|
|
1460
|
+
hash: sha256:b4b2f7f0124e995d10f6d2041e9bc63d035c608bdc09b9891b76fbfa0a3cab26
|
|
1461
1461
|
type: script
|
|
1462
|
-
size:
|
|
1462
|
+
size: 4610
|
|
1463
1463
|
- path: development/scripts/approval-workflow.js
|
|
1464
1464
|
hash: sha256:9a1e958cc941b7e99c24fdfca655851ee483a9131e1a2d54187669667bfa16f0
|
|
1465
1465
|
type: script
|
|
1466
1466
|
size: 21559
|
|
1467
1467
|
- path: development/scripts/audit-agent-config.js
|
|
1468
|
-
hash: sha256:
|
|
1468
|
+
hash: sha256:2b162de43b2ceee26a515d95c49a12637afc513194746263183e66543fc22c42
|
|
1469
1469
|
type: script
|
|
1470
|
-
size:
|
|
1470
|
+
size: 9829
|
|
1471
1471
|
- path: development/scripts/backlog-manager.js
|
|
1472
1472
|
hash: sha256:ac83ad8a5d32a119add54bad55cb5f84a32d093702ae4f75b0a6d2388ff1fc0a
|
|
1473
1473
|
type: script
|
|
@@ -1477,9 +1477,9 @@ files:
|
|
|
1477
1477
|
type: script
|
|
1478
1478
|
size: 16665
|
|
1479
1479
|
- path: development/scripts/batch-update-agents-session-context.js
|
|
1480
|
-
hash: sha256:
|
|
1480
|
+
hash: sha256:0e68176e904546aab168bf9fb2d8cd33a65190b7381a8721cb93406251ec9c92
|
|
1481
1481
|
type: script
|
|
1482
|
-
size:
|
|
1482
|
+
size: 2927
|
|
1483
1483
|
- path: development/scripts/branch-manager.js
|
|
1484
1484
|
hash: sha256:cb4b121f525348924dfd292a0532f36fa93ea9e2e3c3bab7f32e9b546df0f890
|
|
1485
1485
|
type: script
|
|
@@ -1517,9 +1517,9 @@ files:
|
|
|
1517
1517
|
type: script
|
|
1518
1518
|
size: 18034
|
|
1519
1519
|
- path: development/scripts/dev-context-loader.js
|
|
1520
|
-
hash: sha256:
|
|
1520
|
+
hash: sha256:01bafc000926fb6cbab539964e1cb611d140135a614e673025a608f4761f08c8
|
|
1521
1521
|
type: script
|
|
1522
|
-
size:
|
|
1522
|
+
size: 8237
|
|
1523
1523
|
- path: development/scripts/diff-generator.js
|
|
1524
1524
|
hash: sha256:cad97b0096fc034fa6ed6cbd14a963abe32d880c1ce8034b6aa62af2e2239833
|
|
1525
1525
|
type: script
|
|
@@ -1581,9 +1581,9 @@ files:
|
|
|
1581
1581
|
type: script
|
|
1582
1582
|
size: 23413
|
|
1583
1583
|
- path: development/scripts/populate-entity-registry.js
|
|
1584
|
-
hash: sha256:
|
|
1584
|
+
hash: sha256:449b5b82e0a813e8ae26b89fb035aa4663f4194ce8a3c049e558626334119858
|
|
1585
1585
|
type: script
|
|
1586
|
-
size:
|
|
1586
|
+
size: 22592
|
|
1587
1587
|
- path: development/scripts/refactoring-suggester.js
|
|
1588
1588
|
hash: sha256:d50ea6b609c9cf8385979386fee4b4385d11ebcde15460260f66d04c705f6cd9
|
|
1589
1589
|
type: script
|
|
@@ -1673,17 +1673,17 @@ files:
|
|
|
1673
1673
|
type: script
|
|
1674
1674
|
size: 24942
|
|
1675
1675
|
- path: development/scripts/test-greeting-system.js
|
|
1676
|
-
hash: sha256:
|
|
1676
|
+
hash: sha256:bf44eb712cae893c150e73c9b371df9e890feed2d473dbb514669958368891b5
|
|
1677
1677
|
type: script
|
|
1678
|
-
size:
|
|
1678
|
+
size: 5562
|
|
1679
1679
|
- path: development/scripts/transaction-manager.js
|
|
1680
1680
|
hash: sha256:0446c7553ab7c28b602a21867948b6ead7c2176495841bbea265a3cb26ecd6ef
|
|
1681
1681
|
type: script
|
|
1682
1682
|
size: 17613
|
|
1683
1683
|
- path: development/scripts/unified-activation-pipeline.js
|
|
1684
|
-
hash: sha256:
|
|
1684
|
+
hash: sha256:ad7daf2d28d430bdbe34c72f8077be76d18c44b6f6baa754cad9cff9bc51e614
|
|
1685
1685
|
type: script
|
|
1686
|
-
size:
|
|
1686
|
+
size: 30137
|
|
1687
1687
|
- path: development/scripts/usage-tracker.js
|
|
1688
1688
|
hash: sha256:e874139bf2945d178f34d17464cc99aeae3bcc9f8b2ff308d7eebfd167e71f5f
|
|
1689
1689
|
type: script
|
|
@@ -1697,9 +1697,9 @@ files:
|
|
|
1697
1697
|
type: script
|
|
1698
1698
|
size: 9930
|
|
1699
1699
|
- path: development/scripts/verify-workflow-gaps.js
|
|
1700
|
-
hash: sha256:
|
|
1700
|
+
hash: sha256:6aa189597ddb4273e6036bf8dabc4e12814838a69639c78cd45b955d884b595c
|
|
1701
1701
|
type: script
|
|
1702
|
-
size:
|
|
1702
|
+
size: 33456
|
|
1703
1703
|
- path: development/scripts/version-tracker.js
|
|
1704
1704
|
hash: sha256:f932146c5cae8f330f8fca94636a02f45bf8c61a65806905e714c0a2e4476a9d
|
|
1705
1705
|
type: script
|
|
@@ -1737,9 +1737,9 @@ files:
|
|
|
1737
1737
|
type: task
|
|
1738
1738
|
size: 13858
|
|
1739
1739
|
- path: development/tasks/analyze-cross-artifact.md
|
|
1740
|
-
hash: sha256:
|
|
1740
|
+
hash: sha256:0e3b8a004fdc09f510547ac0cc7af222f0fb9b9617acce3716c2984297d1392d
|
|
1741
1741
|
type: task
|
|
1742
|
-
size:
|
|
1742
|
+
size: 7723
|
|
1743
1743
|
- path: development/tasks/analyze-framework.md
|
|
1744
1744
|
hash: sha256:348c8c1502abdd17348a6b7c5b1d83c63159c2a464d65db373e86616ad2bc92f
|
|
1745
1745
|
type: task
|
|
@@ -1749,17 +1749,17 @@ files:
|
|
|
1749
1749
|
type: task
|
|
1750
1750
|
size: 15469
|
|
1751
1751
|
- path: development/tasks/analyze-project-structure.md
|
|
1752
|
-
hash: sha256:
|
|
1752
|
+
hash: sha256:1ba34f9076b1f7bf2f1252a2da1f982e08261f71350eaa45854829581ab3d818
|
|
1753
1753
|
type: task
|
|
1754
|
-
size:
|
|
1754
|
+
size: 16227
|
|
1755
1755
|
- path: development/tasks/apply-qa-fixes.md
|
|
1756
|
-
hash: sha256:
|
|
1756
|
+
hash: sha256:151b604de629efafc0d111b6c22f98e5c7d8b7798e54bc5965939813aaea6a83
|
|
1757
1757
|
type: task
|
|
1758
|
-
size:
|
|
1758
|
+
size: 9119
|
|
1759
1759
|
- path: development/tasks/architect-analyze-impact.md
|
|
1760
|
-
hash: sha256:
|
|
1760
|
+
hash: sha256:d958eb35031aca0774e36b480178c6952deb539313f2d795f148dc3febbdcab1
|
|
1761
1761
|
type: task
|
|
1762
|
-
size:
|
|
1762
|
+
size: 26679
|
|
1763
1763
|
- path: development/tasks/audit-codebase.md
|
|
1764
1764
|
hash: sha256:48a1ffa5810c0fe3eab52b0502bd2ca83531d7a34feeecffe81823e871945c93
|
|
1765
1765
|
type: task
|
|
@@ -1797,17 +1797,17 @@ files:
|
|
|
1797
1797
|
type: task
|
|
1798
1798
|
size: 7615
|
|
1799
1799
|
- path: development/tasks/brownfield-create-epic.md
|
|
1800
|
-
hash: sha256:
|
|
1800
|
+
hash: sha256:fd2ae158fbb8f99289dd98be0d018b59cf6fed6619fc8ae5ff0306958871d92d
|
|
1801
1801
|
type: task
|
|
1802
|
-
size:
|
|
1802
|
+
size: 17979
|
|
1803
1803
|
- path: development/tasks/brownfield-create-story.md
|
|
1804
|
-
hash: sha256:
|
|
1804
|
+
hash: sha256:e53aed327113e478ed62de47cbcff15a5294566d775d1e555cec147a75d61f07
|
|
1805
1805
|
type: task
|
|
1806
|
-
size:
|
|
1806
|
+
size: 9242
|
|
1807
1807
|
- path: development/tasks/build-autonomous.md
|
|
1808
|
-
hash: sha256:
|
|
1808
|
+
hash: sha256:92c62da63f3a442ba855496b91bb97eb81dc2cb96c98fc6d1fc71ba67a2dbec1
|
|
1809
1809
|
type: task
|
|
1810
|
-
size:
|
|
1810
|
+
size: 6289
|
|
1811
1811
|
- path: development/tasks/build-component.md
|
|
1812
1812
|
hash: sha256:6d231a04f4af2698b8b0333873ff25186f87ade8ee1e86e0d472a41f96a485bb
|
|
1813
1813
|
type: task
|
|
@@ -1837,9 +1837,9 @@ files:
|
|
|
1837
1837
|
type: task
|
|
1838
1838
|
size: 20866
|
|
1839
1839
|
- path: development/tasks/cleanup-utilities.md
|
|
1840
|
-
hash: sha256:
|
|
1840
|
+
hash: sha256:74895ccb42c6c35a5a4b416dd74c6680de9a76683adb9194a5a48a0d487ba159
|
|
1841
1841
|
type: task
|
|
1842
|
-
size:
|
|
1842
|
+
size: 17928
|
|
1843
1843
|
- path: development/tasks/cleanup-worktrees.md
|
|
1844
1844
|
hash: sha256:10d9fab42ba133a03f76094829ab467d2ef53b80bcc3de39245805679cedfbbd
|
|
1845
1845
|
type: task
|
|
@@ -1861,13 +1861,13 @@ files:
|
|
|
1861
1861
|
type: task
|
|
1862
1862
|
size: 11654
|
|
1863
1863
|
- path: development/tasks/create-agent.md
|
|
1864
|
-
hash: sha256:
|
|
1864
|
+
hash: sha256:24942f22fa28db5f4598a7eaf4f2d1ced2d644479639791b302dc51786e8addb
|
|
1865
1865
|
type: task
|
|
1866
|
-
size:
|
|
1866
|
+
size: 31945
|
|
1867
1867
|
- path: development/tasks/create-brownfield-story.md
|
|
1868
|
-
hash: sha256:
|
|
1868
|
+
hash: sha256:18bd7ffa33a5c4d905907642d84d4413db3ebdb6fd5fd59cfdad3f10ad69027f
|
|
1869
1869
|
type: task
|
|
1870
|
-
size:
|
|
1870
|
+
size: 22411
|
|
1871
1871
|
- path: development/tasks/create-deep-research-prompt.md
|
|
1872
1872
|
hash: sha256:1d5ad53b5253706f412bc88c8ce9c7d9d49ee917db5eeb99ac07830b0959092c
|
|
1873
1873
|
type: task
|
|
@@ -1877,17 +1877,17 @@ files:
|
|
|
1877
1877
|
type: task
|
|
1878
1878
|
size: 10343
|
|
1879
1879
|
- path: development/tasks/create-next-story.md
|
|
1880
|
-
hash: sha256:
|
|
1880
|
+
hash: sha256:a5960a29a172947fe619836e22340ea9abd8d97f4debc5da1dede2734155e2e7
|
|
1881
1881
|
type: task
|
|
1882
|
-
size:
|
|
1882
|
+
size: 30667
|
|
1883
1883
|
- path: development/tasks/create-service.md
|
|
1884
|
-
hash: sha256:
|
|
1884
|
+
hash: sha256:1fd7886e450de5f654310d6af7d0a0bcd8aa00eb8d41b32a2176e4f22a1eb7e9
|
|
1885
1885
|
type: task
|
|
1886
|
-
size:
|
|
1886
|
+
size: 9910
|
|
1887
1887
|
- path: development/tasks/create-suite.md
|
|
1888
|
-
hash: sha256:
|
|
1888
|
+
hash: sha256:6f0e56276839afd62a3115681406f28ec34995a4376c91b9ef5f45c7fba62310
|
|
1889
1889
|
type: task
|
|
1890
|
-
size:
|
|
1890
|
+
size: 7403
|
|
1891
1891
|
- path: development/tasks/create-task.md
|
|
1892
1892
|
hash: sha256:659e292069cd1356e8f8b538b4ea28c6f240222a53c9b0ec1d5f0cfac5ff150f
|
|
1893
1893
|
type: task
|
|
@@ -1989,13 +1989,13 @@ files:
|
|
|
1989
1989
|
type: task
|
|
1990
1990
|
size: 8105
|
|
1991
1991
|
- path: development/tasks/dev-backlog-debt.md
|
|
1992
|
-
hash: sha256:
|
|
1992
|
+
hash: sha256:a879c5fed256f56a41f96be70c5c958dd9df8d075443322f5b2f76067515ad0c
|
|
1993
1993
|
type: task
|
|
1994
|
-
size:
|
|
1994
|
+
size: 11051
|
|
1995
1995
|
- path: development/tasks/dev-develop-story.md
|
|
1996
|
-
hash: sha256:
|
|
1996
|
+
hash: sha256:5545615748261c24e52fc2ea79127f45a66a5112f20cf897a85aa8f1f38f0650
|
|
1997
1997
|
type: task
|
|
1998
|
-
size:
|
|
1998
|
+
size: 27416
|
|
1999
1999
|
- path: development/tasks/dev-improve-code-quality.md
|
|
2000
2000
|
hash: sha256:e781d52e3ae4b5b63204a1b1adf51dd4c653eafa3413e5250199ff9abd9403cb
|
|
2001
2001
|
type: task
|
|
@@ -2021,17 +2021,17 @@ files:
|
|
|
2021
2021
|
type: task
|
|
2022
2022
|
size: 18047
|
|
2023
2023
|
- path: development/tasks/environment-bootstrap.md
|
|
2024
|
-
hash: sha256:
|
|
2024
|
+
hash: sha256:9a0773e7536f8e48cc885c65fb9e746929e04c7d21f98a386ed4ae4473b2b8eb
|
|
2025
2025
|
type: task
|
|
2026
|
-
size:
|
|
2026
|
+
size: 45718
|
|
2027
2027
|
- path: development/tasks/execute-checklist.md
|
|
2028
|
-
hash: sha256:
|
|
2028
|
+
hash: sha256:9a6373ad45eb7a013e04b2ce3982ca3e1155565d8e8a9096289a3e7053708b86
|
|
2029
2029
|
type: task
|
|
2030
|
-
size:
|
|
2030
|
+
size: 8811
|
|
2031
2031
|
- path: development/tasks/execute-epic-plan.md
|
|
2032
|
-
hash: sha256:
|
|
2032
|
+
hash: sha256:2f6921f9e04d85399ca4ecd69645f519629956abea6470f953bc66524d0bf04f
|
|
2033
2033
|
type: task
|
|
2034
|
-
size:
|
|
2034
|
+
size: 25643
|
|
2035
2035
|
- path: development/tasks/export-design-tokens-dtcg.md
|
|
2036
2036
|
hash: sha256:4d96f99933cefa6f3787b471000cee5e376a553995dd0640132bba0fd9d5e95d
|
|
2037
2037
|
type: task
|
|
@@ -2041,17 +2041,17 @@ files:
|
|
|
2041
2041
|
type: task
|
|
2042
2042
|
size: 6132
|
|
2043
2043
|
- path: development/tasks/extract-patterns.md
|
|
2044
|
-
hash: sha256:
|
|
2044
|
+
hash: sha256:40c58ea53f2b7ceab2bdb94aae42de73133ede2607cf5b901219be401b7bf477
|
|
2045
2045
|
type: task
|
|
2046
|
-
size:
|
|
2046
|
+
size: 8922
|
|
2047
2047
|
- path: development/tasks/extract-tokens.md
|
|
2048
2048
|
hash: sha256:7eec605adb5121e3f021f21ac5e528aaad3b8431dee4ae4337b8487c94f98fd8
|
|
2049
2049
|
type: task
|
|
2050
2050
|
size: 13112
|
|
2051
2051
|
- path: development/tasks/facilitate-brainstorming-session.md
|
|
2052
|
-
hash: sha256:
|
|
2052
|
+
hash: sha256:0fba0af0dbe1fece4d620432c08ffd08c5edbc550fa28cd3f655342c0ec545fd
|
|
2053
2053
|
type: task
|
|
2054
|
-
size:
|
|
2054
|
+
size: 13925
|
|
2055
2055
|
- path: development/tasks/generate-ai-frontend-prompt.md
|
|
2056
2056
|
hash: sha256:17669b49d20fd352cef26b865348bf1796916f6c3160aa64f3d9c0f28267120e
|
|
2057
2057
|
type: task
|
|
@@ -2069,13 +2069,13 @@ files:
|
|
|
2069
2069
|
type: task
|
|
2070
2070
|
size: 13664
|
|
2071
2071
|
- path: development/tasks/github-devops-github-pr-automation.md
|
|
2072
|
-
hash: sha256:
|
|
2072
|
+
hash: sha256:0479ab5964fb81d80fe192f1a8e05b8bdb694e6c6f344bb8f94b8cbf10d8f06c
|
|
2073
2073
|
type: task
|
|
2074
|
-
size:
|
|
2074
|
+
size: 19495
|
|
2075
2075
|
- path: development/tasks/github-devops-pre-push-quality-gate.md
|
|
2076
|
-
hash: sha256:
|
|
2076
|
+
hash: sha256:6f22aef03a912a2f56cf4fc977a836ed7b74a8ae19598049c411f8128567f697
|
|
2077
2077
|
type: task
|
|
2078
|
-
size:
|
|
2078
|
+
size: 23860
|
|
2079
2079
|
- path: development/tasks/github-devops-repository-cleanup.md
|
|
2080
2080
|
hash: sha256:dd3ea59aba12256c795d9dbab0f4d1dedf6d7007d4f158b07da47ec2eeb544b1
|
|
2081
2081
|
type: task
|
|
@@ -2101,9 +2101,9 @@ files:
|
|
|
2101
2101
|
type: task
|
|
2102
2102
|
size: 8124
|
|
2103
2103
|
- path: development/tasks/ids-governor.md
|
|
2104
|
-
hash: sha256:
|
|
2104
|
+
hash: sha256:dc904c8e0a71084f5be8980910dd096a2cff6f974c2d78f404a6a2aeabd9f81e
|
|
2105
2105
|
type: task
|
|
2106
|
-
size:
|
|
2106
|
+
size: 3024
|
|
2107
2107
|
- path: development/tasks/ids-health.md
|
|
2108
2108
|
hash: sha256:42b63e998d9e203e8fd446254152599af1fde2d93c6e63d3785f75be56b24bec
|
|
2109
2109
|
type: task
|
|
@@ -2165,49 +2165,49 @@ files:
|
|
|
2165
2165
|
type: task
|
|
2166
2166
|
size: 13367
|
|
2167
2167
|
- path: development/tasks/next.md
|
|
2168
|
-
hash: sha256:
|
|
2168
|
+
hash: sha256:791a383c3e69f000354374619f5779f91b1462f52222a4d4031f9f347fba6966
|
|
2169
2169
|
type: task
|
|
2170
|
-
size:
|
|
2170
|
+
size: 7665
|
|
2171
2171
|
- path: development/tasks/orchestrate-resume.md
|
|
2172
|
-
hash: sha256:
|
|
2172
|
+
hash: sha256:9f3378719f45f90da885d46b0663cc72099256940240668fb5004868841c2ea0
|
|
2173
2173
|
type: task
|
|
2174
|
-
size:
|
|
2174
|
+
size: 1121
|
|
2175
2175
|
- path: development/tasks/orchestrate-status.md
|
|
2176
|
-
hash: sha256:
|
|
2176
|
+
hash: sha256:9f2e8ad2e3cabe3e0bd0011b440b9d9558bd86e505d46c4de424037c04b9db87
|
|
2177
2177
|
type: task
|
|
2178
|
-
size:
|
|
2178
|
+
size: 1214
|
|
2179
2179
|
- path: development/tasks/orchestrate-stop.md
|
|
2180
|
-
hash: sha256:
|
|
2180
|
+
hash: sha256:81bd09067710dbbaef17d4557e111b15f990ada3d0760bf4c40269051b53518a
|
|
2181
2181
|
type: task
|
|
2182
|
-
size:
|
|
2182
|
+
size: 914
|
|
2183
2183
|
- path: development/tasks/orchestrate.md
|
|
2184
|
-
hash: sha256:
|
|
2184
|
+
hash: sha256:0eee4cec959ba3ab8404b2a5547e317a23eca2019a9a55d659ddbf5f4b185cfb
|
|
2185
2185
|
type: task
|
|
2186
|
-
size:
|
|
2186
|
+
size: 1294
|
|
2187
2187
|
- path: development/tasks/patterns.md
|
|
2188
|
-
hash: sha256:
|
|
2188
|
+
hash: sha256:57c976241ac5993534e8c1f0b1ab2c9e66372dec5c7f8269b54b4fb68d54aa83
|
|
2189
2189
|
type: task
|
|
2190
|
-
size:
|
|
2190
|
+
size: 7391
|
|
2191
2191
|
- path: development/tasks/plan-create-context.md
|
|
2192
|
-
hash: sha256:
|
|
2192
|
+
hash: sha256:3d6ecb95fd4f707a762fbe3d86b21a2933bbdb8ad0bcb971f997ccf3aceaf835
|
|
2193
2193
|
type: task
|
|
2194
|
-
size:
|
|
2194
|
+
size: 21789
|
|
2195
2195
|
- path: development/tasks/plan-create-implementation.md
|
|
2196
2196
|
hash: sha256:3f731be1f052c00a0b28823f5466e0374c6782f691ff054a6c55549f2fd12418
|
|
2197
2197
|
type: task
|
|
2198
2198
|
size: 20651
|
|
2199
2199
|
- path: development/tasks/plan-execute-subtask.md
|
|
2200
|
-
hash: sha256:
|
|
2200
|
+
hash: sha256:4fe29b6eaf4cbdc83dcda2b07b9d4083769194351ebb850e19eb8d97a64fcbfc
|
|
2201
2201
|
type: task
|
|
2202
|
-
size:
|
|
2202
|
+
size: 21391
|
|
2203
2203
|
- path: development/tasks/po-backlog-add.md
|
|
2204
2204
|
hash: sha256:2edcddbeaeecd399e1ce0512d30a860719278857af22de34d9b3b413f8ab806a
|
|
2205
2205
|
type: task
|
|
2206
2206
|
size: 8309
|
|
2207
2207
|
- path: development/tasks/po-close-story.md
|
|
2208
|
-
hash: sha256:
|
|
2208
|
+
hash: sha256:d16003de33325f43661eca6fbff549b619d3ce54df76e2e6d6bf0405ad05ffd1
|
|
2209
2209
|
type: task
|
|
2210
|
-
size:
|
|
2210
|
+
size: 10926
|
|
2211
2211
|
- path: development/tasks/po-manage-story-backlog.md
|
|
2212
2212
|
hash: sha256:9172f4601b949d805d52828e8e9f2e652d8bb4b9d9cfabfbc12986eaf7896950
|
|
2213
2213
|
type: task
|
|
@@ -2237,9 +2237,9 @@ files:
|
|
|
2237
2237
|
type: task
|
|
2238
2238
|
size: 19074
|
|
2239
2239
|
- path: development/tasks/project-status.md
|
|
2240
|
-
hash: sha256:
|
|
2240
|
+
hash: sha256:147dbe53b4598a097263eb8c3e863cbc94f4ed927d7b64073a2fe217f6b7a790
|
|
2241
2241
|
type: task
|
|
2242
|
-
size:
|
|
2242
|
+
size: 8676
|
|
2243
2243
|
- path: development/tasks/propose-modification.md
|
|
2244
2244
|
hash: sha256:af1b061ee54ff08c4abf3371424c6f4155585fe47002227ff51dfa6f58d1d059
|
|
2245
2245
|
type: task
|
|
@@ -2249,37 +2249,37 @@ files:
|
|
|
2249
2249
|
type: task
|
|
2250
2250
|
size: 6510
|
|
2251
2251
|
- path: development/tasks/qa-after-creation.md
|
|
2252
|
-
hash: sha256:
|
|
2252
|
+
hash: sha256:b938979e3a648a9ec2be1ac0fd86bec81846ac2fcf5edb5c87c7f4f5bae94383
|
|
2253
2253
|
type: task
|
|
2254
|
-
size:
|
|
2254
|
+
size: 13981
|
|
2255
2255
|
- path: development/tasks/qa-backlog-add-followup.md
|
|
2256
|
-
hash: sha256:
|
|
2256
|
+
hash: sha256:b27f688d681aa34b3f52f33829f01dc62c900264c03024540ef802fc2b26b06a
|
|
2257
2257
|
type: task
|
|
2258
|
-
size:
|
|
2258
|
+
size: 10207
|
|
2259
2259
|
- path: development/tasks/qa-browser-console-check.md
|
|
2260
2260
|
hash: sha256:deddbb5aed026e5b8b4d100a84baea6f4f85b3a249e56033f6e35e7ac08e2f80
|
|
2261
2261
|
type: task
|
|
2262
2262
|
size: 6827
|
|
2263
2263
|
- path: development/tasks/qa-create-fix-request.md
|
|
2264
|
-
hash: sha256:
|
|
2264
|
+
hash: sha256:d5d91ca33ab7e19389f4dec626959d5d177d6140d2fe40435d44bc428db077d0
|
|
2265
2265
|
type: task
|
|
2266
|
-
size:
|
|
2266
|
+
size: 13557
|
|
2267
2267
|
- path: development/tasks/qa-evidence-requirements.md
|
|
2268
|
-
hash: sha256:
|
|
2268
|
+
hash: sha256:6c01dca392ea9e0b4ddc2fc066b880abc74fcc7f49261e39c771bb59f4f0c0ba
|
|
2269
2269
|
type: task
|
|
2270
|
-
size:
|
|
2270
|
+
size: 6659
|
|
2271
2271
|
- path: development/tasks/qa-false-positive-detection.md
|
|
2272
|
-
hash: sha256:
|
|
2272
|
+
hash: sha256:99e317522c8cb51610006a82414f23ab937a6bf4600fe39f57d5bd928b832361
|
|
2273
2273
|
type: task
|
|
2274
|
-
size:
|
|
2274
|
+
size: 9397
|
|
2275
2275
|
- path: development/tasks/qa-fix-issues.md
|
|
2276
|
-
hash: sha256:
|
|
2276
|
+
hash: sha256:1b62d5a28bcc151aff279d2bd2a8ed2e07d65e765e79e97aa8499a5c72d13dc9
|
|
2277
2277
|
type: task
|
|
2278
|
-
size:
|
|
2278
|
+
size: 15870
|
|
2279
2279
|
- path: development/tasks/qa-gate.md
|
|
2280
|
-
hash: sha256:
|
|
2280
|
+
hash: sha256:bb67fe79fe634ae276fc9755bd5209ffe5b21868c5dea29b074d9ef648fd5f2b
|
|
2281
2281
|
type: task
|
|
2282
|
-
size:
|
|
2282
|
+
size: 10796
|
|
2283
2283
|
- path: development/tasks/qa-generate-tests.md
|
|
2284
2284
|
hash: sha256:6e117ae6972c48fddc26cda53cd196a3abc30854b2f228e2cae57f393780554e
|
|
2285
2285
|
type: task
|
|
@@ -2297,25 +2297,25 @@ files:
|
|
|
2297
2297
|
type: task
|
|
2298
2298
|
size: 12164
|
|
2299
2299
|
- path: development/tasks/qa-review-build.md
|
|
2300
|
-
hash: sha256:
|
|
2300
|
+
hash: sha256:cd74371e0225869144c9dda3d65dc6cf818245bec6d4613b9467c38a3c91b4e6
|
|
2301
2301
|
type: task
|
|
2302
|
-
size:
|
|
2302
|
+
size: 30716
|
|
2303
2303
|
- path: development/tasks/qa-review-proposal.md
|
|
2304
2304
|
hash: sha256:ab90b6b6ac25fa095f6552a574599aaf40fbfa2fedc57349f59e7c3050ceaa52
|
|
2305
2305
|
type: task
|
|
2306
2306
|
size: 35295
|
|
2307
2307
|
- path: development/tasks/qa-review-story.md
|
|
2308
|
-
hash: sha256:
|
|
2308
|
+
hash: sha256:cf15f4045eab3920894e30e12601c8c318afb1a9c2d6f4f8fc72fa9dfae07676
|
|
2309
2309
|
type: task
|
|
2310
|
-
size:
|
|
2310
|
+
size: 24692
|
|
2311
2311
|
- path: development/tasks/qa-risk-profile.md
|
|
2312
2312
|
hash: sha256:448fea4903efeb08228b482add78816004f1c00d108dde204a5dd15401307521
|
|
2313
2313
|
type: task
|
|
2314
2314
|
size: 13192
|
|
2315
2315
|
- path: development/tasks/qa-run-tests.md
|
|
2316
|
-
hash: sha256:
|
|
2316
|
+
hash: sha256:bce5e4dedaa748fea9c1273686ccc4b5e6acfca7abe4fb257387e18aec859530
|
|
2317
2317
|
type: task
|
|
2318
|
-
size:
|
|
2318
|
+
size: 5849
|
|
2319
2319
|
- path: development/tasks/qa-security-checklist.md
|
|
2320
2320
|
hash: sha256:a5c3b4660cfb7eee0775a004458524d11f853dd1ccf5c83699be5ce9e6ae5577
|
|
2321
2321
|
type: task
|
|
@@ -2353,13 +2353,13 @@ files:
|
|
|
2353
2353
|
type: task
|
|
2354
2354
|
size: 16139
|
|
2355
2355
|
- path: development/tasks/run-workflow-engine.md
|
|
2356
|
-
hash: sha256:
|
|
2356
|
+
hash: sha256:edd667a4f1939d05b34d21ec404249caac0acb1f5b07d5d09ca091d571beae18
|
|
2357
2357
|
type: task
|
|
2358
|
-
size:
|
|
2358
|
+
size: 26181
|
|
2359
2359
|
- path: development/tasks/run-workflow.md
|
|
2360
|
-
hash: sha256:
|
|
2360
|
+
hash: sha256:5deb2863ca5061ee934f338e47ab86f597f4a514beb20eb944efbe610914efd6
|
|
2361
2361
|
type: task
|
|
2362
|
-
size:
|
|
2362
|
+
size: 10611
|
|
2363
2363
|
- path: development/tasks/search-mcp.md
|
|
2364
2364
|
hash: sha256:4c7d9239c740b250baf9d82a5aa3baf1cd0bb8c671f0889c9a6fc6c0a668ac9c
|
|
2365
2365
|
type: task
|
|
@@ -2369,9 +2369,9 @@ files:
|
|
|
2369
2369
|
type: task
|
|
2370
2370
|
size: 13366
|
|
2371
2371
|
- path: development/tasks/security-scan.md
|
|
2372
|
-
hash: sha256:
|
|
2372
|
+
hash: sha256:b545362faacda38227ba35df045d6a6fe9137cedf2a5a4efe2f0fa3616a9d931
|
|
2373
2373
|
type: task
|
|
2374
|
-
size:
|
|
2374
|
+
size: 19099
|
|
2375
2375
|
- path: development/tasks/session-resume.md
|
|
2376
2376
|
hash: sha256:af5c99e3dc2a560d628052da2153a02b56fbb1514bfa8ba40413b37d11b48517
|
|
2377
2377
|
type: task
|
|
@@ -2389,9 +2389,9 @@ files:
|
|
|
2389
2389
|
type: task
|
|
2390
2390
|
size: 31249
|
|
2391
2391
|
- path: development/tasks/setup-llm-routing.md
|
|
2392
|
-
hash: sha256:
|
|
2392
|
+
hash: sha256:9d974ae0c4f4eacf7884eb8df56a25f888d51f7cd3978bfcba2a0b4dd41dac35
|
|
2393
2393
|
type: task
|
|
2394
|
-
size:
|
|
2394
|
+
size: 4705
|
|
2395
2395
|
- path: development/tasks/setup-mcp-docker.md
|
|
2396
2396
|
hash: sha256:88d7329c89b431201d8180bc9ec3a1778bc3442407d45dbf7612e329054808f2
|
|
2397
2397
|
type: task
|
|
@@ -2413,21 +2413,21 @@ files:
|
|
|
2413
2413
|
type: task
|
|
2414
2414
|
size: 10448
|
|
2415
2415
|
- path: development/tasks/spec-critique.md
|
|
2416
|
-
hash: sha256:
|
|
2416
|
+
hash: sha256:0f1b9e9a54ac63bdc3917b352a0ef641d0a3fe2714a7e0bc3997a0ba66cca486
|
|
2417
2417
|
type: task
|
|
2418
|
-
size:
|
|
2418
|
+
size: 13630
|
|
2419
2419
|
- path: development/tasks/spec-gather-requirements.md
|
|
2420
|
-
hash: sha256:
|
|
2420
|
+
hash: sha256:c269fa7574ecd878cf02b81c27f77dcae12df56c817da5292cc72e8e917d297b
|
|
2421
2421
|
type: task
|
|
2422
|
-
size:
|
|
2422
|
+
size: 14529
|
|
2423
2423
|
- path: development/tasks/spec-research-dependencies.md
|
|
2424
2424
|
hash: sha256:4ca6769bfa60219173cf4a3f5544f3d53ed13cf2bc15ea099c44947938c89565
|
|
2425
2425
|
type: task
|
|
2426
2426
|
size: 9741
|
|
2427
2427
|
- path: development/tasks/spec-write-spec.md
|
|
2428
|
-
hash: sha256:
|
|
2428
|
+
hash: sha256:6e22b71a5a1c7ef46012d2ce433d6603bb0aaeab981e238f579ee26a3512cad3
|
|
2429
2429
|
type: task
|
|
2430
|
-
size:
|
|
2430
|
+
size: 11477
|
|
2431
2431
|
- path: development/tasks/squad-creator-analyze.md
|
|
2432
2432
|
hash: sha256:16641eeaceea38cf33e7eedb7b7b1e12886104e1dc4e39f14c757dae79fad799
|
|
2433
2433
|
type: task
|
|
@@ -2473,17 +2473,17 @@ files:
|
|
|
2473
2473
|
type: task
|
|
2474
2474
|
size: 5068
|
|
2475
2475
|
- path: development/tasks/story-checkpoint.md
|
|
2476
|
-
hash: sha256:
|
|
2476
|
+
hash: sha256:9d285e515eb7d2ac10737c78fd88969c4530aa11aa3b5c64d2a97bd2ffaac330
|
|
2477
2477
|
type: task
|
|
2478
|
-
size:
|
|
2478
|
+
size: 11499
|
|
2479
2479
|
- path: development/tasks/sync-documentation.md
|
|
2480
2480
|
hash: sha256:725f21a59ffe3044be7e254020b56657708eabd008e2797c2d05c333116313cd
|
|
2481
2481
|
type: task
|
|
2482
2482
|
size: 23371
|
|
2483
2483
|
- path: development/tasks/sync-registry-intel.md
|
|
2484
|
-
hash: sha256:
|
|
2484
|
+
hash: sha256:277f46dca37bd7a581d1cfa1da83f0268b31e0e8c8d5de077d3f4270cf32a602
|
|
2485
2485
|
type: task
|
|
2486
|
-
size:
|
|
2486
|
+
size: 1667
|
|
2487
2487
|
- path: development/tasks/tailwind-upgrade.md
|
|
2488
2488
|
hash: sha256:5f203d2baa17214297aac05bb084633e5c1271b8764f750f8f16a16037342dd9
|
|
2489
2489
|
type: task
|
|
@@ -2529,25 +2529,25 @@ files:
|
|
|
2529
2529
|
type: task
|
|
2530
2530
|
size: 13281
|
|
2531
2531
|
- path: development/tasks/validate-agents.md
|
|
2532
|
-
hash: sha256:
|
|
2532
|
+
hash: sha256:4a0a172e6e073df3f7a2acc52a5eefae00dbe5deb01185b76a2dfa73b144838c
|
|
2533
2533
|
type: task
|
|
2534
|
-
size:
|
|
2534
|
+
size: 3601
|
|
2535
2535
|
- path: development/tasks/validate-next-story.md
|
|
2536
|
-
hash: sha256:
|
|
2536
|
+
hash: sha256:33372dd5b9c76c4ce1564ffe91870b2bd4517c2fba3bdf09fe375bec6e12b5ed
|
|
2537
2537
|
type: task
|
|
2538
|
-
size:
|
|
2538
|
+
size: 16998
|
|
2539
2539
|
- path: development/tasks/validate-tech-preset.md
|
|
2540
2540
|
hash: sha256:099a78ce6ce78581dcf91e04044ca273affe57ded2c5fc526cec3d5d18d83ec4
|
|
2541
2541
|
type: task
|
|
2542
2542
|
size: 5999
|
|
2543
2543
|
- path: development/tasks/validate-workflow.md
|
|
2544
|
-
hash: sha256:
|
|
2544
|
+
hash: sha256:e30e4ef1f666ffc43c870707f6156bd1336f85ac79f6196507f13e5260f6deb6
|
|
2545
2545
|
type: task
|
|
2546
|
-
size:
|
|
2546
|
+
size: 8348
|
|
2547
2547
|
- path: development/tasks/verify-subtask.md
|
|
2548
|
-
hash: sha256:
|
|
2548
|
+
hash: sha256:476ab7d305f715bd8d2c30b40ce7c1d4a66a1b97c3639b1dab33e26c229572d4
|
|
2549
2549
|
type: task
|
|
2550
|
-
size:
|
|
2550
|
+
size: 4942
|
|
2551
2551
|
- path: development/tasks/waves.md
|
|
2552
2552
|
hash: sha256:cf092b64c246ddf765a95d9cb3fd55f94465c09ca75736c88736b123894841e3
|
|
2553
2553
|
type: task
|
|
@@ -2561,9 +2561,9 @@ files:
|
|
|
2561
2561
|
type: template
|
|
2562
2562
|
size: 1988
|
|
2563
2563
|
- path: development/templates/code-intel-integration-pattern.md
|
|
2564
|
-
hash: sha256:
|
|
2564
|
+
hash: sha256:18b81d1ee16ee1ede19c0272945b3f83f77094d92e5a343b2c347e6f391a456d
|
|
2565
2565
|
type: template
|
|
2566
|
-
size:
|
|
2566
|
+
size: 6418
|
|
2567
2567
|
- path: development/templates/ptc-entity-validation.md
|
|
2568
2568
|
hash: sha256:dadea25b69d3effd956e70e04569c661866572567c335705d770f656c5a07ffd
|
|
2569
2569
|
type: template
|
|
@@ -2689,85 +2689,85 @@ files:
|
|
|
2689
2689
|
type: template
|
|
2690
2690
|
size: 2840
|
|
2691
2691
|
- path: development/templates/subagent-step-prompt.md
|
|
2692
|
-
hash: sha256:
|
|
2692
|
+
hash: sha256:8085a1d041fb0b7c07af7e9ea011d64b2838f20be6bcfce4cbca8efc0d0d0731
|
|
2693
2693
|
type: template
|
|
2694
|
-
size:
|
|
2694
|
+
size: 4308
|
|
2695
2695
|
- path: development/workflows/auto-worktree.yaml
|
|
2696
|
-
hash: sha256:
|
|
2696
|
+
hash: sha256:13f47d708619acd6fa74d7a17987b97c5ee899cce7121fc3c1785d22cf7e0047
|
|
2697
2697
|
type: workflow
|
|
2698
|
-
size:
|
|
2698
|
+
size: 18593
|
|
2699
2699
|
- path: development/workflows/brownfield-discovery.yaml
|
|
2700
|
-
hash: sha256:
|
|
2700
|
+
hash: sha256:2466ae7cc3f8edd0992766382cb18cf198f019c664c699550cd3bf988b2929a0
|
|
2701
2701
|
type: workflow
|
|
2702
|
-
size:
|
|
2702
|
+
size: 33355
|
|
2703
2703
|
- path: development/workflows/brownfield-fullstack.yaml
|
|
2704
|
-
hash: sha256:
|
|
2704
|
+
hash: sha256:6bb457ccd94f3862ebd23c6e92f214164e2d44507455e696e11bd88c066eb922
|
|
2705
2705
|
type: workflow
|
|
2706
|
-
size:
|
|
2706
|
+
size: 13315
|
|
2707
2707
|
- path: development/workflows/brownfield-service.yaml
|
|
2708
|
-
hash: sha256:
|
|
2708
|
+
hash: sha256:725913401de1ea7dfd721022a611202bbccab666e6ed6a2dc7d83cb62facc5ec
|
|
2709
2709
|
type: workflow
|
|
2710
|
-
size:
|
|
2710
|
+
size: 8705
|
|
2711
2711
|
- path: development/workflows/brownfield-ui.yaml
|
|
2712
|
-
hash: sha256:
|
|
2712
|
+
hash: sha256:ef252d89a0697f14b2264b757a89984f425ec3e5cce78e863f0dde427eafe581
|
|
2713
2713
|
type: workflow
|
|
2714
|
-
size:
|
|
2714
|
+
size: 9303
|
|
2715
2715
|
- path: development/workflows/design-system-build-quality.yaml
|
|
2716
2716
|
hash: sha256:c8b989ec5602f59b7930749964caf4d0e4ee37a758238fb3702325bba8c5fd50
|
|
2717
2717
|
type: workflow
|
|
2718
2718
|
size: 6948
|
|
2719
2719
|
- path: development/workflows/development-cycle.yaml
|
|
2720
|
-
hash: sha256:
|
|
2720
|
+
hash: sha256:6dec2ac46d9df958729627ee23662a3c2e689658802b32828538991f9374969e
|
|
2721
2721
|
type: workflow
|
|
2722
|
-
size:
|
|
2722
|
+
size: 15939
|
|
2723
2723
|
- path: development/workflows/epic-orchestration.yaml
|
|
2724
|
-
hash: sha256:
|
|
2724
|
+
hash: sha256:0fd7ca5364405673856fede6ff9d7ae874b103b9bbd25c5c8fc6f0cd8d221296
|
|
2725
2725
|
type: workflow
|
|
2726
|
-
size:
|
|
2726
|
+
size: 16972
|
|
2727
2727
|
- path: development/workflows/greenfield-fullstack.yaml
|
|
2728
|
-
hash: sha256:
|
|
2728
|
+
hash: sha256:2bf0105eabf8a101c3ff7fcfc7132c3a2b96a53705613ee6acf16c41f330c4e7
|
|
2729
2729
|
type: workflow
|
|
2730
|
-
size:
|
|
2730
|
+
size: 16559
|
|
2731
2731
|
- path: development/workflows/greenfield-service.yaml
|
|
2732
|
-
hash: sha256:
|
|
2732
|
+
hash: sha256:98926f9d6852823eb0a5b377397d9014b1a7b84e14b2799626ddc662d9c82a09
|
|
2733
2733
|
type: workflow
|
|
2734
|
-
size:
|
|
2734
|
+
size: 11280
|
|
2735
2735
|
- path: development/workflows/greenfield-ui.yaml
|
|
2736
|
-
hash: sha256:
|
|
2736
|
+
hash: sha256:df1986500e72334c27b48a40fe36aff2b85a52891c21f71288f8ee4c4af922b8
|
|
2737
2737
|
type: workflow
|
|
2738
|
-
size:
|
|
2738
|
+
size: 10792
|
|
2739
2739
|
- path: development/workflows/qa-loop.yaml
|
|
2740
|
-
hash: sha256:
|
|
2740
|
+
hash: sha256:f03353fe8e68a233b098f93940217a65af7a820985b57514249fdda1f32c8efc
|
|
2741
2741
|
type: workflow
|
|
2742
|
-
size:
|
|
2742
|
+
size: 18754
|
|
2743
2743
|
- path: development/workflows/README.md
|
|
2744
|
-
hash: sha256:
|
|
2744
|
+
hash: sha256:fee388bad1bc1cbabf1c589a9c19d075ec5285d7e0fdaa8ea69b7195e33556f0
|
|
2745
2745
|
type: workflow
|
|
2746
|
-
size:
|
|
2746
|
+
size: 2605
|
|
2747
2747
|
- path: development/workflows/spec-pipeline.yaml
|
|
2748
|
-
hash: sha256:
|
|
2748
|
+
hash: sha256:e1fc7f72dcf39705f6b0db4b7070e3b8b0c0ce28836fc5c31206d0121ff06937
|
|
2749
2749
|
type: workflow
|
|
2750
|
-
size:
|
|
2750
|
+
size: 23745
|
|
2751
2751
|
- path: development/workflows/story-development-cycle.yaml
|
|
2752
|
-
hash: sha256:
|
|
2752
|
+
hash: sha256:55d7dcf0734cf993bbb127064fa60e562e1538372863f6d3a4f69c30a147bc78
|
|
2753
2753
|
type: workflow
|
|
2754
|
-
size:
|
|
2754
|
+
size: 8019
|
|
2755
2755
|
- path: docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md
|
|
2756
|
-
hash: sha256:
|
|
2756
|
+
hash: sha256:b78d5632b16f535dfa724f76728733030ff40292f293a6d5046637448f05b1cc
|
|
2757
2757
|
type: documentation
|
|
2758
|
-
size:
|
|
2758
|
+
size: 16045
|
|
2759
2759
|
- path: docs/standards/EXECUTOR-DECISION-TREE.md
|
|
2760
2760
|
hash: sha256:f2f1caa76048ce6007a24631f3a304ec9a3412dde54b90a6c5b61b09e8c1343d
|
|
2761
2761
|
type: documentation
|
|
2762
2762
|
size: 19274
|
|
2763
2763
|
- path: docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md
|
|
2764
|
-
hash: sha256:
|
|
2764
|
+
hash: sha256:7cc48350f863758767c7af9bef701196965ccf1b350a402449e33f65e48eaf50
|
|
2765
2765
|
type: documentation
|
|
2766
|
-
size:
|
|
2766
|
+
size: 16457
|
|
2767
2767
|
- path: docs/standards/QUALITY-GATES-SPECIFICATION.md
|
|
2768
|
-
hash: sha256:
|
|
2768
|
+
hash: sha256:05a4ce55ca6a935beb012d83d580fec6db34394420295bca6f2bde8ddd0ade65
|
|
2769
2769
|
type: documentation
|
|
2770
|
-
size:
|
|
2770
|
+
size: 19768
|
|
2771
2771
|
- path: docs/standards/SINAPSE-COLOR-PALETTE-QUICK-REFERENCE.md
|
|
2772
2772
|
hash: sha256:630b375596590538bd5085c3c385b7f6fe6d4982e7f0555e2bfa519edcfe68ff
|
|
2773
2773
|
type: documentation
|
|
@@ -2777,13 +2777,13 @@ files:
|
|
|
2777
2777
|
type: documentation
|
|
2778
2778
|
size: 9558
|
|
2779
2779
|
- path: docs/standards/STANDARDS-INDEX.md
|
|
2780
|
-
hash: sha256:
|
|
2780
|
+
hash: sha256:372ace94c0d0a7d1721497023ae51db96a0f8f493d8e78319265b2019cdb34a6
|
|
2781
2781
|
type: documentation
|
|
2782
|
-
size:
|
|
2782
|
+
size: 8510
|
|
2783
2783
|
- path: docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md
|
|
2784
|
-
hash: sha256:
|
|
2784
|
+
hash: sha256:cdadd8781d9a01f50baf67cb86de4c4bed584cbf8e6907cc870b30222380111d
|
|
2785
2785
|
type: documentation
|
|
2786
|
-
size:
|
|
2786
|
+
size: 11654
|
|
2787
2787
|
- path: docs/standards/TASK-FORMAT-SPECIFICATION-V1.md
|
|
2788
2788
|
hash: sha256:f4b5f6a1672f648c227586a684881a0923841592007c1c4640a7f8610a28723b
|
|
2789
2789
|
type: documentation
|
|
@@ -2985,9 +2985,9 @@ files:
|
|
|
2985
2985
|
type: script
|
|
2986
2986
|
size: 7697
|
|
2987
2987
|
- path: infrastructure/scripts/config-loader.js
|
|
2988
|
-
hash: sha256:
|
|
2988
|
+
hash: sha256:d424b20d3dbb568bf4fd89b9239cbb30eb00148625215051c8b97e74d2ca8c53
|
|
2989
2989
|
type: script
|
|
2990
|
-
size:
|
|
2990
|
+
size: 10651
|
|
2991
2991
|
- path: infrastructure/scripts/conflict-resolver.js
|
|
2992
2992
|
hash: sha256:3d2794a66f16fcea95b096386dc9c2dcd31e5938d862030e7ac1f38c00a2c0bd
|
|
2993
2993
|
type: script
|
|
@@ -3069,29 +3069,29 @@ files:
|
|
|
3069
3069
|
type: script
|
|
3070
3070
|
size: 9738
|
|
3071
3071
|
- path: infrastructure/scripts/gotchas-documenter.js
|
|
3072
|
-
hash: sha256:
|
|
3072
|
+
hash: sha256:89e449856682d2a01c7a528e0ea8234446df48d4e8d195364110ea030ddc6a3a
|
|
3073
3073
|
type: script
|
|
3074
|
-
size:
|
|
3074
|
+
size: 38486
|
|
3075
3075
|
- path: infrastructure/scripts/ide-sync/agent-parser.js
|
|
3076
3076
|
hash: sha256:b4dceac261653d85d791b6cd8b010ebfaa75cab179477b193a2448482b4aa4d4
|
|
3077
3077
|
type: script
|
|
3078
3078
|
size: 8846
|
|
3079
3079
|
- path: infrastructure/scripts/ide-sync/gemini-commands.js
|
|
3080
|
-
hash: sha256:
|
|
3080
|
+
hash: sha256:96cc06f71cab964ef9c9ab248230e611cfc52f5d85d1ecc636eb2f7d3badac60
|
|
3081
3081
|
type: script
|
|
3082
|
-
size:
|
|
3082
|
+
size: 5566
|
|
3083
3083
|
- path: infrastructure/scripts/ide-sync/index.js
|
|
3084
|
-
hash: sha256:
|
|
3084
|
+
hash: sha256:870939c24c62b5a1d79c2cff6c698f4f9c9acd9c57f215775b1a6af417c0e448
|
|
3085
3085
|
type: script
|
|
3086
|
-
size:
|
|
3086
|
+
size: 14925
|
|
3087
3087
|
- path: infrastructure/scripts/ide-sync/README.md
|
|
3088
|
-
hash: sha256:
|
|
3088
|
+
hash: sha256:cd353be0899548032cfba541266a247d706356b5b8631e73a7cdc4f43415ba92
|
|
3089
3089
|
type: script
|
|
3090
|
-
size:
|
|
3090
|
+
size: 5344
|
|
3091
3091
|
- path: infrastructure/scripts/ide-sync/redirect-generator.js
|
|
3092
|
-
hash: sha256:
|
|
3092
|
+
hash: sha256:38c04dd71e4ed3e703602e26c3df14835e60cd0c6145f9b5efa275b6863e5c84
|
|
3093
3093
|
type: script
|
|
3094
|
-
size:
|
|
3094
|
+
size: 4230
|
|
3095
3095
|
- path: infrastructure/scripts/ide-sync/transformers/antigravity.js
|
|
3096
3096
|
hash: sha256:248d5fc8f6bd607ff9a76bcfb640c9cbc55cf1ba8fc68bbbb6bb9f9ae3e285a0
|
|
3097
3097
|
type: script
|
|
@@ -3169,9 +3169,9 @@ files:
|
|
|
3169
3169
|
type: script
|
|
3170
3170
|
size: 16183
|
|
3171
3171
|
- path: infrastructure/scripts/migrate-agent.js
|
|
3172
|
-
hash: sha256:
|
|
3172
|
+
hash: sha256:beba9b3e17660c878e94976048301fd4ecae2e5ca86ffde98107f785ae6f583b
|
|
3173
3173
|
type: script
|
|
3174
|
-
size:
|
|
3174
|
+
size: 13729
|
|
3175
3175
|
- path: infrastructure/scripts/modification-risk-assessment.js
|
|
3176
3176
|
hash: sha256:473b13884ba6c88f61516e3560eae553ff2914f47ae80af4b1e353ec4c6f8592
|
|
3177
3177
|
type: script
|
|
@@ -3205,9 +3205,9 @@ files:
|
|
|
3205
3205
|
type: script
|
|
3206
3206
|
size: 61036
|
|
3207
3207
|
- path: infrastructure/scripts/performance-tracker.js
|
|
3208
|
-
hash: sha256:
|
|
3208
|
+
hash: sha256:938ff201c98137b9b998b783534de486f9267508fa1493fbce42107c2a0eaa23
|
|
3209
3209
|
type: script
|
|
3210
|
-
size:
|
|
3210
|
+
size: 13873
|
|
3211
3211
|
- path: infrastructure/scripts/plan-tracker.js
|
|
3212
3212
|
hash: sha256:d370c81ae937646cf3ea9094095df3a21c7ed60a7a51535958d404accbcb82fd
|
|
3213
3213
|
type: script
|
|
@@ -3233,13 +3233,13 @@ files:
|
|
|
3233
3233
|
type: script
|
|
3234
3234
|
size: 42723
|
|
3235
3235
|
- path: infrastructure/scripts/qa-report-generator.js
|
|
3236
|
-
hash: sha256:
|
|
3236
|
+
hash: sha256:80df24a625be1e3349401b9a2492dd42b63cb1b8d3829c099d4f7ba39c0f2986
|
|
3237
3237
|
type: script
|
|
3238
|
-
size:
|
|
3238
|
+
size: 35789
|
|
3239
3239
|
- path: infrastructure/scripts/recovery-tracker.js
|
|
3240
|
-
hash: sha256:
|
|
3240
|
+
hash: sha256:634c1889d9c07d22e728c069479be464a315f2f958cf396f96c3c3b149011486
|
|
3241
3241
|
type: script
|
|
3242
|
-
size:
|
|
3242
|
+
size: 31334
|
|
3243
3243
|
- path: infrastructure/scripts/refactoring-suggester.js
|
|
3244
3244
|
hash: sha256:118d4cdbc64cf3238065f2fb98958305ae81e1384bc68f5a6c7b768f1232cd1e
|
|
3245
3245
|
type: script
|
|
@@ -3249,9 +3249,9 @@ files:
|
|
|
3249
3249
|
type: script
|
|
3250
3250
|
size: 2156
|
|
3251
3251
|
- path: infrastructure/scripts/rollback-manager.js
|
|
3252
|
-
hash: sha256:
|
|
3252
|
+
hash: sha256:12a738d9d5122feaed3144d1bb9cb302e02dccbb85db9bcb78a3dab2cbe17852
|
|
3253
3253
|
type: script
|
|
3254
|
-
size:
|
|
3254
|
+
size: 22280
|
|
3255
3255
|
- path: infrastructure/scripts/sandbox-tester.js
|
|
3256
3256
|
hash: sha256:019af2e23de70d7dacb49faf031ba0c1f5553ecebe52f361bab74bfca73ba609
|
|
3257
3257
|
type: script
|
|
@@ -3373,13 +3373,13 @@ files:
|
|
|
3373
3373
|
type: template
|
|
3374
3374
|
size: 8045
|
|
3375
3375
|
- path: infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml
|
|
3376
|
-
hash: sha256:
|
|
3376
|
+
hash: sha256:c25bd8d9348e23e7557ac268366a59b71c6abcde6f20eb3e77bb32fc1ea3c5c4
|
|
3377
3377
|
type: template
|
|
3378
|
-
size:
|
|
3378
|
+
size: 5846
|
|
3379
3379
|
- path: infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml
|
|
3380
|
-
hash: sha256:
|
|
3380
|
+
hash: sha256:90b98ed65a24dbb5d1db83340c786fdd498a7dd24f919858181a055a62ca488a
|
|
3381
3381
|
type: template
|
|
3382
|
-
size:
|
|
3382
|
+
size: 5131
|
|
3383
3383
|
- path: infrastructure/templates/github-workflows/ci.yml.template
|
|
3384
3384
|
hash: sha256:d6aebf0a28b7a5fe4276ebec1dfb00964b624a9d3c6655228d59fb59c813a34c
|
|
3385
3385
|
type: template
|
|
@@ -3425,7 +3425,7 @@ files:
|
|
|
3425
3425
|
type: template
|
|
3426
3426
|
size: 5567
|
|
3427
3427
|
- path: infrastructure/templates/sinapse-sync.yaml.template
|
|
3428
|
-
hash: sha256:
|
|
3428
|
+
hash: sha256:36ada7873fcbd5bab225b528c7be39035a12fc156135cc82c73d75782d7c53a2
|
|
3429
3429
|
type: template
|
|
3430
3430
|
size: 8397
|
|
3431
3431
|
- path: infrastructure/tests/project-status-loader.test.js
|
|
@@ -3513,9 +3513,9 @@ files:
|
|
|
3513
3513
|
type: monitor
|
|
3514
3514
|
size: 32
|
|
3515
3515
|
- path: monitor/hooks/lib/enrich.py
|
|
3516
|
-
hash: sha256:
|
|
3516
|
+
hash: sha256:ac90ac6a96341fb6eead28b7118fe830b95b0fbe6fa9b78f3fd7d98cb5256bb8
|
|
3517
3517
|
type: monitor
|
|
3518
|
-
size:
|
|
3518
|
+
size: 1693
|
|
3519
3519
|
- path: monitor/hooks/lib/send_event.py
|
|
3520
3520
|
hash: sha256:ce99e838d972edc7020409d60b1598151975fcb1a52b786f1f3a964d70bcbb65
|
|
3521
3521
|
type: monitor
|
|
@@ -3605,17 +3605,17 @@ files:
|
|
|
3605
3605
|
type: checklist
|
|
3606
3606
|
size: 3731
|
|
3607
3607
|
- path: product/checklists/self-critique-checklist.md
|
|
3608
|
-
hash: sha256:
|
|
3608
|
+
hash: sha256:91a355dec979fa09aecac1ef1a4ad9a506cea8f0f14a5914f4c4a657b3f7d5ba
|
|
3609
3609
|
type: checklist
|
|
3610
|
-
size:
|
|
3610
|
+
size: 10525
|
|
3611
3611
|
- path: product/checklists/story-dod-checklist.md
|
|
3612
3612
|
hash: sha256:725b60a16a41886a92794e54b9efa8359eab5f09813cd584fa9e8e1519c78dc4
|
|
3613
3613
|
type: checklist
|
|
3614
3614
|
size: 5154
|
|
3615
3615
|
- path: product/checklists/story-draft-checklist.md
|
|
3616
|
-
hash: sha256:
|
|
3616
|
+
hash: sha256:eee09403bbd4b6bb3d8def492de2b014dd9557386f207e6f44508580e5b5d8a8
|
|
3617
3617
|
type: checklist
|
|
3618
|
-
size:
|
|
3618
|
+
size: 8515
|
|
3619
3619
|
- path: product/data/atomic-design-principles.md
|
|
3620
3620
|
hash: sha256:66153135e28394178c4f8f33441c45a2404587c2f07d25ad09dde54f3f5e1746
|
|
3621
3621
|
type: data
|
|
@@ -3725,9 +3725,9 @@ files:
|
|
|
3725
3725
|
type: template
|
|
3726
3726
|
size: 2462
|
|
3727
3727
|
- path: product/templates/command-rationalization-matrix.md
|
|
3728
|
-
hash: sha256:
|
|
3728
|
+
hash: sha256:610a5c82176b71890ba472e52f16a8ad9bb5d690dc12feb872f4e347e1c5d810
|
|
3729
3729
|
type: template
|
|
3730
|
-
size:
|
|
3730
|
+
size: 4890
|
|
3731
3731
|
- path: product/templates/competitor-analysis-tmpl.yaml
|
|
3732
3732
|
hash: sha256:690cde6406250883a765eddcbad415c737268525340cf2c8679c8f3074c9d507
|
|
3733
3733
|
type: template
|
|
@@ -3745,9 +3745,9 @@ files:
|
|
|
3745
3745
|
type: template
|
|
3746
3746
|
size: 4142
|
|
3747
3747
|
- path: product/templates/design-story-tmpl.yaml
|
|
3748
|
-
hash: sha256:
|
|
3748
|
+
hash: sha256:76b34457ed287e6ebbb4f7b3225fb61a117bec8a7168ceac27ac1500d3cda74f
|
|
3749
3749
|
type: template
|
|
3750
|
-
size:
|
|
3750
|
+
size: 19392
|
|
3751
3751
|
- path: product/templates/ds-artifact-analysis.md
|
|
3752
3752
|
hash: sha256:2ef1866841e4dcd55f9510f7ca14fd1f754f1e9c8a66cdc74d37ebcee13ede5d
|
|
3753
3753
|
type: template
|
|
@@ -3845,25 +3845,25 @@ files:
|
|
|
3845
3845
|
type: template
|
|
3846
3846
|
size: 3691
|
|
3847
3847
|
- path: product/templates/ide-rules/antigravity-rules.md
|
|
3848
|
-
hash: sha256:
|
|
3848
|
+
hash: sha256:ba650cf57af7f895bf90f9793e86a60d6d77cb168db2ab0f196bfa9001fb930e
|
|
3849
3849
|
type: template
|
|
3850
|
-
size:
|
|
3850
|
+
size: 3121
|
|
3851
3851
|
- path: product/templates/ide-rules/claude-rules.md
|
|
3852
|
-
hash: sha256:
|
|
3852
|
+
hash: sha256:bb3862d84f315e467df3500393e6df35feef7522af9df6b5574878674fb6bd47
|
|
3853
3853
|
type: template
|
|
3854
|
-
size:
|
|
3854
|
+
size: 12865
|
|
3855
3855
|
- path: product/templates/ide-rules/codex-rules.md
|
|
3856
|
-
hash: sha256:
|
|
3856
|
+
hash: sha256:b124f3c8f2b6470c316cf156ab72fe446b54722f5061d4e1467d1d8d5aec3527
|
|
3857
3857
|
type: template
|
|
3858
|
-
size:
|
|
3858
|
+
size: 2798
|
|
3859
3859
|
- path: product/templates/ide-rules/copilot-rules.md
|
|
3860
3860
|
hash: sha256:5e22f4d774cfedf927a7ec79b6020fe4023b4eba6733b66cb6edc7e6a85fbfea
|
|
3861
3861
|
type: template
|
|
3862
3862
|
size: 3104
|
|
3863
3863
|
- path: product/templates/ide-rules/cursor-rules.md
|
|
3864
|
-
hash: sha256:
|
|
3864
|
+
hash: sha256:f9993331cb2b05e069cb55945a5519b7b838e7019b07b47df76ebf7f3c2209d0
|
|
3865
3865
|
type: template
|
|
3866
|
-
size:
|
|
3866
|
+
size: 3111
|
|
3867
3867
|
- path: product/templates/ide-rules/gemini-rules.md
|
|
3868
3868
|
hash: sha256:cef296634e98d1aaa55c3dd1c125496b02627d4e38337ea7031d1725228a32ba
|
|
3869
3869
|
type: template
|
|
@@ -3889,9 +3889,9 @@ files:
|
|
|
3889
3889
|
type: template
|
|
3890
3890
|
size: 14442
|
|
3891
3891
|
- path: product/templates/personalized-agent-template.md
|
|
3892
|
-
hash: sha256:
|
|
3892
|
+
hash: sha256:de62d978774ea517b31432fbbe496fb50538cecc05b57e78d33e91de8023c70e
|
|
3893
3893
|
type: template
|
|
3894
|
-
size:
|
|
3894
|
+
size: 9360
|
|
3895
3895
|
- path: product/templates/personalized-checklist-template.md
|
|
3896
3896
|
hash: sha256:eeefdd3280e486aaeefb904a404d83020a6304e1b6e274b5b5c8476f2346c475
|
|
3897
3897
|
type: template
|
|
@@ -3901,17 +3901,17 @@ files:
|
|
|
3901
3901
|
type: template
|
|
3902
3902
|
size: 23682
|
|
3903
3903
|
- path: product/templates/personalized-task-template.md
|
|
3904
|
-
hash: sha256:
|
|
3904
|
+
hash: sha256:735e91fa961bee49d04562b38c3083fdde9a437408979b13cb9319d9fbbd0de4
|
|
3905
3905
|
type: template
|
|
3906
|
-
size:
|
|
3906
|
+
size: 7947
|
|
3907
3907
|
- path: product/templates/personalized-template-file.yaml
|
|
3908
|
-
hash: sha256:
|
|
3908
|
+
hash: sha256:c1c6887557010239c55f4f5c0374d85c750fcc77111ac48f8c0dc26879b98a88
|
|
3909
3909
|
type: template
|
|
3910
|
-
size:
|
|
3910
|
+
size: 8981
|
|
3911
3911
|
- path: product/templates/personalized-workflow-template.yaml
|
|
3912
|
-
hash: sha256:
|
|
3912
|
+
hash: sha256:5aa5412440448f6fa40db16138a4cb087e0ca24df0380aff81da2f210ca145ce
|
|
3913
3913
|
type: template
|
|
3914
|
-
size:
|
|
3914
|
+
size: 11287
|
|
3915
3915
|
- path: product/templates/pmdr.hbs
|
|
3916
3916
|
hash: sha256:55f61bb4d8f19f3ca14dd591c264f1683fc7a47b084c5a7b58646873cd87dd7f
|
|
3917
3917
|
type: template
|
|
@@ -3973,9 +3973,9 @@ files:
|
|
|
3973
3973
|
type: template
|
|
3974
3974
|
size: 1805
|
|
3975
3975
|
- path: product/templates/story-tmpl.yaml
|
|
3976
|
-
hash: sha256:
|
|
3976
|
+
hash: sha256:f9c51a2fb93f6689416b3d55bf968b426758d2545ed9bd4048ec9c4deef1933b
|
|
3977
3977
|
type: template
|
|
3978
|
-
size:
|
|
3978
|
+
size: 13839
|
|
3979
3979
|
- path: product/templates/story.hbs
|
|
3980
3980
|
hash: sha256:79011b378b00955c0432ce0d8cccfb02bd6474202a3f8a6784dad4ee4fd4239f
|
|
3981
3981
|
type: template
|
|
@@ -4097,9 +4097,9 @@ files:
|
|
|
4097
4097
|
type: script
|
|
4098
4098
|
size: 376
|
|
4099
4099
|
- path: scripts/diagnostics/health-dashboard/package-lock.json
|
|
4100
|
-
hash: sha256:
|
|
4100
|
+
hash: sha256:db3e9665b7ed100a821045882f7da5e5678dbef00a26c3fc5f19b38106a1a3c6
|
|
4101
4101
|
type: script
|
|
4102
|
-
size:
|
|
4102
|
+
size: 181771
|
|
4103
4103
|
- path: scripts/diagnostics/health-dashboard/package.json
|
|
4104
4104
|
hash: sha256:e2fee94e6a876d2b9fa8bdf13a1e3db258ffdea88e39d7bbcd13d47403c64704
|
|
4105
4105
|
type: script
|
|
@@ -4289,9 +4289,9 @@ files:
|
|
|
4289
4289
|
type: script
|
|
4290
4290
|
size: 1711
|
|
4291
4291
|
- path: user-guide.md
|
|
4292
|
-
hash: sha256:
|
|
4292
|
+
hash: sha256:944a638abbdabf4294455a741bb79376fed52b66ed56cee3c134b0bb36c89c86
|
|
4293
4293
|
type: documentation
|
|
4294
|
-
size:
|
|
4294
|
+
size: 38353
|
|
4295
4295
|
- path: workflow-intelligence/__tests__/confidence-scorer.test.js
|
|
4296
4296
|
hash: sha256:237216842d3eb710ae33f3aba6c7b2a6a353cccc1dea6d4b927d8d063d9cb635
|
|
4297
4297
|
type: workflow-intelligence
|
|
@@ -4369,6 +4369,6 @@ files:
|
|
|
4369
4369
|
type: workflow-intelligence
|
|
4370
4370
|
size: 9399
|
|
4371
4371
|
- path: working-in-the-brownfield.md
|
|
4372
|
-
hash: sha256:
|
|
4372
|
+
hash: sha256:8e486e1c8506d4f66351a4947bc1c0c16a365d44d9ba6aa5f0da3887c3fa9184
|
|
4373
4373
|
type: documentation
|
|
4374
|
-
size:
|
|
4374
|
+
size: 10336
|