synapsexcoder 6.0.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/.opencode/opencode.jsonc +102 -0
- package/README.md +353 -0
- package/dist/agents/agent-config-manager.d.ts +58 -0
- package/dist/agents/agent-config-manager.d.ts.map +1 -0
- package/dist/agents/agent-config-manager.js +313 -0
- package/dist/agents/agent-config-manager.js.map +1 -0
- package/dist/agents/base-agents.d.ts +352 -0
- package/dist/agents/base-agents.d.ts.map +1 -0
- package/dist/agents/base-agents.js +3961 -0
- package/dist/agents/base-agents.js.map +1 -0
- package/dist/agents/gated-subagent.d.ts +126 -0
- package/dist/agents/gated-subagent.d.ts.map +1 -0
- package/dist/agents/gated-subagent.js +591 -0
- package/dist/agents/gated-subagent.js.map +1 -0
- package/dist/agents/gated-subagents.d.ts +130 -0
- package/dist/agents/gated-subagents.d.ts.map +1 -0
- package/dist/agents/gated-subagents.js +2014 -0
- package/dist/agents/gated-subagents.js.map +1 -0
- package/dist/agents/internal-gatekeeper.d.ts +167 -0
- package/dist/agents/internal-gatekeeper.d.ts.map +1 -0
- package/dist/agents/internal-gatekeeper.js +1130 -0
- package/dist/agents/internal-gatekeeper.js.map +1 -0
- package/dist/agents/verification-agent.d.ts +86 -0
- package/dist/agents/verification-agent.d.ts.map +1 -0
- package/dist/agents/verification-agent.js +211 -0
- package/dist/agents/verification-agent.js.map +1 -0
- package/dist/analytics/analytics-types.d.ts +113 -0
- package/dist/analytics/analytics-types.d.ts.map +1 -0
- package/dist/analytics/analytics-types.js +8 -0
- package/dist/analytics/analytics-types.js.map +1 -0
- package/dist/analytics/dashboard-generator.d.ts +35 -0
- package/dist/analytics/dashboard-generator.d.ts.map +1 -0
- package/dist/analytics/dashboard-generator.js +365 -0
- package/dist/analytics/dashboard-generator.js.map +1 -0
- package/dist/analytics/index.d.ts +12 -0
- package/dist/analytics/index.d.ts.map +1 -0
- package/dist/analytics/index.js +12 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/analytics/metrics-aggregator.d.ts +88 -0
- package/dist/analytics/metrics-aggregator.d.ts.map +1 -0
- package/dist/analytics/metrics-aggregator.js +280 -0
- package/dist/analytics/metrics-aggregator.js.map +1 -0
- package/dist/cli/index.d.ts +36 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +2677 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/normalize_patch.d.ts +3 -0
- package/dist/cli/normalize_patch.d.ts.map +1 -0
- package/dist/cli/normalize_patch.js +34 -0
- package/dist/cli/normalize_patch.js.map +1 -0
- package/dist/commands/command-processor.d.ts +58 -0
- package/dist/commands/command-processor.d.ts.map +1 -0
- package/dist/commands/command-processor.js +796 -0
- package/dist/commands/command-processor.js.map +1 -0
- package/dist/config/compliance-checker.d.ts +93 -0
- package/dist/config/compliance-checker.d.ts.map +1 -0
- package/dist/config/compliance-checker.js +424 -0
- package/dist/config/compliance-checker.js.map +1 -0
- package/dist/config/enterprise-config.d.ts +173 -0
- package/dist/config/enterprise-config.d.ts.map +1 -0
- package/dist/config/enterprise-config.js +190 -0
- package/dist/config/enterprise-config.js.map +1 -0
- package/dist/config/index.d.ts +13 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +11 -0
- package/dist/config/index.js.map +1 -0
- package/dist/context/context-system.d.ts +97 -0
- package/dist/context/context-system.d.ts.map +1 -0
- package/dist/context/context-system.js +880 -0
- package/dist/context/context-system.js.map +1 -0
- package/dist/context/store.d.ts +123 -0
- package/dist/context/store.d.ts.map +1 -0
- package/dist/context/store.js +281 -0
- package/dist/context/store.js.map +1 -0
- package/dist/dasp/dasp-controller.d.ts +83 -0
- package/dist/dasp/dasp-controller.d.ts.map +1 -0
- package/dist/dasp/dasp-controller.js +190 -0
- package/dist/dasp/dasp-controller.js.map +1 -0
- package/dist/dasp/feedback-adapter.d.ts +56 -0
- package/dist/dasp/feedback-adapter.d.ts.map +1 -0
- package/dist/dasp/feedback-adapter.js +158 -0
- package/dist/dasp/feedback-adapter.js.map +1 -0
- package/dist/dasp/index.d.ts +14 -0
- package/dist/dasp/index.d.ts.map +1 -0
- package/dist/dasp/index.js +10 -0
- package/dist/dasp/index.js.map +1 -0
- package/dist/dasp/prompt-templates.d.ts +38 -0
- package/dist/dasp/prompt-templates.d.ts.map +1 -0
- package/dist/dasp/prompt-templates.js +406 -0
- package/dist/dasp/prompt-templates.js.map +1 -0
- package/dist/dasp/vault-rag-provider.d.ts +51 -0
- package/dist/dasp/vault-rag-provider.d.ts.map +1 -0
- package/dist/dasp/vault-rag-provider.js +125 -0
- package/dist/dasp/vault-rag-provider.js.map +1 -0
- package/dist/distribution/cli-distribution.d.ts +68 -0
- package/dist/distribution/cli-distribution.d.ts.map +1 -0
- package/dist/distribution/cli-distribution.js +941 -0
- package/dist/distribution/cli-distribution.js.map +1 -0
- package/dist/docs/doc-generator.d.ts +78 -0
- package/dist/docs/doc-generator.d.ts.map +1 -0
- package/dist/docs/doc-generator.js +297 -0
- package/dist/docs/doc-generator.js.map +1 -0
- package/dist/docs/index.d.ts +13 -0
- package/dist/docs/index.d.ts.map +1 -0
- package/dist/docs/index.js +11 -0
- package/dist/docs/index.js.map +1 -0
- package/dist/docs/site-builder.d.ts +58 -0
- package/dist/docs/site-builder.d.ts.map +1 -0
- package/dist/docs/site-builder.js +229 -0
- package/dist/docs/site-builder.js.map +1 -0
- package/dist/ecosystem/adapters/claude-adapter.d.ts +29 -0
- package/dist/ecosystem/adapters/claude-adapter.d.ts.map +1 -0
- package/dist/ecosystem/adapters/claude-adapter.js +116 -0
- package/dist/ecosystem/adapters/claude-adapter.js.map +1 -0
- package/dist/ecosystem/adapters/cursor-adapter.d.ts +27 -0
- package/dist/ecosystem/adapters/cursor-adapter.d.ts.map +1 -0
- package/dist/ecosystem/adapters/cursor-adapter.js +93 -0
- package/dist/ecosystem/adapters/cursor-adapter.js.map +1 -0
- package/dist/ecosystem/adapters/v0-adapter.d.ts +30 -0
- package/dist/ecosystem/adapters/v0-adapter.d.ts.map +1 -0
- package/dist/ecosystem/adapters/v0-adapter.js +112 -0
- package/dist/ecosystem/adapters/v0-adapter.js.map +1 -0
- package/dist/ecosystem/ecosystem-router.d.ts +80 -0
- package/dist/ecosystem/ecosystem-router.d.ts.map +1 -0
- package/dist/ecosystem/ecosystem-router.js +241 -0
- package/dist/ecosystem/ecosystem-router.js.map +1 -0
- package/dist/ecosystem/ecosystem-types.d.ts +94 -0
- package/dist/ecosystem/ecosystem-types.d.ts.map +1 -0
- package/dist/ecosystem/ecosystem-types.js +27 -0
- package/dist/ecosystem/ecosystem-types.js.map +1 -0
- package/dist/ecosystem/index.d.ts +10 -0
- package/dist/ecosystem/index.d.ts.map +1 -0
- package/dist/ecosystem/index.js +9 -0
- package/dist/ecosystem/index.js.map +1 -0
- package/dist/integration/agentic-integration.d.ts +73 -0
- package/dist/integration/agentic-integration.d.ts.map +1 -0
- package/dist/integration/agentic-integration.js +253 -0
- package/dist/integration/agentic-integration.js.map +1 -0
- package/dist/integration/background-agents-integration.d.ts +54 -0
- package/dist/integration/background-agents-integration.d.ts.map +1 -0
- package/dist/integration/background-agents-integration.js +225 -0
- package/dist/integration/background-agents-integration.js.map +1 -0
- package/dist/integration/dcp-integration.d.ts +81 -0
- package/dist/integration/dcp-integration.d.ts.map +1 -0
- package/dist/integration/dcp-integration.js +189 -0
- package/dist/integration/dcp-integration.js.map +1 -0
- package/dist/integration/firecrawl-integration.d.ts +61 -0
- package/dist/integration/firecrawl-integration.d.ts.map +1 -0
- package/dist/integration/firecrawl-integration.js +246 -0
- package/dist/integration/firecrawl-integration.js.map +1 -0
- package/dist/integration/index.d.ts +40 -0
- package/dist/integration/index.d.ts.map +1 -0
- package/dist/integration/index.js +43 -0
- package/dist/integration/index.js.map +1 -0
- package/dist/integration/integration-hub.d.ts +43 -0
- package/dist/integration/integration-hub.d.ts.map +1 -0
- package/dist/integration/integration-hub.js +507 -0
- package/dist/integration/integration-hub.js.map +1 -0
- package/dist/integration/integration-loader.d.ts +42 -0
- package/dist/integration/integration-loader.d.ts.map +1 -0
- package/dist/integration/integration-loader.js +240 -0
- package/dist/integration/integration-loader.js.map +1 -0
- package/dist/integration/md-table-formatter-integration.d.ts +41 -0
- package/dist/integration/md-table-formatter-integration.d.ts.map +1 -0
- package/dist/integration/md-table-formatter-integration.js +183 -0
- package/dist/integration/md-table-formatter-integration.js.map +1 -0
- package/dist/integration/native/agentic/agentic-engine.d.ts +52 -0
- package/dist/integration/native/agentic/agentic-engine.d.ts.map +1 -0
- package/dist/integration/native/agentic/agentic-engine.js +267 -0
- package/dist/integration/native/agentic/agentic-engine.js.map +1 -0
- package/dist/integration/native/background/background-engine.d.ts +62 -0
- package/dist/integration/native/background/background-engine.d.ts.map +1 -0
- package/dist/integration/native/background/background-engine.js +167 -0
- package/dist/integration/native/background/background-engine.js.map +1 -0
- package/dist/integration/native/dcp/dcp-engine.d.ts +55 -0
- package/dist/integration/native/dcp/dcp-engine.d.ts.map +1 -0
- package/dist/integration/native/dcp/dcp-engine.js +168 -0
- package/dist/integration/native/dcp/dcp-engine.js.map +1 -0
- package/dist/integration/native/firecrawl/firecrawl-engine.d.ts +66 -0
- package/dist/integration/native/firecrawl/firecrawl-engine.d.ts.map +1 -0
- package/dist/integration/native/firecrawl/firecrawl-engine.js +221 -0
- package/dist/integration/native/firecrawl/firecrawl-engine.js.map +1 -0
- package/dist/integration/native/formatter/formatter-engine.d.ts +47 -0
- package/dist/integration/native/formatter/formatter-engine.d.ts.map +1 -0
- package/dist/integration/native/formatter/formatter-engine.js +130 -0
- package/dist/integration/native/formatter/formatter-engine.js.map +1 -0
- package/dist/integration/native/index.d.ts +41 -0
- package/dist/integration/native/index.d.ts.map +1 -0
- package/dist/integration/native/index.js +80 -0
- package/dist/integration/native/index.js.map +1 -0
- package/dist/integration/native/orchestration/orchestration-engine.d.ts +62 -0
- package/dist/integration/native/orchestration/orchestration-engine.d.ts.map +1 -0
- package/dist/integration/native/orchestration/orchestration-engine.js +177 -0
- package/dist/integration/native/orchestration/orchestration-engine.js.map +1 -0
- package/dist/integration/native/pty/pty-engine.d.ts +45 -0
- package/dist/integration/native/pty/pty-engine.d.ts.map +1 -0
- package/dist/integration/native/pty/pty-engine.js +103 -0
- package/dist/integration/native/pty/pty-engine.js.map +1 -0
- package/dist/integration/native/shell-strategy.d.ts +60 -0
- package/dist/integration/native/shell-strategy.d.ts.map +1 -0
- package/dist/integration/native/shell-strategy.js +131 -0
- package/dist/integration/native/shell-strategy.js.map +1 -0
- package/dist/integration/native/skillful/skillful-engine.d.ts +53 -0
- package/dist/integration/native/skillful/skillful-engine.d.ts.map +1 -0
- package/dist/integration/native/skillful/skillful-engine.js +127 -0
- package/dist/integration/native/skillful/skillful-engine.js.map +1 -0
- package/dist/integration/native/subtask2/subtask2-engine.d.ts +50 -0
- package/dist/integration/native/subtask2/subtask2-engine.d.ts.map +1 -0
- package/dist/integration/native/subtask2/subtask2-engine.js +158 -0
- package/dist/integration/native/subtask2/subtask2-engine.js.map +1 -0
- package/dist/integration/native/supermemory/supermemory-engine.d.ts +63 -0
- package/dist/integration/native/supermemory/supermemory-engine.d.ts.map +1 -0
- package/dist/integration/native/supermemory/supermemory-engine.js +127 -0
- package/dist/integration/native/supermemory/supermemory-engine.js.map +1 -0
- package/dist/integration/native/workspace/workspace-engine.d.ts +75 -0
- package/dist/integration/native/workspace/workspace-engine.d.ts.map +1 -0
- package/dist/integration/native/workspace/workspace-engine.js +216 -0
- package/dist/integration/native/workspace/workspace-engine.js.map +1 -0
- package/dist/integration/oh-my-opencode-integration.d.ts +59 -0
- package/dist/integration/oh-my-opencode-integration.d.ts.map +1 -0
- package/dist/integration/oh-my-opencode-integration.js +180 -0
- package/dist/integration/oh-my-opencode-integration.js.map +1 -0
- package/dist/integration/openagents-control-integration.d.ts +81 -0
- package/dist/integration/openagents-control-integration.d.ts.map +1 -0
- package/dist/integration/openagents-control-integration.js +273 -0
- package/dist/integration/openagents-control-integration.js.map +1 -0
- package/dist/integration/pty-integration.d.ts +64 -0
- package/dist/integration/pty-integration.d.ts.map +1 -0
- package/dist/integration/pty-integration.js +180 -0
- package/dist/integration/pty-integration.js.map +1 -0
- package/dist/integration/shell-strategy-integration.d.ts +26 -0
- package/dist/integration/shell-strategy-integration.d.ts.map +1 -0
- package/dist/integration/shell-strategy-integration.js +110 -0
- package/dist/integration/shell-strategy-integration.js.map +1 -0
- package/dist/integration/skillful-integration.d.ts +74 -0
- package/dist/integration/skillful-integration.d.ts.map +1 -0
- package/dist/integration/skillful-integration.js +317 -0
- package/dist/integration/skillful-integration.js.map +1 -0
- package/dist/integration/subtask2-integration.d.ts +71 -0
- package/dist/integration/subtask2-integration.d.ts.map +1 -0
- package/dist/integration/subtask2-integration.js +240 -0
- package/dist/integration/subtask2-integration.js.map +1 -0
- package/dist/integration/supermemory-integration.d.ts +82 -0
- package/dist/integration/supermemory-integration.d.ts.map +1 -0
- package/dist/integration/supermemory-integration.js +252 -0
- package/dist/integration/supermemory-integration.js.map +1 -0
- package/dist/integration/types.d.ts +218 -0
- package/dist/integration/types.d.ts.map +1 -0
- package/dist/integration/types.js +5 -0
- package/dist/integration/types.js.map +1 -0
- package/dist/integration/workspace-integration.d.ts +46 -0
- package/dist/integration/workspace-integration.d.ts.map +1 -0
- package/dist/integration/workspace-integration.js +181 -0
- package/dist/integration/workspace-integration.js.map +1 -0
- package/dist/knowledge-vault/deepwiki-sync.d.ts +99 -0
- package/dist/knowledge-vault/deepwiki-sync.d.ts.map +1 -0
- package/dist/knowledge-vault/deepwiki-sync.js +381 -0
- package/dist/knowledge-vault/deepwiki-sync.js.map +1 -0
- package/dist/knowledge-vault/index.d.ts +11 -0
- package/dist/knowledge-vault/index.d.ts.map +1 -0
- package/dist/knowledge-vault/index.js +8 -0
- package/dist/knowledge-vault/index.js.map +1 -0
- package/dist/knowledge-vault/knowledge-vault.d.ts +38 -0
- package/dist/knowledge-vault/knowledge-vault.d.ts.map +1 -0
- package/dist/knowledge-vault/knowledge-vault.js +284 -0
- package/dist/knowledge-vault/knowledge-vault.js.map +1 -0
- package/dist/knowledge-vault/opencode-doc-ingest.d.ts +23 -0
- package/dist/knowledge-vault/opencode-doc-ingest.d.ts.map +1 -0
- package/dist/knowledge-vault/opencode-doc-ingest.js +48 -0
- package/dist/knowledge-vault/opencode-doc-ingest.js.map +1 -0
- package/dist/knowledge-vault/types.d.ts +61 -0
- package/dist/knowledge-vault/types.d.ts.map +1 -0
- package/dist/knowledge-vault/types.js +5 -0
- package/dist/knowledge-vault/types.js.map +1 -0
- package/dist/knowledge-vault/vault-config.d.ts +12 -0
- package/dist/knowledge-vault/vault-config.d.ts.map +1 -0
- package/dist/knowledge-vault/vault-config.js +24 -0
- package/dist/knowledge-vault/vault-config.js.map +1 -0
- package/dist/mcp/index.d.ts +28 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +29 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/mcp-manager.d.ts +181 -0
- package/dist/mcp/mcp-manager.d.ts.map +1 -0
- package/dist/mcp/mcp-manager.js +621 -0
- package/dist/mcp/mcp-manager.js.map +1 -0
- package/dist/mcp/mcp-types.d.ts +199 -0
- package/dist/mcp/mcp-types.d.ts.map +1 -0
- package/dist/mcp/mcp-types.js +152 -0
- package/dist/mcp/mcp-types.js.map +1 -0
- package/dist/mcp/servers/mcp-server-bridge.d.ts +64 -0
- package/dist/mcp/servers/mcp-server-bridge.d.ts.map +1 -0
- package/dist/mcp/servers/mcp-server-bridge.js +189 -0
- package/dist/mcp/servers/mcp-server-bridge.js.map +1 -0
- package/dist/messages/message-bus.d.ts +148 -0
- package/dist/messages/message-bus.d.ts.map +1 -0
- package/dist/messages/message-bus.js +432 -0
- package/dist/messages/message-bus.js.map +1 -0
- package/dist/modes/custom-mode-registry.d.ts +121 -0
- package/dist/modes/custom-mode-registry.d.ts.map +1 -0
- package/dist/modes/custom-mode-registry.js +306 -0
- package/dist/modes/custom-mode-registry.js.map +1 -0
- package/dist/modes/index.d.ts +10 -0
- package/dist/modes/index.d.ts.map +1 -0
- package/dist/modes/index.js +8 -0
- package/dist/modes/index.js.map +1 -0
- package/dist/modes/mode-designer.d.ts +89 -0
- package/dist/modes/mode-designer.d.ts.map +1 -0
- package/dist/modes/mode-designer.js +485 -0
- package/dist/modes/mode-designer.js.map +1 -0
- package/dist/modes/mode-manager.d.ts +27 -0
- package/dist/modes/mode-manager.d.ts.map +1 -0
- package/dist/modes/mode-manager.js +68 -0
- package/dist/modes/mode-manager.js.map +1 -0
- package/dist/modes/synapse-modes.d.ts +26 -0
- package/dist/modes/synapse-modes.d.ts.map +1 -0
- package/dist/modes/synapse-modes.js +69 -0
- package/dist/modes/synapse-modes.js.map +1 -0
- package/dist/opencode/agent-delegate.d.ts +3 -0
- package/dist/opencode/agent-delegate.d.ts.map +1 -0
- package/dist/opencode/agent-delegate.js +3 -0
- package/dist/opencode/agent-delegate.js.map +1 -0
- package/dist/opencode/tool-bridge.d.ts +3 -0
- package/dist/opencode/tool-bridge.d.ts.map +1 -0
- package/dist/opencode/tool-bridge.js +3 -0
- package/dist/opencode/tool-bridge.js.map +1 -0
- package/dist/optimization/token-optimizer-v2.d.ts +18 -0
- package/dist/optimization/token-optimizer-v2.d.ts.map +1 -0
- package/dist/optimization/token-optimizer-v2.js +23 -0
- package/dist/optimization/token-optimizer-v2.js.map +1 -0
- package/dist/optimization/token-optimizer.d.ts +90 -0
- package/dist/optimization/token-optimizer.d.ts.map +1 -0
- package/dist/optimization/token-optimizer.js +399 -0
- package/dist/optimization/token-optimizer.js.map +1 -0
- package/dist/parallel/agent-farm.d.ts +123 -0
- package/dist/parallel/agent-farm.d.ts.map +1 -0
- package/dist/parallel/agent-farm.js +501 -0
- package/dist/parallel/agent-farm.js.map +1 -0
- package/dist/parallel/farm-scheduler.d.ts +115 -0
- package/dist/parallel/farm-scheduler.d.ts.map +1 -0
- package/dist/parallel/farm-scheduler.js +356 -0
- package/dist/parallel/farm-scheduler.js.map +1 -0
- package/dist/parallel/farm-types.d.ts +104 -0
- package/dist/parallel/farm-types.d.ts.map +1 -0
- package/dist/parallel/farm-types.js +9 -0
- package/dist/parallel/farm-types.js.map +1 -0
- package/dist/parallel/farm-worker.d.ts +62 -0
- package/dist/parallel/farm-worker.d.ts.map +1 -0
- package/dist/parallel/farm-worker.js +268 -0
- package/dist/parallel/farm-worker.js.map +1 -0
- package/dist/parallel/index.d.ts +14 -0
- package/dist/parallel/index.d.ts.map +1 -0
- package/dist/parallel/index.js +14 -0
- package/dist/parallel/index.js.map +1 -0
- package/dist/plugin/native-tools.d.ts +8 -0
- package/dist/plugin/native-tools.d.ts.map +1 -0
- package/dist/plugin/native-tools.js +147 -0
- package/dist/plugin/native-tools.js.map +1 -0
- package/dist/plugin/opencode-plugin.d.ts +32 -0
- package/dist/plugin/opencode-plugin.d.ts.map +1 -0
- package/dist/plugin/opencode-plugin.js +119 -0
- package/dist/plugin/opencode-plugin.js.map +1 -0
- package/dist/plugins/plugin-system.d.ts +108 -0
- package/dist/plugins/plugin-system.d.ts.map +1 -0
- package/dist/plugins/plugin-system.js +707 -0
- package/dist/plugins/plugin-system.js.map +1 -0
- package/dist/profiler/cpu-profiler.d.ts +53 -0
- package/dist/profiler/cpu-profiler.d.ts.map +1 -0
- package/dist/profiler/cpu-profiler.js +233 -0
- package/dist/profiler/cpu-profiler.js.map +1 -0
- package/dist/profiler/index.d.ts +36 -0
- package/dist/profiler/index.d.ts.map +1 -0
- package/dist/profiler/index.js +122 -0
- package/dist/profiler/index.js.map +1 -0
- package/dist/profiler/memory-profiler.d.ts +45 -0
- package/dist/profiler/memory-profiler.d.ts.map +1 -0
- package/dist/profiler/memory-profiler.js +211 -0
- package/dist/profiler/memory-profiler.js.map +1 -0
- package/dist/profiler/profiler-types.d.ts +234 -0
- package/dist/profiler/profiler-types.d.ts.map +1 -0
- package/dist/profiler/profiler-types.js +89 -0
- package/dist/profiler/profiler-types.js.map +1 -0
- package/dist/profiler/query-profiler.d.ts +48 -0
- package/dist/profiler/query-profiler.d.ts.map +1 -0
- package/dist/profiler/query-profiler.js +210 -0
- package/dist/profiler/query-profiler.js.map +1 -0
- package/dist/profiler/report-generator.d.ts +17 -0
- package/dist/profiler/report-generator.d.ts.map +1 -0
- package/dist/profiler/report-generator.js +329 -0
- package/dist/profiler/report-generator.js.map +1 -0
- package/dist/sdk/api.d.ts +85 -0
- package/dist/sdk/api.d.ts.map +1 -0
- package/dist/sdk/api.js +155 -0
- package/dist/sdk/api.js.map +1 -0
- package/dist/sdk/hooks.d.ts +58 -0
- package/dist/sdk/hooks.d.ts.map +1 -0
- package/dist/sdk/hooks.js +115 -0
- package/dist/sdk/hooks.js.map +1 -0
- package/dist/sdk/index.d.ts +17 -0
- package/dist/sdk/index.d.ts.map +1 -0
- package/dist/sdk/index.js +14 -0
- package/dist/sdk/index.js.map +1 -0
- package/dist/sdk/plugin-base.d.ts +198 -0
- package/dist/sdk/plugin-base.d.ts.map +1 -0
- package/dist/sdk/plugin-base.js +227 -0
- package/dist/sdk/plugin-base.js.map +1 -0
- package/dist/security/audit-rules.d.ts +12 -0
- package/dist/security/audit-rules.d.ts.map +1 -0
- package/dist/security/audit-rules.js +214 -0
- package/dist/security/audit-rules.js.map +1 -0
- package/dist/security/index.d.ts +13 -0
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +13 -0
- package/dist/security/index.js.map +1 -0
- package/dist/security/sarif-exporter.d.ts +36 -0
- package/dist/security/sarif-exporter.d.ts.map +1 -0
- package/dist/security/sarif-exporter.js +216 -0
- package/dist/security/sarif-exporter.js.map +1 -0
- package/dist/security/security-auditor.d.ts +30 -0
- package/dist/security/security-auditor.d.ts.map +1 -0
- package/dist/security/security-auditor.js +295 -0
- package/dist/security/security-auditor.js.map +1 -0
- package/dist/security/security-types.d.ts +132 -0
- package/dist/security/security-types.d.ts.map +1 -0
- package/dist/security/security-types.js +7 -0
- package/dist/security/security-types.js.map +1 -0
- package/dist/synapsexcoder/agent-delegate.d.ts +128 -0
- package/dist/synapsexcoder/agent-delegate.d.ts.map +1 -0
- package/dist/synapsexcoder/agent-delegate.js +837 -0
- package/dist/synapsexcoder/agent-delegate.js.map +1 -0
- package/dist/synapsexcoder/agent-mailbox.d.ts +26 -0
- package/dist/synapsexcoder/agent-mailbox.d.ts.map +1 -0
- package/dist/synapsexcoder/agent-mailbox.js +64 -0
- package/dist/synapsexcoder/agent-mailbox.js.map +1 -0
- package/dist/synapsexcoder/ast-grep/ast-grep-api.d.ts +62 -0
- package/dist/synapsexcoder/ast-grep/ast-grep-api.d.ts.map +1 -0
- package/dist/synapsexcoder/ast-grep/ast-grep-api.js +223 -0
- package/dist/synapsexcoder/ast-grep/ast-grep-api.js.map +1 -0
- package/dist/synapsexcoder/cited-search.d.ts +32 -0
- package/dist/synapsexcoder/cited-search.d.ts.map +1 -0
- package/dist/synapsexcoder/cited-search.js +141 -0
- package/dist/synapsexcoder/cited-search.js.map +1 -0
- package/dist/synapsexcoder/credential-store.d.ts +42 -0
- package/dist/synapsexcoder/credential-store.d.ts.map +1 -0
- package/dist/synapsexcoder/credential-store.js +165 -0
- package/dist/synapsexcoder/credential-store.js.map +1 -0
- package/dist/synapsexcoder/devcontainer-awareness.d.ts +35 -0
- package/dist/synapsexcoder/devcontainer-awareness.d.ts.map +1 -0
- package/dist/synapsexcoder/devcontainer-awareness.js +133 -0
- package/dist/synapsexcoder/devcontainer-awareness.js.map +1 -0
- package/dist/synapsexcoder/execution-loops/helix-loop.d.ts +31 -0
- package/dist/synapsexcoder/execution-loops/helix-loop.d.ts.map +1 -0
- package/dist/synapsexcoder/execution-loops/helix-loop.js +93 -0
- package/dist/synapsexcoder/execution-loops/helix-loop.js.map +1 -0
- package/dist/synapsexcoder/execution-loops/ralp-loop.d.ts +28 -0
- package/dist/synapsexcoder/execution-loops/ralp-loop.d.ts.map +1 -0
- package/dist/synapsexcoder/execution-loops/ralp-loop.js +77 -0
- package/dist/synapsexcoder/execution-loops/ralp-loop.js.map +1 -0
- package/dist/synapsexcoder/feature-names.d.ts +27 -0
- package/dist/synapsexcoder/feature-names.d.ts.map +1 -0
- package/dist/synapsexcoder/feature-names.js +40 -0
- package/dist/synapsexcoder/feature-names.js.map +1 -0
- package/dist/synapsexcoder/index.d.ts +39 -0
- package/dist/synapsexcoder/index.d.ts.map +1 -0
- package/dist/synapsexcoder/index.js +23 -0
- package/dist/synapsexcoder/index.js.map +1 -0
- package/dist/synapsexcoder/knowledge-provider.d.ts +44 -0
- package/dist/synapsexcoder/knowledge-provider.d.ts.map +1 -0
- package/dist/synapsexcoder/knowledge-provider.js +107 -0
- package/dist/synapsexcoder/knowledge-provider.js.map +1 -0
- package/dist/synapsexcoder/lsp/lsp-layer.d.ts +51 -0
- package/dist/synapsexcoder/lsp/lsp-layer.d.ts.map +1 -0
- package/dist/synapsexcoder/lsp/lsp-layer.js +302 -0
- package/dist/synapsexcoder/lsp/lsp-layer.js.map +1 -0
- package/dist/synapsexcoder/migration/opencode-config-migrator.d.ts +37 -0
- package/dist/synapsexcoder/migration/opencode-config-migrator.d.ts.map +1 -0
- package/dist/synapsexcoder/migration/opencode-config-migrator.js +100 -0
- package/dist/synapsexcoder/migration/opencode-config-migrator.js.map +1 -0
- package/dist/synapsexcoder/runtime-environment.d.ts +35 -0
- package/dist/synapsexcoder/runtime-environment.d.ts.map +1 -0
- package/dist/synapsexcoder/runtime-environment.js +108 -0
- package/dist/synapsexcoder/runtime-environment.js.map +1 -0
- package/dist/synapsexcoder/secret-guard.d.ts +18 -0
- package/dist/synapsexcoder/secret-guard.d.ts.map +1 -0
- package/dist/synapsexcoder/secret-guard.js +69 -0
- package/dist/synapsexcoder/secret-guard.js.map +1 -0
- package/dist/synapsexcoder/self-prompt-engine.d.ts +15 -0
- package/dist/synapsexcoder/self-prompt-engine.d.ts.map +1 -0
- package/dist/synapsexcoder/self-prompt-engine.js +11 -0
- package/dist/synapsexcoder/self-prompt-engine.js.map +1 -0
- package/dist/synapsexcoder/session-observability.d.ts +44 -0
- package/dist/synapsexcoder/session-observability.d.ts.map +1 -0
- package/dist/synapsexcoder/session-observability.js +115 -0
- package/dist/synapsexcoder/session-observability.js.map +1 -0
- package/dist/synapsexcoder/specialist-agents.d.ts +38 -0
- package/dist/synapsexcoder/specialist-agents.d.ts.map +1 -0
- package/dist/synapsexcoder/specialist-agents.js +192 -0
- package/dist/synapsexcoder/specialist-agents.js.map +1 -0
- package/dist/synapsexcoder/swarm/kanban-board.d.ts +34 -0
- package/dist/synapsexcoder/swarm/kanban-board.d.ts.map +1 -0
- package/dist/synapsexcoder/swarm/kanban-board.js +85 -0
- package/dist/synapsexcoder/swarm/kanban-board.js.map +1 -0
- package/dist/synapsexcoder/swarm/swarm-mailbox.d.ts +38 -0
- package/dist/synapsexcoder/swarm/swarm-mailbox.d.ts.map +1 -0
- package/dist/synapsexcoder/swarm/swarm-mailbox.js +93 -0
- package/dist/synapsexcoder/swarm/swarm-mailbox.js.map +1 -0
- package/dist/synapsexcoder/tool-bridge.d.ts +277 -0
- package/dist/synapsexcoder/tool-bridge.d.ts.map +1 -0
- package/dist/synapsexcoder/tool-bridge.js +1356 -0
- package/dist/synapsexcoder/tool-bridge.js.map +1 -0
- package/dist/synapsexcoder/tool-routing.d.ts +28 -0
- package/dist/synapsexcoder/tool-routing.d.ts.map +1 -0
- package/dist/synapsexcoder/tool-routing.js +79 -0
- package/dist/synapsexcoder/tool-routing.js.map +1 -0
- package/dist/synapsexcoder/type-injector.d.ts +26 -0
- package/dist/synapsexcoder/type-injector.d.ts.map +1 -0
- package/dist/synapsexcoder/type-injector.js +124 -0
- package/dist/synapsexcoder/type-injector.js.map +1 -0
- package/dist/synapsexcoder/utils/fuzzy-match.d.ts +25 -0
- package/dist/synapsexcoder/utils/fuzzy-match.d.ts.map +1 -0
- package/dist/synapsexcoder/utils/fuzzy-match.js +83 -0
- package/dist/synapsexcoder/utils/fuzzy-match.js.map +1 -0
- package/dist/synapsexcoder/vault-crawl.d.ts +29 -0
- package/dist/synapsexcoder/vault-crawl.d.ts.map +1 -0
- package/dist/synapsexcoder/vault-crawl.js +103 -0
- package/dist/synapsexcoder/vault-crawl.js.map +1 -0
- package/dist/synapsexcoder/verified-apply.d.ts +39 -0
- package/dist/synapsexcoder/verified-apply.d.ts.map +1 -0
- package/dist/synapsexcoder/verified-apply.js +81 -0
- package/dist/synapsexcoder/verified-apply.js.map +1 -0
- package/dist/synapsexcoder/verified-context-editing.d.ts +34 -0
- package/dist/synapsexcoder/verified-context-editing.d.ts.map +1 -0
- package/dist/synapsexcoder/verified-context-editing.js +80 -0
- package/dist/synapsexcoder/verified-context-editing.js.map +1 -0
- package/dist/synapsexcoder/worker-pool.d.ts +47 -0
- package/dist/synapsexcoder/worker-pool.d.ts.map +1 -0
- package/dist/synapsexcoder/worker-pool.js +120 -0
- package/dist/synapsexcoder/worker-pool.js.map +1 -0
- package/dist/synapsexcoder/workspace-intelligence.d.ts +35 -0
- package/dist/synapsexcoder/workspace-intelligence.d.ts.map +1 -0
- package/dist/synapsexcoder/workspace-intelligence.js +126 -0
- package/dist/synapsexcoder/workspace-intelligence.js.map +1 -0
- package/dist/synapsexcoder/worktree-manager.d.ts +31 -0
- package/dist/synapsexcoder/worktree-manager.d.ts.map +1 -0
- package/dist/synapsexcoder/worktree-manager.js +100 -0
- package/dist/synapsexcoder/worktree-manager.js.map +1 -0
- package/dist/team/index.d.ts +17 -0
- package/dist/team/index.d.ts.map +1 -0
- package/dist/team/index.js +13 -0
- package/dist/team/index.js.map +1 -0
- package/dist/team/team-audit.d.ts +120 -0
- package/dist/team/team-audit.d.ts.map +1 -0
- package/dist/team/team-audit.js +357 -0
- package/dist/team/team-audit.js.map +1 -0
- package/dist/team/team-collaboration.d.ts +150 -0
- package/dist/team/team-collaboration.d.ts.map +1 -0
- package/dist/team/team-collaboration.js +495 -0
- package/dist/team/team-collaboration.js.map +1 -0
- package/dist/team/team-rbac.d.ts +84 -0
- package/dist/team/team-rbac.d.ts.map +1 -0
- package/dist/team/team-rbac.js +259 -0
- package/dist/team/team-rbac.js.map +1 -0
- package/dist/team/team-session-manager.d.ts +100 -0
- package/dist/team/team-session-manager.d.ts.map +1 -0
- package/dist/team/team-session-manager.js +255 -0
- package/dist/team/team-session-manager.js.map +1 -0
- package/dist/thoughts/thoughts-manager.d.ts +52 -0
- package/dist/thoughts/thoughts-manager.d.ts.map +1 -0
- package/dist/thoughts/thoughts-manager.js +271 -0
- package/dist/thoughts/thoughts-manager.js.map +1 -0
- package/dist/tools/api-validator/index.d.ts +97 -0
- package/dist/tools/api-validator/index.d.ts.map +1 -0
- package/dist/tools/api-validator/index.js +312 -0
- package/dist/tools/api-validator/index.js.map +1 -0
- package/dist/tools/code-archaeology/index.d.ts +193 -0
- package/dist/tools/code-archaeology/index.d.ts.map +1 -0
- package/dist/tools/code-archaeology/index.js +468 -0
- package/dist/tools/code-archaeology/index.js.map +1 -0
- package/dist/tools/codebase-search/index.d.ts +126 -0
- package/dist/tools/codebase-search/index.d.ts.map +1 -0
- package/dist/tools/codebase-search/index.js +437 -0
- package/dist/tools/codebase-search/index.js.map +1 -0
- package/dist/tools/context/index.d.ts +162 -0
- package/dist/tools/context/index.d.ts.map +1 -0
- package/dist/tools/context/index.js +332 -0
- package/dist/tools/context/index.js.map +1 -0
- package/dist/tools/deepwiki/analyzer.d.ts +167 -0
- package/dist/tools/deepwiki/analyzer.d.ts.map +1 -0
- package/dist/tools/deepwiki/analyzer.js +925 -0
- package/dist/tools/deepwiki/analyzer.js.map +1 -0
- package/dist/tools/deepwiki/extractor.d.ts +151 -0
- package/dist/tools/deepwiki/extractor.d.ts.map +1 -0
- package/dist/tools/deepwiki/extractor.js +923 -0
- package/dist/tools/deepwiki/extractor.js.map +1 -0
- package/dist/tools/deepwiki/generator.d.ts +89 -0
- package/dist/tools/deepwiki/generator.d.ts.map +1 -0
- package/dist/tools/deepwiki/generator.js +638 -0
- package/dist/tools/deepwiki/generator.js.map +1 -0
- package/dist/tools/deepwiki/index.d.ts +96 -0
- package/dist/tools/deepwiki/index.d.ts.map +1 -0
- package/dist/tools/deepwiki/index.js +282 -0
- package/dist/tools/deepwiki/index.js.map +1 -0
- package/dist/tools/deepwiki/types.d.ts +370 -0
- package/dist/tools/deepwiki/types.d.ts.map +1 -0
- package/dist/tools/deepwiki/types.js +21 -0
- package/dist/tools/deepwiki/types.js.map +1 -0
- package/dist/tools/dependency-mapper/index.d.ts +212 -0
- package/dist/tools/dependency-mapper/index.d.ts.map +1 -0
- package/dist/tools/dependency-mapper/index.js +592 -0
- package/dist/tools/dependency-mapper/index.js.map +1 -0
- package/dist/tools/memory/index.d.ts +120 -0
- package/dist/tools/memory/index.d.ts.map +1 -0
- package/dist/tools/memory/index.js +275 -0
- package/dist/tools/memory/index.js.map +1 -0
- package/dist/tools/normalize_patch.d.ts +3 -0
- package/dist/tools/normalize_patch.d.ts.map +1 -0
- package/dist/tools/normalize_patch.js +22 -0
- package/dist/tools/normalize_patch.js.map +1 -0
- package/dist/tools/pattern-detector/index.d.ts +105 -0
- package/dist/tools/pattern-detector/index.d.ts.map +1 -0
- package/dist/tools/pattern-detector/index.js +526 -0
- package/dist/tools/pattern-detector/index.js.map +1 -0
- package/dist/tools/performance-profiler/index.d.ts +50 -0
- package/dist/tools/performance-profiler/index.d.ts.map +1 -0
- package/dist/tools/performance-profiler/index.js +164 -0
- package/dist/tools/performance-profiler/index.js.map +1 -0
- package/dist/tools/refactoring-engine/index.d.ts +63 -0
- package/dist/tools/refactoring-engine/index.d.ts.map +1 -0
- package/dist/tools/refactoring-engine/index.js +270 -0
- package/dist/tools/refactoring-engine/index.js.map +1 -0
- package/dist/tools/registry.d.ts +36 -0
- package/dist/tools/registry.d.ts.map +1 -0
- package/dist/tools/registry.js +499 -0
- package/dist/tools/registry.js.map +1 -0
- package/dist/tools/test-generator/index.d.ts +152 -0
- package/dist/tools/test-generator/index.d.ts.map +1 -0
- package/dist/tools/test-generator/index.js +448 -0
- package/dist/tools/test-generator/index.js.map +1 -0
- package/dist/types/index.d.ts +565 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +7 -0
- package/dist/types/index.js.map +1 -0
- package/dist/utils/path-validator.d.ts +94 -0
- package/dist/utils/path-validator.d.ts.map +1 -0
- package/dist/utils/path-validator.js +192 -0
- package/dist/utils/path-validator.js.map +1 -0
- package/dist/utils/secure-exec.d.ts +92 -0
- package/dist/utils/secure-exec.d.ts.map +1 -0
- package/dist/utils/secure-exec.js +230 -0
- package/dist/utils/secure-exec.js.map +1 -0
- package/dist/verification/claim-parser.d.ts +37 -0
- package/dist/verification/claim-parser.d.ts.map +1 -0
- package/dist/verification/claim-parser.js +231 -0
- package/dist/verification/claim-parser.js.map +1 -0
- package/dist/verification/cross-reference-engine.d.ts +55 -0
- package/dist/verification/cross-reference-engine.d.ts.map +1 -0
- package/dist/verification/cross-reference-engine.js +149 -0
- package/dist/verification/cross-reference-engine.js.map +1 -0
- package/dist/verification/discrepancy-tracker.d.ts +73 -0
- package/dist/verification/discrepancy-tracker.d.ts.map +1 -0
- package/dist/verification/discrepancy-tracker.js +196 -0
- package/dist/verification/discrepancy-tracker.js.map +1 -0
- package/dist/verification/feature-reconciler.d.ts +90 -0
- package/dist/verification/feature-reconciler.d.ts.map +1 -0
- package/dist/verification/feature-reconciler.js +264 -0
- package/dist/verification/feature-reconciler.js.map +1 -0
- package/dist/verification/index.d.ts +16 -0
- package/dist/verification/index.d.ts.map +1 -0
- package/dist/verification/index.js +19 -0
- package/dist/verification/index.js.map +1 -0
- package/dist/verification/integration-verifier.d.ts +66 -0
- package/dist/verification/integration-verifier.d.ts.map +1 -0
- package/dist/verification/integration-verifier.js +210 -0
- package/dist/verification/integration-verifier.js.map +1 -0
- package/dist/verification/recursive-audit-loop.d.ts +56 -0
- package/dist/verification/recursive-audit-loop.d.ts.map +1 -0
- package/dist/verification/recursive-audit-loop.js +136 -0
- package/dist/verification/recursive-audit-loop.js.map +1 -0
- package/dist/verification/runtime-verifier.d.ts +37 -0
- package/dist/verification/runtime-verifier.d.ts.map +1 -0
- package/dist/verification/runtime-verifier.js +221 -0
- package/dist/verification/runtime-verifier.js.map +1 -0
- package/dist/verification/types.d.ts +88 -0
- package/dist/verification/types.d.ts.map +1 -0
- package/dist/verification/types.js +5 -0
- package/dist/verification/types.js.map +1 -0
- package/dist/verification/verification-engine.d.ts +48 -0
- package/dist/verification/verification-engine.d.ts.map +1 -0
- package/dist/verification/verification-engine.js +203 -0
- package/dist/verification/verification-engine.js.map +1 -0
- package/opencode-agents/synapse-analyzer.md +64 -0
- package/opencode-agents/synapse-debugger.md +43 -0
- package/opencode-agents/synapse-diff-validator.md +42 -0
- package/opencode-agents/synapse-gatekeeper.md +273 -0
- package/opencode-agents/synapse-master.md +167 -0
- package/opencode-agents/synapse-planner.md +55 -0
- package/opencode-agents/synapse-researcher.md +61 -0
- package/opencode-agents/synapse-reviewer.md +64 -0
- package/opencode-agents/synapse-rewriter.md +62 -0
- package/opencode-agents/synapse-strategist.md +50 -0
- package/opencode-agents/synapse-test-runner.md +43 -0
- package/opencode-agents/synapse-ui-designer.md +61 -0
- package/opencode-agents/synapse-verifier.md +544 -0
- package/package.json +108 -0
- package/src/plugin/opencode-plugin.ts +141 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://opencode.ai/config.json",
|
|
3
|
+
|
|
4
|
+
// === SynapseXcoder Plugin for OpenCode ===
|
|
5
|
+
// All 13 SynapseXcoder V6 agents. Only synapse-* agents are used — no built-in OpenCode agents.
|
|
6
|
+
|
|
7
|
+
// === AGENTS ===
|
|
8
|
+
"agent": {
|
|
9
|
+
// ── Primary Orchestrator ──
|
|
10
|
+
"synapse-master": {
|
|
11
|
+
"prompt": "opencode-agents/synapse-master.md"
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
// ── Core Pipeline Agents ──
|
|
15
|
+
"synapse-planner": {
|
|
16
|
+
"prompt": "opencode-agents/synapse-planner.md"
|
|
17
|
+
},
|
|
18
|
+
"synapse-analyzer": {
|
|
19
|
+
"prompt": "opencode-agents/synapse-analyzer.md"
|
|
20
|
+
},
|
|
21
|
+
"synapse-reviewer": {
|
|
22
|
+
"prompt": "opencode-agents/synapse-reviewer.md"
|
|
23
|
+
},
|
|
24
|
+
"synapse-rewriter": {
|
|
25
|
+
"prompt": "opencode-agents/synapse-rewriter.md"
|
|
26
|
+
},
|
|
27
|
+
"synapse-ui-designer": {
|
|
28
|
+
"prompt": "opencode-agents/synapse-ui-designer.md"
|
|
29
|
+
},
|
|
30
|
+
"synapse-researcher": {
|
|
31
|
+
"prompt": "opencode-agents/synapse-researcher.md"
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
// ── Quality & Strategy Agents ──
|
|
35
|
+
"synapse-strategist": {
|
|
36
|
+
"prompt": "opencode-agents/synapse-strategist.md"
|
|
37
|
+
},
|
|
38
|
+
"synapse-gatekeeper": {
|
|
39
|
+
"prompt": "opencode-agents/synapse-gatekeeper.md"
|
|
40
|
+
},
|
|
41
|
+
"synapse-verifier": {
|
|
42
|
+
"prompt": "opencode-agents/synapse-verifier.md"
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
// ── Error Handling & Validation Agents ──
|
|
46
|
+
"synapse-debugger": {
|
|
47
|
+
"prompt": "opencode-agents/synapse-debugger.md"
|
|
48
|
+
},
|
|
49
|
+
"synapse-diff-validator": {
|
|
50
|
+
"prompt": "opencode-agents/synapse-diff-validator.md"
|
|
51
|
+
},
|
|
52
|
+
"synapse-test-runner": {
|
|
53
|
+
"prompt": "opencode-agents/synapse-test-runner.md"
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
// ── Background Worker (project infrastructure, not a synapse agent) ──
|
|
57
|
+
"background-worker": {
|
|
58
|
+
"permission": {
|
|
59
|
+
"bash": { "*": "deny" },
|
|
60
|
+
"edit": "deny",
|
|
61
|
+
"write": "deny"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
// === PERMISSIONS ===
|
|
67
|
+
"permission": {
|
|
68
|
+
"edit": "ask",
|
|
69
|
+
"bash": "allow",
|
|
70
|
+
"task": "deny",
|
|
71
|
+
"context7_*": "deny",
|
|
72
|
+
"exa_*": "deny",
|
|
73
|
+
"gh_grep_*": "deny",
|
|
74
|
+
"kagi_*": "deny",
|
|
75
|
+
"webfetch": "deny",
|
|
76
|
+
"worktree_*": "deny"
|
|
77
|
+
},
|
|
78
|
+
|
|
79
|
+
// === MCP SERVERS ===
|
|
80
|
+
"mcp": {
|
|
81
|
+
"context7": {
|
|
82
|
+
"type": "remote",
|
|
83
|
+
"url": "https://mcp.context7.com/mcp",
|
|
84
|
+
"enabled": true
|
|
85
|
+
},
|
|
86
|
+
"exa": {
|
|
87
|
+
"type": "remote",
|
|
88
|
+
"url": "https://mcp.exa.ai/mcp",
|
|
89
|
+
"enabled": true
|
|
90
|
+
},
|
|
91
|
+
"gh_grep": {
|
|
92
|
+
"type": "remote",
|
|
93
|
+
"url": "https://mcp.grep.app",
|
|
94
|
+
"enabled": true
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
|
|
98
|
+
// === INSTRUCTIONS ===
|
|
99
|
+
"instructions": [
|
|
100
|
+
"./tools/philosophy.md"
|
|
101
|
+
]
|
|
102
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
# SynapseXcoder V6 - Multi-Agent OpenCode Integration
|
|
2
|
+
|
|
3
|
+
```
|
|
4
|
+
╔══════════════════════════════════════════════════════════════════════════════╗
|
|
5
|
+
║ 🦆 SynapseXcoder AI System — Synapse V5 ║
|
|
6
|
+
║ Multi-Agent OpenCode Integration Edition ║
|
|
7
|
+
╚══════════════════════════════════════════════════════════════════════════════╝
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Overview
|
|
11
|
+
|
|
12
|
+
SynapseXcoder V5 transforms the monolithic single-agent architecture into a **distributed multi-agent system** powered by OpenCode CLI. A master orchestration agent leads specialized sub-agents, each responsible for a specific phase of the processing pipeline.
|
|
13
|
+
|
|
14
|
+
## Key Features
|
|
15
|
+
|
|
16
|
+
- **Multi-Agent Architecture**: Master agent orchestrates specialized sub-agents
|
|
17
|
+
- **OpenCode CLI Integration**: Native tool calling for file operations, bash, web, and MCP
|
|
18
|
+
- **Phase-Based Processing**: Dedicated agents for Planning, Analysis, Review, Rewrite, UI Design
|
|
19
|
+
- **CLI Command Suite**: Unified command interface for all operations
|
|
20
|
+
- **Inter-Agent Communication**: Message bus for agent coordination
|
|
21
|
+
- **Flexible Configuration**: YAML-based config with per-agent settings
|
|
22
|
+
- **Team Collaboration**: Multi-user sessions, shared repositories, and activity tracking
|
|
23
|
+
- **Plugin System**: Extensible architecture for custom agents, commands, and tools
|
|
24
|
+
- **Token Optimization**: Intelligent context compression and MVI pattern learning
|
|
25
|
+
- **CLI Distribution**: Package and distribute agents/commands as standalone CLI tools
|
|
26
|
+
|
|
27
|
+
## Architecture
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
┌─────────────────────────────────────────────────────────────────────────────┐
|
|
31
|
+
│ SYNAPSEXCODER V6 SYSTEM │
|
|
32
|
+
├─────────────────────────────────────────────────────────────────────────────┤
|
|
33
|
+
│ │
|
|
34
|
+
│ ┌─────────────────────────────────────────────────────────────────────┐ │
|
|
35
|
+
│ │ 🦆 MASTER AGENT (Orchestrator) │ │
|
|
36
|
+
│ │ • Receives user input │ │
|
|
37
|
+
│ │ • Creates execution plan │ │
|
|
38
|
+
│ │ • Spawns/manages sub-agents │ │
|
|
39
|
+
│ │ • Synthesizes final output │ │
|
|
40
|
+
│ └──────────────────────────┬──────────────────────────────────────────┘ │
|
|
41
|
+
│ │ │
|
|
42
|
+
│ ┌───────────────┼───────────────┐ │
|
|
43
|
+
│ ▼ ▼ ▼ │
|
|
44
|
+
│ ┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐ │
|
|
45
|
+
│ │ 🗺️ PLANNER │ │ 🔍 ANALYZER │ │ 🔵 REVIEWER │ │
|
|
46
|
+
│ │ - Task outline │ │ - Syntax check │ │ - Explain fixes │ │
|
|
47
|
+
│ │ - Dependencies │ │ - Logic scan │ │ - Justify changes │ │
|
|
48
|
+
│ └──────────────────┘ └──────────────────┘ └──────────────────┘ │
|
|
49
|
+
│ │ │ │ │
|
|
50
|
+
│ ▼ ▼ ▼ │
|
|
51
|
+
│ ┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐ │
|
|
52
|
+
│ │ 🟣 REWRITER │ │ 🎨 UI DESIGNER │ │ 🌐 RESEARCHER │ │
|
|
53
|
+
│ │ - Apply fixes │ │ - Mockup gen │ │ - Web search │ │
|
|
54
|
+
│ │ - Optimize code │ │ - Design insp │ │ - Fact verify │ │
|
|
55
|
+
│ └──────────────────┘ └──────────────────┘ └──────────────────┘ │
|
|
56
|
+
│ │
|
|
57
|
+
│ ┌─────────────────────────────────────────────────────────────────────┐ │
|
|
58
|
+
│ │ OPENCODE CLI INTEGRATION LAYER │ │
|
|
59
|
+
│ └─────────────────────────────────────────────────────────────────────┘ │
|
|
60
|
+
│ │
|
|
61
|
+
└─────────────────────────────────────────────────────────────────────────────┘
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## Installation
|
|
65
|
+
|
|
66
|
+
### Automated Installation (Recommended)
|
|
67
|
+
|
|
68
|
+
Run the automated installer which handles everything:
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
# Clone the repository
|
|
72
|
+
git clone <repository-url>
|
|
73
|
+
cd SynapseXcoder/Synapse/v5
|
|
74
|
+
|
|
75
|
+
# Run the installer (handles Node.js, npm, OpenCode, build, and global CLI setup)
|
|
76
|
+
./install.sh
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
The installer will:
|
|
80
|
+
|
|
81
|
+
- Check for Node.js 20+ and npm
|
|
82
|
+
- Install OpenCode CLI if missing
|
|
83
|
+
- Install npm dependencies and build TypeScript
|
|
84
|
+
- Register `synapse` as a global CLI command
|
|
85
|
+
- Copy OpenCode agent configurations
|
|
86
|
+
- Create default configuration files
|
|
87
|
+
|
|
88
|
+
### Manual Installation
|
|
89
|
+
|
|
90
|
+
If you prefer manual setup:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# Install dependencies
|
|
94
|
+
npm install
|
|
95
|
+
|
|
96
|
+
# Build the project
|
|
97
|
+
npm run build
|
|
98
|
+
|
|
99
|
+
# Register CLI globally
|
|
100
|
+
npm link
|
|
101
|
+
|
|
102
|
+
# Copy OpenCode agents (run from project root)
|
|
103
|
+
mkdir -p ~/.config/opencode/agents
|
|
104
|
+
cp opencode-agents/*.md ~/.config/opencode/agents/
|
|
105
|
+
cp opencode/opencode.json ~/.config/opencode/
|
|
106
|
+
|
|
107
|
+
# Create config directory
|
|
108
|
+
mkdir -p ~/.synapsexcoder
|
|
109
|
+
# (config.yaml will be created on first run)
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### CLI Registration
|
|
113
|
+
|
|
114
|
+
The `package.json` includes a `bin` field that registers the `synapse` command:
|
|
115
|
+
|
|
116
|
+
```json
|
|
117
|
+
{
|
|
118
|
+
"bin": {
|
|
119
|
+
"synapse": "dist/cli/index.js"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
After installation, `synapse` will be available globally in your terminal.
|
|
125
|
+
|
|
126
|
+
## Quick Start
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Process a file with full pipeline
|
|
130
|
+
synapse process ./src/main.py
|
|
131
|
+
|
|
132
|
+
# Analyze without modifications
|
|
133
|
+
synapse analyze ./src/main.py
|
|
134
|
+
|
|
135
|
+
# List available agents
|
|
136
|
+
synapse agent list
|
|
137
|
+
|
|
138
|
+
# Check OpenCode tools
|
|
139
|
+
synapse opencode tools
|
|
140
|
+
|
|
141
|
+
# Merge files
|
|
142
|
+
synapse merge file1.py file2.py
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
## CLI Commands
|
|
146
|
+
|
|
147
|
+
### Core Commands
|
|
148
|
+
|
|
149
|
+
| Command | Description |
|
|
150
|
+
| ----------------------- | ----------------------------------- |
|
|
151
|
+
| `synapse process <input>` | Process input with full pipeline |
|
|
152
|
+
| `synapse analyze <input>` | Analyze input without modifications |
|
|
153
|
+
| `synapse merge <inputs>` | Merge multiple inputs |
|
|
154
|
+
| `synapse rewrite <input>` | Rewrite with fixes |
|
|
155
|
+
|
|
156
|
+
### Agent Commands
|
|
157
|
+
|
|
158
|
+
| Command | Description |
|
|
159
|
+
| -------------------------- | --------------------- |
|
|
160
|
+
| `synapse agent list` | List available agents |
|
|
161
|
+
| `synapse agent spawn <type>` | Spawn a new agent |
|
|
162
|
+
| `synapse agent status` | Show agent status |
|
|
163
|
+
| `synapse agent kill <id>` | Terminate an agent |
|
|
164
|
+
|
|
165
|
+
### OpenCode Commands
|
|
166
|
+
|
|
167
|
+
| Command | Description |
|
|
168
|
+
| ---------------------- | -------------------- |
|
|
169
|
+
| `synapse opencode run` | Run OpenCode command |
|
|
170
|
+
| `synapse opencode serve` | Start server mode |
|
|
171
|
+
| `synapse opencode tools` | List available tools |
|
|
172
|
+
|
|
173
|
+
### Context Commands
|
|
174
|
+
|
|
175
|
+
| Command | Description |
|
|
176
|
+
| --------------------------- | -------------------- |
|
|
177
|
+
| `synapse context save <name>` | Save current context |
|
|
178
|
+
| `synapse context load <name>` | Load saved context |
|
|
179
|
+
| `synapse context show` | Show current context |
|
|
180
|
+
|
|
181
|
+
### Team Commands
|
|
182
|
+
|
|
183
|
+
| Command | Description |
|
|
184
|
+
| --------------------------- | ---------------------------- |
|
|
185
|
+
| `synapse team session <name>` | Create collaboration session |
|
|
186
|
+
| `synapse team join <id>` | Join existing session |
|
|
187
|
+
| `synapse team list` | List active sessions |
|
|
188
|
+
|
|
189
|
+
### Plugin Commands
|
|
190
|
+
|
|
191
|
+
| Command | Description |
|
|
192
|
+
| --------------------------- | ---------------------- |
|
|
193
|
+
| `synapse plugin list` | List installed plugins |
|
|
194
|
+
| `synapse plugin enable <id>` | Enable a plugin |
|
|
195
|
+
| `synapse plugin disable <id>` | Disable a plugin |
|
|
196
|
+
|
|
197
|
+
### Distribution Commands
|
|
198
|
+
|
|
199
|
+
| Command | Description |
|
|
200
|
+
| ---------------------------- | --------------------------- |
|
|
201
|
+
| `synapse package create` | Create distribution package |
|
|
202
|
+
| `synapse package publish` | Publish package to registry |
|
|
203
|
+
| `synapse package install <id>` | Install a package |
|
|
204
|
+
|
|
205
|
+
## Processing Modes
|
|
206
|
+
|
|
207
|
+
| Mode | Description |
|
|
208
|
+
| ----------------- | ------------------------------------------- |
|
|
209
|
+
| `full_pipeline` | Complete merge → analyze → review → rewrite |
|
|
210
|
+
| `merge_only` | Combine inputs without analysis |
|
|
211
|
+
| `analyze_only` | Analysis without modifications |
|
|
212
|
+
| `security_scan` | Focused security analysis |
|
|
213
|
+
| `debug_assistant` | Debugging assistance |
|
|
214
|
+
| `ui_design` | Mockup and design generation |
|
|
215
|
+
| `team_collab` | Multi-user collaboration session |
|
|
216
|
+
| `plugin_dev` | Plugin development and testing |
|
|
217
|
+
|
|
218
|
+
## Project Structure
|
|
219
|
+
|
|
220
|
+
```
|
|
221
|
+
v6/
|
|
222
|
+
├── agents/ # Agent implementations
|
|
223
|
+
│ └── base-agents.ts # Master and sub-agent classes
|
|
224
|
+
├── cli/ # CLI implementation
|
|
225
|
+
│ └── index.ts # Command definitions
|
|
226
|
+
├── messages/ # Inter-agent communication
|
|
227
|
+
│ └── message-bus.ts # Message bus implementation
|
|
228
|
+
├── opencode/ # OpenCode integration
|
|
229
|
+
│ └── tool-bridge.ts # Tool calling bridge
|
|
230
|
+
├── opencode-agents/ # OpenCode agent configs
|
|
231
|
+
│ ├── synapse-master.md
|
|
232
|
+
│ ├── synapse-planner.md
|
|
233
|
+
│ ├── synapse-analyzer.md
|
|
234
|
+
│ ├── synapse-reviewer.md
|
|
235
|
+
│ ├── synapse-rewriter.md
|
|
236
|
+
│ ├── synapse-ui-designer.md
|
|
237
|
+
│ └── synapse-researcher.md
|
|
238
|
+
├── src/
|
|
239
|
+
│ ├── types/ # TypeScript types
|
|
240
|
+
│ │ └── index.ts # All shared types
|
|
241
|
+
│ ├── commands/ # Workflow commands
|
|
242
|
+
│ │ └── command-processor.ts
|
|
243
|
+
│ ├── context/ # Context system
|
|
244
|
+
│ │ └── context-system.ts
|
|
245
|
+
│ ├── distribution/ # CLI distribution
|
|
246
|
+
│ │ └── cli-distribution.ts
|
|
247
|
+
│ ├── optimization/ # Token optimization
|
|
248
|
+
│ │ └── token-optimizer.ts
|
|
249
|
+
│ ├── plugins/ # Plugin system
|
|
250
|
+
│ │ └── plugin-system.ts
|
|
251
|
+
│ ├── team/ # Team collaboration
|
|
252
|
+
│ │ └── team-collaboration.ts
|
|
253
|
+
│ ├── thoughts/ # Knowledge management
|
|
254
|
+
│ │ └── thoughts-manager.ts
|
|
255
|
+
│ └── cli/ # CLI source
|
|
256
|
+
├── package.json
|
|
257
|
+
├── tsconfig.json
|
|
258
|
+
└── README.md
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
## Configuration
|
|
262
|
+
|
|
263
|
+
Configuration is stored in `~/.synapsexcoder/config.yaml`:
|
|
264
|
+
|
|
265
|
+
```yaml
|
|
266
|
+
version: "6.0.0"
|
|
267
|
+
|
|
268
|
+
opencode:
|
|
269
|
+
mode: embedded
|
|
270
|
+
serverUrl: "http://localhost:4096"
|
|
271
|
+
|
|
272
|
+
agents:
|
|
273
|
+
master:
|
|
274
|
+
model: anthropic/claude-opus-4-6
|
|
275
|
+
temperature: 0.2
|
|
276
|
+
|
|
277
|
+
planner:
|
|
278
|
+
model: anthropic/claude-haiku-4-20250514
|
|
279
|
+
|
|
280
|
+
analyzer:
|
|
281
|
+
model: anthropic/claude-sonnet-4-20250514
|
|
282
|
+
|
|
283
|
+
plugins:
|
|
284
|
+
enabled: true
|
|
285
|
+
directory: "./plugins"
|
|
286
|
+
|
|
287
|
+
team:
|
|
288
|
+
enabled: true
|
|
289
|
+
defaultSession: "main"
|
|
290
|
+
|
|
291
|
+
tokenOptimization:
|
|
292
|
+
enabled: true
|
|
293
|
+
maxContextSize: 8000
|
|
294
|
+
compressionThreshold: 1000
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
## OpenCode Agent Configuration
|
|
298
|
+
|
|
299
|
+
Agents are defined as Markdown files in `~/.config/opencode/agents/`:
|
|
300
|
+
|
|
301
|
+
```yaml
|
|
302
|
+
---
|
|
303
|
+
description: Agent description
|
|
304
|
+
mode: subagent
|
|
305
|
+
temperature: 0.1
|
|
306
|
+
permission:
|
|
307
|
+
edit: deny
|
|
308
|
+
bash: deny
|
|
309
|
+
webfetch: allow
|
|
310
|
+
color: "#FFA500"
|
|
311
|
+
---
|
|
312
|
+
Agent prompt goes here...
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
> Note: Synapse agent files intentionally omit a hardcoded `model` field so each
|
|
316
|
+
> agent inherits the user-selected model from the active prompt/session.
|
|
317
|
+
|
|
318
|
+
## Development
|
|
319
|
+
|
|
320
|
+
```bash
|
|
321
|
+
# Run tests
|
|
322
|
+
npm test
|
|
323
|
+
|
|
324
|
+
# Lint code
|
|
325
|
+
npm run lint
|
|
326
|
+
|
|
327
|
+
# Lint agent permissions/frontmatter
|
|
328
|
+
npm run lint:agents
|
|
329
|
+
|
|
330
|
+
# Format code
|
|
331
|
+
npm run format
|
|
332
|
+
|
|
333
|
+
# Type check
|
|
334
|
+
npx tsc --noEmit
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
## Roadmap
|
|
338
|
+
|
|
339
|
+
- [x] Phase 1: Core Foundation ✓
|
|
340
|
+
- [x] Phase 2: Agent Framework ✓
|
|
341
|
+
- [x] Phase 3: CLI & Commands ✓
|
|
342
|
+
- [x] Phase 4: OpenCode Agent Configs ✓
|
|
343
|
+
- [ ] Phase 5: Testing & Polish
|
|
344
|
+
- [x] Phase 6: Team Collaboration & Plugins ✓
|
|
345
|
+
- [x] Phase 7: Token Optimization & CLI Distribution ✓
|
|
346
|
+
|
|
347
|
+
## License
|
|
348
|
+
|
|
349
|
+
MIT
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
Built with 🦆 by DuckyOnQuack-999
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agent Configuration Manager - Markdown-based Agent Definitions
|
|
3
|
+
*
|
|
4
|
+
* Inspired by OpenAgentsControl's editable agents via markdown files.
|
|
5
|
+
* Allows defining and configuring agents through structured markdown.
|
|
6
|
+
*/
|
|
7
|
+
import type { AgentConfig, AgentType } from "../types/index.js";
|
|
8
|
+
export interface MarkdownAgentDefinition {
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
|
+
type: AgentType;
|
|
12
|
+
description: string;
|
|
13
|
+
config: Partial<AgentConfig>;
|
|
14
|
+
prompts: {
|
|
15
|
+
system?: string;
|
|
16
|
+
task?: string;
|
|
17
|
+
examples?: Array<{
|
|
18
|
+
input: string;
|
|
19
|
+
output: string;
|
|
20
|
+
explanation?: string;
|
|
21
|
+
}>;
|
|
22
|
+
};
|
|
23
|
+
tools: string[];
|
|
24
|
+
behaviors: {
|
|
25
|
+
approvalRequired?: boolean;
|
|
26
|
+
contextAware?: boolean;
|
|
27
|
+
learningEnabled?: boolean;
|
|
28
|
+
maxIterations?: number;
|
|
29
|
+
temperature?: number;
|
|
30
|
+
};
|
|
31
|
+
metadata: {
|
|
32
|
+
author?: string;
|
|
33
|
+
version?: string;
|
|
34
|
+
tags?: string[];
|
|
35
|
+
created?: string;
|
|
36
|
+
updated?: string;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export declare class AgentConfigManager {
|
|
40
|
+
private agentsDir;
|
|
41
|
+
private agentDefinitions;
|
|
42
|
+
constructor(projectRoot: string);
|
|
43
|
+
private loadAgentDefinitions;
|
|
44
|
+
private parseAgentDefinition;
|
|
45
|
+
private parseSections;
|
|
46
|
+
private parseExamples;
|
|
47
|
+
getAgentDefinition(id: string): MarkdownAgentDefinition | undefined;
|
|
48
|
+
getAllAgentDefinitions(): MarkdownAgentDefinition[];
|
|
49
|
+
getAgentDefinitionsByType(type: AgentType): MarkdownAgentDefinition[];
|
|
50
|
+
createAgentDefinition(definition: Omit<MarkdownAgentDefinition, "id">): string;
|
|
51
|
+
updateAgentDefinition(id: string, updates: Partial<MarkdownAgentDefinition>): boolean;
|
|
52
|
+
deleteAgentDefinition(id: string): boolean;
|
|
53
|
+
private saveAgentDefinition;
|
|
54
|
+
private serializeAgentDefinition;
|
|
55
|
+
createAgentFromDefinition(definitionId: string, messageBus: any, toolBridge: any): any;
|
|
56
|
+
}
|
|
57
|
+
export declare function createAgentConfigManager(projectRoot: string): AgentConfigManager;
|
|
58
|
+
//# sourceMappingURL=agent-config-manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-config-manager.d.ts","sourceRoot":"","sources":["../../src/agents/agent-config-manager.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEhE,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC7B,OAAO,EAAE;QACP,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,KAAK,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;YACd,MAAM,EAAE,MAAM,CAAC;YACf,WAAW,CAAC,EAAE,MAAM,CAAC;SACtB,CAAC,CAAC;KACJ,CAAC;IACF,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,EAAE;QACT,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,QAAQ,EAAE;QACR,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AAED,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,gBAAgB,CAAmD;gBAE/D,WAAW,EAAE,MAAM;IAe/B,OAAO,CAAC,oBAAoB;IAoB5B,OAAO,CAAC,oBAAoB;IAmF5B,OAAO,CAAC,aAAa;IA4BrB,OAAO,CAAC,aAAa;IAsDrB,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,uBAAuB,GAAG,SAAS;IAInE,sBAAsB,IAAI,uBAAuB,EAAE;IAInD,yBAAyB,CAAC,IAAI,EAAE,SAAS,GAAG,uBAAuB,EAAE;IAIrE,qBAAqB,CACnB,UAAU,EAAE,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,GAC9C,MAAM;IAUT,qBAAqB,CACnB,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,uBAAuB,CAAC,GACxC,OAAO;IAWV,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAuB1C,OAAO,CAAC,mBAAmB;IAwB3B,OAAO,CAAC,wBAAwB;IAgDhC,yBAAyB,CACvB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,GAAG,EACf,UAAU,EAAE,GAAG,GACd,GAAG;CAgBP;AAMD,wBAAgB,wBAAwB,CACtC,WAAW,EAAE,MAAM,GAClB,kBAAkB,CAEpB"}
|