sinapse-ai 9.2.0 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/hooks/README.md +1 -0
- package/.claude/hooks/enforce-architecture-first.py +197 -196
- package/.claude/hooks/install-hooks.sh +1 -0
- package/.claude/hooks/mind-clone-governance.py +193 -192
- package/.claude/hooks/pre-commit-version-check.sh +1 -0
- package/.claude/hooks/precompact-session-digest.cjs +1 -0
- package/.claude/hooks/precompact-wrapper.cjs +1 -0
- package/.claude/hooks/read-protection.py +152 -151
- package/.claude/hooks/sql-governance.py +183 -182
- package/.claude/hooks/synapse-engine.cjs +1 -0
- package/.claude/hooks/synapse-wrapper.cjs +1 -0
- package/.claude/hooks/write-path-validation.py +195 -194
- package/.claude/rules/ids-principles.md +1 -0
- package/.claude/rules/squad-awareness.md +71 -0
- package/.claude/rules/story-lifecycle.md +1 -0
- package/.claude/rules/tool-examples.md +1 -0
- package/.claude/rules/workflow-execution.md +1 -0
- package/.sinapse-ai/cli/commands/config/index.js +1 -0
- package/.sinapse-ai/cli/commands/generate/index.js +1 -0
- package/.sinapse-ai/cli/commands/manifest/index.js +1 -0
- package/.sinapse-ai/cli/commands/manifest/regenerate.js +1 -0
- package/.sinapse-ai/cli/commands/manifest/validate.js +1 -0
- package/.sinapse-ai/cli/commands/mcp/add.js +1 -0
- package/.sinapse-ai/cli/commands/mcp/index.js +1 -0
- package/.sinapse-ai/cli/commands/mcp/link.js +1 -0
- package/.sinapse-ai/cli/commands/mcp/setup.js +1 -0
- package/.sinapse-ai/cli/commands/mcp/status.js +1 -0
- package/.sinapse-ai/cli/commands/metrics/cleanup.js +1 -0
- package/.sinapse-ai/cli/commands/metrics/index.js +1 -0
- package/.sinapse-ai/cli/commands/metrics/record.js +1 -0
- package/.sinapse-ai/cli/commands/metrics/seed.js +1 -0
- package/.sinapse-ai/cli/commands/metrics/show.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/analyze.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/backup.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/execute.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/index.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/rollback.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/update-imports.js +1 -0
- package/.sinapse-ai/cli/commands/migrate/validate.js +1 -0
- package/.sinapse-ai/cli/commands/qa/run.js +1 -0
- package/.sinapse-ai/cli/commands/qa/status.js +1 -0
- package/.sinapse-ai/cli/commands/workers/formatters/info-formatter.js +1 -0
- package/.sinapse-ai/cli/commands/workers/formatters/list-table.js +1 -0
- package/.sinapse-ai/cli/commands/workers/formatters/list-tree.js +1 -0
- package/.sinapse-ai/cli/commands/workers/index.js +1 -0
- package/.sinapse-ai/cli/commands/workers/info.js +1 -0
- package/.sinapse-ai/cli/commands/workers/list.js +1 -0
- package/.sinapse-ai/cli/commands/workers/search-filters.js +1 -0
- package/.sinapse-ai/cli/commands/workers/search-keyword.js +1 -0
- package/.sinapse-ai/cli/commands/workers/search-semantic.js +1 -0
- package/.sinapse-ai/cli/commands/workers/search.js +1 -0
- package/.sinapse-ai/cli/commands/workers/utils/pagination.js +1 -0
- package/.sinapse-ai/cli/index.js +1 -0
- package/.sinapse-ai/cli/utils/output-formatter-cli.js +1 -0
- package/.sinapse-ai/cli/utils/score-calculator.js +1 -0
- package/.sinapse-ai/core/README.md +1 -0
- package/.sinapse-ai/core/code-intel/code-intel-client.js +1 -0
- package/.sinapse-ai/core/code-intel/code-intel-enricher.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/creation-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/devops-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/planning-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +1 -0
- package/.sinapse-ai/core/code-intel/hook-runtime.js +1 -0
- package/.sinapse-ai/core/code-intel/index.js +1 -0
- package/.sinapse-ai/core/code-intel/providers/code-graph-provider.js +1 -0
- package/.sinapse-ai/core/code-intel/providers/provider-interface.js +1 -0
- package/.sinapse-ai/core/code-intel/providers/registry-provider.js +1 -0
- package/.sinapse-ai/core/code-intel/registry-syncer.js +1 -0
- package/.sinapse-ai/core/config/config-cache.js +1 -0
- package/.sinapse-ai/core/config/config-loader.js +1 -0
- package/.sinapse-ai/core/config/config-resolver.js +1 -0
- package/.sinapse-ai/core/config/env-interpolator.js +1 -0
- package/.sinapse-ai/core/config/merge-utils.js +1 -0
- package/.sinapse-ai/core/config/migrate-config.js +1 -0
- package/.sinapse-ai/core/config/schemas/framework-config.schema.json +2 -1
- package/.sinapse-ai/core/config/schemas/local-config.schema.json +1 -0
- package/.sinapse-ai/core/config/schemas/project-config.schema.json +1 -0
- package/.sinapse-ai/core/config/schemas/user-config.schema.json +1 -0
- package/.sinapse-ai/core/config/template-overrides.js +1 -0
- package/.sinapse-ai/core/config/templates/user-config.yaml +1 -0
- package/.sinapse-ai/core/docs/SHARD-TRANSLATION-GUIDE.md +1 -0
- package/.sinapse-ai/core/docs/component-creation-guide.md +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -0
- package/.sinapse-ai/core/docs/template-syntax.md +1 -1
- package/.sinapse-ai/core/docs/troubleshooting-guide.md +1 -1
- package/.sinapse-ai/core/doctor/checks/agent-memory.js +1 -0
- package/.sinapse-ai/core/doctor/checks/claude-md.js +1 -0
- package/.sinapse-ai/core/doctor/checks/code-intel.js +1 -0
- package/.sinapse-ai/core/doctor/checks/commands-count.js +1 -0
- package/.sinapse-ai/core/doctor/checks/core-config.js +1 -0
- package/.sinapse-ai/core/doctor/checks/entity-registry.js +1 -0
- package/.sinapse-ai/core/doctor/checks/git-hooks.js +1 -0
- package/.sinapse-ai/core/doctor/checks/graph-dashboard.js +1 -0
- package/.sinapse-ai/core/doctor/checks/hooks-claude-count.js +1 -0
- package/.sinapse-ai/core/doctor/checks/ide-sync.js +1 -0
- package/.sinapse-ai/core/doctor/checks/node-version.js +1 -0
- package/.sinapse-ai/core/doctor/checks/npm-packages.js +1 -0
- package/.sinapse-ai/core/doctor/checks/rules-files.js +1 -0
- package/.sinapse-ai/core/doctor/checks/settings-json.js +1 -0
- package/.sinapse-ai/core/doctor/checks/skills-count.js +1 -0
- package/.sinapse-ai/core/doctor/fix-handler.js +1 -0
- package/.sinapse-ai/core/doctor/formatters/json.js +1 -0
- package/.sinapse-ai/core/doctor/formatters/text.js +1 -0
- package/.sinapse-ai/core/elicitation/agent-elicitation.js +1 -1
- package/.sinapse-ai/core/elicitation/elicitation-engine.js +1 -0
- package/.sinapse-ai/core/elicitation/session-manager.js +1 -0
- package/.sinapse-ai/core/elicitation/task-elicitation.js +1 -1
- package/.sinapse-ai/core/events/dashboard-emitter.js +1 -0
- package/.sinapse-ai/core/events/index.js +1 -0
- package/.sinapse-ai/core/events/types.js +1 -0
- package/.sinapse-ai/core/execution/autonomous-build-loop.js +1 -0
- package/.sinapse-ai/core/execution/build-orchestrator.js +1 -0
- package/.sinapse-ai/core/execution/build-state-manager.js +1 -0
- package/.sinapse-ai/core/execution/context-injector.js +1 -0
- package/.sinapse-ai/core/execution/parallel-executor.js +1 -0
- package/.sinapse-ai/core/execution/parallel-monitor.js +1 -0
- package/.sinapse-ai/core/execution/rate-limit-manager.js +1 -0
- package/.sinapse-ai/core/execution/result-aggregator.js +1 -0
- package/.sinapse-ai/core/execution/semantic-merge-engine.js +1 -0
- package/.sinapse-ai/core/execution/subagent-dispatcher.js +1 -0
- package/.sinapse-ai/core/execution/wave-executor.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/cli.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/data-sources/code-intel-source.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/data-sources/metrics-source.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/data-sources/registry-source.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/formatters/dot-formatter.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/formatters/html-formatter.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/formatters/json-formatter.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/formatters/mermaid-formatter.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/index.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/renderers/stats-renderer.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/renderers/status-renderer.js +1 -0
- package/.sinapse-ai/core/graph-dashboard/renderers/tree-renderer.js +1 -0
- package/.sinapse-ai/core/health-check/base-check.js +1 -0
- package/.sinapse-ai/core/health-check/check-registry.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/build-config.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/ci-config.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/deployment-readiness.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/docker-config.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/env-file.js +1 -0
- package/.sinapse-ai/core/health-check/checks/deployment/index.js +1 -0
- package/.sinapse-ai/core/health-check/checks/index.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/disk-space.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/environment-vars.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/git-install.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/ide-detection.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/index.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/memory.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/network.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/npm-install.js +1 -0
- package/.sinapse-ai/core/health-check/checks/local/shell-environment.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/agent-config.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/dependencies.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/framework-config.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/node-version.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/package-json.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/sinapse-directory.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/task-definitions.js +1 -0
- package/.sinapse-ai/core/health-check/checks/project/workflow-dependencies.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/branch-protection.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/commit-history.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/conflicts.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/git-repo.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/git-status.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/gitignore.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/index.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/large-files.js +1 -0
- package/.sinapse-ai/core/health-check/checks/repository/lockfile-integrity.js +1 -0
- package/.sinapse-ai/core/health-check/checks/services/api-endpoints.js +1 -0
- package/.sinapse-ai/core/health-check/checks/services/claude-code.js +1 -0
- package/.sinapse-ai/core/health-check/checks/services/github-cli.js +1 -0
- package/.sinapse-ai/core/health-check/checks/services/index.js +1 -2
- package/.sinapse-ai/core/health-check/checks/services/mcp-integration.js +1 -0
- package/.sinapse-ai/core/health-check/engine.js +1 -0
- package/.sinapse-ai/core/health-check/healers/backup-manager.js +1 -0
- package/.sinapse-ai/core/health-check/healers/index.js +1 -0
- package/.sinapse-ai/core/health-check/index.js +1 -0
- package/.sinapse-ai/core/health-check/reporters/console.js +1 -0
- package/.sinapse-ai/core/health-check/reporters/index.js +1 -0
- package/.sinapse-ai/core/health-check/reporters/markdown.js +1 -0
- package/.sinapse-ai/core/ideation/ideation-engine.js +1 -0
- package/.sinapse-ai/core/ids/README.md +1 -0
- package/.sinapse-ai/core/ids/circuit-breaker.js +1 -0
- package/.sinapse-ai/core/ids/framework-governor.js +1 -0
- package/.sinapse-ai/core/ids/gates/g1-epic-creation.js +1 -0
- package/.sinapse-ai/core/ids/gates/g2-story-creation.js +1 -0
- package/.sinapse-ai/core/ids/gates/g3-story-validation.js +1 -0
- package/.sinapse-ai/core/ids/gates/g4-dev-context.js +1 -0
- package/.sinapse-ai/core/ids/incremental-decision-engine.js +1 -0
- package/.sinapse-ai/core/ids/index.js +1 -0
- package/.sinapse-ai/core/ids/layer-classifier.js +1 -0
- package/.sinapse-ai/core/ids/registry-healer.js +1 -0
- package/.sinapse-ai/core/ids/registry-loader.js +1 -0
- package/.sinapse-ai/core/ids/registry-updater.js +1 -0
- package/.sinapse-ai/core/ids/verification-gate.js +1 -0
- package/.sinapse-ai/core/index.esm.js +1 -0
- package/.sinapse-ai/core/index.js +1 -0
- package/.sinapse-ai/core/manifest/manifest-generator.js +1 -0
- package/.sinapse-ai/core/manifest/manifest-validator.js +1 -0
- package/.sinapse-ai/core/mcp/config-migrator.js +1 -0
- package/.sinapse-ai/core/mcp/global-config-manager.js +1 -0
- package/.sinapse-ai/core/mcp/index.js +1 -0
- package/.sinapse-ai/core/mcp/os-detector.js +1 -0
- package/.sinapse-ai/core/mcp/symlink-manager.js +1 -0
- package/.sinapse-ai/core/memory/__tests__/active-modules.verify.js +1 -0
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -0
- package/.sinapse-ai/core/migration/migration-config.yaml +1 -0
- package/.sinapse-ai/core/migration/module-mapping.yaml +1 -0
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -0
- package/.sinapse-ai/core/orchestration/bob-orchestrator.js +1 -0
- package/.sinapse-ai/core/orchestration/bob-status-writer.js +1 -0
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +1 -0
- package/.sinapse-ai/core/orchestration/brownfield-handler.js +1 -0
- package/.sinapse-ai/core/orchestration/checklist-runner.js +1 -0
- package/.sinapse-ai/core/orchestration/cli-commands.js +1 -0
- package/.sinapse-ai/core/orchestration/condition-evaluator.js +1 -0
- package/.sinapse-ai/core/orchestration/context-manager.js +1 -0
- package/.sinapse-ai/core/orchestration/dashboard-integration.js +1 -0
- package/.sinapse-ai/core/orchestration/data-lifecycle-manager.js +1 -0
- package/.sinapse-ai/core/orchestration/epic-context-accumulator.js +1 -0
- package/.sinapse-ai/core/orchestration/execution-profile-resolver.js +1 -0
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/epic-3-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/epic-5-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/executors/index.js +1 -0
- package/.sinapse-ai/core/orchestration/gate-evaluator.js +1 -0
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +1 -0
- package/.sinapse-ai/core/orchestration/index.js +1 -0
- package/.sinapse-ai/core/orchestration/lock-manager.js +1 -0
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -0
- package/.sinapse-ai/core/orchestration/message-formatter.js +1 -0
- package/.sinapse-ai/core/orchestration/parallel-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/recovery-handler.js +1 -0
- package/.sinapse-ai/core/orchestration/session-state.js +1 -0
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +1 -0
- package/.sinapse-ai/core/orchestration/subagent-prompt-builder.js +1 -0
- package/.sinapse-ai/core/orchestration/surface-checker.js +1 -0
- package/.sinapse-ai/core/orchestration/task-complexity-classifier.js +1 -0
- package/.sinapse-ai/core/orchestration/tech-stack-detector.js +1 -0
- package/.sinapse-ai/core/orchestration/terminal-spawner.js +1 -0
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -0
- package/.sinapse-ai/core/orchestration/workflow-orchestrator.js +1 -0
- package/.sinapse-ai/core/permissions/__tests__/permission-mode.test.js +1 -0
- package/.sinapse-ai/core/permissions/index.js +1 -0
- package/.sinapse-ai/core/permissions/operation-guard.js +1 -0
- package/.sinapse-ai/core/permissions/permission-mode.js +1 -0
- package/.sinapse-ai/core/quality-gates/base-layer.js +1 -0
- package/.sinapse-ai/core/quality-gates/checklist-generator.js +1 -0
- package/.sinapse-ai/core/quality-gates/human-review-orchestrator.js +1 -0
- package/.sinapse-ai/core/quality-gates/index.js +244 -0
- package/.sinapse-ai/core/quality-gates/layer1-precommit.js +1 -0
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +1 -0
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -0
- package/.sinapse-ai/core/quality-gates/notification-manager.js +1 -0
- package/.sinapse-ai/core/quality-gates/quality-gate-config.js +462 -0
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +105 -16
- package/.sinapse-ai/core/quality-gates/quality-gate-manager.js +1 -0
- package/.sinapse-ai/core/registry/README.md +1 -0
- package/.sinapse-ai/core/registry/build-registry.js +1 -0
- package/.sinapse-ai/core/registry/registry-loader.js +1 -0
- package/.sinapse-ai/core/registry/registry-schema.json +1 -0
- package/.sinapse-ai/core/registry/service-registry.json +0 -120
- package/.sinapse-ai/core/registry/validate-registry.js +1 -0
- package/.sinapse-ai/core/session/context-detector.js +1 -0
- package/.sinapse-ai/core/session/context-loader.js +1 -0
- package/.sinapse-ai/core/synapse/context/context-builder.js +1 -0
- package/.sinapse-ai/core/synapse/context/context-tracker.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/consistency-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/hook-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/manifest-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/output-analyzer.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/pipeline-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/quality-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/relevance-matrix.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/safe-read-json.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/session-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/timing-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/collectors/uap-collector.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/report-formatter.js +1 -0
- package/.sinapse-ai/core/synapse/diagnostics/synapse-diagnostics.js +1 -0
- package/.sinapse-ai/core/synapse/domain/domain-loader.js +1 -0
- package/.sinapse-ai/core/synapse/engine.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l0-constitution.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l1-global.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l2-agent.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l3-workflow.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l4-task.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l5-squad.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l6-keyword.js +1 -0
- package/.sinapse-ai/core/synapse/layers/l7-star-command.js +1 -0
- package/.sinapse-ai/core/synapse/layers/layer-processor.js +1 -0
- package/.sinapse-ai/core/synapse/memory/memory-bridge.js +1 -0
- package/.sinapse-ai/core/synapse/memory/synapse-memory-provider.js +1 -0
- package/.sinapse-ai/core/synapse/output/formatter.js +1 -0
- package/.sinapse-ai/core/synapse/runtime/hook-runtime.js +1 -0
- package/.sinapse-ai/core/synapse/scripts/generate-constitution.js +1 -0
- package/.sinapse-ai/core/synapse/session/session-manager.js +1 -0
- package/.sinapse-ai/core/synapse/utils/atomic-write.js +1 -0
- package/.sinapse-ai/core/synapse/utils/paths.js +1 -0
- package/.sinapse-ai/core/synapse/utils/tokens.js +1 -0
- package/.sinapse-ai/core/ui/index.js +1 -0
- package/.sinapse-ai/core/ui/observability-panel.js +1 -0
- package/.sinapse-ai/core/ui/panel-renderer.js +1 -0
- package/.sinapse-ai/core/utils/output-formatter.js +1 -0
- package/.sinapse-ai/core/utils/security-utils.js +1 -0
- package/.sinapse-ai/core/utils/yaml-validator.js +1 -0
- package/.sinapse-ai/data/agent-config-requirements.yaml +1 -0
- package/.sinapse-ai/data/capability-detection.js +1 -0
- package/.sinapse-ai/data/entity-registry.yaml +1497 -1486
- package/.sinapse-ai/data/learned-patterns.yaml +1 -0
- package/.sinapse-ai/data/mcp-discipline.js +1 -0
- package/.sinapse-ai/data/mcp-tool-examples.yaml +1 -0
- package/.sinapse-ai/data/registry-update-log.jsonl +693 -0
- package/.sinapse-ai/data/tok2-validation.js +1 -0
- package/.sinapse-ai/data/tok3-token-comparison.js +1 -0
- package/.sinapse-ai/data/tool-registry.yaml +1 -0
- package/.sinapse-ai/data/tool-search-validation.js +1 -0
- package/.sinapse-ai/data/workflow-chains.yaml +1 -0
- package/.sinapse-ai/data/workflow-patterns.yaml +1 -0
- package/.sinapse-ai/data/workflow-state-schema.yaml +1 -0
- package/.sinapse-ai/development/README.md +1 -0
- package/.sinapse-ai/development/agents/analyst/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/data-engineer/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/data-engineer.md +1 -0
- package/.sinapse-ai/development/agents/developer/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/devops/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/project-lead/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/quality-gate/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/sprint-lead/MEMORY.md +1 -0
- package/.sinapse-ai/development/agents/ux/MEMORY.md +1 -0
- package/.sinapse-ai/development/checklists/agent-quality-gate.md +1 -0
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -0
- package/.sinapse-ai/development/checklists/issue-triage-checklist.md +1 -0
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -0
- package/.sinapse-ai/development/checklists/self-critique-checklist.md +1 -0
- package/.sinapse-ai/development/data/quality-dimensions-framework.md +1 -0
- package/.sinapse-ai/development/data/tier-system-framework.md +1 -0
- package/.sinapse-ai/development/scripts/activation-runtime.js +1 -0
- package/.sinapse-ai/development/scripts/agent-assignment-resolver.js +1 -0
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -0
- package/.sinapse-ai/development/scripts/agent-exit-hooks.js +1 -0
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -0
- package/.sinapse-ai/development/scripts/approval-workflow.js +1 -1
- package/.sinapse-ai/development/scripts/backlog-manager.js +1 -0
- package/.sinapse-ai/development/scripts/backup-manager.js +1 -1
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -0
- package/.sinapse-ai/development/scripts/branch-manager.js +1 -1
- package/.sinapse-ai/development/scripts/code-quality-improver.js +1 -1
- package/.sinapse-ai/development/scripts/commit-message-generator.js +1 -1
- package/.sinapse-ai/development/scripts/conflict-resolver.js +1 -1
- package/.sinapse-ai/development/scripts/decision-context.js +1 -0
- package/.sinapse-ai/development/scripts/decision-log-generator.js +1 -0
- package/.sinapse-ai/development/scripts/decision-log-indexer.js +1 -0
- package/.sinapse-ai/development/scripts/decision-recorder.js +1 -0
- package/.sinapse-ai/development/scripts/dependency-analyzer.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -0
- package/.sinapse-ai/development/scripts/diff-generator.js +1 -1
- package/.sinapse-ai/development/scripts/elicitation-engine.js +1 -1
- package/.sinapse-ai/development/scripts/elicitation-session-manager.js +1 -1
- package/.sinapse-ai/development/scripts/generate-greeting.js +1 -0
- package/.sinapse-ai/development/scripts/git-wrapper.js +1 -1
- package/.sinapse-ai/development/scripts/greeting-builder.js +1 -0
- package/.sinapse-ai/development/scripts/greeting-config-cli.js +1 -0
- package/.sinapse-ai/development/scripts/greeting-preference-manager.js +1 -0
- package/.sinapse-ai/development/scripts/issue-triage.js +1 -0
- package/.sinapse-ai/development/scripts/manifest-preview.js +1 -1
- package/.sinapse-ai/development/scripts/metrics-tracker.js +1 -1
- package/.sinapse-ai/development/scripts/migrate-task-to-v2.js +1 -0
- package/.sinapse-ai/development/scripts/modification-validator.js +1 -1
- package/.sinapse-ai/development/scripts/pattern-learner.js +1 -1
- package/.sinapse-ai/development/scripts/performance-analyzer.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +1 -0
- package/.sinapse-ai/development/scripts/refactoring-suggester.js +1 -1
- package/.sinapse-ai/development/scripts/rollback-handler.js +1 -1
- package/.sinapse-ai/development/scripts/security-checker.js +1 -1
- package/.sinapse-ai/development/scripts/skill-validator.js +1 -0
- package/.sinapse-ai/development/scripts/squad/README.md +1 -0
- package/.sinapse-ai/development/scripts/squad/index.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-analyzer.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-designer.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-extender.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-generator.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-loader.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-migrator.js +1 -0
- package/.sinapse-ai/development/scripts/squad/squad-validator.js +1 -0
- package/.sinapse-ai/development/scripts/story-index-generator.js +1 -0
- package/.sinapse-ai/development/scripts/story-manager.js +1 -0
- package/.sinapse-ai/development/scripts/story-update-hook.js +1 -0
- package/.sinapse-ai/development/scripts/task-identifier-resolver.js +1 -0
- package/.sinapse-ai/development/scripts/template-engine.js +1 -1
- package/.sinapse-ai/development/scripts/template-validator.js +1 -1
- package/.sinapse-ai/development/scripts/test-generator.js +1 -1
- package/.sinapse-ai/development/scripts/test-greeting-system.js +1 -0
- package/.sinapse-ai/development/scripts/transaction-manager.js +1 -1
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +1 -0
- package/.sinapse-ai/development/scripts/usage-tracker.js +1 -1
- package/.sinapse-ai/development/scripts/validate-filenames.js +1 -0
- package/.sinapse-ai/development/scripts/validate-task-v2.js +1 -0
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +1 -0
- package/.sinapse-ai/development/scripts/version-tracker.js +1 -1
- package/.sinapse-ai/development/scripts/workflow-navigator.js +1 -0
- package/.sinapse-ai/development/scripts/workflow-state-manager.js +1 -0
- package/.sinapse-ai/development/scripts/workflow-validator.js +1 -0
- package/.sinapse-ai/development/scripts/yaml-validator.js +1 -1
- package/.sinapse-ai/development/tasks/add-mcp.md +1 -0
- package/.sinapse-ai/development/tasks/advanced-elicitation.md +1 -1
- package/.sinapse-ai/development/tasks/analyst-facilitate-brainstorming.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-brownfield.md +1 -0
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -0
- package/.sinapse-ai/development/tasks/analyze-framework.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-performance.md +1 -0
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/audit-codebase.md +1 -0
- package/.sinapse-ai/development/tasks/audit-tailwind-config.md +1 -0
- package/.sinapse-ai/development/tasks/audit-utilities.md +1 -0
- package/.sinapse-ai/development/tasks/blocks/README.md +1 -0
- package/.sinapse-ai/development/tasks/blocks/agent-prompt-template.md +1 -0
- package/.sinapse-ai/development/tasks/blocks/context-loading.md +1 -0
- package/.sinapse-ai/development/tasks/blocks/execution-pattern.md +1 -0
- package/.sinapse-ai/development/tasks/blocks/finalization.md +1 -0
- package/.sinapse-ai/development/tasks/bootstrap-shadcn-library.md +1 -0
- package/.sinapse-ai/development/tasks/build-component.md +1 -0
- package/.sinapse-ai/development/tasks/calculate-roi.md +1 -0
- package/.sinapse-ai/development/tasks/check-docs-links.md +1 -0
- package/.sinapse-ai/development/tasks/ci-cd-configuration.md +1 -0
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +1 -0
- package/.sinapse-ai/development/tasks/cleanup-worktrees.md +1 -0
- package/.sinapse-ai/development/tasks/collaborative-edit.md +1 -1
- package/.sinapse-ai/development/tasks/compose-molecule.md +1 -0
- package/.sinapse-ai/development/tasks/consolidate-patterns.md +1 -0
- package/.sinapse-ai/development/tasks/correct-course.md +1 -1
- package/.sinapse-ai/development/tasks/create-doc.md +1 -0
- package/.sinapse-ai/development/tasks/create-task.md +1 -1
- package/.sinapse-ai/development/tasks/db-analyze-hotpaths.md +1 -0
- package/.sinapse-ai/development/tasks/db-apply-migration.md +1 -0
- package/.sinapse-ai/development/tasks/db-bootstrap.md +1 -0
- package/.sinapse-ai/development/tasks/db-domain-modeling.md +1 -0
- package/.sinapse-ai/development/tasks/db-dry-run.md +1 -0
- package/.sinapse-ai/development/tasks/db-env-check.md +1 -0
- package/.sinapse-ai/development/tasks/db-explain.md +1 -0
- package/.sinapse-ai/development/tasks/db-impersonate.md +1 -0
- package/.sinapse-ai/development/tasks/db-load-csv.md +1 -0
- package/.sinapse-ai/development/tasks/db-policy-apply.md +1 -0
- package/.sinapse-ai/development/tasks/db-rls-audit.md +1 -0
- package/.sinapse-ai/development/tasks/db-rollback.md +1 -0
- package/.sinapse-ai/development/tasks/db-run-sql.md +1 -0
- package/.sinapse-ai/development/tasks/db-schema-audit.md +1 -0
- package/.sinapse-ai/development/tasks/db-seed.md +1 -0
- package/.sinapse-ai/development/tasks/db-smoke-test.md +1 -0
- package/.sinapse-ai/development/tasks/db-snapshot.md +1 -0
- package/.sinapse-ai/development/tasks/db-squad-integration.md +1 -0
- package/.sinapse-ai/development/tasks/db-supabase-setup.md +1 -0
- package/.sinapse-ai/development/tasks/db-verify-order.md +1 -0
- package/.sinapse-ai/development/tasks/deprecate-component.md +1 -1
- package/.sinapse-ai/development/tasks/dev-apply-qa-fixes.md +1 -0
- package/.sinapse-ai/development/tasks/dev-improve-code-quality.md +1 -1
- package/.sinapse-ai/development/tasks/dev-optimize-performance.md +1 -1
- package/.sinapse-ai/development/tasks/dev-suggest-refactoring.md +1 -1
- package/.sinapse-ai/development/tasks/dev-validate-next-story.md +1 -1
- package/.sinapse-ai/development/tasks/document-gotchas.md +1 -0
- package/.sinapse-ai/development/tasks/document-project.md +1 -1
- package/.sinapse-ai/development/tasks/export-design-tokens-dtcg.md +1 -0
- package/.sinapse-ai/development/tasks/extend-pattern.md +1 -0
- package/.sinapse-ai/development/tasks/extract-tokens.md +1 -0
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +1 -0
- package/.sinapse-ai/development/tasks/generate-ai-frontend-prompt.md +1 -1
- package/.sinapse-ai/development/tasks/generate-documentation.md +1 -0
- package/.sinapse-ai/development/tasks/generate-migration-strategy.md +1 -0
- package/.sinapse-ai/development/tasks/generate-shock-report.md +1 -0
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -0
- package/.sinapse-ai/development/tasks/github-devops-repository-cleanup.md +1 -0
- package/.sinapse-ai/development/tasks/github-devops-version-management.md +1 -0
- package/.sinapse-ai/development/tasks/github-issue-triage.md +1 -0
- package/.sinapse-ai/development/tasks/ids-health.md +1 -0
- package/.sinapse-ai/development/tasks/ids-query.md +1 -0
- package/.sinapse-ai/development/tasks/improve-self.md +1 -1
- package/.sinapse-ai/development/tasks/index-docs.md +1 -1
- package/.sinapse-ai/development/tasks/integrate-squad.md +1 -0
- package/.sinapse-ai/development/tasks/kb-mode-interaction.md +1 -1
- package/.sinapse-ai/development/tasks/learn-patterns.md +1 -1
- package/.sinapse-ai/development/tasks/list-mcps.md +1 -0
- package/.sinapse-ai/development/tasks/mcp-workflow.md +1 -0
- package/.sinapse-ai/development/tasks/merge-worktree.md +1 -0
- package/.sinapse-ai/development/tasks/modify-agent.md +1 -1
- package/.sinapse-ai/development/tasks/modify-task.md +1 -1
- package/.sinapse-ai/development/tasks/modify-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -0
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -0
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -0
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -0
- package/.sinapse-ai/development/tasks/po-manage-story-backlog.md +1 -0
- package/.sinapse-ai/development/tasks/po-pull-story-from-clickup.md +1 -0
- package/.sinapse-ai/development/tasks/po-pull-story.md +1 -0
- package/.sinapse-ai/development/tasks/po-sync-story-to-clickup.md +1 -0
- package/.sinapse-ai/development/tasks/po-sync-story.md +1 -0
- package/.sinapse-ai/development/tasks/propose-modification.md +1 -1
- package/.sinapse-ai/development/tasks/publish-npm.md +1 -0
- package/.sinapse-ai/development/tasks/qa-browser-console-check.md +1 -0
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -0
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -0
- package/.sinapse-ai/development/tasks/qa-gate.md +1 -1
- package/.sinapse-ai/development/tasks/qa-generate-tests.md +1 -1
- package/.sinapse-ai/development/tasks/qa-library-validation.md +1 -0
- package/.sinapse-ai/development/tasks/qa-migration-validation.md +1 -0
- package/.sinapse-ai/development/tasks/qa-nfr-assess.md +1 -1
- package/.sinapse-ai/development/tasks/qa-review-proposal.md +1 -1
- package/.sinapse-ai/development/tasks/qa-risk-profile.md +1 -1
- package/.sinapse-ai/development/tasks/qa-security-checklist.md +1 -0
- package/.sinapse-ai/development/tasks/qa-test-design.md +1 -1
- package/.sinapse-ai/development/tasks/qa-trace-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/remove-mcp.md +1 -0
- package/.sinapse-ai/development/tasks/review-contributor-pr.md +1 -0
- package/.sinapse-ai/development/tasks/run-design-system-pipeline.md +1 -0
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -0
- package/.sinapse-ai/development/tasks/search-mcp.md +1 -0
- package/.sinapse-ai/development/tasks/security-audit.md +1 -0
- package/.sinapse-ai/development/tasks/security-scan.md +1 -0
- package/.sinapse-ai/development/tasks/session-resume.md +1 -0
- package/.sinapse-ai/development/tasks/setup-database.md +1 -0
- package/.sinapse-ai/development/tasks/setup-design-system.md +1 -0
- package/.sinapse-ai/development/tasks/setup-project-docs.md +1 -0
- package/.sinapse-ai/development/tasks/shard-doc.md +1 -1
- package/.sinapse-ai/development/tasks/sm-create-next-story.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-analyze.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-design.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-extend.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-list.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-migrate.md +1 -0
- package/.sinapse-ai/development/tasks/squad-creator-validate.md +1 -0
- package/.sinapse-ai/development/tasks/sync-documentation.md +1 -1
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -0
- package/.sinapse-ai/development/tasks/tailwind-upgrade.md +1 -0
- package/.sinapse-ai/development/tasks/test-as-user.md +1 -0
- package/.sinapse-ai/development/tasks/test-validation-task.md +1 -0
- package/.sinapse-ai/development/tasks/triage-github-issues.md +1 -0
- package/.sinapse-ai/development/tasks/undo-last.md +1 -1
- package/.sinapse-ai/development/tasks/update-manifest.md +1 -1
- package/.sinapse-ai/development/tasks/update-source-tree.md +1 -0
- package/.sinapse-ai/development/tasks/ux-create-wireframe.md +1 -0
- package/.sinapse-ai/development/tasks/ux-ds-scan-artifact.md +1 -0
- package/.sinapse-ai/development/tasks/ux-user-research.md +1 -0
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -0
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -0
- package/.sinapse-ai/development/tasks/yolo-toggle.md +1 -0
- package/.sinapse-ai/development/templates/ptc-entity-validation.md +1 -0
- package/.sinapse-ai/development/templates/ptc-qa-gate.md +1 -0
- package/.sinapse-ai/development/templates/ptc-research-aggregation.md +1 -0
- package/.sinapse-ai/development/templates/research-prompt-tmpl.md +1 -0
- package/.sinapse-ai/development/templates/service-template/README.md.hbs +159 -158
- package/.sinapse-ai/development/templates/service-template/__tests__/index.test.ts.hbs +238 -237
- package/.sinapse-ai/development/templates/service-template/client.ts.hbs +404 -403
- package/.sinapse-ai/development/templates/service-template/errors.ts.hbs +183 -182
- package/.sinapse-ai/development/templates/service-template/index.ts.hbs +121 -120
- package/.sinapse-ai/development/templates/service-template/jest.config.js +1 -0
- package/.sinapse-ai/development/templates/service-template/package.json.hbs +88 -87
- package/.sinapse-ai/development/templates/service-template/tsconfig.json +1 -0
- package/.sinapse-ai/development/templates/service-template/types.ts.hbs +146 -145
- package/.sinapse-ai/development/templates/sinapse-doc-template.md +1 -0
- package/.sinapse-ai/development/templates/squad/agent-template.md +1 -0
- package/.sinapse-ai/development/templates/squad/checklist-template.md +1 -0
- package/.sinapse-ai/development/templates/squad/data-template.yaml +1 -0
- package/.sinapse-ai/development/templates/squad/script-template.js +1 -0
- package/.sinapse-ai/development/templates/squad/task-template.md +1 -0
- package/.sinapse-ai/development/templates/squad/template-template.md +1 -0
- package/.sinapse-ai/development/templates/squad/tool-template.js +1 -0
- package/.sinapse-ai/development/templates/squad/workflow-template.yaml +1 -0
- package/.sinapse-ai/development/templates/squad-template/LICENSE +22 -21
- package/.sinapse-ai/development/templates/squad-template/README.md +1 -0
- package/.sinapse-ai/development/templates/squad-template/agents/example-agent.yaml +1 -0
- package/.sinapse-ai/development/templates/squad-template/package.json +1 -0
- package/.sinapse-ai/development/templates/squad-template/squad.yaml +1 -0
- package/.sinapse-ai/development/templates/squad-template/tasks/example-task.yaml +1 -0
- package/.sinapse-ai/development/templates/squad-template/templates/example-template.md +1 -0
- package/.sinapse-ai/development/templates/squad-template/tests/example-agent.test.js +1 -0
- package/.sinapse-ai/development/templates/squad-template/workflows/example-workflow.yaml +1 -0
- package/.sinapse-ai/development/workflows/README.md +1 -0
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +1 -0
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +1 -0
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +1 -0
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +1 -0
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +1 -0
- package/.sinapse-ai/development/workflows/design-system-build-quality.yaml +1 -0
- package/.sinapse-ai/development/workflows/development-cycle.yaml +1 -0
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +1 -0
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +1 -0
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +1 -0
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +1 -0
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -0
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +1 -0
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -0
- package/.sinapse-ai/docs/standards/EXECUTOR-DECISION-TREE.md +1 -0
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -0
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -0
- package/.sinapse-ai/docs/standards/SINAPSE-COLOR-PALETTE-QUICK-REFERENCE.md +1 -0
- package/.sinapse-ai/docs/standards/SINAPSE-COLOR-PALETTE-V2.1.md +1 -0
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +1 -0
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +1 -0
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +1 -0
- package/.sinapse-ai/docs/standards/TASK-FORMAT-SPECIFICATION-V1.md +1 -0
- package/.sinapse-ai/elicitation/agent-elicitation.js +1 -1
- package/.sinapse-ai/elicitation/task-elicitation.js +1 -1
- package/.sinapse-ai/elicitation/workflow-elicitation.js +1 -1
- package/.sinapse-ai/framework-config.yaml +1 -16
- package/.sinapse-ai/hooks/ids-post-commit.js +1 -0
- package/.sinapse-ai/hooks/ids-pre-push.js +1 -0
- package/.sinapse-ai/hooks/unified/README.md +11 -11
- package/.sinapse-ai/hooks/unified/hook-interface.js +1 -0
- package/.sinapse-ai/hooks/unified/hook-registry.js +1 -0
- package/.sinapse-ai/hooks/unified/index.js +1 -0
- package/.sinapse-ai/hooks/unified/runners/precompact-runner.js +1 -0
- package/.sinapse-ai/index.esm.js +1 -1
- package/.sinapse-ai/index.js +1 -1
- package/.sinapse-ai/infrastructure/README.md +1 -0
- package/.sinapse-ai/infrastructure/contracts/compatibility/sinapse-4.0.4.yaml +1 -21
- package/.sinapse-ai/infrastructure/index.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/ai-providers/README.md +1 -0
- package/.sinapse-ai/infrastructure/integrations/ai-providers/ai-provider-factory.js +7 -5
- package/.sinapse-ai/infrastructure/integrations/ai-providers/ai-provider.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/ai-providers/claude-provider.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/ai-providers/index.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/pm-adapters/README.md +1 -0
- package/.sinapse-ai/infrastructure/integrations/pm-adapters/clickup-adapter.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/pm-adapters/github-adapter.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/pm-adapters/jira-adapter.js +1 -0
- package/.sinapse-ai/infrastructure/integrations/pm-adapters/local-adapter.js +1 -0
- package/.sinapse-ai/infrastructure/schemas/agent-v3-schema.json +1 -0
- package/.sinapse-ai/infrastructure/schemas/task-v3-schema.json +1 -0
- package/.sinapse-ai/infrastructure/scripts/approach-manager.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/approval-workflow.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/asset-inventory.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/atomic-layer-classifier.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/backup-manager.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/batch-creator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/branch-manager.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/capability-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/changelog-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/cicd-discovery.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/clickup-helpers.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/code-quality-improver.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/codebase-mapper.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/collect-tool-usage.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/commit-message-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/component-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/component-metadata.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/component-search.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/config-cache.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/conflict-resolver.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/coverage-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/dashboard-status-writer.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/dependency-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/dependency-impact-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/diff-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/brownfield-analyzer.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/config-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/deployment-config-loader.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/doc-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/gitignore-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/index.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-integrity/mode-detector.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/documentation-synchronizer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/framework-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/generate-optimization-report.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/generate-settings-json.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/git-config-detector.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/git-hooks/post-commit.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/git-wrapper.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +1 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/agent-parser.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/claude-code.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/validator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/improvement-engine.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/improvement-validator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/install-llm-routing.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.sh +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free.cmd +81 -80
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free.sh +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-max.cmd +27 -26
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-max.sh +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.sh +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.sh +1 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/usage-tracker/index.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/modification-risk-assessment.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/modification-validator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/output-formatter.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/path-analyzer.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/pattern-extractor.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/performance-analyzer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-and-error-resolver.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/performance-optimizer.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/plan-tracker.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/pm-adapter-factory.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/pm-adapter.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/pr-review-ai.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/project-status-loader.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/qa-loop-orchestrator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/refactoring-suggester.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/repository-detector.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/sandbox-tester.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/security-checker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/sinapse-validator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/spot-check-validator.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/status-mapper.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/story-worktree-hooks.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/stuck-detector.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/subtask-verifier.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/template-engine.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/template-validator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/test-discovery.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/test-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/test-quality-assessment.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/test-utilities-fast.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/test-utilities.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/tool-resolver.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/transaction-manager.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/usage-analytics.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/validate-agents.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/validate-claude-integration.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/validate-output-pattern.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/validate-user-profile.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/visual-impact-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/worktree-manager.js +1 -0
- package/.sinapse-ai/infrastructure/scripts/yaml-validator.js +1 -1
- package/.sinapse-ai/infrastructure/templates/coderabbit.yaml.template +280 -279
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -0
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -0
- package/.sinapse-ai/infrastructure/templates/github-workflows/README.md +1 -0
- package/.sinapse-ai/infrastructure/templates/github-workflows/ci.yml.template +170 -169
- package/.sinapse-ai/infrastructure/templates/github-workflows/pr-automation.yml.template +331 -330
- package/.sinapse-ai/infrastructure/templates/github-workflows/release.yml.template +197 -196
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl +19 -18
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-node.tmpl +86 -85
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-python.tmpl +146 -145
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-sinapse-base.tmpl +64 -63
- package/.sinapse-ai/infrastructure/templates/project-docs/coding-standards-tmpl.md +1 -0
- package/.sinapse-ai/infrastructure/templates/project-docs/source-tree-tmpl.md +1 -0
- package/.sinapse-ai/infrastructure/templates/project-docs/tech-stack-tmpl.md +1 -0
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +183 -182
- package/.sinapse-ai/infrastructure/tests/project-status-loader.test.js +1 -0
- package/.sinapse-ai/infrastructure/tests/regression-suite-v2.md +1 -0
- package/.sinapse-ai/infrastructure/tests/validate-module.js +1 -0
- package/.sinapse-ai/infrastructure/tests/worktree-manager.test.js +1 -0
- package/.sinapse-ai/infrastructure/tools/README.md +1 -0
- package/.sinapse-ai/infrastructure/tools/cli/github-cli.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/cli/llm-routing.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/cli/railway-cli.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/cli/supabase-cli.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/local/ffmpeg.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/21st-dev-magic.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/browser.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/clickup.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/context7.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/desktop-commander.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/exa.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/google-workspace.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/n8n.yaml +1 -0
- package/.sinapse-ai/infrastructure/tools/mcp/supabase.yaml +1 -0
- package/.sinapse-ai/install-manifest.yaml +1885 -1925
- package/.sinapse-ai/local-config.yaml.template +65 -71
- package/.sinapse-ai/manifests/agents.csv +29 -0
- package/.sinapse-ai/manifests/schema/manifest-schema.json +1 -0
- package/.sinapse-ai/manifests/tasks.csv +204 -0
- package/.sinapse-ai/manifests/workers.csv +196 -0
- package/.sinapse-ai/monitor/hooks/lib/__init__.py +2 -1
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +59 -58
- package/.sinapse-ai/monitor/hooks/lib/send_event.py +48 -47
- package/.sinapse-ai/monitor/hooks/notification.py +30 -29
- package/.sinapse-ai/monitor/hooks/post_tool_use.py +46 -45
- package/.sinapse-ai/monitor/hooks/pre_compact.py +30 -29
- package/.sinapse-ai/monitor/hooks/pre_tool_use.py +41 -40
- package/.sinapse-ai/monitor/hooks/stop.py +30 -29
- package/.sinapse-ai/monitor/hooks/subagent_stop.py +30 -29
- package/.sinapse-ai/monitor/hooks/user_prompt_submit.py +39 -38
- package/.sinapse-ai/presets/README.md +1 -0
- package/.sinapse-ai/product/README.md +1 -0
- package/.sinapse-ai/product/checklists/accessibility-wcag-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/architect-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/change-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/component-quality-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/database-design-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/dba-predeploy-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/dba-rollback-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/migration-readiness-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/pattern-audit-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/pm-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/po-master-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/pre-push-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/release-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -0
- package/.sinapse-ai/product/checklists/story-dod-checklist.md +1 -1
- package/.sinapse-ai/product/data/atomic-design-principles.md +1 -0
- package/.sinapse-ai/product/data/brainstorming-techniques.md +1 -1
- package/.sinapse-ai/product/data/consolidation-algorithms.md +1 -0
- package/.sinapse-ai/product/data/database-best-practices.md +1 -0
- package/.sinapse-ai/product/data/design-token-best-practices.md +1 -0
- package/.sinapse-ai/product/data/elicitation-methods.md +1 -1
- package/.sinapse-ai/product/data/integration-patterns.md +1 -0
- package/.sinapse-ai/product/data/migration-safety-guide.md +1 -0
- package/.sinapse-ai/product/data/mode-selection-best-practices.md +1 -0
- package/.sinapse-ai/product/data/postgres-tuning-guide.md +1 -0
- package/.sinapse-ai/product/data/rls-security-patterns.md +1 -0
- package/.sinapse-ai/product/data/roi-calculation-guide.md +1 -0
- package/.sinapse-ai/product/data/supabase-patterns.md +1 -0
- package/.sinapse-ai/product/data/test-levels-framework.md +1 -1
- package/.sinapse-ai/product/data/test-priorities-matrix.md +1 -1
- package/.sinapse-ai/product/data/wcag-compliance-guide.md +1 -0
- package/.sinapse-ai/product/templates/activation-instructions-inline-greeting.yaml +1 -0
- package/.sinapse-ai/product/templates/activation-instructions-template.md +1 -0
- package/.sinapse-ai/product/templates/adr.hbs +126 -125
- package/.sinapse-ai/product/templates/agent-template.yaml +1 -1
- package/.sinapse-ai/product/templates/architecture-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/brainstorming-output-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/brownfield-architecture-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/brownfield-prd-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/brownfield-risk-report-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/changelog-template.md +1 -0
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +1 -0
- package/.sinapse-ai/product/templates/competitor-analysis-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/component-react-tmpl.tsx +1 -0
- package/.sinapse-ai/product/templates/current-approach-tmpl.md +1 -0
- package/.sinapse-ai/product/templates/dbdr.hbs +242 -241
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/ds-artifact-analysis.md +1 -0
- package/.sinapse-ai/product/templates/engine/elicitation.js +1 -0
- package/.sinapse-ai/product/templates/engine/index.js +1 -0
- package/.sinapse-ai/product/templates/engine/loader.js +1 -0
- package/.sinapse-ai/product/templates/engine/renderer.js +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/adr.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/dbdr.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/epic.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/pmdr.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/prd-v2.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/prd.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/story.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/schemas/task.schema.json +1 -0
- package/.sinapse-ai/product/templates/engine/validator.js +1 -0
- package/.sinapse-ai/product/templates/epic.hbs +213 -212
- package/.sinapse-ai/product/templates/eslintrc-security.json +1 -0
- package/.sinapse-ai/product/templates/front-end-architecture-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/front-end-spec-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/fullstack-architecture-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/github-actions-cd.yml +1 -0
- package/.sinapse-ai/product/templates/github-actions-ci.yml +1 -0
- package/.sinapse-ai/product/templates/github-pr-template.md +1 -0
- package/.sinapse-ai/product/templates/gordon-mcp.yaml +1 -0
- package/.sinapse-ai/product/templates/index-strategy-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/market-research-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/mcp-workflow.js +1 -0
- package/.sinapse-ai/product/templates/migration-plan-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/migration-strategy-tmpl.md +1 -0
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -0
- package/.sinapse-ai/product/templates/personalized-checklist-template.md +1 -0
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -0
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -0
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +1 -0
- package/.sinapse-ai/product/templates/pmdr.hbs +187 -186
- package/.sinapse-ai/product/templates/prd-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/prd-v2.0.hbs +217 -216
- package/.sinapse-ai/product/templates/prd.hbs +202 -201
- package/.sinapse-ai/product/templates/project-brief-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/qa-gate-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/qa-report-tmpl.md +1 -0
- package/.sinapse-ai/product/templates/rls-policies-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/schema-design-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/shock-report-tmpl.html +1 -0
- package/.sinapse-ai/product/templates/spec-tmpl.md +1 -0
- package/.sinapse-ai/product/templates/state-persistence-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/statusline/statusline-script.js +1 -0
- package/.sinapse-ai/product/templates/statusline/track-agent.sh +1 -0
- package/.sinapse-ai/product/templates/story-tmpl.yaml +1 -1
- package/.sinapse-ai/product/templates/story.hbs +264 -263
- package/.sinapse-ai/product/templates/task-execution-report.md +1 -0
- package/.sinapse-ai/product/templates/task-template.md +1 -1
- package/.sinapse-ai/product/templates/task.hbs +171 -170
- package/.sinapse-ai/product/templates/tmpl-comment-on-examples.sql +159 -158
- package/.sinapse-ai/product/templates/tmpl-migration-script.sql +92 -91
- package/.sinapse-ai/product/templates/tmpl-rls-granular-policies.sql +105 -104
- package/.sinapse-ai/product/templates/tmpl-rls-kiss-policy.sql +11 -10
- package/.sinapse-ai/product/templates/tmpl-rls-roles.sql +136 -135
- package/.sinapse-ai/product/templates/tmpl-rls-simple.sql +78 -77
- package/.sinapse-ai/product/templates/tmpl-rls-tenant.sql +153 -152
- package/.sinapse-ai/product/templates/tmpl-rollback-script.sql +78 -77
- package/.sinapse-ai/product/templates/tmpl-seed-data.sql +141 -140
- package/.sinapse-ai/product/templates/tmpl-smoke-test.sql +17 -16
- package/.sinapse-ai/product/templates/tmpl-staging-copy-merge.sql +140 -139
- package/.sinapse-ai/product/templates/tmpl-stored-proc.sql +141 -140
- package/.sinapse-ai/product/templates/tmpl-trigger.sql +153 -152
- package/.sinapse-ai/product/templates/tmpl-view-materialized.sql +134 -133
- package/.sinapse-ai/product/templates/tmpl-view.sql +178 -177
- package/.sinapse-ai/product/templates/token-exports-css-tmpl.css +1 -0
- package/.sinapse-ai/product/templates/token-exports-tailwind-tmpl.js +1 -0
- package/.sinapse-ai/product/templates/tokens-schema-tmpl.yaml +1 -0
- package/.sinapse-ai/product/templates/workflow-template.yaml +1 -1
- package/.sinapse-ai/quality/metrics-collector.js +1 -0
- package/.sinapse-ai/quality/metrics-hook.js +1 -0
- package/.sinapse-ai/quality/schemas/quality-metrics.schema.json +1 -0
- package/.sinapse-ai/quality/seed-metrics.js +1 -0
- package/.sinapse-ai/schemas/README.md +1 -0
- package/.sinapse-ai/schemas/validate-v3-schema.js +1 -0
- package/.sinapse-ai/scripts/README.md +1 -0
- package/.sinapse-ai/scripts/batch-migrate-phase1.ps1 +37 -36
- package/.sinapse-ai/scripts/batch-migrate-phase2.ps1 +89 -88
- package/.sinapse-ai/scripts/batch-migrate-phase3.ps1 +46 -45
- package/.sinapse-ai/scripts/command-execution-hook.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/diagnose-npx-issue.ps1 +97 -96
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/README.md +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/index.html +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package.json +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/public/favicon.svg +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/App.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/AutoFixLog.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/AutoFixLog.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/DomainCard.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/DomainCard.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/HealthScore.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/HealthScore.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/IssuesList.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/IssuesList.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/TechDebtList.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/TechDebtList.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/index.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Card.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Card.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Chart.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Chart.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Header.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/Header.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/StatusBadge.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/StatusBadge.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/components/shared/index.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/hooks/index.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/hooks/useAutoRefresh.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/hooks/useHealthData.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/main.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/pages/Dashboard.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/pages/Dashboard.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/pages/DomainDetail.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/pages/DomainDetail.jsx +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/pages/index.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/styles/App.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/src/styles/index.css +1 -0
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/vite.config.js +1 -0
- package/.sinapse-ai/scripts/diagnostics/quick-diagnose.cmd +86 -85
- package/.sinapse-ai/scripts/diagnostics/quick-diagnose.ps1 +118 -117
- package/.sinapse-ai/scripts/migrate-framework-docs.sh +1 -0
- package/.sinapse-ai/scripts/pm.sh +1 -0
- package/.sinapse-ai/scripts/session-context-loader.js +1 -0
- package/.sinapse-ai/scripts/sinapse-doc-template.md +1 -0
- package/.sinapse-ai/scripts/test-template-system.js +1 -1
- package/.sinapse-ai/scripts/validate-phase1.ps1 +36 -35
- package/.sinapse-ai/scripts/workflow-management.md +1 -0
- package/.sinapse-ai/utils/filters/constants.js +1 -0
- package/.sinapse-ai/utils/filters/content-filter.js +1 -0
- package/.sinapse-ai/utils/filters/field-filter.js +1 -0
- package/.sinapse-ai/utils/filters/index.js +1 -0
- package/.sinapse-ai/utils/filters/schema-filter.js +1 -0
- package/.sinapse-ai/utils/format-duration.js +1 -0
- package/.sinapse-ai/utils/sinapse-validator.js +1 -0
- package/.sinapse-ai/workflow-intelligence/__tests__/confidence-scorer.test.js +1 -0
- package/.sinapse-ai/workflow-intelligence/__tests__/integration.test.js +1 -0
- package/.sinapse-ai/workflow-intelligence/__tests__/suggestion-engine.test.js +1 -0
- package/.sinapse-ai/workflow-intelligence/__tests__/wave-analyzer.test.js +1 -0
- package/.sinapse-ai/workflow-intelligence/__tests__/workflow-registry.test.js +1 -0
- package/.sinapse-ai/workflow-intelligence/engine/confidence-scorer.js +1 -0
- package/.sinapse-ai/workflow-intelligence/engine/output-formatter.js +1 -0
- package/.sinapse-ai/workflow-intelligence/engine/suggestion-engine.js +1 -0
- package/.sinapse-ai/workflow-intelligence/engine/wave-analyzer.js +1 -0
- package/.sinapse-ai/workflow-intelligence/index.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/capture-hook.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/gotcha-registry.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/index.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/pattern-capture.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/pattern-store.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/pattern-validator.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/qa-feedback.js +1 -0
- package/.sinapse-ai/workflow-intelligence/learning/semantic-search.js +1 -0
- package/.sinapse-ai/workflow-intelligence/registry/workflow-registry.js +1 -0
- package/LICENSE +34 -33
- package/README.en.md +192 -229
- package/README.md +118 -308
- package/bin/modules/mcp-installer.js +1 -0
- package/bin/sinapse-graph.js +1 -0
- package/bin/sinapse-ids.js +1 -0
- package/bin/sinapse-minimal.js +1 -0
- package/bin/utils/detect-fsmonitor.js +1 -0
- package/bin/utils/framework-guard.js +1 -0
- package/bin/utils/install-errors.js +1 -0
- package/bin/utils/install-transaction.js +1 -0
- package/bin/utils/pro-detector.js +1 -0
- package/docs/README.md +1 -0
- package/docs/examples/squads/basic-squad/README.md +1 -0
- package/docs/examples/squads/basic-squad/agents/greeter-agent.md +1 -0
- package/docs/examples/squads/basic-squad/tasks/greet-user.md +1 -0
- package/docs/examples/squads/multi-agent-squad/README.md +1 -0
- package/docs/examples/squads/multi-agent-squad/agents/lead-agent.md +1 -0
- package/docs/examples/squads/multi-agent-squad/agents/researcher-agent.md +1 -0
- package/docs/examples/squads/multi-agent-squad/agents/writer-agent.md +1 -0
- package/docs/examples/squads/multi-agent-squad/tasks/research-topic.md +1 -0
- package/docs/examples/squads/multi-agent-squad/tasks/write-report.md +1 -0
- package/docs/examples/squads/squad-with-tools/README.md +1 -0
- package/docs/examples/squads/squad-with-tools/agents/analyzer-agent.md +1 -0
- package/docs/examples/squads/squad-with-tools/tools/text-analyzer.js +1 -0
- package/docs/{codex-integration-process.md → framework/codex-parity/codex-integration-process.md} +1 -0
- package/docs/framework/config-override-guide.md +1 -0
- package/docs/{core-architecture.md → framework/core-architecture.md} +1 -0
- package/docs/framework/entity-layer-classification.md +1 -0
- package/docs/{glossary.md → framework/glossary.md} +1 -0
- package/docs/framework/performance-tips.md +1 -0
- package/docs/{00-shared-activation-pipeline.md → framework/shared-activation-pipeline.md} +1 -0
- package/docs/framework/source-tree.md +1 -0
- package/docs/framework/squad-creation-standards.md +331 -0
- package/docs/{versioning-and-releases.md → framework/versioning-and-releases.md} +1 -0
- package/docs/guides/README.md +1 -0
- package/docs/guides/ade-guide.md +1 -0
- package/docs/guides/agent-reference.md +131 -194
- package/docs/guides/agent-selection-guide.md +1 -0
- package/docs/guides/agents/ANALYST-SYSTEM.md +1 -0
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +1 -0
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +1 -0
- package/docs/guides/agents/DEV-SYSTEM.md +1 -0
- package/docs/guides/agents/DEVOPS-SYSTEM.md +1 -0
- package/docs/guides/agents/PM-SYSTEM.md +1 -0
- package/docs/guides/agents/QA-SYSTEM.md +1 -0
- package/docs/guides/agents/SINAPSE-AGENT-FLOWS.zip +0 -0
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +1 -0
- package/docs/guides/agents/SM-SYSTEM.md +1 -0
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +1 -0
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +1 -0
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +1 -0
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +1 -0
- package/docs/guides/agents/traces/README.md +1 -0
- package/docs/guides/agents/traces/analyst-execution-trace.md +1 -0
- package/docs/guides/agents/traces/architect-execution-trace.md +1 -0
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +1 -0
- package/docs/guides/agents/traces/dev-execution-trace.md +1 -0
- package/docs/guides/agents/traces/devops-execution-trace.md +1 -0
- package/docs/guides/agents/traces/execution-traces.zip +0 -0
- package/docs/guides/agents/traces/pm-execution-trace.md +1 -0
- package/docs/guides/agents/traces/po-execution-trace.md +1 -0
- package/docs/guides/agents/traces/qa-execution-trace.md +1 -0
- package/docs/guides/agents/traces/sinapse-orqx-execution-trace.md +1 -0
- package/docs/guides/agents/traces/sm-execution-trace.md +1 -0
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +1 -0
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +1 -0
- package/docs/guides/api-reference.md +1 -0
- package/docs/guides/build-recovery-guide.md +1 -0
- package/docs/guides/code-graph-mcp-setup.md +1 -0
- package/docs/guides/coderabbit/README.md +1 -0
- package/docs/guides/config-migration-guide.md +1 -0
- package/docs/guides/contextual-greeting-system-guide.md +1 -0
- package/docs/guides/development-setup.md +1 -0
- package/docs/{docker-mcp-setup.md → guides/docker-mcp-setup.md} +1 -0
- package/docs/guides/ide-sync-guide.md +1 -0
- package/docs/guides/mcp/desktop-commander.md +1 -0
- package/docs/guides/mcp/docker-gateway-tutorial.md +1 -0
- package/docs/guides/mcp-global-setup.md +1 -0
- package/docs/{meta-agent-commands.md → guides/meta-agent-commands.md} +1 -1
- package/docs/guides/permission-modes.md +1 -0
- package/docs/guides/project-status-feature.md +1 -0
- package/docs/guides/quality-dashboard.md +1 -0
- package/docs/guides/quality-gates.md +1 -0
- package/docs/guides/service-discovery.md +1 -0
- package/docs/guides/squad-examples/README.md +1 -0
- package/docs/guides/squad-examples/data-processor-squad.yaml +1 -0
- package/docs/guides/squad-examples/simple-agent.yaml +1 -0
- package/docs/guides/squad-migration.md +1 -0
- package/docs/guides/testing-guide.md +1 -0
- package/docs/guides/vertical-trails/data-engineer-trail.md +1 -0
- package/docs/guides/vertical-trails/devops-trail.md +1 -0
- package/docs/guides/vertical-trails/squad-creator-trail.md +1 -0
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +1 -0
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +1 -0
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +1 -0
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +1 -0
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +1 -0
- package/docs/guides/workflows/DESIGN-SYSTEM-BUILD-QUALITY-WORKFLOW.md +1 -0
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +1 -0
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +1 -0
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +1 -0
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +1 -0
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +1 -0
- package/docs/guides/workflows/SINAPSE-WORKFLOWS.zip +0 -0
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +1 -0
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +1 -0
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +1 -0
- package/docs/guides/workflows/xref-phase3-scripts.md +1 -0
- package/docs/guides/workflows/xref-phase5-core.md +1 -0
- package/docs/pt/ENVIRONMENT.md +1 -0
- package/docs/pt/README.md +1 -0
- package/docs/pt/agents/archetype-rationale.md +1 -0
- package/docs/pt/agents/persona-definitions.md +1 -0
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +1 -0
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +1 -0
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +1 -0
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +1 -0
- package/docs/pt/architecture/ade-architecture.md +1 -0
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +1 -0
- package/docs/pt/architecture/adr/adr-isolated-vm-decision.md +1 -0
- package/docs/pt/architecture/agent-config-audit.md +1 -0
- package/docs/pt/architecture/agent-responsibility-matrix.md +1 -0
- package/docs/pt/architecture/agent-tool-integration-guide.md +1 -0
- package/docs/pt/architecture/contribution-workflow-research.md +1 -0
- package/docs/pt/architecture/dashboard-architecture.md +1 -0
- package/docs/pt/architecture/dashboard-realtime.md +1 -0
- package/docs/pt/architecture/hcs-check-specifications.md +1 -0
- package/docs/pt/architecture/hcs-execution-modes.md +1 -0
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -0
- package/docs/pt/architecture/high-level-architecture.md +1 -0
- package/docs/pt/architecture/introduction.md +1 -0
- package/docs/pt/architecture/mcp-api-keys-management.md +1 -0
- package/docs/pt/architecture/mcp-system-diagrams.md +1 -0
- package/docs/pt/architecture/module-system.md +1 -0
- package/docs/pt/architecture/source-tree.md +1 -0
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +1 -0
- package/docs/pt/architecture/utility-integration-guide.md +1 -0
- package/docs/pt/contributing.md +1 -0
- package/docs/pt/core-architecture.md +1 -0
- package/docs/pt/docker-mcp-setup.md +1 -0
- package/docs/pt/framework/source-tree.md +1 -0
- package/docs/pt/getting-started.md +1 -0
- package/docs/pt/guides/README.md +1 -0
- package/docs/pt/guides/ade-guide.md +1 -0
- package/docs/pt/guides/agent-selection-guide.md +1 -0
- package/docs/pt/guides/api-reference.md +1 -0
- package/docs/pt/guides/build-recovery-guide.md +1 -0
- package/docs/pt/guides/contextual-greeting-system-guide.md +1 -0
- package/docs/pt/guides/development-setup.md +1 -0
- package/docs/pt/guides/ide-sync-guide.md +1 -0
- package/docs/pt/guides/mcp/desktop-commander.md +1 -0
- package/docs/pt/guides/mcp/docker-gateway-tutorial.md +1 -0
- package/docs/pt/guides/mcp-global-setup.md +1 -0
- package/docs/pt/guides/permission-modes.md +1 -0
- package/docs/pt/guides/project-status-feature.md +1 -0
- package/docs/pt/guides/quality-dashboard.md +1 -0
- package/docs/pt/guides/quality-gates.md +1 -0
- package/docs/pt/guides/service-discovery.md +1 -0
- package/docs/pt/guides/squad-examples/README.md +1 -0
- package/docs/pt/guides/squad-migration.md +1 -0
- package/docs/pt/guides/testing-guide.md +1 -0
- package/docs/pt/guides/user-guide.md +1 -0
- package/docs/pt/guides/workflows-guide.md +1 -0
- package/docs/pt/installation/troubleshooting.md +1 -0
- package/docs/pt/installation/v4-quick-start.md +1 -0
- package/docs/pt/meta-agent-commands.md +1 -0
- package/docs/pt/performance-tuning-guide.md +1 -0
- package/docs/pt/platforms/claude-code.md +1 -0
- package/docs/pt/sinapse-nomenclature-specification.md +1 -0
- package/docs/pt/specifications/docs-agent-technical-specification.md +1 -0
- package/docs/pt/troubleshooting.md +1 -0
- package/docs/pt/versioning-and-releases.md +1 -0
- package/docs/sinapse-agent-flows/README.md +1 -0
- package/docs/sinapse-agent-flows/analyst-system.md +1 -0
- package/docs/sinapse-agent-flows/architect-system.md +1 -0
- package/docs/sinapse-agent-flows/data-engineer-system.md +1 -0
- package/docs/sinapse-agent-flows/dev-system.md +1 -0
- package/docs/sinapse-agent-flows/devops-system.md +1 -0
- package/docs/sinapse-agent-flows/pm-system.md +1 -0
- package/docs/sinapse-agent-flows/qa-system.md +1 -0
- package/docs/sinapse-agent-flows/sinapse-orqx-system.md +1 -0
- package/docs/sinapse-agent-flows/sm-system.md +1 -0
- package/docs/sinapse-agent-flows/squad-creator-system.md +1 -0
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +1 -0
- package/docs/sinapse-workflows/README.md +1 -0
- package/docs/sinapse-workflows/auto-worktree-workflow.md +1 -0
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +1 -0
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +1 -0
- package/docs/sinapse-workflows/brownfield-service-workflow.md +1 -0
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +1 -0
- package/docs/sinapse-workflows/design-system-build-quality-workflow.md +1 -0
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +1 -0
- package/docs/sinapse-workflows/greenfield-service-workflow.md +1 -0
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +1 -0
- package/docs/sinapse-workflows/qa-loop-workflow.md +1 -0
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +1 -0
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +1 -0
- package/package.json +1 -1
- package/packages/installer/package.json +1 -0
- package/packages/installer/src/__tests__/performance-benchmark.js +1 -0
- package/packages/installer/src/config/templates/env-template.js +1 -0
- package/packages/installer/src/config/validation/config-validator.js +1 -0
- package/packages/installer/src/detection/detect-project-type.js +1 -0
- package/packages/installer/src/installer/dependency-installer.js +1 -0
- package/packages/installer/src/installer/file-hasher.js +1 -0
- package/packages/installer/src/installer/manifest-signature.js +1 -0
- package/packages/installer/src/merger/index.js +1 -0
- package/packages/installer/src/merger/parsers/env-parser.js +1 -0
- package/packages/installer/src/merger/parsers/markdown-section-parser.js +1 -0
- package/packages/installer/src/merger/strategies/base-merger.js +1 -0
- package/packages/installer/src/merger/strategies/env-merger.js +1 -0
- package/packages/installer/src/merger/strategies/index.js +1 -0
- package/packages/installer/src/merger/strategies/markdown-merger.js +1 -0
- package/packages/installer/src/merger/strategies/replace-merger.js +1 -0
- package/packages/installer/src/merger/strategies/yaml-merger.js +1 -0
- package/packages/installer/src/merger/types.js +1 -0
- package/packages/installer/src/updater/index.js +1 -0
- package/packages/installer/src/utils/sinapse-colors.js +1 -0
- package/packages/installer/src/wizard/ide-selector.js +1 -0
- package/packages/installer/src/wizard/validation/index.js +1 -0
- package/packages/installer/src/wizard/validation/validators/config-validator.js +1 -0
- package/packages/installer/src/wizard/validation/validators/dependency-validator.js +1 -0
- package/packages/installer/src/wizard/validation/validators/file-structure-validator.js +1 -0
- package/packages/installer/src/wizard/validation/validators/mcp-health-checker.js +1 -0
- package/packages/installer/src/wizard/validators.js +1 -0
- package/packages/installer/src/wizard/wizard.js +1 -0
- package/packages/installer/tests/integration/environment-configuration.test.js +1 -0
- package/packages/installer/tests/integration/wizard-detection.test.js +1 -0
- package/packages/installer/tests/unit/claude-md-template-v5/claude-md-template-v5.test.js +1 -0
- package/packages/installer/tests/unit/detection/detect-project-type.test.js +1 -0
- package/packages/installer/tests/unit/doctor/doctor-checks.test.js +1 -0
- package/packages/installer/tests/unit/doctor/doctor-orchestrator.test.js +1 -0
- package/packages/installer/tests/unit/generate-settings-json/generate-settings-json.test.js +1 -0
- package/packages/installer/tests/unit/ide-sync-integration/ide-sync-integration.test.js +1 -0
- package/packages/installer/tests/unit/merger/markdown-merger.test.js +1 -0
- package/packages/installer/tests/unit/merger/strategies.test.js +1 -0
- package/packages/installer/tests/unit/merger/yaml-merger.test.js +1 -0
- package/packages/sinapse-install/README.md +1 -0
- package/packages/sinapse-install/src/dep-checker.js +1 -0
- package/packages/sinapse-install/src/edmcp/index.js +1 -0
- package/packages/sinapse-install/src/os-detector.js +1 -0
- package/packages/sinapse-pro-cli/src/recover.js +1 -0
- package/scripts/check-markdown-links.py +353 -352
- package/scripts/code-intel-health-check.js +1 -0
- package/scripts/dashboard-parallel-dev.sh +1 -0
- package/scripts/dashboard-parallel-phase3.sh +1 -0
- package/scripts/dashboard-parallel-phase4.sh +1 -0
- package/scripts/install-monitor-hooks.sh +1 -0
- package/scripts/package-synapse.js +1 -0
- package/scripts/semantic-lint.js +1 -0
- package/scripts/sign-manifest.ps1 +131 -130
- package/scripts/validate-sinapse-ai-deps.js +1 -0
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -0
- package/sinapse/knowledge-base/routing-catalog.md +1 -0
- package/sinapse/squad.yaml +1 -0
- package/sinapse/tasks/compose-multi-squad-plan.md +1 -0
- package/sinapse/tasks/coordinate-cross-squad.md +1 -0
- package/sinapse/tasks/diagnose-and-route.md +1 -0
- package/sinapse/tasks/onboard-user.md +1 -0
- package/sinapse/tasks/resolve-conflict.md +1 -0
- package/sinapse/tasks/squad-status-report.md +1 -0
- package/sinapse/tasks/strategic-brief.md +1 -0
- package/squads/claude-code-mastery/README.md +1 -0
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +1 -0
- package/squads/claude-code-mastery/checklists/brownfield-readiness-checklist.md +1 -0
- package/squads/claude-code-mastery/checklists/change-checklist.md +1 -0
- package/squads/claude-code-mastery/checklists/context-rot-checklist.md +1 -0
- package/squads/claude-code-mastery/checklists/integration-audit-checklist.md +1 -0
- package/squads/claude-code-mastery/checklists/pre-push-checklist.md +1 -0
- package/squads/claude-code-mastery/data/ci-cd-patterns.yaml +1 -0
- package/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +1 -0
- package/squads/claude-code-mastery/data/hook-patterns.yaml +1 -0
- package/squads/claude-code-mastery/data/mcp-integration-catalog.yaml +1 -0
- package/squads/claude-code-mastery/data/project-type-signatures.yaml +1 -0
- package/squads/claude-code-mastery/data/swarm-orchestration-patterns.yaml +378 -0
- package/squads/claude-code-mastery/scripts/validate-setup.js +1 -0
- package/squads/claude-code-mastery/templates/claude-md-fullstack.md +1 -0
- package/squads/claude-code-mastery/templates/claude-md-library.md +1 -0
- package/squads/claude-code-mastery/templates/claude-md-microservices.md +1 -0
- package/squads/claude-code-mastery/templates/claude-md-mobile.md +1 -0
- package/squads/claude-code-mastery/templates/claude-md-monorepo.md +1 -0
- package/squads/claude-code-mastery/templates/github-actions-claude-ci.yml +1 -0
- package/squads/claude-code-mastery/templates/github-actions-claude-review.yml +1 -0
- package/squads/claude-code-mastery/workflows/wf-audit-complete.yaml +1 -0
- package/squads/claude-code-mastery/workflows/wf-knowledge-update.yaml +1 -0
- package/squads/claude-code-mastery/workflows/wf-project-setup.yaml +1 -0
- package/squads/squad-animations/knowledge-base/framer-motion-complete-reference.md +710 -0
- package/squads/squad-animations/knowledge-base/unicorn-studio-pipeline.md +197 -0
- package/squads/squad-animations/knowledge-base/web-animations-api-view-transitions.md +478 -0
- package/squads/squad-animations/squad.yaml +7 -2
- package/squads/squad-animations/tasks/create-unicorn-animation.md +61 -0
- package/squads/squad-animations/tasks/identify-website-animation.md +120 -0
- package/squads/squad-brand/knowledge-base/brand-experience-bx.md +227 -0
- package/squads/squad-brand/knowledge-base/brand-rebranding-framework.md +208 -0
- package/squads/squad-brand/knowledge-base/brand-strategy-frameworks-catalog.md +330 -52
- package/squads/squad-brand/knowledge-base/brand-valuation-frameworks.md +92 -13
- package/squads/squad-brand/knowledge-base/brazilian-branding-context.md +208 -0
- package/squads/squad-claude/knowledge-base/claude-code-internals-deep.md +578 -0
- package/squads/squad-claude/knowledge-base/claude-code-tools-reference.md +313 -0
- package/squads/squad-cloning/knowledge-base/agent-generation-guide.md +89 -0
- package/squads/squad-cloning/knowledge-base/cognitive-dna-framework.md +90 -0
- package/squads/squad-cloning/knowledge-base/source-classification.md +68 -0
- package/squads/squad-commercial/knowledge-base/commercial-analytics-reporting.md +120 -1
- package/squads/squad-commercial/knowledge-base/negotiation-frameworks.md +166 -0
- package/squads/squad-commercial/knowledge-base/plg-pls-framework.md +160 -0
- package/squads/squad-commercial/knowledge-base/revenue-architecture-models.md +153 -1
- package/squads/squad-commercial/knowledge-base/sales-compensation-brazil.md +210 -0
- package/squads/squad-commercial/knowledge-base/sales-qualification-methodology.md +97 -4
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +104 -0
- package/squads/squad-content/knowledge-base/content-governance-principles.md +132 -1
- package/squads/squad-content/knowledge-base/content-measurement-framework.md +99 -3
- package/squads/squad-content/knowledge-base/content-repurposing-playbook.md +107 -1
- package/squads/squad-content/knowledge-base/editorial-strategy-frameworks.md +148 -5
- package/squads/squad-content/knowledge-base/hook-formulas-library.md +88 -0
- package/squads/squad-content/knowledge-base/narrative-structures-library.md +72 -1
- package/squads/squad-content/knowledge-base/seo-content-deep.md +231 -0
- package/squads/squad-copy/knowledge-base/copywriting-formulas-encyclopedia.md +164 -80
- package/squads/squad-copy/knowledge-base/headline-patterns-library.md +70 -0
- package/squads/squad-copy/knowledge-base/legendary-copywriters-frameworks.md +128 -0
- package/squads/squad-copy/knowledge-base/storytelling-frameworks.md +103 -0
- package/squads/squad-council/knowledge-base/decision-frameworks-encyclopedia.md +266 -0
- package/squads/squad-council/knowledge-base/financial-strategy-models.md +239 -0
- package/squads/squad-courses/knowledge-base/adult-learning-principles.md +75 -0
- package/squads/squad-courses/knowledge-base/assessment-design-guide.md +68 -0
- package/squads/squad-courses/knowledge-base/course-pricing-models.md +95 -0
- package/squads/squad-courses/knowledge-base/engagement-retention-patterns.md +93 -0
- package/squads/squad-courses/knowledge-base/instructional-design-frameworks.md +149 -2
- package/squads/squad-cybersecurity/knowledge-base/authentication-security.md +393 -0
- package/squads/squad-cybersecurity/knowledge-base/owasp-top-10-reference.md +362 -0
- package/squads/squad-cybersecurity/knowledge-base/supply-chain-security.md +311 -0
- package/squads/squad-cybersecurity/knowledge-base/zero-trust-architecture.md +225 -0
- package/squads/squad-design/knowledge-base/design-systems-frameworks.md +343 -25
- package/squads/squad-design/knowledge-base/design-to-code-pipeline.md +375 -0
- package/squads/squad-design/knowledge-base/design-token-architecture.md +259 -4
- package/squads/squad-design/knowledge-base/designops-maturity.md +312 -0
- package/squads/squad-design/knowledge-base/famous-design-systems-study.md +291 -0
- package/squads/squad-finance/knowledge-base/capital-budgeting.md +229 -0
- package/squads/squad-finance/knowledge-base/cash-flow-management.md +220 -0
- package/squads/squad-finance/knowledge-base/corporate-finance-frameworks.md +272 -0
- package/squads/squad-finance/knowledge-base/valuation-methods.md +254 -0
- package/squads/squad-growth/knowledge-base/cro-experimentation-framework.md +93 -2
- package/squads/squad-growth/knowledge-base/growth-frameworks.md +99 -6
- package/squads/squad-growth/knowledge-base/plg-metrics-framework.md +183 -0
- package/squads/squad-growth/knowledge-base/retention-lifecycle-marketing.md +193 -0
- package/squads/squad-growth/knowledge-base/seo-technical-reference.md +69 -0
- package/squads/squad-growth/knowledge-base/unit-economics-ltv-cac.md +253 -0
- package/squads/squad-growth/knowledge-base/viral-referral-mechanics.md +159 -0
- package/squads/squad-paidmedia/knowledge-base/brazil-market-context.md +284 -0
- package/squads/squad-paidmedia/knowledge-base/programmatic-attribution-deep.md +311 -0
- package/squads/squad-paidmedia/knowledge-base/social-algorithms-playbook.md +361 -0
- package/squads/squad-paidmedia/knowledge-base/tiktok-linkedin-ads-playbook.md +213 -0
- package/squads/squad-product/knowledge-base/customer-success-integration.md +242 -0
- package/squads/squad-product/knowledge-base/experimentation-framework.md +196 -0
- package/squads/squad-research/knowledge-base/hybrid-retrieval-patterns.md +144 -0
- package/squads/squad-research/knowledge-base/knowledge-graph-construction.md +122 -0
- package/squads/squad-research/knowledge-base/multi-agent-research-methodology.md +144 -0
- package/squads/squad-storytelling/knowledge-base/blake-snyder-beat-sheet.md +151 -0
- package/squads/squad-storytelling/knowledge-base/business-storytelling-frameworks.md +209 -0
- package/squads/squad-storytelling/knowledge-base/heros-journey-deep.md +174 -0
- package/squads/squad-storytelling/knowledge-base/pitch-presentation-frameworks.md +222 -0
- package/squads/squad-storytelling/knowledge-base/story-circle-dan-harmon.md +171 -0
- package/.sinapse-ai/core/health-check/checks/services/gemini-cli.js +0 -239
- package/.sinapse-ai/core/orchestration/gemini-model-selector.js +0 -161
- package/.sinapse-ai/hooks/gemini/after-tool.js +0 -77
- package/.sinapse-ai/hooks/gemini/before-agent.js +0 -79
- package/.sinapse-ai/hooks/gemini/before-tool.js +0 -114
- package/.sinapse-ai/hooks/gemini/rewind-handler.js +0 -68
- package/.sinapse-ai/hooks/gemini/session-end.js +0 -90
- package/.sinapse-ai/hooks/gemini/session-start.js +0 -90
- package/.sinapse-ai/infrastructure/integrations/ai-providers/gemini-provider.js +0 -365
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/cloudrun-adapter.js +0 -128
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/index.js +0 -41
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/policy-sync.js +0 -73
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/security-adapter.js +0 -159
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/supabase-adapter.js +0 -88
- package/.sinapse-ai/infrastructure/integrations/gemini-extensions/workspace-adapter.js +0 -99
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +0 -205
- package/.sinapse-ai/product/templates/gemini/settings.json +0 -79
- package/.sinapse-ai/product/templates/sinapse-ai-config.yaml +0 -106
- package/docs/changelog.md +0 -184
- package/docs/community.md +0 -227
- package/docs/en/sinapse-agent-flows/README.md +0 -190
- package/docs/en/sinapse-agent-flows/analyst-system.md +0 -26
- package/docs/en/sinapse-agent-flows/architect-system.md +0 -26
- package/docs/en/sinapse-agent-flows/data-engineer-system.md +0 -26
- package/docs/en/sinapse-agent-flows/dev-system.md +0 -26
- package/docs/en/sinapse-agent-flows/devops-system.md +0 -26
- package/docs/en/sinapse-agent-flows/pm-system.md +0 -26
- package/docs/en/sinapse-agent-flows/qa-system.md +0 -26
- package/docs/en/sinapse-agent-flows/sinapse-orqx-system.md +0 -26
- package/docs/en/sinapse-agent-flows/sm-system.md +0 -26
- package/docs/en/sinapse-agent-flows/squad-creator-system.md +0 -26
- package/docs/en/sinapse-agent-flows/ux-design-expert-system.md +0 -26
- package/docs/en/sinapse-workflows/README.md +0 -247
- package/docs/en/sinapse-workflows/auto-worktree-workflow.md +0 -62
- package/docs/en/sinapse-workflows/brownfield-discovery-workflow.md +0 -50
- package/docs/en/sinapse-workflows/brownfield-fullstack-workflow.md +0 -50
- package/docs/en/sinapse-workflows/brownfield-service-workflow.md +0 -51
- package/docs/en/sinapse-workflows/brownfield-ui-workflow.md +0 -51
- package/docs/en/sinapse-workflows/design-system-build-quality-workflow.md +0 -53
- package/docs/en/sinapse-workflows/greenfield-fullstack-workflow.md +0 -45
- package/docs/en/sinapse-workflows/greenfield-service-workflow.md +0 -45
- package/docs/en/sinapse-workflows/greenfield-ui-workflow.md +0 -45
- package/docs/en/sinapse-workflows/qa-loop-workflow.md +0 -50
- package/docs/en/sinapse-workflows/spec-pipeline-workflow.md +0 -48
- package/docs/en/sinapse-workflows/story-development-cycle-workflow.md +0 -50
- package/docs/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/prd-cli-graph-dashboard.md +0 -274
- package/docs/troubleshooting.md +0 -881
- package/packages/gemini-sinapse-extension/README.md +0 -53
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +0 -138
- package/packages/gemini-sinapse-extension/commands/sinapse-agent.js +0 -7
- package/packages/gemini-sinapse-extension/commands/sinapse-agents.js +0 -49
- package/packages/gemini-sinapse-extension/commands/sinapse-analyst.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-architect.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-data-engineer.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-dev.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-devops.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-menu.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-orqx.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-pm.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-po.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-qa.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-sm.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-squad-creator.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-status.js +0 -66
- package/packages/gemini-sinapse-extension/commands/sinapse-ux-design-expert.js +0 -6
- package/packages/gemini-sinapse-extension/commands/sinapse-validate.js +0 -33
- package/packages/gemini-sinapse-extension/extension.json +0 -147
- package/packages/gemini-sinapse-extension/gemini-extension.json +0 -147
- package/packages/gemini-sinapse-extension/hooks/hooks.json +0 -70
- /package/docs/{architecture-overview.md → framework/architecture-overview.md} +0 -0
- /package/docs/{codex-delegation-parity.md → framework/codex-parity/codex-delegation-parity.md} +0 -0
- /package/docs/{codex-parity-program.md → framework/codex-parity/codex-parity-program.md} +0 -0
- /package/docs/{codex-total-parity-orchestration-plan.md → framework/codex-parity/codex-total-parity-orchestration-plan.md} +0 -0
- /package/docs/{codex-workflow-task-parity.md → framework/codex-parity/codex-workflow-task-parity.md} +0 -0
- /package/docs/{collaboration-autonomy-plan.md → framework/collaboration-autonomy-plan.md} +0 -0
- /package/docs/{feature-process.md → framework/feature-process.md} +0 -0
- /package/docs/{guiding-principles.md → framework/guiding-principles.md} +0 -0
- /package/docs/{orqx-plan.md → framework/orqx-plan.md} +0 -0
- /package/docs/{roadmap.md → framework/roadmap.md} +0 -0
- /package/docs/{getting-started.md → guides/getting-started.md} +0 -0
- /package/docs/{git-workflow-guide.md → guides/git-workflow-guide.md} +0 -0
- /package/docs/{ide-integration.md → guides/ide-integration.md} +0 -0
- /package/docs/{squad-commands-reference.md → guides/squad-commands-reference.md} +0 -0
- /package/{CHROME-BRAIN-INSTALL.md → docs/installation/chrome-brain.md} +0 -0
- /package/docs/{npx-install.md → installation/npx-install.md} +0 -0
- /package/docs/{uninstallation.md → installation/uninstallation.md} +0 -0
- /package/docs/{security.md → security/overview.md} +0 -0
- /package/docs/{security-best-practices.md → security/security-best-practices.md} +0 -0
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Story Circle — Dan Harmon Deep Reference
|
|
2
|
+
|
|
3
|
+
> Version: 1.0.0 | Agent: dan-harmon | Domain: tv-episodic, character-driven
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Dan Harmon developed the Story Circle while running Channel 101 and later as showrunner of Community (NBC). It is the most practical and approachable narrative framework ever created — a compression of Campbell's monomyth into 8 steps that can be drawn as a circle and applied at any story scale.
|
|
8
|
+
|
|
9
|
+
**Origin:** Harmon kept failing to write stories that felt satisfying. He obsessively studied structure until he found the minimum viable unit of story. The circle was the result.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## The 8-Step Story Circle
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
YOU (1)
|
|
17
|
+
/ \
|
|
18
|
+
CHANGE (8) NEED (2)
|
|
19
|
+
/ \
|
|
20
|
+
RETURN (7) GO (3)
|
|
21
|
+
\ /
|
|
22
|
+
TAKE (6) SEARCH (4)
|
|
23
|
+
\ /
|
|
24
|
+
FIND (5)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
| Step | Name | Description |
|
|
28
|
+
|------|------|-------------|
|
|
29
|
+
| **1** | **YOU** | A character exists in their zone of comfort — the familiar world, the status quo. |
|
|
30
|
+
| **2** | **NEED** | Something is needed or wanted — a lack, a desire, a problem that demands attention. |
|
|
31
|
+
| **3** | **GO** | The character enters an unfamiliar situation — crosses the threshold into the unknown. |
|
|
32
|
+
| **4** | **SEARCH** | The character adapts to the unfamiliar, struggles, fails, learns — the messy middle. |
|
|
33
|
+
| **5** | **FIND** | The character gets what they wanted — the apparent goal is achieved. |
|
|
34
|
+
| **6** | **TAKE** | The character pays a price — getting what you want always costs something. |
|
|
35
|
+
| **7** | **RETURN** | The character returns to their familiar situation — transformed. |
|
|
36
|
+
| **8** | **CHANGE** | The character has changed — they are different from who they were in step 1. |
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## The Circle as Philosophy
|
|
41
|
+
|
|
42
|
+
The circle encodes a profound truth: **every meaningful story is about change, and change requires cost.**
|
|
43
|
+
|
|
44
|
+
The top half of the circle is the **comfortable, familiar world** (consciousness/daytime).
|
|
45
|
+
The bottom half is the **unfamiliar, dangerous world** (unconscious/nighttime).
|
|
46
|
+
|
|
47
|
+
Crossing into the bottom half is always a choice. The step from GO to SEARCH is the "yes" that makes the story happen. The step from RETURN to CHANGE is the proof that something real occurred.
|
|
48
|
+
|
|
49
|
+
**Harmon's core insight:** If someone wants something, goes somewhere, struggles, gets it, but there's no cost and no change — it's not a story. It's a sequence of events.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## The Fractal Property
|
|
54
|
+
|
|
55
|
+
The Story Circle works at every scale simultaneously:
|
|
56
|
+
|
|
57
|
+
| Scale | Example |
|
|
58
|
+
|-------|---------|
|
|
59
|
+
| **Series** | Breaking Bad: Walter White (YOU) needs money → goes into drugs (GO) → becomes Heisenberg (FIND) → loses family (TAKE) → admits the truth (CHANGE) |
|
|
60
|
+
| **Season** | Each season of Community follows a full circle arc |
|
|
61
|
+
| **Episode** | A single episode follows the complete circle |
|
|
62
|
+
| **Scene** | A 3-minute conversation can have all 8 steps |
|
|
63
|
+
| **Beat** | A single moment of realization is a micro-circle |
|
|
64
|
+
|
|
65
|
+
This is why great TV feels simultaneously satisfying in each individual scene AND across the full series — the fractal is operational at all levels.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Characters Have Needs AND Goals
|
|
70
|
+
|
|
71
|
+
Harmon distinguishes between what the character **wants** (the goal, the conscious desire) and what the character **needs** (the deeper lack, often unconscious):
|
|
72
|
+
|
|
73
|
+
- **Want:** External objective — what the plot is about
|
|
74
|
+
- **Need:** Internal wound — what the story is really about
|
|
75
|
+
|
|
76
|
+
The character achieves the WANT by the midpoint (step 5). The NEED is only resolved by CHANGE (step 8). The want and need are usually in tension. Getting the want often prevents getting the need — until the character learns to sacrifice the want.
|
|
77
|
+
|
|
78
|
+
**Example — Community's Jeff Winger:**
|
|
79
|
+
- Want: Fake his way through college, avoid genuine connection
|
|
80
|
+
- Need: Authentic friendship and belonging
|
|
81
|
+
- The story only works because these are in conflict
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Applying the Story Circle to Business Content
|
|
86
|
+
|
|
87
|
+
### For Customer Stories
|
|
88
|
+
```
|
|
89
|
+
YOU: [Customer before your product — their daily reality]
|
|
90
|
+
NEED: [The specific problem or desire that was nagging them]
|
|
91
|
+
GO: [The decision to try your solution — crossing the threshold]
|
|
92
|
+
SEARCH: [The learning curve, the first attempts, the friction]
|
|
93
|
+
FIND: [The moment it clicked — the specific win]
|
|
94
|
+
TAKE: [What they had to give up or change — honesty adds credibility]
|
|
95
|
+
RETURN: [Back to daily work, but now different]
|
|
96
|
+
CHANGE: [How they see themselves and their work differently now]
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### For Personal Brand Content
|
|
100
|
+
```
|
|
101
|
+
YOU: [Who I was before the insight]
|
|
102
|
+
NEED: [What was missing or broken in my thinking]
|
|
103
|
+
GO: [The decision to explore, experiment, or change]
|
|
104
|
+
SEARCH: [The struggle, the failure, the confusion]
|
|
105
|
+
FIND: [The realization, the discovery, the breakthrough]
|
|
106
|
+
TAKE: [What I had to let go of — an old belief, a comfortable habit]
|
|
107
|
+
RETURN: [Back to practice, but with new understanding]
|
|
108
|
+
CHANGE: [How my work is different now]
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### For Brand Origin Stories
|
|
112
|
+
```
|
|
113
|
+
YOU: [The founder in the ordinary world — their expertise, their frustration]
|
|
114
|
+
NEED: [The market gap or problem they couldn't ignore]
|
|
115
|
+
GO: [The decision to build — quitting the job, starting the company]
|
|
116
|
+
SEARCH: [The early struggles, the pivots, the failures]
|
|
117
|
+
FIND: [The product-market fit, the first real win]
|
|
118
|
+
TAKE: [The cost — relationships strained, resources depleted, years spent]
|
|
119
|
+
RETURN: [Back to the market, now with a real solution]
|
|
120
|
+
CHANGE: [The company and the founder as a different entity]
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## The Story Circle vs. The Hero's Journey
|
|
126
|
+
|
|
127
|
+
| Dimension | Hero's Journey (Campbell) | Story Circle (Harmon) |
|
|
128
|
+
|-----------|--------------------------|----------------------|
|
|
129
|
+
| Steps | 17 (Campbell) / 12 (Vogler) | 8 |
|
|
130
|
+
| Complexity | High — requires deep study | Low — learnable in one session |
|
|
131
|
+
| Scale | Macro (epics, films, myths) | Any scale (scene to series) |
|
|
132
|
+
| Emphasis | External journey and transformation | Internal need and change |
|
|
133
|
+
| Best for | Epic narratives, brand mythology | TV, episodic, any practical writing |
|
|
134
|
+
| Overlap | Stages 1-5 map to Departure/Initiation | Compression of the same pattern |
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Episode Structure Application
|
|
139
|
+
|
|
140
|
+
For a 22-minute sitcom episode (Community model):
|
|
141
|
+
|
|
142
|
+
| Step | Approx. Time | What Happens |
|
|
143
|
+
|------|-------------|--------------|
|
|
144
|
+
| YOU | 0:00-2:00 | Character in normal context |
|
|
145
|
+
| NEED | 2:00-4:00 | Problem or desire established |
|
|
146
|
+
| GO | 4:00-6:00 | Character commits to a course of action |
|
|
147
|
+
| SEARCH | 6:00-14:00 | The long middle — obstacles, escalating complications |
|
|
148
|
+
| FIND | 14:00-16:00 | Apparent resolution — gets what they wanted |
|
|
149
|
+
| TAKE | 16:00-18:00 | Cost becomes clear — it wasn't worth it, or came with conditions |
|
|
150
|
+
| RETURN | 18:00-20:00 | Back to the original world |
|
|
151
|
+
| CHANGE | 20:00-22:00 | Reflection, transformation, new state |
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Common Story Circle Failures
|
|
156
|
+
|
|
157
|
+
| Failure | Diagnosis | Fix |
|
|
158
|
+
|---------|-----------|-----|
|
|
159
|
+
| No real change in step 8 | The character just had an adventure | The final state must differ from step 1 |
|
|
160
|
+
| No cost in step 6 | Story feels too easy | What does getting the want cost? |
|
|
161
|
+
| Skipping step 4 | Story resolves too quickly | The search needs real struggle and failure |
|
|
162
|
+
| Want = Need | No internal conflict | Separate external goal from internal wound |
|
|
163
|
+
| The circle is too tidy | Story feels mechanical | The circle is a diagnostic, not a recipe |
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Cross-Reference
|
|
168
|
+
|
|
169
|
+
- **Campbell's Monomyth** is the mythic substrate — Harmon's circle is its practical compression
|
|
170
|
+
- **Blake Snyder's Beat Sheet** maps similarly but focuses on commercial screenplay structure
|
|
171
|
+
- **Kindra Hall's Normal-Explosion-New Normal** is a further compression for business stories
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Gemini CLI Check
|
|
3
|
-
*
|
|
4
|
-
* Verifies Gemini CLI installation, authentication, and configuration.
|
|
5
|
-
* Detects available features including Preview features, Extensions, and Hooks.
|
|
6
|
-
*
|
|
7
|
-
* @module sinapse-ai/health-check/checks/services/gemini-cli
|
|
8
|
-
* @version 1.0.0
|
|
9
|
-
* @story GEMINI-INT Story 1 - Gemini CLI Health Check & Detection
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
const fs = require('fs').promises;
|
|
13
|
-
const path = require('path');
|
|
14
|
-
const os = require('os');
|
|
15
|
-
const { execSync } = require('child_process');
|
|
16
|
-
const { BaseCheck, CheckSeverity, CheckDomain } = require('../../base-check');
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Gemini CLI check
|
|
20
|
-
*
|
|
21
|
-
* @class GeminiCliCheck
|
|
22
|
-
* @extends BaseCheck
|
|
23
|
-
*/
|
|
24
|
-
class GeminiCliCheck extends BaseCheck {
|
|
25
|
-
constructor() {
|
|
26
|
-
super({
|
|
27
|
-
id: 'services.gemini-cli',
|
|
28
|
-
name: 'Gemini CLI',
|
|
29
|
-
description: 'Verifies Gemini CLI installation and configuration',
|
|
30
|
-
domain: CheckDomain.SERVICES,
|
|
31
|
-
severity: CheckSeverity.LOW,
|
|
32
|
-
timeout: 5000,
|
|
33
|
-
cacheable: true,
|
|
34
|
-
healingTier: 0,
|
|
35
|
-
tags: ['gemini', 'google', 'ai', 'cli'],
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Execute the check
|
|
41
|
-
* @param {Object} context - Execution context
|
|
42
|
-
* @returns {Promise<Object>} Check result
|
|
43
|
-
*/
|
|
44
|
-
async execute(context) {
|
|
45
|
-
const projectRoot = context.projectRoot || process.cwd();
|
|
46
|
-
const homeDir = os.homedir();
|
|
47
|
-
|
|
48
|
-
const details = {
|
|
49
|
-
installed: false,
|
|
50
|
-
version: null,
|
|
51
|
-
authenticated: false,
|
|
52
|
-
projectConfig: false,
|
|
53
|
-
globalConfig: false,
|
|
54
|
-
features: {
|
|
55
|
-
previewFeatures: false,
|
|
56
|
-
hooks: false,
|
|
57
|
-
extensions: [],
|
|
58
|
-
},
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
// Check if gemini is installed
|
|
62
|
-
try {
|
|
63
|
-
const version = execSync('gemini --version', {
|
|
64
|
-
encoding: 'utf8',
|
|
65
|
-
timeout: 5000,
|
|
66
|
-
windowsHide: true,
|
|
67
|
-
}).trim();
|
|
68
|
-
|
|
69
|
-
details.installed = true;
|
|
70
|
-
details.version = version;
|
|
71
|
-
} catch {
|
|
72
|
-
// Not installed
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// Check authentication status
|
|
76
|
-
if (details.installed) {
|
|
77
|
-
try {
|
|
78
|
-
const authStatus = execSync('gemini auth status 2>&1', {
|
|
79
|
-
encoding: 'utf8',
|
|
80
|
-
timeout: 5000,
|
|
81
|
-
windowsHide: true,
|
|
82
|
-
});
|
|
83
|
-
details.authenticated = !authStatus.toLowerCase().includes('not authenticated');
|
|
84
|
-
} catch {
|
|
85
|
-
details.authenticated = false;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// Check project .gemini directory
|
|
90
|
-
try {
|
|
91
|
-
const geminiDir = path.join(projectRoot, '.gemini');
|
|
92
|
-
await fs.access(geminiDir);
|
|
93
|
-
details.projectConfig = true;
|
|
94
|
-
|
|
95
|
-
// Check for rules.md (SINAPSE rules)
|
|
96
|
-
try {
|
|
97
|
-
await fs.access(path.join(geminiDir, 'rules.md'));
|
|
98
|
-
details.hasProjectRules = true;
|
|
99
|
-
} catch {
|
|
100
|
-
details.hasProjectRules = false;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// Check for settings.json (hooks, extensions config)
|
|
104
|
-
try {
|
|
105
|
-
const settingsPath = path.join(geminiDir, 'settings.json');
|
|
106
|
-
const settingsContent = await fs.readFile(settingsPath, 'utf8');
|
|
107
|
-
const settings = JSON.parse(settingsContent);
|
|
108
|
-
|
|
109
|
-
// Check for hooks configuration
|
|
110
|
-
if (settings.hooks && Object.keys(settings.hooks).length > 0) {
|
|
111
|
-
details.features.hooks = true;
|
|
112
|
-
details.features.hookEvents = Object.keys(settings.hooks);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// Check for preview features
|
|
116
|
-
if (settings.previewFeatures === true) {
|
|
117
|
-
details.features.previewFeatures = true;
|
|
118
|
-
}
|
|
119
|
-
} catch {
|
|
120
|
-
// No settings.json or invalid JSON
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// Check for SINAPSE agents
|
|
124
|
-
try {
|
|
125
|
-
const agentsDir = path.join(geminiDir, 'rules', 'SINAPSE', 'agents');
|
|
126
|
-
const agentFiles = await fs.readdir(agentsDir);
|
|
127
|
-
details.sinapseAgents = agentFiles.filter((f) => f.endsWith('.md')).length;
|
|
128
|
-
} catch {
|
|
129
|
-
details.sinapseAgents = 0;
|
|
130
|
-
}
|
|
131
|
-
} catch {
|
|
132
|
-
// No project config
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
// Check global config (~/.gemini or similar)
|
|
136
|
-
try {
|
|
137
|
-
const globalGeminiDir = path.join(homeDir, '.gemini');
|
|
138
|
-
await fs.access(globalGeminiDir);
|
|
139
|
-
details.globalConfig = true;
|
|
140
|
-
|
|
141
|
-
// Check global settings
|
|
142
|
-
try {
|
|
143
|
-
const globalSettingsPath = path.join(globalGeminiDir, 'settings.json');
|
|
144
|
-
const globalSettings = JSON.parse(await fs.readFile(globalSettingsPath, 'utf8'));
|
|
145
|
-
|
|
146
|
-
if (globalSettings.previewFeatures === true) {
|
|
147
|
-
details.features.previewFeatures = true;
|
|
148
|
-
}
|
|
149
|
-
} catch {
|
|
150
|
-
// No global settings
|
|
151
|
-
}
|
|
152
|
-
} catch {
|
|
153
|
-
// No global config
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// Check for installed extensions
|
|
157
|
-
if (details.installed) {
|
|
158
|
-
try {
|
|
159
|
-
const extensionsList = execSync('gemini extensions list --output-format json 2>/dev/null', {
|
|
160
|
-
encoding: 'utf8',
|
|
161
|
-
timeout: 10000,
|
|
162
|
-
windowsHide: true,
|
|
163
|
-
});
|
|
164
|
-
const extensions = JSON.parse(extensionsList);
|
|
165
|
-
if (Array.isArray(extensions)) {
|
|
166
|
-
details.features.extensions = extensions.map((e) => e.name || e);
|
|
167
|
-
}
|
|
168
|
-
} catch {
|
|
169
|
-
// Extensions command not available or failed
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
// Not using Gemini CLI
|
|
174
|
-
if (!details.installed && !details.projectConfig && !details.globalConfig) {
|
|
175
|
-
return this.pass('Gemini CLI not detected (not using Gemini CLI)', {
|
|
176
|
-
details,
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
const issues = [];
|
|
181
|
-
const warnings = [];
|
|
182
|
-
|
|
183
|
-
// Check for issues
|
|
184
|
-
if (details.installed && !details.authenticated) {
|
|
185
|
-
issues.push('Not authenticated');
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
if (!details.projectConfig) {
|
|
189
|
-
warnings.push('No project-level .gemini directory');
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
if (details.projectConfig && !details.hasProjectRules) {
|
|
193
|
-
warnings.push('Project .gemini/rules.md not found');
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
if (details.projectConfig && details.sinapseAgents === 0) {
|
|
197
|
-
warnings.push('No SINAPSE agents installed for Gemini CLI');
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
if (!details.features.previewFeatures) {
|
|
201
|
-
warnings.push('Preview features not enabled (needed for Gemini 3)');
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// Return result based on severity
|
|
205
|
-
if (issues.length > 0) {
|
|
206
|
-
return this.warning(`Gemini CLI needs attention: ${issues.join(', ')}`, {
|
|
207
|
-
recommendation: issues.includes('Not authenticated')
|
|
208
|
-
? 'Run `gemini` to authenticate with your Google account'
|
|
209
|
-
: 'Run `npx sinapse-ai install` and select Gemini CLI',
|
|
210
|
-
details: { ...details, issues, warnings },
|
|
211
|
-
});
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
if (warnings.length > 0) {
|
|
215
|
-
return this.warning(`Gemini CLI configuration incomplete: ${warnings.join(', ')}`, {
|
|
216
|
-
recommendation: 'Run `npx sinapse-ai install` and select Gemini CLI',
|
|
217
|
-
details: { ...details, warnings },
|
|
218
|
-
});
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
// Build success message
|
|
222
|
-
const parts = [];
|
|
223
|
-
if (details.installed) parts.push(`CLI v${details.version}`);
|
|
224
|
-
if (details.authenticated) parts.push('authenticated');
|
|
225
|
-
if (details.projectConfig) parts.push('project config');
|
|
226
|
-
if (details.features.previewFeatures) parts.push('preview features');
|
|
227
|
-
if (details.features.hooks) parts.push(`${details.features.hookEvents.length} hooks`);
|
|
228
|
-
if (details.features.extensions.length > 0) {
|
|
229
|
-
parts.push(`${details.features.extensions.length} extensions`);
|
|
230
|
-
}
|
|
231
|
-
if (details.sinapseAgents > 0) parts.push(`${details.sinapseAgents} SINAPSE agents`);
|
|
232
|
-
|
|
233
|
-
return this.pass(`Gemini CLI configured (${parts.join(', ')})`, {
|
|
234
|
-
details,
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
module.exports = GeminiCliCheck;
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Gemini Model Selector
|
|
3
|
-
* Story GEMINI-INT.16 - Dynamic Model Switching
|
|
4
|
-
*
|
|
5
|
-
* Automatically selects between Gemini Flash and Pro based on task complexity.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
const { TaskComplexityClassifier } = require('./task-complexity-classifier');
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Model configuration
|
|
12
|
-
*/
|
|
13
|
-
const MODELS = {
|
|
14
|
-
flash: {
|
|
15
|
-
id: 'gemini-2.0-flash',
|
|
16
|
-
costPer1kTokens: 0.000125,
|
|
17
|
-
maxTokens: 32000,
|
|
18
|
-
bestFor: ['simple', 'medium'],
|
|
19
|
-
},
|
|
20
|
-
pro: {
|
|
21
|
-
id: 'gemini-2.0-pro',
|
|
22
|
-
costPer1kTokens: 0.00125,
|
|
23
|
-
maxTokens: 128000,
|
|
24
|
-
bestFor: ['complex'],
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Agent-based model overrides
|
|
30
|
-
* Keys match agent IDs (without @ prefix)
|
|
31
|
-
*/
|
|
32
|
-
const AGENT_OVERRIDES = {
|
|
33
|
-
architect: 'pro',
|
|
34
|
-
analyst: 'pro',
|
|
35
|
-
qa: 'flash',
|
|
36
|
-
pm: 'flash',
|
|
37
|
-
dev: 'auto',
|
|
38
|
-
devops: 'flash',
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
class GeminiModelSelector {
|
|
42
|
-
constructor(config = {}) {
|
|
43
|
-
this.classifier = new TaskComplexityClassifier();
|
|
44
|
-
this.defaultModel = config.defaultModel || 'flash';
|
|
45
|
-
this.agentOverrides = { ...AGENT_OVERRIDES, ...config.agentOverrides };
|
|
46
|
-
this.qualityFallback = config.qualityFallback !== false;
|
|
47
|
-
this.minQualityScore = config.minQualityScore || 0.6;
|
|
48
|
-
|
|
49
|
-
// Usage tracking
|
|
50
|
-
this.usage = {
|
|
51
|
-
flash: { count: 0, tokens: 0, cost: 0 },
|
|
52
|
-
pro: { count: 0, tokens: 0, cost: 0 },
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Select model for a task
|
|
58
|
-
* @param {Object} task - Task to analyze
|
|
59
|
-
* @param {string} agentId - Agent handling the task
|
|
60
|
-
* @returns {Object} Model selection
|
|
61
|
-
*/
|
|
62
|
-
selectModel(task, agentId = null) {
|
|
63
|
-
// Normalize agentId (remove @ prefix if present)
|
|
64
|
-
const normalizedAgentId = agentId?.replace(/^@/, '') || null;
|
|
65
|
-
|
|
66
|
-
// Check agent override first
|
|
67
|
-
if (normalizedAgentId && this.agentOverrides[normalizedAgentId]) {
|
|
68
|
-
const override = this.agentOverrides[normalizedAgentId];
|
|
69
|
-
if (override !== 'auto') {
|
|
70
|
-
return this._buildSelection(override, 'agent_override', normalizedAgentId);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
// Classify task complexity
|
|
75
|
-
const complexity = this.classifier.classify(task);
|
|
76
|
-
|
|
77
|
-
// Select based on complexity
|
|
78
|
-
let model = this.defaultModel;
|
|
79
|
-
|
|
80
|
-
if (complexity.level === 'complex' || complexity.score > 0.7) {
|
|
81
|
-
model = 'pro';
|
|
82
|
-
} else if (complexity.level === 'simple' || complexity.score < 0.3) {
|
|
83
|
-
model = 'flash';
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
return this._buildSelection(model, 'complexity', complexity);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Handle quality fallback
|
|
91
|
-
* @param {string} originalModel - Model that was used
|
|
92
|
-
* @param {number} qualityScore - Quality score of response
|
|
93
|
-
* @returns {Object|null} Fallback recommendation or null
|
|
94
|
-
*/
|
|
95
|
-
handleQualityFallback(originalModel, qualityScore) {
|
|
96
|
-
if (!this.qualityFallback) return null;
|
|
97
|
-
|
|
98
|
-
if (originalModel === 'flash' && qualityScore < this.minQualityScore) {
|
|
99
|
-
return {
|
|
100
|
-
shouldRetry: true,
|
|
101
|
-
newModel: 'pro',
|
|
102
|
-
reason: `Quality score ${qualityScore} below threshold ${this.minQualityScore}`,
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
return null;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Track model usage
|
|
111
|
-
* @param {string} model - Model used
|
|
112
|
-
* @param {number} tokens - Tokens consumed
|
|
113
|
-
*/
|
|
114
|
-
trackUsage(model, tokens) {
|
|
115
|
-
const modelKey = model.includes('flash') ? 'flash' : 'pro';
|
|
116
|
-
const modelConfig = MODELS[modelKey];
|
|
117
|
-
|
|
118
|
-
this.usage[modelKey].count++;
|
|
119
|
-
this.usage[modelKey].tokens += tokens;
|
|
120
|
-
this.usage[modelKey].cost += (tokens / 1000) * modelConfig.costPer1kTokens;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* Get usage statistics
|
|
125
|
-
*/
|
|
126
|
-
getUsageStats() {
|
|
127
|
-
const total = {
|
|
128
|
-
count: this.usage.flash.count + this.usage.pro.count,
|
|
129
|
-
tokens: this.usage.flash.tokens + this.usage.pro.tokens,
|
|
130
|
-
cost: this.usage.flash.cost + this.usage.pro.cost,
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
return {
|
|
134
|
-
...this.usage,
|
|
135
|
-
total,
|
|
136
|
-
flashRatio: total.count > 0 ? this.usage.flash.count / total.count : 0,
|
|
137
|
-
costSavings: this._calculateCostSavings(),
|
|
138
|
-
};
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
_buildSelection(model, reason, details) {
|
|
142
|
-
const modelConfig = MODELS[model];
|
|
143
|
-
return {
|
|
144
|
-
model: modelConfig.id,
|
|
145
|
-
modelKey: model,
|
|
146
|
-
reason,
|
|
147
|
-
details,
|
|
148
|
-
config: modelConfig,
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
_calculateCostSavings() {
|
|
153
|
-
// Calculate how much was saved by using Flash instead of Pro
|
|
154
|
-
const flashTokens = this.usage.flash.tokens;
|
|
155
|
-
const proOnlyCost = (flashTokens / 1000) * MODELS.pro.costPer1kTokens;
|
|
156
|
-
const actualCost = this.usage.flash.cost;
|
|
157
|
-
return proOnlyCost - actualCost;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
module.exports = { GeminiModelSelector, MODELS, AGENT_OVERRIDES };
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
/**
|
|
3
|
-
* SINAPSE After Tool Hook for Gemini CLI
|
|
4
|
-
* Story GEMINI-INT.6 - SINAPSE Hooks System
|
|
5
|
-
*
|
|
6
|
-
* Executes after tool completion for audit logging.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
const fs = require('fs');
|
|
10
|
-
const path = require('path');
|
|
11
|
-
|
|
12
|
-
async function afterTool() {
|
|
13
|
-
const input = process.argv[2] ? JSON.parse(process.argv[2]) : {};
|
|
14
|
-
const toolName = input.tool || '';
|
|
15
|
-
const toolResult = input.result || {};
|
|
16
|
-
|
|
17
|
-
// Log execution result
|
|
18
|
-
logToolResult(toolName, toolResult);
|
|
19
|
-
|
|
20
|
-
// Track file modifications
|
|
21
|
-
if (toolName === 'write_file' || toolName === 'replace' || toolName === 'edit') {
|
|
22
|
-
trackFileModification(input.args?.path || input.args?.file_path);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
console.log(JSON.stringify({ status: 'success' }));
|
|
26
|
-
process.exit(0);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
function logToolResult(tool, result) {
|
|
30
|
-
try {
|
|
31
|
-
const projectDir = process.env.GEMINI_PROJECT_DIR || process.cwd();
|
|
32
|
-
const logDir = path.join(projectDir, '.sinapse', 'logs');
|
|
33
|
-
|
|
34
|
-
if (!fs.existsSync(logDir)) {
|
|
35
|
-
fs.mkdirSync(logDir, { recursive: true });
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
const logEntry = {
|
|
39
|
-
timestamp: new Date().toISOString(),
|
|
40
|
-
tool,
|
|
41
|
-
success: result.success !== false,
|
|
42
|
-
provider: 'gemini',
|
|
43
|
-
sessionId: process.env.GEMINI_SESSION_ID,
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
const logPath = path.join(logDir, 'tool-results.jsonl');
|
|
47
|
-
fs.appendFileSync(logPath, JSON.stringify(logEntry) + '\n');
|
|
48
|
-
} catch (error) {
|
|
49
|
-
// Non-critical
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
function trackFileModification(filePath) {
|
|
54
|
-
if (!filePath) return;
|
|
55
|
-
|
|
56
|
-
try {
|
|
57
|
-
const projectDir = process.env.GEMINI_PROJECT_DIR || process.cwd();
|
|
58
|
-
const trackPath = path.join(projectDir, '.sinapse', 'session-files.json');
|
|
59
|
-
|
|
60
|
-
let files = [];
|
|
61
|
-
if (fs.existsSync(trackPath)) {
|
|
62
|
-
files = JSON.parse(fs.readFileSync(trackPath, 'utf8'));
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
if (!files.includes(filePath)) {
|
|
66
|
-
files.push(filePath);
|
|
67
|
-
fs.writeFileSync(trackPath, JSON.stringify(files, null, 2));
|
|
68
|
-
}
|
|
69
|
-
} catch (error) {
|
|
70
|
-
// Non-critical
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
afterTool().catch((error) => {
|
|
75
|
-
console.log(JSON.stringify({ status: 'error', error: error.message }));
|
|
76
|
-
process.exit(0);
|
|
77
|
-
});
|