kynjal-cli 2.0.6 → 3.1.0-alpha.44
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/agents/analysis/analyze-code-quality.md +179 -0
- package/.claude/agents/analysis/code-analyzer.md +210 -0
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +179 -0
- package/.claude/agents/architecture/arch-system-design.md +157 -0
- package/.claude/agents/architecture/system-design/arch-system-design.md +155 -0
- package/.claude/agents/browser/browser-agent.yaml +182 -0
- package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
- package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
- package/.claude/agents/consensus/gossip-coordinator.md +63 -0
- package/.claude/agents/consensus/performance-benchmarker.md +851 -0
- package/.claude/agents/consensus/quorum-manager.md +823 -0
- package/.claude/agents/consensus/raft-manager.md +63 -0
- package/.claude/agents/consensus/security-manager.md +622 -0
- package/.claude/agents/core/coder.md +453 -0
- package/.claude/agents/core/planner.md +375 -0
- package/.claude/agents/core/researcher.md +369 -0
- package/.claude/agents/core/reviewer.md +520 -0
- package/.claude/agents/core/tester.md +512 -0
- package/.claude/agents/custom/test-long-runner.md +44 -0
- package/.claude/agents/data/data-ml-model.md +445 -0
- package/.claude/agents/data/ml/data-ml-model.md +193 -0
- package/.claude/agents/development/backend/dev-backend-api.md +142 -0
- package/.claude/agents/development/dev-backend-api.md +345 -0
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
- package/.claude/agents/devops/ops-cicd-github.md +165 -0
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
- package/.claude/agents/documentation/docs-api-openapi.md +355 -0
- package/.claude/agents/flow-nexus/app-store.md +88 -0
- package/.claude/agents/flow-nexus/authentication.md +69 -0
- package/.claude/agents/flow-nexus/challenges.md +81 -0
- package/.claude/agents/flow-nexus/neural-network.md +88 -0
- package/.claude/agents/flow-nexus/payments.md +83 -0
- package/.claude/agents/flow-nexus/sandbox.md +76 -0
- package/.claude/agents/flow-nexus/swarm.md +76 -0
- package/.claude/agents/flow-nexus/user-tools.md +96 -0
- package/.claude/agents/flow-nexus/workflow.md +84 -0
- package/.claude/agents/github/code-review-swarm.md +377 -0
- package/.claude/agents/github/github-modes.md +173 -0
- package/.claude/agents/github/issue-tracker.md +576 -0
- package/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/.claude/agents/github/pr-manager.md +438 -0
- package/.claude/agents/github/project-board-sync.md +509 -0
- package/.claude/agents/github/release-manager.md +605 -0
- package/.claude/agents/github/release-swarm.md +583 -0
- package/.claude/agents/github/repo-architect.md +398 -0
- package/.claude/agents/github/swarm-issue.md +573 -0
- package/.claude/agents/github/swarm-pr.md +428 -0
- package/.claude/agents/github/sync-coordinator.md +452 -0
- package/.claude/agents/github/workflow-automation.md +903 -0
- package/.claude/agents/goal/agent.md +816 -0
- package/.claude/agents/goal/goal-planner.md +73 -0
- package/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/.claude/agents/optimization/load-balancer.md +431 -0
- package/.claude/agents/optimization/performance-monitor.md +672 -0
- package/.claude/agents/optimization/resource-allocator.md +674 -0
- package/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/.claude/agents/payments/agentic-payments.md +126 -0
- package/.claude/agents/sona/sona-learning-optimizer.md +74 -0
- package/.claude/agents/sparc/architecture.md +699 -0
- package/.claude/agents/sparc/pseudocode.md +520 -0
- package/.claude/agents/sparc/refinement.md +802 -0
- package/.claude/agents/sparc/specification.md +478 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +225 -0
- package/.claude/agents/specialized/spec-mobile-react-native.md +227 -0
- package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
- package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
- package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
- package/.claude/agents/sublinear/performance-optimizer.md +368 -0
- package/.claude/agents/sublinear/trading-predictor.md +246 -0
- package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
- package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
- package/.claude/agents/swarm/mesh-coordinator.md +963 -0
- package/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/.claude/agents/templates/base-template-generator.md +268 -0
- package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
- package/.claude/agents/templates/github-pr-manager.md +177 -0
- package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/.claude/agents/templates/memory-coordinator.md +187 -0
- package/.claude/agents/templates/orchestrator-task.md +139 -0
- package/.claude/agents/templates/performance-analyzer.md +199 -0
- package/.claude/agents/templates/sparc-coordinator.md +514 -0
- package/.claude/agents/testing/production-validator.md +395 -0
- package/.claude/agents/testing/tdd-london-swarm.md +244 -0
- package/.claude/agents/tmp.json +0 -0
- package/.claude/agents/v3/adr-architect.md +184 -0
- package/.claude/agents/v3/aidefence-guardian.md +282 -0
- package/.claude/agents/v3/claims-authorizer.md +208 -0
- package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
- package/.claude/agents/v3/ddd-domain-expert.md +220 -0
- package/.claude/agents/v3/injection-analyst.md +236 -0
- package/.claude/agents/v3/memory-specialist.md +995 -0
- package/.claude/agents/v3/performance-engineer.md +1233 -0
- package/.claude/agents/v3/pii-detector.md +151 -0
- package/.claude/agents/v3/reasoningbank-learner.md +213 -0
- package/.claude/agents/v3/security-architect-aidefence.md +410 -0
- package/.claude/agents/v3/security-architect.md +867 -0
- package/.claude/agents/v3/security-auditor.md +771 -0
- package/.claude/agents/v3/sparc-orchestrator.md +182 -0
- package/.claude/agents/v3/swarm-memory-manager.md +157 -0
- package/.claude/agents/v3/v3-integration-architect.md +205 -0
- package/.claude/commands/agents/README.md +50 -0
- package/.claude/commands/agents/agent-capabilities.md +140 -0
- package/.claude/commands/agents/agent-coordination.md +28 -0
- package/.claude/commands/agents/agent-spawning.md +28 -0
- package/.claude/commands/agents/agent-types.md +216 -0
- package/.claude/commands/agents/health.md +139 -0
- package/.claude/commands/agents/list.md +100 -0
- package/.claude/commands/agents/logs.md +130 -0
- package/.claude/commands/agents/metrics.md +122 -0
- package/.claude/commands/agents/pool.md +127 -0
- package/.claude/commands/agents/spawn.md +140 -0
- package/.claude/commands/agents/status.md +115 -0
- package/.claude/commands/agents/stop.md +102 -0
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/.claude/commands/analysis/README.md +9 -0
- package/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
- package/.claude/commands/analysis/performance-report.md +25 -0
- package/.claude/commands/analysis/token-efficiency.md +45 -0
- package/.claude/commands/analysis/token-usage.md +25 -0
- package/.claude/commands/automation/README.md +9 -0
- package/.claude/commands/automation/auto-agent.md +122 -0
- package/.claude/commands/automation/self-healing.md +106 -0
- package/.claude/commands/automation/session-memory.md +90 -0
- package/.claude/commands/automation/smart-agents.md +73 -0
- package/.claude/commands/automation/smart-spawn.md +25 -0
- package/.claude/commands/automation/workflow-select.md +25 -0
- package/.claude/commands/claude-flow-help.md +103 -0
- package/.claude/commands/claude-flow-memory.md +107 -0
- package/.claude/commands/claude-flow-swarm.md +205 -0
- package/.claude/commands/coordination/README.md +9 -0
- package/.claude/commands/coordination/agent-spawn.md +25 -0
- package/.claude/commands/coordination/init.md +44 -0
- package/.claude/commands/coordination/orchestrate.md +43 -0
- package/.claude/commands/coordination/spawn.md +45 -0
- package/.claude/commands/coordination/swarm-init.md +85 -0
- package/.claude/commands/coordination/task-orchestrate.md +25 -0
- package/.claude/commands/flow-nexus/app-store.md +124 -0
- package/.claude/commands/flow-nexus/challenges.md +120 -0
- package/.claude/commands/flow-nexus/login-registration.md +65 -0
- package/.claude/commands/flow-nexus/neural-network.md +134 -0
- package/.claude/commands/flow-nexus/payments.md +116 -0
- package/.claude/commands/flow-nexus/sandbox.md +83 -0
- package/.claude/commands/flow-nexus/swarm.md +87 -0
- package/.claude/commands/flow-nexus/user-tools.md +152 -0
- package/.claude/commands/flow-nexus/workflow.md +115 -0
- package/.claude/commands/github/README.md +11 -0
- package/.claude/commands/github/code-review-swarm.md +514 -0
- package/.claude/commands/github/code-review.md +25 -0
- package/.claude/commands/github/github-modes.md +147 -0
- package/.claude/commands/github/github-swarm.md +121 -0
- package/.claude/commands/github/issue-tracker.md +292 -0
- package/.claude/commands/github/issue-triage.md +25 -0
- package/.claude/commands/github/multi-repo-swarm.md +519 -0
- package/.claude/commands/github/pr-enhance.md +26 -0
- package/.claude/commands/github/pr-manager.md +170 -0
- package/.claude/commands/github/project-board-sync.md +471 -0
- package/.claude/commands/github/release-manager.md +338 -0
- package/.claude/commands/github/release-swarm.md +544 -0
- package/.claude/commands/github/repo-analyze.md +25 -0
- package/.claude/commands/github/repo-architect.md +367 -0
- package/.claude/commands/github/swarm-issue.md +482 -0
- package/.claude/commands/github/swarm-pr.md +285 -0
- package/.claude/commands/github/sync-coordinator.md +301 -0
- package/.claude/commands/github/workflow-automation.md +442 -0
- package/.claude/commands/hive-mind/README.md +17 -0
- package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
- package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/.claude/commands/hive-mind/hive-mind.md +27 -0
- package/.claude/commands/hooks/README.md +11 -0
- package/.claude/commands/hooks/overview.md +58 -0
- package/.claude/commands/hooks/post-edit.md +117 -0
- package/.claude/commands/hooks/post-task.md +112 -0
- package/.claude/commands/hooks/pre-edit.md +113 -0
- package/.claude/commands/hooks/pre-task.md +111 -0
- package/.claude/commands/hooks/session-end.md +118 -0
- package/.claude/commands/hooks/setup.md +103 -0
- package/.claude/commands/memory/README.md +9 -0
- package/.claude/commands/memory/memory-persist.md +25 -0
- package/.claude/commands/memory/memory-search.md +25 -0
- package/.claude/commands/memory/memory-usage.md +25 -0
- package/.claude/commands/memory/neural.md +47 -0
- package/.claude/commands/monitoring/README.md +9 -0
- package/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/.claude/commands/monitoring/agents.md +44 -0
- package/.claude/commands/monitoring/real-time-view.md +25 -0
- package/.claude/commands/monitoring/status.md +46 -0
- package/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/.claude/commands/optimization/README.md +9 -0
- package/.claude/commands/optimization/auto-topology.md +62 -0
- package/.claude/commands/optimization/cache-manage.md +25 -0
- package/.claude/commands/optimization/parallel-execute.md +25 -0
- package/.claude/commands/optimization/parallel-execution.md +50 -0
- package/.claude/commands/optimization/topology-optimize.md +25 -0
- package/.claude/commands/pair/README.md +261 -0
- package/.claude/commands/pair/commands.md +546 -0
- package/.claude/commands/pair/config.md +510 -0
- package/.claude/commands/pair/examples.md +512 -0
- package/.claude/commands/pair/modes.md +348 -0
- package/.claude/commands/pair/session.md +407 -0
- package/.claude/commands/pair/start.md +209 -0
- package/.claude/commands/sparc/analyzer.md +52 -0
- package/.claude/commands/sparc/architect.md +53 -0
- package/.claude/commands/sparc/ask.md +97 -0
- package/.claude/commands/sparc/batch-executor.md +54 -0
- package/.claude/commands/sparc/code.md +89 -0
- package/.claude/commands/sparc/coder.md +54 -0
- package/.claude/commands/sparc/debug.md +83 -0
- package/.claude/commands/sparc/debugger.md +54 -0
- package/.claude/commands/sparc/designer.md +53 -0
- package/.claude/commands/sparc/devops.md +109 -0
- package/.claude/commands/sparc/docs-writer.md +80 -0
- package/.claude/commands/sparc/documenter.md +54 -0
- package/.claude/commands/sparc/innovator.md +54 -0
- package/.claude/commands/sparc/integration.md +83 -0
- package/.claude/commands/sparc/mcp.md +117 -0
- package/.claude/commands/sparc/memory-manager.md +54 -0
- package/.claude/commands/sparc/optimizer.md +54 -0
- package/.claude/commands/sparc/orchestrator.md +132 -0
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
- package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
- package/.claude/commands/sparc/researcher.md +54 -0
- package/.claude/commands/sparc/reviewer.md +54 -0
- package/.claude/commands/sparc/security-review.md +80 -0
- package/.claude/commands/sparc/sparc-modes.md +174 -0
- package/.claude/commands/sparc/sparc.md +111 -0
- package/.claude/commands/sparc/spec-pseudocode.md +80 -0
- package/.claude/commands/sparc/supabase-admin.md +348 -0
- package/.claude/commands/sparc/swarm-coordinator.md +54 -0
- package/.claude/commands/sparc/tdd.md +54 -0
- package/.claude/commands/sparc/tester.md +54 -0
- package/.claude/commands/sparc/tutorial.md +79 -0
- package/.claude/commands/sparc/workflow-manager.md +54 -0
- package/.claude/commands/sparc.md +166 -0
- package/.claude/commands/stream-chain/pipeline.md +121 -0
- package/.claude/commands/stream-chain/run.md +70 -0
- package/.claude/commands/swarm/README.md +15 -0
- package/.claude/commands/swarm/analysis.md +95 -0
- package/.claude/commands/swarm/development.md +96 -0
- package/.claude/commands/swarm/examples.md +168 -0
- package/.claude/commands/swarm/maintenance.md +102 -0
- package/.claude/commands/swarm/optimization.md +117 -0
- package/.claude/commands/swarm/research.md +136 -0
- package/.claude/commands/swarm/swarm-analysis.md +8 -0
- package/.claude/commands/swarm/swarm-background.md +8 -0
- package/.claude/commands/swarm/swarm-init.md +19 -0
- package/.claude/commands/swarm/swarm-modes.md +8 -0
- package/.claude/commands/swarm/swarm-monitor.md +8 -0
- package/.claude/commands/swarm/swarm-spawn.md +19 -0
- package/.claude/commands/swarm/swarm-status.md +8 -0
- package/.claude/commands/swarm/swarm-strategies.md +8 -0
- package/.claude/commands/swarm/swarm.md +87 -0
- package/.claude/commands/swarm/testing.md +131 -0
- package/.claude/commands/training/README.md +9 -0
- package/.claude/commands/training/model-update.md +25 -0
- package/.claude/commands/training/neural-patterns.md +108 -0
- package/.claude/commands/training/neural-train.md +75 -0
- package/.claude/commands/training/pattern-learn.md +25 -0
- package/.claude/commands/training/specialization.md +63 -0
- package/.claude/commands/truth/start.md +143 -0
- package/.claude/commands/verify/check.md +50 -0
- package/.claude/commands/verify/start.md +128 -0
- package/.claude/commands/workflows/README.md +9 -0
- package/.claude/commands/workflows/development.md +78 -0
- package/.claude/commands/workflows/research.md +63 -0
- package/.claude/commands/workflows/workflow-create.md +25 -0
- package/.claude/commands/workflows/workflow-execute.md +25 -0
- package/.claude/commands/workflows/workflow-export.md +25 -0
- package/.claude/helpers/README.md +97 -0
- package/.claude/helpers/adr-compliance.sh +186 -0
- package/.claude/helpers/auto-commit.sh +178 -0
- package/.claude/helpers/auto-memory-hook.mjs +350 -0
- package/.claude/helpers/checkpoint-manager.sh +251 -0
- package/.claude/helpers/daemon-manager.sh +252 -0
- package/.claude/helpers/ddd-tracker.sh +144 -0
- package/.claude/helpers/github-safe.js +106 -0
- package/.claude/helpers/github-setup.sh +28 -0
- package/.claude/helpers/guidance-hook.sh +13 -0
- package/.claude/helpers/guidance-hooks.sh +102 -0
- package/.claude/helpers/health-monitor.sh +108 -0
- package/.claude/helpers/hook-handler.cjs +232 -0
- package/.claude/helpers/intelligence.cjs +916 -0
- package/.claude/helpers/learning-hooks.sh +329 -0
- package/.claude/helpers/learning-optimizer.sh +127 -0
- package/.claude/helpers/learning-service.mjs +1144 -0
- package/.claude/helpers/memory.js +83 -0
- package/.claude/helpers/metrics-db.mjs +488 -0
- package/.claude/helpers/pattern-consolidator.sh +86 -0
- package/.claude/helpers/perf-worker.sh +160 -0
- package/.claude/helpers/post-commit +16 -0
- package/.claude/helpers/pre-commit +26 -0
- package/.claude/helpers/quick-start.sh +19 -0
- package/.claude/helpers/router.js +66 -0
- package/.claude/helpers/security-scanner.sh +127 -0
- package/.claude/helpers/session.js +135 -0
- package/.claude/helpers/setup-mcp.sh +18 -0
- package/.claude/helpers/standard-checkpoint-hooks.sh +189 -0
- package/.claude/helpers/statusline-hook.sh +21 -0
- package/.claude/helpers/statusline.cjs +577 -0
- package/.claude/helpers/statusline.js +316 -0
- package/.claude/helpers/swarm-comms.sh +353 -0
- package/.claude/helpers/swarm-hooks.sh +761 -0
- package/.claude/helpers/swarm-monitor.sh +211 -0
- package/.claude/helpers/sync-v3-metrics.sh +245 -0
- package/.claude/helpers/update-v3-progress.sh +166 -0
- package/.claude/helpers/v3-quick-status.sh +58 -0
- package/.claude/helpers/v3.sh +111 -0
- package/.claude/helpers/validate-v3-config.sh +216 -0
- package/.claude/helpers/worker-manager.sh +170 -0
- package/.claude/settings.json +182 -0
- package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
- package/.claude/skills/agentdb-learning/SKILL.md +545 -0
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
- package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
- package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
- package/.claude/skills/agentic-jujutsu/SKILL.md +645 -0
- package/.claude/skills/aidefence-scan.md +151 -0
- package/.claude/skills/aidefence.yaml +297 -0
- package/.claude/skills/browser/SKILL.md +204 -0
- package/.claude/skills/flow-nexus-neural/SKILL.md +738 -0
- package/.claude/skills/flow-nexus-platform/SKILL.md +1157 -0
- package/.claude/skills/flow-nexus-swarm/SKILL.md +610 -0
- package/.claude/skills/github-code-review/SKILL.md +1140 -0
- package/.claude/skills/github-multi-repo/SKILL.md +874 -0
- package/.claude/skills/github-project-management/SKILL.md +1277 -0
- package/.claude/skills/github-release-management/SKILL.md +1081 -0
- package/.claude/skills/github-workflow-automation/SKILL.md +1065 -0
- package/.claude/skills/hive-mind-advanced/SKILL.md +712 -0
- package/.claude/skills/hooks-automation/SKILL.md +1201 -0
- package/.claude/skills/pair-programming/SKILL.md +1202 -0
- package/.claude/skills/performance-analysis/SKILL.md +563 -0
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
- package/.claude/skills/secure-review.md +181 -0
- package/.claude/skills/skill-builder/SKILL.md +910 -0
- package/.claude/skills/sparc-methodology/SKILL.md +1115 -0
- package/.claude/skills/stream-chain/SKILL.md +563 -0
- package/.claude/skills/swarm-advanced/SKILL.md +973 -0
- package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
- package/.claude/skills/v3-cli-modernization/SKILL.md +872 -0
- package/.claude/skills/v3-core-implementation/SKILL.md +797 -0
- package/.claude/skills/v3-ddd-architecture/SKILL.md +442 -0
- package/.claude/skills/v3-integration-deep/SKILL.md +241 -0
- package/.claude/skills/v3-mcp-optimization/SKILL.md +777 -0
- package/.claude/skills/v3-memory-unification/SKILL.md +174 -0
- package/.claude/skills/v3-performance-optimization/SKILL.md +390 -0
- package/.claude/skills/v3-security-overhaul/SKILL.md +82 -0
- package/.claude/skills/v3-swarm-coordination/SKILL.md +340 -0
- package/.claude/skills/verification-quality/SKILL.md +649 -0
- package/.claude/skills/worker-benchmarks/skill.md +135 -0
- package/.claude/skills/worker-integration/skill.md +154 -0
- package/README.md +7280 -100
- package/bin/cli.js +156 -0
- package/bin/mcp-server.js +189 -0
- package/dist/src/benchmarks/pretrain/index.d.ts +58 -0
- package/dist/src/benchmarks/pretrain/index.d.ts.map +1 -0
- package/dist/src/benchmarks/pretrain/index.js +404 -0
- package/dist/src/benchmarks/pretrain/index.js.map +1 -0
- package/dist/src/commands/agent.d.ts +8 -0
- package/dist/src/commands/agent.d.ts.map +1 -0
- package/dist/src/commands/agent.js +819 -0
- package/dist/src/commands/agent.js.map +1 -0
- package/dist/src/commands/analyze.d.ts +19 -0
- package/dist/src/commands/analyze.d.ts.map +1 -0
- package/dist/src/commands/analyze.js +1823 -0
- package/dist/src/commands/analyze.js.map +1 -0
- package/dist/src/commands/benchmark.d.ts +10 -0
- package/dist/src/commands/benchmark.d.ts.map +1 -0
- package/dist/src/commands/benchmark.js +459 -0
- package/dist/src/commands/benchmark.js.map +1 -0
- package/dist/src/commands/claims.d.ts +10 -0
- package/dist/src/commands/claims.d.ts.map +1 -0
- package/dist/src/commands/claims.js +373 -0
- package/dist/src/commands/claims.js.map +1 -0
- package/dist/src/commands/completions.d.ts +10 -0
- package/dist/src/commands/completions.d.ts.map +1 -0
- package/dist/src/commands/completions.js +539 -0
- package/dist/src/commands/completions.js.map +1 -0
- package/dist/src/commands/config.d.ts +8 -0
- package/dist/src/commands/config.d.ts.map +1 -0
- package/dist/src/commands/config.js +406 -0
- package/dist/src/commands/config.js.map +1 -0
- package/dist/src/commands/daemon.d.ts +8 -0
- package/dist/src/commands/daemon.d.ts.map +1 -0
- package/dist/src/commands/daemon.js +593 -0
- package/dist/src/commands/daemon.js.map +1 -0
- package/dist/src/commands/deployment.d.ts +10 -0
- package/dist/src/commands/deployment.d.ts.map +1 -0
- package/dist/src/commands/deployment.js +289 -0
- package/dist/src/commands/deployment.js.map +1 -0
- package/dist/src/commands/doctor.d.ts +10 -0
- package/dist/src/commands/doctor.d.ts.map +1 -0
- package/dist/src/commands/doctor.js +571 -0
- package/dist/src/commands/doctor.js.map +1 -0
- package/dist/src/commands/embeddings.d.ts +18 -0
- package/dist/src/commands/embeddings.d.ts.map +1 -0
- package/dist/src/commands/embeddings.js +1576 -0
- package/dist/src/commands/embeddings.js.map +1 -0
- package/dist/src/commands/guidance.d.ts +8 -0
- package/dist/src/commands/guidance.d.ts.map +1 -0
- package/dist/src/commands/guidance.js +560 -0
- package/dist/src/commands/guidance.js.map +1 -0
- package/dist/src/commands/hive-mind.d.ts +11 -0
- package/dist/src/commands/hive-mind.d.ts.map +1 -0
- package/dist/src/commands/hive-mind.js +1230 -0
- package/dist/src/commands/hive-mind.js.map +1 -0
- package/dist/src/commands/hooks.d.ts +8 -0
- package/dist/src/commands/hooks.d.ts.map +1 -0
- package/dist/src/commands/hooks.js +3741 -0
- package/dist/src/commands/hooks.js.map +1 -0
- package/dist/src/commands/index.d.ts +108 -0
- package/dist/src/commands/index.d.ts.map +1 -0
- package/dist/src/commands/index.js +359 -0
- package/dist/src/commands/index.js.map +1 -0
- package/dist/src/commands/init.d.ts +8 -0
- package/dist/src/commands/init.d.ts.map +1 -0
- package/dist/src/commands/init.js +965 -0
- package/dist/src/commands/init.js.map +1 -0
- package/dist/src/commands/issues.d.ts +21 -0
- package/dist/src/commands/issues.d.ts.map +1 -0
- package/dist/src/commands/issues.js +567 -0
- package/dist/src/commands/issues.js.map +1 -0
- package/dist/src/commands/mcp.d.ts +11 -0
- package/dist/src/commands/mcp.d.ts.map +1 -0
- package/dist/src/commands/mcp.js +700 -0
- package/dist/src/commands/mcp.js.map +1 -0
- package/dist/src/commands/memory.d.ts +8 -0
- package/dist/src/commands/memory.d.ts.map +1 -0
- package/dist/src/commands/memory.js +1268 -0
- package/dist/src/commands/memory.js.map +1 -0
- package/dist/src/commands/migrate.d.ts +8 -0
- package/dist/src/commands/migrate.d.ts.map +1 -0
- package/dist/src/commands/migrate.js +410 -0
- package/dist/src/commands/migrate.js.map +1 -0
- package/dist/src/commands/neural.d.ts +10 -0
- package/dist/src/commands/neural.d.ts.map +1 -0
- package/dist/src/commands/neural.js +1448 -0
- package/dist/src/commands/neural.js.map +1 -0
- package/dist/src/commands/performance.d.ts +10 -0
- package/dist/src/commands/performance.d.ts.map +1 -0
- package/dist/src/commands/performance.js +579 -0
- package/dist/src/commands/performance.js.map +1 -0
- package/dist/src/commands/plugins.d.ts +11 -0
- package/dist/src/commands/plugins.d.ts.map +1 -0
- package/dist/src/commands/plugins.js +820 -0
- package/dist/src/commands/plugins.js.map +1 -0
- package/dist/src/commands/process.d.ts +10 -0
- package/dist/src/commands/process.d.ts.map +1 -0
- package/dist/src/commands/process.js +641 -0
- package/dist/src/commands/process.js.map +1 -0
- package/dist/src/commands/progress.d.ts +11 -0
- package/dist/src/commands/progress.d.ts.map +1 -0
- package/dist/src/commands/progress.js +259 -0
- package/dist/src/commands/progress.js.map +1 -0
- package/dist/src/commands/providers.d.ts +10 -0
- package/dist/src/commands/providers.d.ts.map +1 -0
- package/dist/src/commands/providers.js +232 -0
- package/dist/src/commands/providers.js.map +1 -0
- package/dist/src/commands/route.d.ts +16 -0
- package/dist/src/commands/route.d.ts.map +1 -0
- package/dist/src/commands/route.js +813 -0
- package/dist/src/commands/route.js.map +1 -0
- package/dist/src/commands/ruvector/backup.d.ts +11 -0
- package/dist/src/commands/ruvector/backup.d.ts.map +1 -0
- package/dist/src/commands/ruvector/backup.js +746 -0
- package/dist/src/commands/ruvector/backup.js.map +1 -0
- package/dist/src/commands/ruvector/benchmark.d.ts +11 -0
- package/dist/src/commands/ruvector/benchmark.d.ts.map +1 -0
- package/dist/src/commands/ruvector/benchmark.js +480 -0
- package/dist/src/commands/ruvector/benchmark.js.map +1 -0
- package/dist/src/commands/ruvector/import.d.ts +18 -0
- package/dist/src/commands/ruvector/import.d.ts.map +1 -0
- package/dist/src/commands/ruvector/import.js +349 -0
- package/dist/src/commands/ruvector/import.js.map +1 -0
- package/dist/src/commands/ruvector/index.d.ts +29 -0
- package/dist/src/commands/ruvector/index.d.ts.map +1 -0
- package/dist/src/commands/ruvector/index.js +129 -0
- package/dist/src/commands/ruvector/index.js.map +1 -0
- package/dist/src/commands/ruvector/init.d.ts +11 -0
- package/dist/src/commands/ruvector/init.d.ts.map +1 -0
- package/dist/src/commands/ruvector/init.js +431 -0
- package/dist/src/commands/ruvector/init.js.map +1 -0
- package/dist/src/commands/ruvector/migrate.d.ts +11 -0
- package/dist/src/commands/ruvector/migrate.d.ts.map +1 -0
- package/dist/src/commands/ruvector/migrate.js +481 -0
- package/dist/src/commands/ruvector/migrate.js.map +1 -0
- package/dist/src/commands/ruvector/optimize.d.ts +11 -0
- package/dist/src/commands/ruvector/optimize.d.ts.map +1 -0
- package/dist/src/commands/ruvector/optimize.js +503 -0
- package/dist/src/commands/ruvector/optimize.js.map +1 -0
- package/dist/src/commands/ruvector/setup.d.ts +18 -0
- package/dist/src/commands/ruvector/setup.d.ts.map +1 -0
- package/dist/src/commands/ruvector/setup.js +765 -0
- package/dist/src/commands/ruvector/setup.js.map +1 -0
- package/dist/src/commands/ruvector/status.d.ts +11 -0
- package/dist/src/commands/ruvector/status.d.ts.map +1 -0
- package/dist/src/commands/ruvector/status.js +456 -0
- package/dist/src/commands/ruvector/status.js.map +1 -0
- package/dist/src/commands/security.d.ts +10 -0
- package/dist/src/commands/security.d.ts.map +1 -0
- package/dist/src/commands/security.js +575 -0
- package/dist/src/commands/security.js.map +1 -0
- package/dist/src/commands/session.d.ts +8 -0
- package/dist/src/commands/session.d.ts.map +1 -0
- package/dist/src/commands/session.js +750 -0
- package/dist/src/commands/session.js.map +1 -0
- package/dist/src/commands/start.d.ts +8 -0
- package/dist/src/commands/start.d.ts.map +1 -0
- package/dist/src/commands/start.js +418 -0
- package/dist/src/commands/start.js.map +1 -0
- package/dist/src/commands/status.d.ts +8 -0
- package/dist/src/commands/status.d.ts.map +1 -0
- package/dist/src/commands/status.js +584 -0
- package/dist/src/commands/status.js.map +1 -0
- package/dist/src/commands/swarm.d.ts +8 -0
- package/dist/src/commands/swarm.d.ts.map +1 -0
- package/dist/src/commands/swarm.js +748 -0
- package/dist/src/commands/swarm.js.map +1 -0
- package/dist/src/commands/task.d.ts +8 -0
- package/dist/src/commands/task.d.ts.map +1 -0
- package/dist/src/commands/task.js +671 -0
- package/dist/src/commands/task.js.map +1 -0
- package/dist/src/commands/transfer-store.d.ts +13 -0
- package/dist/src/commands/transfer-store.d.ts.map +1 -0
- package/dist/src/commands/transfer-store.js +428 -0
- package/dist/src/commands/transfer-store.js.map +1 -0
- package/dist/src/commands/update.d.ts +8 -0
- package/dist/src/commands/update.d.ts.map +1 -0
- package/dist/src/commands/update.js +276 -0
- package/dist/src/commands/update.js.map +1 -0
- package/dist/src/commands/workflow.d.ts +8 -0
- package/dist/src/commands/workflow.d.ts.map +1 -0
- package/dist/src/commands/workflow.js +617 -0
- package/dist/src/commands/workflow.js.map +1 -0
- package/dist/src/config-adapter.d.ts +15 -0
- package/dist/src/config-adapter.d.ts.map +1 -0
- package/dist/src/config-adapter.js +186 -0
- package/dist/src/config-adapter.js.map +1 -0
- package/dist/src/index.d.ts +76 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +470 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/infrastructure/in-memory-repositories.d.ts +68 -0
- package/dist/src/infrastructure/in-memory-repositories.d.ts.map +1 -0
- package/dist/src/infrastructure/in-memory-repositories.js +264 -0
- package/dist/src/infrastructure/in-memory-repositories.js.map +1 -0
- package/dist/src/init/claudemd-generator.d.ts +25 -0
- package/dist/src/init/claudemd-generator.d.ts.map +1 -0
- package/dist/src/init/claudemd-generator.js +486 -0
- package/dist/src/init/claudemd-generator.js.map +1 -0
- package/dist/src/init/executor.d.ts +41 -0
- package/dist/src/init/executor.d.ts.map +1 -0
- package/dist/src/init/executor.js +1757 -0
- package/dist/src/init/executor.js.map +1 -0
- package/dist/src/init/helpers-generator.d.ts +60 -0
- package/dist/src/init/helpers-generator.d.ts.map +1 -0
- package/dist/src/init/helpers-generator.js +1111 -0
- package/dist/src/init/helpers-generator.js.map +1 -0
- package/dist/src/init/index.d.ts +13 -0
- package/dist/src/init/index.d.ts.map +1 -0
- package/dist/src/init/index.js +15 -0
- package/dist/src/init/index.js.map +1 -0
- package/dist/src/init/mcp-generator.d.ts +27 -0
- package/dist/src/init/mcp-generator.d.ts.map +1 -0
- package/dist/src/init/mcp-generator.js +100 -0
- package/dist/src/init/mcp-generator.js.map +1 -0
- package/dist/src/init/settings-generator.d.ts +14 -0
- package/dist/src/init/settings-generator.d.ts.map +1 -0
- package/dist/src/init/settings-generator.js +337 -0
- package/dist/src/init/settings-generator.js.map +1 -0
- package/dist/src/init/statusline-generator.d.ts +20 -0
- package/dist/src/init/statusline-generator.d.ts.map +1 -0
- package/dist/src/init/statusline-generator.js +1311 -0
- package/dist/src/init/statusline-generator.js.map +1 -0
- package/dist/src/init/types.d.ts +287 -0
- package/dist/src/init/types.d.ts.map +1 -0
- package/dist/src/init/types.js +259 -0
- package/dist/src/init/types.js.map +1 -0
- package/dist/src/mcp-client.d.ts +92 -0
- package/dist/src/mcp-client.d.ts.map +1 -0
- package/dist/src/mcp-client.js +233 -0
- package/dist/src/mcp-client.js.map +1 -0
- package/dist/src/mcp-server.d.ts +161 -0
- package/dist/src/mcp-server.d.ts.map +1 -0
- package/dist/src/mcp-server.js +601 -0
- package/dist/src/mcp-server.js.map +1 -0
- package/dist/src/mcp-tools/agent-tools.d.ts +9 -0
- package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/agent-tools.js +549 -0
- package/dist/src/mcp-tools/agent-tools.js.map +1 -0
- package/dist/src/mcp-tools/analyze-tools.d.ts +38 -0
- package/dist/src/mcp-tools/analyze-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/analyze-tools.js +317 -0
- package/dist/src/mcp-tools/analyze-tools.js.map +1 -0
- package/dist/src/mcp-tools/auto-install.d.ts +83 -0
- package/dist/src/mcp-tools/auto-install.d.ts.map +1 -0
- package/dist/src/mcp-tools/auto-install.js +131 -0
- package/dist/src/mcp-tools/auto-install.js.map +1 -0
- package/dist/src/mcp-tools/browser-tools.d.ts +13 -0
- package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/browser-tools.js +550 -0
- package/dist/src/mcp-tools/browser-tools.js.map +1 -0
- package/dist/src/mcp-tools/claims-tools.d.ts +12 -0
- package/dist/src/mcp-tools/claims-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/claims-tools.js +732 -0
- package/dist/src/mcp-tools/claims-tools.js.map +1 -0
- package/dist/src/mcp-tools/config-tools.d.ts +8 -0
- package/dist/src/mcp-tools/config-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/config-tools.js +333 -0
- package/dist/src/mcp-tools/config-tools.js.map +1 -0
- package/dist/src/mcp-tools/coordination-tools.d.ts +13 -0
- package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/coordination-tools.js +486 -0
- package/dist/src/mcp-tools/coordination-tools.js.map +1 -0
- package/dist/src/mcp-tools/daa-tools.d.ts +13 -0
- package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/daa-tools.js +426 -0
- package/dist/src/mcp-tools/daa-tools.js.map +1 -0
- package/dist/src/mcp-tools/embeddings-tools.d.ts +9 -0
- package/dist/src/mcp-tools/embeddings-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/embeddings-tools.js +782 -0
- package/dist/src/mcp-tools/embeddings-tools.js.map +1 -0
- package/dist/src/mcp-tools/github-tools.d.ts +13 -0
- package/dist/src/mcp-tools/github-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/github-tools.js +373 -0
- package/dist/src/mcp-tools/github-tools.js.map +1 -0
- package/dist/src/mcp-tools/hive-mind-tools.d.ts +8 -0
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/hive-mind-tools.js +583 -0
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -0
- package/dist/src/mcp-tools/hooks-tools.d.ts +44 -0
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-tools.js +2797 -0
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -0
- package/dist/src/mcp-tools/index.d.ts +23 -0
- package/dist/src/mcp-tools/index.d.ts.map +1 -0
- package/dist/src/mcp-tools/index.js +22 -0
- package/dist/src/mcp-tools/index.js.map +1 -0
- package/dist/src/mcp-tools/memory-tools.d.ts +14 -0
- package/dist/src/mcp-tools/memory-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/memory-tools.js +482 -0
- package/dist/src/mcp-tools/memory-tools.js.map +1 -0
- package/dist/src/mcp-tools/neural-tools.d.ts +16 -0
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/neural-tools.js +456 -0
- package/dist/src/mcp-tools/neural-tools.js.map +1 -0
- package/dist/src/mcp-tools/performance-tools.d.ts +16 -0
- package/dist/src/mcp-tools/performance-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/performance-tools.js +534 -0
- package/dist/src/mcp-tools/performance-tools.js.map +1 -0
- package/dist/src/mcp-tools/progress-tools.d.ts +14 -0
- package/dist/src/mcp-tools/progress-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/progress-tools.js +348 -0
- package/dist/src/mcp-tools/progress-tools.js.map +1 -0
- package/dist/src/mcp-tools/security-tools.d.ts +18 -0
- package/dist/src/mcp-tools/security-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/security-tools.js +434 -0
- package/dist/src/mcp-tools/security-tools.js.map +1 -0
- package/dist/src/mcp-tools/session-tools.d.ts +8 -0
- package/dist/src/mcp-tools/session-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/session-tools.js +315 -0
- package/dist/src/mcp-tools/session-tools.js.map +1 -0
- package/dist/src/mcp-tools/swarm-tools.d.ts +8 -0
- package/dist/src/mcp-tools/swarm-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/swarm-tools.js +102 -0
- package/dist/src/mcp-tools/swarm-tools.js.map +1 -0
- package/dist/src/mcp-tools/system-tools.d.ts +13 -0
- package/dist/src/mcp-tools/system-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/system-tools.js +314 -0
- package/dist/src/mcp-tools/system-tools.js.map +1 -0
- package/dist/src/mcp-tools/task-tools.d.ts +8 -0
- package/dist/src/mcp-tools/task-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/task-tools.js +302 -0
- package/dist/src/mcp-tools/task-tools.js.map +1 -0
- package/dist/src/mcp-tools/terminal-tools.d.ts +13 -0
- package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/terminal-tools.js +246 -0
- package/dist/src/mcp-tools/terminal-tools.js.map +1 -0
- package/dist/src/mcp-tools/transfer-tools.d.ts +14 -0
- package/dist/src/mcp-tools/transfer-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/transfer-tools.js +396 -0
- package/dist/src/mcp-tools/transfer-tools.js.map +1 -0
- package/dist/src/mcp-tools/types.d.ts +31 -0
- package/dist/src/mcp-tools/types.d.ts.map +1 -0
- package/dist/src/mcp-tools/types.js +7 -0
- package/dist/src/mcp-tools/types.js.map +1 -0
- package/dist/src/mcp-tools/workflow-tools.d.ts +8 -0
- package/dist/src/mcp-tools/workflow-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/workflow-tools.js +481 -0
- package/dist/src/mcp-tools/workflow-tools.js.map +1 -0
- package/dist/src/memory/ewc-consolidation.d.ts +271 -0
- package/dist/src/memory/ewc-consolidation.d.ts.map +1 -0
- package/dist/src/memory/ewc-consolidation.js +542 -0
- package/dist/src/memory/ewc-consolidation.js.map +1 -0
- package/dist/src/memory/intelligence.d.ts +285 -0
- package/dist/src/memory/intelligence.d.ts.map +1 -0
- package/dist/src/memory/intelligence.js +766 -0
- package/dist/src/memory/intelligence.js.map +1 -0
- package/dist/src/memory/memory-initializer.d.ts +396 -0
- package/dist/src/memory/memory-initializer.d.ts.map +1 -0
- package/dist/src/memory/memory-initializer.js +1929 -0
- package/dist/src/memory/memory-initializer.js.map +1 -0
- package/dist/src/memory/sona-optimizer.d.ts +227 -0
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -0
- package/dist/src/memory/sona-optimizer.js +633 -0
- package/dist/src/memory/sona-optimizer.js.map +1 -0
- package/dist/src/output.d.ts +133 -0
- package/dist/src/output.d.ts.map +1 -0
- package/dist/src/output.js +513 -0
- package/dist/src/output.js.map +1 -0
- package/dist/src/parser.d.ts +41 -0
- package/dist/src/parser.d.ts.map +1 -0
- package/dist/src/parser.js +377 -0
- package/dist/src/parser.js.map +1 -0
- package/dist/src/plugins/manager.d.ts +133 -0
- package/dist/src/plugins/manager.d.ts.map +1 -0
- package/dist/src/plugins/manager.js +383 -0
- package/dist/src/plugins/manager.js.map +1 -0
- package/dist/src/plugins/store/discovery.d.ts +88 -0
- package/dist/src/plugins/store/discovery.d.ts.map +1 -0
- package/dist/src/plugins/store/discovery.js +1147 -0
- package/dist/src/plugins/store/discovery.js.map +1 -0
- package/dist/src/plugins/store/index.d.ts +76 -0
- package/dist/src/plugins/store/index.d.ts.map +1 -0
- package/dist/src/plugins/store/index.js +141 -0
- package/dist/src/plugins/store/index.js.map +1 -0
- package/dist/src/plugins/store/search.d.ts +46 -0
- package/dist/src/plugins/store/search.d.ts.map +1 -0
- package/dist/src/plugins/store/search.js +230 -0
- package/dist/src/plugins/store/search.js.map +1 -0
- package/dist/src/plugins/store/types.d.ts +274 -0
- package/dist/src/plugins/store/types.d.ts.map +1 -0
- package/dist/src/plugins/store/types.js +7 -0
- package/dist/src/plugins/store/types.js.map +1 -0
- package/dist/src/plugins/tests/demo-plugin-store.d.ts +7 -0
- package/dist/src/plugins/tests/demo-plugin-store.d.ts.map +1 -0
- package/dist/src/plugins/tests/demo-plugin-store.js +126 -0
- package/dist/src/plugins/tests/demo-plugin-store.js.map +1 -0
- package/dist/src/plugins/tests/standalone-test.d.ts +12 -0
- package/dist/src/plugins/tests/standalone-test.d.ts.map +1 -0
- package/dist/src/plugins/tests/standalone-test.js +188 -0
- package/dist/src/plugins/tests/standalone-test.js.map +1 -0
- package/dist/src/plugins/tests/test-plugin-store.d.ts +7 -0
- package/dist/src/plugins/tests/test-plugin-store.d.ts.map +1 -0
- package/dist/src/plugins/tests/test-plugin-store.js +206 -0
- package/dist/src/plugins/tests/test-plugin-store.js.map +1 -0
- package/dist/src/production/circuit-breaker.d.ts +101 -0
- package/dist/src/production/circuit-breaker.d.ts.map +1 -0
- package/dist/src/production/circuit-breaker.js +241 -0
- package/dist/src/production/circuit-breaker.js.map +1 -0
- package/dist/src/production/error-handler.d.ts +92 -0
- package/dist/src/production/error-handler.d.ts.map +1 -0
- package/dist/src/production/error-handler.js +299 -0
- package/dist/src/production/error-handler.js.map +1 -0
- package/dist/src/production/index.d.ts +23 -0
- package/dist/src/production/index.d.ts.map +1 -0
- package/dist/src/production/index.js +18 -0
- package/dist/src/production/index.js.map +1 -0
- package/dist/src/production/monitoring.d.ts +161 -0
- package/dist/src/production/monitoring.d.ts.map +1 -0
- package/dist/src/production/monitoring.js +356 -0
- package/dist/src/production/monitoring.js.map +1 -0
- package/dist/src/production/rate-limiter.d.ts +80 -0
- package/dist/src/production/rate-limiter.d.ts.map +1 -0
- package/dist/src/production/rate-limiter.js +201 -0
- package/dist/src/production/rate-limiter.js.map +1 -0
- package/dist/src/production/retry.d.ts +48 -0
- package/dist/src/production/retry.d.ts.map +1 -0
- package/dist/src/production/retry.js +179 -0
- package/dist/src/production/retry.js.map +1 -0
- package/dist/src/prompt.d.ts +44 -0
- package/dist/src/prompt.d.ts.map +1 -0
- package/dist/src/prompt.js +501 -0
- package/dist/src/prompt.js.map +1 -0
- package/dist/src/runtime/headless.d.ts +60 -0
- package/dist/src/runtime/headless.d.ts.map +1 -0
- package/dist/src/runtime/headless.js +284 -0
- package/dist/src/runtime/headless.js.map +1 -0
- package/dist/src/ruvector/ast-analyzer.d.ts +67 -0
- package/dist/src/ruvector/ast-analyzer.d.ts.map +1 -0
- package/dist/src/ruvector/ast-analyzer.js +277 -0
- package/dist/src/ruvector/ast-analyzer.js.map +1 -0
- package/dist/src/ruvector/coverage-router.d.ts +160 -0
- package/dist/src/ruvector/coverage-router.d.ts.map +1 -0
- package/dist/src/ruvector/coverage-router.js +529 -0
- package/dist/src/ruvector/coverage-router.js.map +1 -0
- package/dist/src/ruvector/coverage-tools.d.ts +33 -0
- package/dist/src/ruvector/coverage-tools.d.ts.map +1 -0
- package/dist/src/ruvector/coverage-tools.js +157 -0
- package/dist/src/ruvector/coverage-tools.js.map +1 -0
- package/dist/src/ruvector/diff-classifier.d.ts +175 -0
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -0
- package/dist/src/ruvector/diff-classifier.js +698 -0
- package/dist/src/ruvector/diff-classifier.js.map +1 -0
- package/dist/src/ruvector/enhanced-model-router.d.ts +146 -0
- package/dist/src/ruvector/enhanced-model-router.d.ts.map +1 -0
- package/dist/src/ruvector/enhanced-model-router.js +519 -0
- package/dist/src/ruvector/enhanced-model-router.js.map +1 -0
- package/dist/src/ruvector/flash-attention.d.ts +195 -0
- package/dist/src/ruvector/flash-attention.d.ts.map +1 -0
- package/dist/src/ruvector/flash-attention.js +643 -0
- package/dist/src/ruvector/flash-attention.js.map +1 -0
- package/dist/src/ruvector/graph-analyzer.d.ts +187 -0
- package/dist/src/ruvector/graph-analyzer.d.ts.map +1 -0
- package/dist/src/ruvector/graph-analyzer.js +929 -0
- package/dist/src/ruvector/graph-analyzer.js.map +1 -0
- package/dist/src/ruvector/index.d.ts +34 -0
- package/dist/src/ruvector/index.d.ts.map +1 -0
- package/dist/src/ruvector/index.js +60 -0
- package/dist/src/ruvector/index.js.map +1 -0
- package/dist/src/ruvector/lora-adapter.d.ts +218 -0
- package/dist/src/ruvector/lora-adapter.d.ts.map +1 -0
- package/dist/src/ruvector/lora-adapter.js +455 -0
- package/dist/src/ruvector/lora-adapter.js.map +1 -0
- package/dist/src/ruvector/model-router.d.ts +220 -0
- package/dist/src/ruvector/model-router.d.ts.map +1 -0
- package/dist/src/ruvector/model-router.js +488 -0
- package/dist/src/ruvector/model-router.js.map +1 -0
- package/dist/src/ruvector/moe-router.d.ts +206 -0
- package/dist/src/ruvector/moe-router.d.ts.map +1 -0
- package/dist/src/ruvector/moe-router.js +626 -0
- package/dist/src/ruvector/moe-router.js.map +1 -0
- package/dist/src/ruvector/q-learning-router.d.ts +211 -0
- package/dist/src/ruvector/q-learning-router.d.ts.map +1 -0
- package/dist/src/ruvector/q-learning-router.js +681 -0
- package/dist/src/ruvector/q-learning-router.js.map +1 -0
- package/dist/src/ruvector/semantic-router.d.ts +77 -0
- package/dist/src/ruvector/semantic-router.d.ts.map +1 -0
- package/dist/src/ruvector/semantic-router.js +178 -0
- package/dist/src/ruvector/semantic-router.js.map +1 -0
- package/dist/src/ruvector/vector-db.d.ts +69 -0
- package/dist/src/ruvector/vector-db.d.ts.map +1 -0
- package/dist/src/ruvector/vector-db.js +243 -0
- package/dist/src/ruvector/vector-db.js.map +1 -0
- package/dist/src/services/claim-service.d.ts +204 -0
- package/dist/src/services/claim-service.d.ts.map +1 -0
- package/dist/src/services/claim-service.js +818 -0
- package/dist/src/services/claim-service.js.map +1 -0
- package/dist/src/services/container-worker-pool.d.ts +197 -0
- package/dist/src/services/container-worker-pool.d.ts.map +1 -0
- package/dist/src/services/container-worker-pool.js +581 -0
- package/dist/src/services/container-worker-pool.js.map +1 -0
- package/dist/src/services/headless-worker-executor.d.ts +304 -0
- package/dist/src/services/headless-worker-executor.d.ts.map +1 -0
- package/dist/src/services/headless-worker-executor.js +999 -0
- package/dist/src/services/headless-worker-executor.js.map +1 -0
- package/dist/src/services/index.d.ts +13 -0
- package/dist/src/services/index.d.ts.map +1 -0
- package/dist/src/services/index.js +11 -0
- package/dist/src/services/index.js.map +1 -0
- package/dist/src/services/registry-api.d.ts +58 -0
- package/dist/src/services/registry-api.d.ts.map +1 -0
- package/dist/src/services/registry-api.js +146 -0
- package/dist/src/services/registry-api.js.map +1 -0
- package/dist/src/services/ruvector-training.d.ts +213 -0
- package/dist/src/services/ruvector-training.d.ts.map +1 -0
- package/dist/src/services/ruvector-training.js +498 -0
- package/dist/src/services/ruvector-training.js.map +1 -0
- package/dist/src/services/worker-daemon.d.ts +203 -0
- package/dist/src/services/worker-daemon.d.ts.map +1 -0
- package/dist/src/services/worker-daemon.js +756 -0
- package/dist/src/services/worker-daemon.js.map +1 -0
- package/dist/src/services/worker-queue.d.ts +194 -0
- package/dist/src/services/worker-queue.d.ts.map +1 -0
- package/dist/src/services/worker-queue.js +511 -0
- package/dist/src/services/worker-queue.js.map +1 -0
- package/dist/src/suggest.d.ts +53 -0
- package/dist/src/suggest.d.ts.map +1 -0
- package/dist/src/suggest.js +200 -0
- package/dist/src/suggest.js.map +1 -0
- package/dist/src/transfer/anonymization/index.d.ts +25 -0
- package/dist/src/transfer/anonymization/index.d.ts.map +1 -0
- package/dist/src/transfer/anonymization/index.js +175 -0
- package/dist/src/transfer/anonymization/index.js.map +1 -0
- package/dist/src/transfer/deploy-seraphine.d.ts +13 -0
- package/dist/src/transfer/deploy-seraphine.d.ts.map +1 -0
- package/dist/src/transfer/deploy-seraphine.js +205 -0
- package/dist/src/transfer/deploy-seraphine.js.map +1 -0
- package/dist/src/transfer/export.d.ts +25 -0
- package/dist/src/transfer/export.d.ts.map +1 -0
- package/dist/src/transfer/export.js +113 -0
- package/dist/src/transfer/export.js.map +1 -0
- package/dist/src/transfer/index.d.ts +12 -0
- package/dist/src/transfer/index.d.ts.map +1 -0
- package/dist/src/transfer/index.js +31 -0
- package/dist/src/transfer/index.js.map +1 -0
- package/dist/src/transfer/ipfs/client.d.ts +109 -0
- package/dist/src/transfer/ipfs/client.d.ts.map +1 -0
- package/dist/src/transfer/ipfs/client.js +299 -0
- package/dist/src/transfer/ipfs/client.js.map +1 -0
- package/dist/src/transfer/ipfs/upload.d.ts +95 -0
- package/dist/src/transfer/ipfs/upload.d.ts.map +1 -0
- package/dist/src/transfer/ipfs/upload.js +413 -0
- package/dist/src/transfer/ipfs/upload.js.map +1 -0
- package/dist/src/transfer/models/seraphine.d.ts +72 -0
- package/dist/src/transfer/models/seraphine.d.ts.map +1 -0
- package/dist/src/transfer/models/seraphine.js +373 -0
- package/dist/src/transfer/models/seraphine.js.map +1 -0
- package/dist/src/transfer/serialization/cfp.d.ts +49 -0
- package/dist/src/transfer/serialization/cfp.d.ts.map +1 -0
- package/dist/src/transfer/serialization/cfp.js +180 -0
- package/dist/src/transfer/serialization/cfp.js.map +1 -0
- package/dist/src/transfer/storage/gcs.d.ts +82 -0
- package/dist/src/transfer/storage/gcs.d.ts.map +1 -0
- package/dist/src/transfer/storage/gcs.js +230 -0
- package/dist/src/transfer/storage/gcs.js.map +1 -0
- package/dist/src/transfer/storage/index.d.ts +6 -0
- package/dist/src/transfer/storage/index.d.ts.map +1 -0
- package/dist/src/transfer/storage/index.js +6 -0
- package/dist/src/transfer/storage/index.js.map +1 -0
- package/dist/src/transfer/store/discovery.d.ts +84 -0
- package/dist/src/transfer/store/discovery.d.ts.map +1 -0
- package/dist/src/transfer/store/discovery.js +382 -0
- package/dist/src/transfer/store/discovery.js.map +1 -0
- package/dist/src/transfer/store/download.d.ts +70 -0
- package/dist/src/transfer/store/download.d.ts.map +1 -0
- package/dist/src/transfer/store/download.js +334 -0
- package/dist/src/transfer/store/download.js.map +1 -0
- package/dist/src/transfer/store/index.d.ts +84 -0
- package/dist/src/transfer/store/index.d.ts.map +1 -0
- package/dist/src/transfer/store/index.js +153 -0
- package/dist/src/transfer/store/index.js.map +1 -0
- package/dist/src/transfer/store/publish.d.ts +76 -0
- package/dist/src/transfer/store/publish.d.ts.map +1 -0
- package/dist/src/transfer/store/publish.js +294 -0
- package/dist/src/transfer/store/publish.js.map +1 -0
- package/dist/src/transfer/store/registry.d.ts +58 -0
- package/dist/src/transfer/store/registry.d.ts.map +1 -0
- package/dist/src/transfer/store/registry.js +285 -0
- package/dist/src/transfer/store/registry.js.map +1 -0
- package/dist/src/transfer/store/search.d.ts +54 -0
- package/dist/src/transfer/store/search.d.ts.map +1 -0
- package/dist/src/transfer/store/search.js +232 -0
- package/dist/src/transfer/store/search.js.map +1 -0
- package/dist/src/transfer/store/tests/standalone-test.d.ts +12 -0
- package/dist/src/transfer/store/tests/standalone-test.d.ts.map +1 -0
- package/dist/src/transfer/store/tests/standalone-test.js +190 -0
- package/dist/src/transfer/store/tests/standalone-test.js.map +1 -0
- package/dist/src/transfer/store/types.d.ts +193 -0
- package/dist/src/transfer/store/types.d.ts.map +1 -0
- package/dist/src/transfer/store/types.js +6 -0
- package/dist/src/transfer/store/types.js.map +1 -0
- package/dist/src/transfer/test-seraphine.d.ts +6 -0
- package/dist/src/transfer/test-seraphine.d.ts.map +1 -0
- package/dist/src/transfer/test-seraphine.js +105 -0
- package/dist/src/transfer/test-seraphine.js.map +1 -0
- package/dist/src/transfer/tests/test-store.d.ts +7 -0
- package/dist/src/transfer/tests/test-store.d.ts.map +1 -0
- package/dist/src/transfer/tests/test-store.js +214 -0
- package/dist/src/transfer/tests/test-store.js.map +1 -0
- package/dist/src/transfer/types.d.ts +245 -0
- package/dist/src/transfer/types.d.ts.map +1 -0
- package/dist/src/transfer/types.js +6 -0
- package/dist/src/transfer/types.js.map +1 -0
- package/dist/src/types.d.ts +198 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +38 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/update/checker.d.ts +34 -0
- package/dist/src/update/checker.d.ts.map +1 -0
- package/dist/src/update/checker.js +190 -0
- package/dist/src/update/checker.js.map +1 -0
- package/dist/src/update/executor.d.ts +32 -0
- package/dist/src/update/executor.d.ts.map +1 -0
- package/dist/src/update/executor.js +181 -0
- package/dist/src/update/executor.js.map +1 -0
- package/dist/src/update/index.d.ts +33 -0
- package/dist/src/update/index.d.ts.map +1 -0
- package/dist/src/update/index.js +64 -0
- package/dist/src/update/index.js.map +1 -0
- package/dist/src/update/rate-limiter.d.ts +20 -0
- package/dist/src/update/rate-limiter.d.ts.map +1 -0
- package/dist/src/update/rate-limiter.js +96 -0
- package/dist/src/update/rate-limiter.js.map +1 -0
- package/dist/src/update/validator.d.ts +17 -0
- package/dist/src/update/validator.d.ts.map +1 -0
- package/dist/src/update/validator.js +123 -0
- package/dist/src/update/validator.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +88 -56
- package/LICENSE +0 -21
- package/bin/kynjal.js +0 -27
- package/dist/commands/add.d.ts +0 -11
- package/dist/commands/add.js +0 -295
- package/dist/commands/convex.d.ts +0 -11
- package/dist/commands/convex.js +0 -319
- package/dist/commands/init.d.ts +0 -13
- package/dist/commands/init.js +0 -340
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -61
- package/dist/index.test.d.ts +0 -1
- package/dist/index.test.js +0 -6
- package/dist/registry/accordion.d.ts +0 -139
- package/dist/registry/accordion.js +0 -164
- package/dist/registry/accordion.ts +0 -183
- package/dist/registry/action-sheet.d.ts +0 -138
- package/dist/registry/action-sheet.js +0 -164
- package/dist/registry/action-sheet.ts +0 -182
- package/dist/registry/alert-dialog.d.ts +0 -71
- package/dist/registry/alert-dialog.js +0 -88
- package/dist/registry/alert-dialog.ts +0 -97
- package/dist/registry/alert.d.ts +0 -172
- package/dist/registry/alert.js +0 -204
- package/dist/registry/alert.ts +0 -225
- package/dist/registry/audio-player.d.ts +0 -139
- package/dist/registry/audio-player.js +0 -165
- package/dist/registry/audio-player.ts +0 -183
- package/dist/registry/audio-recorder.d.ts +0 -156
- package/dist/registry/audio-recorder.js +0 -184
- package/dist/registry/audio-recorder.ts +0 -203
- package/dist/registry/audio-waveform.d.ts +0 -121
- package/dist/registry/audio-waveform.js +0 -144
- package/dist/registry/audio-waveform.ts +0 -165
- package/dist/registry/avatar.d.ts +0 -139
- package/dist/registry/avatar.js +0 -164
- package/dist/registry/avatar.ts +0 -172
- package/dist/registry/avoid-keyboard.d.ts +0 -128
- package/dist/registry/avoid-keyboard.js +0 -150
- package/dist/registry/avoid-keyboard.ts +0 -165
- package/dist/registry/badge.d.ts +0 -139
- package/dist/registry/badge.js +0 -164
- package/dist/registry/badge.ts +0 -172
- package/dist/registry/bottom-sheet.d.ts +0 -156
- package/dist/registry/bottom-sheet.js +0 -184
- package/dist/registry/bottom-sheet.ts +0 -203
- package/dist/registry/button.d.ts +0 -173
- package/dist/registry/button.js +0 -209
- package/dist/registry/button.ts +0 -230
- package/dist/registry/camera-preview.d.ts +0 -37
- package/dist/registry/camera-preview.js +0 -56
- package/dist/registry/camera-preview.ts +0 -61
- package/dist/registry/camera.d.ts +0 -139
- package/dist/registry/camera.js +0 -168
- package/dist/registry/camera.ts +0 -185
- package/dist/registry/card.d.ts +0 -139
- package/dist/registry/card.js +0 -165
- package/dist/registry/card.ts +0 -173
- package/dist/registry/carousel.d.ts +0 -140
- package/dist/registry/carousel.js +0 -169
- package/dist/registry/carousel.ts +0 -186
- package/dist/registry/charts/area-chart.d.ts +0 -88
- package/dist/registry/charts/area-chart.js +0 -106
- package/dist/registry/charts/area-chart.ts +0 -117
- package/dist/registry/charts/bar-chart.d.ts +0 -71
- package/dist/registry/charts/bar-chart.js +0 -85
- package/dist/registry/charts/bar-chart.ts +0 -94
- package/dist/registry/charts/bubble-chart.d.ts +0 -88
- package/dist/registry/charts/bubble-chart.js +0 -109
- package/dist/registry/charts/bubble-chart.ts +0 -120
- package/dist/registry/charts/candlestick-chart.d.ts +0 -88
- package/dist/registry/charts/candlestick-chart.js +0 -109
- package/dist/registry/charts/candlestick-chart.ts +0 -125
- package/dist/registry/charts/chart-container.d.ts +0 -54
- package/dist/registry/charts/chart-container.js +0 -62
- package/dist/registry/charts/chart-container.ts +0 -71
- package/dist/registry/charts/column-chart.d.ts +0 -88
- package/dist/registry/charts/column-chart.js +0 -106
- package/dist/registry/charts/column-chart.ts +0 -117
- package/dist/registry/charts/doughnut-chart.d.ts +0 -88
- package/dist/registry/charts/doughnut-chart.js +0 -106
- package/dist/registry/charts/doughnut-chart.ts +0 -121
- package/dist/registry/charts/heatmap-chart.d.ts +0 -88
- package/dist/registry/charts/heatmap-chart.js +0 -106
- package/dist/registry/charts/heatmap-chart.ts +0 -117
- package/dist/registry/charts/index.d.ts +0 -1499
- package/dist/registry/charts/index.js +0 -38
- package/dist/registry/charts/index.ts +0 -39
- package/dist/registry/charts/line-chart.d.ts +0 -88
- package/dist/registry/charts/line-chart.js +0 -109
- package/dist/registry/charts/line-chart.ts +0 -120
- package/dist/registry/charts/pie-chart.d.ts +0 -88
- package/dist/registry/charts/pie-chart.js +0 -106
- package/dist/registry/charts/pie-chart.ts +0 -117
- package/dist/registry/charts/polar-area-chart.d.ts +0 -88
- package/dist/registry/charts/polar-area-chart.js +0 -106
- package/dist/registry/charts/polar-area-chart.ts +0 -121
- package/dist/registry/charts/progress-ring-chart.d.ts +0 -88
- package/dist/registry/charts/progress-ring-chart.js +0 -106
- package/dist/registry/charts/progress-ring-chart.ts +0 -121
- package/dist/registry/charts/radar-chart.d.ts +0 -88
- package/dist/registry/charts/radar-chart.js +0 -106
- package/dist/registry/charts/radar-chart.ts +0 -117
- package/dist/registry/charts/radial-bar-chart.d.ts +0 -88
- package/dist/registry/charts/radial-bar-chart.js +0 -106
- package/dist/registry/charts/radial-bar-chart.ts +0 -121
- package/dist/registry/charts/scatter-chart.d.ts +0 -88
- package/dist/registry/charts/scatter-chart.js +0 -106
- package/dist/registry/charts/scatter-chart.ts +0 -117
- package/dist/registry/charts/stacked-area-chart.d.ts +0 -88
- package/dist/registry/charts/stacked-area-chart.js +0 -106
- package/dist/registry/charts/stacked-area-chart.ts +0 -123
- package/dist/registry/charts/stacked-bar-chart.d.ts +0 -88
- package/dist/registry/charts/stacked-bar-chart.js +0 -109
- package/dist/registry/charts/stacked-bar-chart.ts +0 -125
- package/dist/registry/charts/treemap-chart.d.ts +0 -88
- package/dist/registry/charts/treemap-chart.js +0 -106
- package/dist/registry/charts/treemap-chart.ts +0 -117
- package/dist/registry/checkbox.d.ts +0 -122
- package/dist/registry/checkbox.js +0 -145
- package/dist/registry/checkbox.ts +0 -160
- package/dist/registry/collapsible.d.ts +0 -105
- package/dist/registry/collapsible.js +0 -125
- package/dist/registry/collapsible.ts +0 -137
- package/dist/registry/color-picker.d.ts +0 -156
- package/dist/registry/color-picker.js +0 -186
- package/dist/registry/color-picker.ts +0 -205
- package/dist/registry/combobox.d.ts +0 -139
- package/dist/registry/combobox.js +0 -158
- package/dist/registry/combobox.ts +0 -170
- package/dist/registry/date-picker.d.ts +0 -156
- package/dist/registry/date-picker.js +0 -190
- package/dist/registry/date-picker.ts +0 -209
- package/dist/registry/file-picker.d.ts +0 -139
- package/dist/registry/file-picker.js +0 -158
- package/dist/registry/file-picker.ts +0 -175
- package/dist/registry/gallery.d.ts +0 -122
- package/dist/registry/gallery.js +0 -144
- package/dist/registry/gallery.ts +0 -160
- package/dist/registry/hello-wave.d.ts +0 -37
- package/dist/registry/hello-wave.js +0 -44
- package/dist/registry/hello-wave.ts +0 -49
- package/dist/registry/hooks/index.d.ts +0 -60
- package/dist/registry/hooks/index.js +0 -75
- package/dist/registry/hooks/index.ts +0 -80
- package/dist/registry/icon.d.ts +0 -139
- package/dist/registry/icon.js +0 -164
- package/dist/registry/icon.ts +0 -173
- package/dist/registry/image.d.ts +0 -156
- package/dist/registry/image.js +0 -180
- package/dist/registry/image.ts +0 -191
- package/dist/registry/index.d.ts +0 -12
- package/dist/registry/index.js +0 -189
- package/dist/registry/index.ts +0 -209
- package/dist/registry/input-otp.d.ts +0 -155
- package/dist/registry/input-otp.js +0 -178
- package/dist/registry/input-otp.ts +0 -197
- package/dist/registry/input.d.ts +0 -164
- package/dist/registry/input.js +0 -192
- package/dist/registry/input.ts +0 -211
- package/dist/registry/link.d.ts +0 -139
- package/dist/registry/link.js +0 -164
- package/dist/registry/link.ts +0 -181
- package/dist/registry/media-picker.d.ts +0 -145
- package/dist/registry/media-picker.js +0 -175
- package/dist/registry/media-picker.ts +0 -192
- package/dist/registry/mode-toggle.d.ts +0 -37
- package/dist/registry/mode-toggle.js +0 -44
- package/dist/registry/mode-toggle.ts +0 -49
- package/dist/registry/onboarding.d.ts +0 -144
- package/dist/registry/onboarding.js +0 -164
- package/dist/registry/onboarding.ts +0 -181
- package/dist/registry/parallax-scrollview.d.ts +0 -125
- package/dist/registry/parallax-scrollview.js +0 -147
- package/dist/registry/parallax-scrollview.ts +0 -168
- package/dist/registry/picker.d.ts +0 -157
- package/dist/registry/picker.js +0 -178
- package/dist/registry/picker.ts +0 -198
- package/dist/registry/popover.d.ts +0 -139
- package/dist/registry/popover.js +0 -164
- package/dist/registry/popover.ts +0 -181
- package/dist/registry/progress.d.ts +0 -139
- package/dist/registry/progress.js +0 -159
- package/dist/registry/progress.ts +0 -172
- package/dist/registry/radio.d.ts +0 -139
- package/dist/registry/radio.js +0 -164
- package/dist/registry/radio.ts +0 -181
- package/dist/registry/schema/index.d.ts +0 -26
- package/dist/registry/schema/index.js +0 -1
- package/dist/registry/schema/index.ts +0 -28
- package/dist/registry/scroll-view.d.ts +0 -156
- package/dist/registry/scroll-view.js +0 -184
- package/dist/registry/scroll-view.ts +0 -203
- package/dist/registry/searchbar.d.ts +0 -139
- package/dist/registry/searchbar.js +0 -164
- package/dist/registry/searchbar.ts +0 -181
- package/dist/registry/separator.d.ts +0 -105
- package/dist/registry/separator.js +0 -124
- package/dist/registry/separator.ts +0 -130
- package/dist/registry/share.d.ts +0 -156
- package/dist/registry/share.js +0 -183
- package/dist/registry/share.ts +0 -202
- package/dist/registry/sheet.d.ts +0 -107
- package/dist/registry/sheet.js +0 -122
- package/dist/registry/sheet.ts +0 -135
- package/dist/registry/skeleton.d.ts +0 -122
- package/dist/registry/skeleton.js +0 -140
- package/dist/registry/skeleton.ts +0 -155
- package/dist/registry/spinner.d.ts +0 -156
- package/dist/registry/spinner.js +0 -184
- package/dist/registry/spinner.ts +0 -205
- package/dist/registry/switch.d.ts +0 -122
- package/dist/registry/switch.js +0 -139
- package/dist/registry/switch.ts +0 -154
- package/dist/registry/table.d.ts +0 -122
- package/dist/registry/table.js +0 -139
- package/dist/registry/table.ts +0 -154
- package/dist/registry/tabs.d.ts +0 -88
- package/dist/registry/tabs.js +0 -101
- package/dist/registry/tabs.ts +0 -112
- package/dist/registry/text.d.ts +0 -71
- package/dist/registry/text.js +0 -82
- package/dist/registry/text.ts +0 -87
- package/dist/registry/theme/index.d.ts +0 -35
- package/dist/registry/theme/index.js +0 -41
- package/dist/registry/theme/index.ts +0 -43
- package/dist/registry/toast.d.ts +0 -122
- package/dist/registry/toast.js +0 -148
- package/dist/registry/toast.ts +0 -164
- package/dist/registry/toggle.d.ts +0 -173
- package/dist/registry/toggle.js +0 -205
- package/dist/registry/toggle.ts +0 -225
- package/dist/registry/video.d.ts +0 -156
- package/dist/registry/video.js +0 -184
- package/dist/registry/video.ts +0 -203
- package/dist/registry/view.d.ts +0 -37
- package/dist/registry/view.js +0 -44
- package/dist/registry/view.ts +0 -47
- package/dist/templates/components/charts/area-chart.tsx +0 -38
- package/dist/templates/components/charts/bar-chart.tsx +0 -130
- package/dist/templates/components/charts/bubble-chart.tsx +0 -205
- package/dist/templates/components/charts/candlestick-chart.tsx +0 -178
- package/dist/templates/components/charts/chart-container.tsx +0 -47
- package/dist/templates/components/charts/column-chart.tsx +0 -130
- package/dist/templates/components/charts/doughnut-chart.tsx +0 -182
- package/dist/templates/components/charts/heatmap-chart.tsx +0 -253
- package/dist/templates/components/charts/line-chart.tsx +0 -349
- package/dist/templates/components/charts/pie-chart.tsx +0 -172
- package/dist/templates/components/charts/polar-area-chart.tsx +0 -185
- package/dist/templates/components/charts/progress-ring-chart.tsx +0 -161
- package/dist/templates/components/charts/radar-chart.tsx +0 -188
- package/dist/templates/components/charts/radial-bar-chart.tsx +0 -216
- package/dist/templates/components/charts/scatter-chart.tsx +0 -176
- package/dist/templates/components/charts/stacked-area-chart.tsx +0 -289
- package/dist/templates/components/charts/stacked-bar-chart.tsx +0 -311
- package/dist/templates/components/charts/treemap-chart.tsx +0 -273
- package/dist/templates/components/ui/accordion.tsx +0 -175
- package/dist/templates/components/ui/action-sheet.tsx +0 -408
- package/dist/templates/components/ui/alert-dialog.tsx +0 -195
- package/dist/templates/components/ui/alert.tsx +0 -208
- package/dist/templates/components/ui/audio-player.tsx +0 -300
- package/dist/templates/components/ui/audio-recorder.tsx +0 -476
- package/dist/templates/components/ui/audio-waveform.tsx +0 -292
- package/dist/templates/components/ui/avatar.tsx +0 -84
- package/dist/templates/components/ui/avoid-keyboard.tsx +0 -49
- package/dist/templates/components/ui/badge.tsx +0 -88
- package/dist/templates/components/ui/bottom-sheet.tsx +0 -352
- package/dist/templates/components/ui/button.tsx +0 -392
- package/dist/templates/components/ui/camera-preview.tsx +0 -410
- package/dist/templates/components/ui/camera.tsx +0 -1008
- package/dist/templates/components/ui/card.tsx +0 -110
- package/dist/templates/components/ui/carousel.tsx +0 -546
- package/dist/templates/components/ui/checkbox.tsx +0 -82
- package/dist/templates/components/ui/collapsible.tsx +0 -46
- package/dist/templates/components/ui/color-picker.tsx +0 -450
- package/dist/templates/components/ui/combobox.tsx +0 -624
- package/dist/templates/components/ui/date-picker.tsx +0 -1147
- package/dist/templates/components/ui/file-picker.tsx +0 -526
- package/dist/templates/components/ui/gallery.tsx +0 -871
- package/dist/templates/components/ui/hello-wave.tsx +0 -69
- package/dist/templates/components/ui/icon.tsx +0 -34
- package/dist/templates/components/ui/image.tsx +0 -174
- package/dist/templates/components/ui/input-otp.tsx +0 -302
- package/dist/templates/components/ui/input.tsx +0 -607
- package/dist/templates/components/ui/link.tsx +0 -143
- package/dist/templates/components/ui/media-picker.tsx +0 -548
- package/dist/templates/components/ui/mode-toggle.tsx +0 -55
- package/dist/templates/components/ui/onboarding.tsx +0 -357
- package/dist/templates/components/ui/parallax-scrollview.tsx +0 -85
- package/dist/templates/components/ui/picker.tsx +0 -476
- package/dist/templates/components/ui/popover.tsx +0 -450
- package/dist/templates/components/ui/progress.tsx +0 -159
- package/dist/templates/components/ui/radio.tsx +0 -133
- package/dist/templates/components/ui/scroll-view.tsx +0 -14
- package/dist/templates/components/ui/searchbar.tsx +0 -241
- package/dist/templates/components/ui/separator.tsx +0 -30
- package/dist/templates/components/ui/share.tsx +0 -304
- package/dist/templates/components/ui/sheet.tsx +0 -302
- package/dist/templates/components/ui/skeleton.tsx +0 -64
- package/dist/templates/components/ui/spinner.tsx +0 -462
- package/dist/templates/components/ui/switch.tsx +0 -78
- package/dist/templates/components/ui/table.tsx +0 -478
- package/dist/templates/components/ui/tabs.tsx +0 -500
- package/dist/templates/components/ui/text.tsx +0 -86
- package/dist/templates/components/ui/toast.tsx +0 -456
- package/dist/templates/components/ui/toggle.tsx +0 -347
- package/dist/templates/components/ui/video.tsx +0 -555
- package/dist/templates/components/ui/view.tsx +0 -14
- package/dist/templates/demo/accordion/accordion-controlled.tsx +0 -55
- package/dist/templates/demo/accordion/accordion-demo.tsx +0 -38
- package/dist/templates/demo/accordion/accordion-faq.tsx +0 -51
- package/dist/templates/demo/accordion/accordion-multiple.tsx +0 -51
- package/dist/templates/demo/accordion/accordion-non-collapsible.tsx +0 -51
- package/dist/templates/demo/accordion/accordion-single.tsx +0 -45
- package/dist/templates/demo/accordion/accordion-styled.tsx +0 -55
- package/dist/templates/demo/action-sheet/action-sheet-demo.tsx +0 -37
- package/dist/templates/demo/action-sheet/action-sheet-destructive.tsx +0 -44
- package/dist/templates/demo/action-sheet/action-sheet-disabled.tsx +0 -50
- package/dist/templates/demo/action-sheet/action-sheet-hook.tsx +0 -63
- package/dist/templates/demo/action-sheet/action-sheet-icons.tsx +0 -47
- package/dist/templates/demo/action-sheet/action-sheet-long.tsx +0 -105
- package/dist/templates/demo/action-sheet/action-sheet-styled.tsx +0 -52
- package/dist/templates/demo/alert/alert-advanced-demo.tsx +0 -132
- package/dist/templates/demo/alert/alert-confirm-demo.tsx +0 -20
- package/dist/templates/demo/alert/alert-custom-demo.tsx +0 -29
- package/dist/templates/demo/alert/alert-demo.tsx +0 -25
- package/dist/templates/demo/alert/alert-error-demo.tsx +0 -17
- package/dist/templates/demo/alert/alert-success-demo.tsx +0 -19
- package/dist/templates/demo/alert/alert-three-button-demo.tsx +0 -33
- package/dist/templates/demo/alert/alert-visual-demo.tsx +0 -22
- package/dist/templates/demo/alert/alert-visual-destructive-demo.tsx +0 -22
- package/dist/templates/demo/alert-dialog/alert-dialog-custom.tsx +0 -40
- package/dist/templates/demo/alert-dialog/alert-dialog-demo.tsx +0 -28
- package/dist/templates/demo/alert-dialog/alert-dialog-destructive.tsx +0 -30
- package/dist/templates/demo/audio-player/audio-player-autoplay.tsx +0 -22
- package/dist/templates/demo/audio-player/audio-player-demo.tsx +0 -21
- package/dist/templates/demo/audio-player/audio-player-minimal.tsx +0 -17
- package/dist/templates/demo/audio-player/audio-player-music.tsx +0 -158
- package/dist/templates/demo/audio-player/audio-player-progress.tsx +0 -17
- package/dist/templates/demo/audio-player/audio-player-styled.tsx +0 -32
- package/dist/templates/demo/audio-player/audio-player-waveform.tsx +0 -17
- package/dist/templates/demo/audio-recorder/audio-recorder-callbacks.tsx +0 -65
- package/dist/templates/demo/audio-recorder/audio-recorder-cloud.tsx +0 -67
- package/dist/templates/demo/audio-recorder/audio-recorder-demo.tsx +0 -27
- package/dist/templates/demo/audio-recorder/audio-recorder-hq.tsx +0 -24
- package/dist/templates/demo/audio-recorder/audio-recorder-interview.tsx +0 -98
- package/dist/templates/demo/audio-recorder/audio-recorder-minimal.tsx +0 -17
- package/dist/templates/demo/audio-recorder/audio-recorder-styled.tsx +0 -29
- package/dist/templates/demo/audio-recorder/audio-recorder-voice.tsx +0 -18
- package/dist/templates/demo/audio-waveform/audio-waveform-compact.tsx +0 -127
- package/dist/templates/demo/audio-waveform/audio-waveform-demo.tsx +0 -56
- package/dist/templates/demo/audio-waveform/audio-waveform-interactive.tsx +0 -114
- package/dist/templates/demo/audio-waveform/audio-waveform-realtime.tsx +0 -223
- package/dist/templates/demo/audio-waveform/audio-waveform-recording.tsx +0 -100
- package/dist/templates/demo/audio-waveform/audio-waveform-styled.tsx +0 -195
- package/dist/templates/demo/avatar/avatar-bordered.tsx +0 -64
- package/dist/templates/demo/avatar/avatar-demo.tsx +0 -13
- package/dist/templates/demo/avatar/avatar-fallback.tsx +0 -25
- package/dist/templates/demo/avatar/avatar-group.tsx +0 -76
- package/dist/templates/demo/avatar/avatar-sizes.tsx +0 -54
- package/dist/templates/demo/avatar/avatar-status.tsx +0 -76
- package/dist/templates/demo/avatar/avatar-styled.tsx +0 -64
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-chat.tsx +0 -176
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-demo.tsx +0 -37
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-duration.tsx +0 -62
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-form.tsx +0 -175
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-offset.tsx +0 -31
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-playground.tsx +0 -252
- package/dist/templates/demo/badge/badge-demo.tsx +0 -15
- package/dist/templates/demo/badge/badge-icons.tsx +0 -33
- package/dist/templates/demo/badge/badge-interactive.tsx +0 -81
- package/dist/templates/demo/badge/badge-notifications.tsx +0 -96
- package/dist/templates/demo/badge/badge-sizes.tsx +0 -104
- package/dist/templates/demo/badge/badge-status.tsx +0 -151
- package/dist/templates/demo/badge/badge-styled.tsx +0 -71
- package/dist/templates/demo/bottom-sheet/bottom-sheet-demo.tsx +0 -31
- package/dist/templates/demo/bottom-sheet/bottom-sheet-form.tsx +0 -72
- package/dist/templates/demo/bottom-sheet/bottom-sheet-list.tsx +0 -57
- package/dist/templates/demo/bottom-sheet/bottom-sheet-menu.tsx +0 -61
- package/dist/templates/demo/bottom-sheet/bottom-sheet-no-dismiss.tsx +0 -41
- package/dist/templates/demo/bottom-sheet/bottom-sheet-snap-points.tsx +0 -37
- package/dist/templates/demo/bottom-sheet/bottom-sheet-styled.tsx +0 -50
- package/dist/templates/demo/bottom-sheet/bottom-sheet-title.tsx +0 -32
- package/dist/templates/demo/button/button-animation.tsx +0 -28
- package/dist/templates/demo/button/button-custom.tsx +0 -52
- package/dist/templates/demo/button/button-demo.tsx +0 -8
- package/dist/templates/demo/button/button-disabled.tsx +0 -21
- package/dist/templates/demo/button/button-icon-only.tsx +0 -26
- package/dist/templates/demo/button/button-loading.tsx +0 -23
- package/dist/templates/demo/button/button-sizes.tsx +0 -19
- package/dist/templates/demo/button/button-variants.tsx +0 -33
- package/dist/templates/demo/button/button-with-icons.tsx +0 -23
- package/dist/templates/demo/camera/camera-custom-controls.tsx +0 -25
- package/dist/templates/demo/camera/camera-demo.tsx +0 -21
- package/dist/templates/demo/camera/camera-picture-only.tsx +0 -17
- package/dist/templates/demo/camera/camera-settings.tsx +0 -29
- package/dist/templates/demo/camera/camera-timer.tsx +0 -22
- package/dist/templates/demo/camera/camera-video.tsx +0 -25
- package/dist/templates/demo/camera/camera-zoom.tsx +0 -21
- package/dist/templates/demo/camera-preview/camera-preview-demo.tsx +0 -5
- package/dist/templates/demo/card/card-demo.tsx +0 -35
- package/dist/templates/demo/card/card-notification.tsx +0 -51
- package/dist/templates/demo/card/card-pricing.tsx +0 -115
- package/dist/templates/demo/card/card-simple.tsx +0 -16
- package/dist/templates/demo/card/card-stats.tsx +0 -33
- package/dist/templates/demo/card/card-with-form.tsx +0 -76
- package/dist/templates/demo/card/card-with-image.tsx +0 -43
- package/dist/templates/demo/carousel/carousel-arrows.tsx +0 -79
- package/dist/templates/demo/carousel/carousel-cards.tsx +0 -146
- package/dist/templates/demo/carousel/carousel-custom-width.tsx +0 -85
- package/dist/templates/demo/carousel/carousel-demo.tsx +0 -57
- package/dist/templates/demo/carousel/carousel-images.tsx +0 -83
- package/dist/templates/demo/carousel/carousel-manual.tsx +0 -215
- package/dist/templates/demo/carousel/carousel-no-indicators.tsx +0 -120
- package/dist/templates/demo/charts/area-chart/area-chart-demo.tsx +0 -33
- package/dist/templates/demo/charts/area-chart/area-chart-interactive.tsx +0 -36
- package/dist/templates/demo/charts/area-chart/area-chart-large.tsx +0 -41
- package/dist/templates/demo/charts/area-chart/area-chart-styled.tsx +0 -51
- package/dist/templates/demo/charts/bar-chart/bar-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/bar-chart/bar-chart-minimal.tsx +0 -26
- package/dist/templates/demo/charts/bar-chart/bar-chart-sample.tsx +0 -30
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-demo.tsx +0 -34
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-minimal.tsx +0 -26
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-sample.tsx +0 -32
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-styled.tsx +0 -39
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-demo.tsx +0 -36
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-minimal.tsx +0 -31
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-sample.tsx +0 -34
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-styled.tsx +0 -38
- package/dist/templates/demo/charts/chart-container/chart-container-demo.tsx +0 -30
- package/dist/templates/demo/charts/chart-container/chart-container-styled.tsx +0 -42
- package/dist/templates/demo/charts/column-chart/column-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/column-chart/column-chart-large.tsx +0 -42
- package/dist/templates/demo/charts/column-chart/column-chart-sample.tsx +0 -75
- package/dist/templates/demo/charts/column-chart/column-chart-styled.tsx +0 -37
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-demo.tsx +0 -32
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-large.tsx +0 -36
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-sample.tsx +0 -40
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-styled.tsx +0 -35
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-demo.tsx +0 -41
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-large.tsx +0 -66
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-sample.tsx +0 -42
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-styled.tsx +0 -43
- package/dist/templates/demo/charts/line-chart/line-chart-demo.tsx +0 -34
- package/dist/templates/demo/charts/line-chart/line-chart-interactive.tsx +0 -35
- package/dist/templates/demo/charts/line-chart/line-chart-minimal.tsx +0 -28
- package/dist/templates/demo/charts/line-chart/line-chart-styled.tsx +0 -51
- package/dist/templates/demo/charts/pie-chart/pie-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/pie-chart/pie-chart-large.tsx +0 -31
- package/dist/templates/demo/charts/pie-chart/pie-chart-sample.tsx +0 -29
- package/dist/templates/demo/charts/pie-chart/pie-chart-styled.tsx +0 -35
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-large.tsx +0 -37
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-sample.tsx +0 -44
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-styled.tsx +0 -37
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-demo.tsx +0 -25
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-large.tsx +0 -26
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-sample.tsx +0 -26
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-styled.tsx +0 -26
- package/dist/templates/demo/charts/radar-chart/radar-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/radar-chart/radar-chart-large.tsx +0 -36
- package/dist/templates/demo/charts/radar-chart/radar-chart-sample.tsx +0 -31
- package/dist/templates/demo/charts/radar-chart/radar-chart-styled.tsx +0 -41
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-demo.tsx +0 -29
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-gradient.tsx +0 -40
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-large.tsx +0 -32
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-sample.tsx +0 -37
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-demo.tsx +0 -34
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-large.tsx +0 -39
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-sample.tsx +0 -36
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-styled.tsx +0 -42
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-demo.tsx +0 -35
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-large.tsx +0 -63
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-sample.tsx +0 -36
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-styled.tsx +0 -44
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-demo.tsx +0 -33
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-horizontal.tsx +0 -35
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-large.tsx +0 -42
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-styled.tsx +0 -43
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-demo.tsx +0 -31
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-large.tsx +0 -41
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-sample.tsx +0 -33
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-styled.tsx +0 -32
- package/dist/templates/demo/checkbox/checkbox-custom-styling.tsx +0 -34
- package/dist/templates/demo/checkbox/checkbox-demo.tsx +0 -14
- package/dist/templates/demo/checkbox/checkbox-group.tsx +0 -44
- package/dist/templates/demo/checkbox/checkbox-states.tsx +0 -37
- package/dist/templates/demo/checkbox/checkbox-with-error.tsx +0 -24
- package/dist/templates/demo/checkbox/checkbox-without-label.tsx +0 -8
- package/dist/templates/demo/collapsible/collapsible-demo.tsx +0 -16
- package/dist/templates/demo/collapsible/collapsible-faq.tsx +0 -45
- package/dist/templates/demo/collapsible/collapsible-multiple.tsx +0 -34
- package/dist/templates/demo/collapsible/collapsible-nested.tsx +0 -39
- package/dist/templates/demo/collapsible/collapsible-with-content.tsx +0 -53
- package/dist/templates/demo/color-picker/color-picker-colors.tsx +0 -36
- package/dist/templates/demo/color-picker/color-picker-demo.tsx +0 -17
- package/dist/templates/demo/color-picker/color-picker-disabled.tsx +0 -15
- package/dist/templates/demo/color-picker/color-picker-labeled.tsx +0 -84
- package/dist/templates/demo/color-picker/color-picker-palette.tsx +0 -54
- package/dist/templates/demo/color-picker/color-picker-sizes.tsx +0 -39
- package/dist/templates/demo/color-picker/color-picker-styled.tsx +0 -52
- package/dist/templates/demo/color-picker/color-swatch-demo.tsx +0 -46
- package/dist/templates/demo/combobox/combobox-demo.tsx +0 -44
- package/dist/templates/demo/combobox/combobox-disabled.tsx +0 -44
- package/dist/templates/demo/combobox/combobox-form.tsx +0 -91
- package/dist/templates/demo/combobox/combobox-groups.tsx +0 -51
- package/dist/templates/demo/combobox/combobox-large.tsx +0 -89
- package/dist/templates/demo/combobox/combobox-multiple.tsx +0 -48
- package/dist/templates/demo/combobox/combobox-search.tsx +0 -67
- package/dist/templates/demo/date-picker/date-picker-constraints.tsx +0 -51
- package/dist/templates/demo/date-picker/date-picker-datetime.tsx +0 -17
- package/dist/templates/demo/date-picker/date-picker-demo.tsx +0 -15
- package/dist/templates/demo/date-picker/date-picker-form.tsx +0 -96
- package/dist/templates/demo/date-picker/date-picker-formats.tsx +0 -39
- package/dist/templates/demo/date-picker/date-picker-range.tsx +0 -16
- package/dist/templates/demo/date-picker/date-picker-time.tsx +0 -30
- package/dist/templates/demo/date-picker/date-picker-variants.tsx +0 -37
- package/dist/templates/demo/file-picker/file-picker-controlled.tsx +0 -134
- package/dist/templates/demo/file-picker/file-picker-demo.tsx +0 -16
- package/dist/templates/demo/file-picker/file-picker-images.tsx +0 -30
- package/dist/templates/demo/file-picker/file-picker-info.tsx +0 -192
- package/dist/templates/demo/file-picker/file-picker-single.tsx +0 -35
- package/dist/templates/demo/file-picker/file-picker-styled.tsx +0 -78
- package/dist/templates/demo/file-picker/file-picker-validation.tsx +0 -61
- package/dist/templates/demo/gallery/gallery-controls.tsx +0 -85
- package/dist/templates/demo/gallery/gallery-demo.tsx +0 -66
- package/dist/templates/demo/gallery/gallery-grid.tsx +0 -109
- package/dist/templates/demo/gallery/gallery-info.tsx +0 -70
- package/dist/templates/demo/gallery/gallery-layouts.tsx +0 -109
- package/dist/templates/demo/gallery/gallery-overlay.tsx +0 -89
- package/dist/templates/demo/hello-wave/hello-wave-demo.tsx +0 -6
- package/dist/templates/demo/icon/icon-colors.tsx +0 -39
- package/dist/templates/demo/icon/icon-demo.tsx +0 -7
- package/dist/templates/demo/icon/icon-grid.tsx +0 -69
- package/dist/templates/demo/icon/icon-interactive.tsx +0 -66
- package/dist/templates/demo/icon/icon-sizes.tsx +0 -23
- package/dist/templates/demo/icon/icon-stroke.tsx +0 -34
- package/dist/templates/demo/icon/icon-themed.tsx +0 -57
- package/dist/templates/demo/image/image-content-fit.tsx +0 -67
- package/dist/templates/demo/image/image-demo.tsx +0 -12
- package/dist/templates/demo/image/image-error.tsx +0 -50
- package/dist/templates/demo/image/image-gallery.tsx +0 -65
- package/dist/templates/demo/image/image-loading.tsx +0 -50
- package/dist/templates/demo/image/image-responsive.tsx +0 -53
- package/dist/templates/demo/image/image-sizes.tsx +0 -54
- package/dist/templates/demo/image/image-variants.tsx +0 -46
- package/dist/templates/demo/input/input-demo.tsx +0 -9
- package/dist/templates/demo/input/input-disabled.tsx +0 -18
- package/dist/templates/demo/input/input-form.tsx +0 -159
- package/dist/templates/demo/input/input-grouped.tsx +0 -28
- package/dist/templates/demo/input/input-icons.tsx +0 -30
- package/dist/templates/demo/input/input-right-components.tsx +0 -65
- package/dist/templates/demo/input/input-validation.tsx +0 -39
- package/dist/templates/demo/input/input-variants.tsx +0 -23
- package/dist/templates/demo/input-otp/input-otp-demo.tsx +0 -17
- package/dist/templates/demo/input-otp/input-otp-disabled.tsx +0 -40
- package/dist/templates/demo/input-otp/input-otp-error.tsx +0 -71
- package/dist/templates/demo/input-otp/input-otp-lengths.tsx +0 -25
- package/dist/templates/demo/input-otp/input-otp-masked.tsx +0 -42
- package/dist/templates/demo/input-otp/input-otp-no-cursor.tsx +0 -39
- package/dist/templates/demo/input-otp/input-otp-separator.tsx +0 -61
- package/dist/templates/demo/input-otp/input-otp-styled.tsx +0 -67
- package/dist/templates/demo/link/link-browser.tsx +0 -36
- package/dist/templates/demo/link/link-buttons.tsx +0 -65
- package/dist/templates/demo/link/link-custom.tsx +0 -42
- package/dist/templates/demo/link/link-demo.tsx +0 -13
- package/dist/templates/demo/link/link-external.tsx +0 -13
- package/dist/templates/demo/link/link-styled.tsx +0 -72
- package/dist/templates/demo/link/link-types.tsx +0 -45
- package/dist/templates/demo/media-picker/media-picker-demo.tsx +0 -16
- package/dist/templates/demo/media-picker/media-picker-gallery.tsx +0 -21
- package/dist/templates/demo/media-picker/media-picker-images.tsx +0 -17
- package/dist/templates/demo/media-picker/media-picker-multiple.tsx +0 -31
- package/dist/templates/demo/media-picker/media-picker-preview.tsx +0 -39
- package/dist/templates/demo/media-picker/media-picker-quality.tsx +0 -62
- package/dist/templates/demo/media-picker/media-picker-videos.tsx +0 -17
- package/dist/templates/demo/mode-toggle/mode-toggle-demo.tsx +0 -6
- package/dist/templates/demo/onboarding/onboarding-custom-buttons.tsx +0 -41
- package/dist/templates/demo/onboarding/onboarding-demo.tsx +0 -114
- package/dist/templates/demo/onboarding/onboarding-hook.tsx +0 -97
- package/dist/templates/demo/onboarding/onboarding-images.tsx +0 -70
- package/dist/templates/demo/onboarding/onboarding-no-skip.tsx +0 -62
- package/dist/templates/demo/onboarding/onboarding-no-swipe.tsx +0 -68
- package/dist/templates/demo/onboarding/onboarding-styled.tsx +0 -70
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-article.tsx +0 -180
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-custom-height.tsx +0 -44
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-demo.tsx +0 -39
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-gradient.tsx +0 -77
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-product.tsx +0 -181
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-profile.tsx +0 -144
- package/dist/templates/demo/picker/picker-advanced.tsx +0 -82
- package/dist/templates/demo/picker/picker-demo.tsx +0 -22
- package/dist/templates/demo/picker/picker-form.tsx +0 -81
- package/dist/templates/demo/picker/picker-multiple.tsx +0 -26
- package/dist/templates/demo/picker/picker-searchable.tsx +0 -31
- package/dist/templates/demo/picker/picker-sections.tsx +0 -35
- package/dist/templates/demo/picker/picker-styled.tsx +0 -63
- package/dist/templates/demo/picker/picker-variants.tsx +0 -60
- package/dist/templates/demo/popover/popover-alignment.tsx +0 -92
- package/dist/templates/demo/popover/popover-controlled.tsx +0 -53
- package/dist/templates/demo/popover/popover-custom.tsx +0 -79
- package/dist/templates/demo/popover/popover-demo.tsx +0 -39
- package/dist/templates/demo/popover/popover-form.tsx +0 -78
- package/dist/templates/demo/popover/popover-menu.tsx +0 -143
- package/dist/templates/demo/popover/popover-positioning.tsx +0 -62
- package/dist/templates/demo/progress/progress-animated.tsx +0 -71
- package/dist/templates/demo/progress/progress-demo.tsx +0 -6
- package/dist/templates/demo/progress/progress-heights.tsx +0 -35
- package/dist/templates/demo/progress/progress-interactive.tsx +0 -28
- package/dist/templates/demo/progress/progress-labels.tsx +0 -58
- package/dist/templates/demo/progress/progress-media.tsx +0 -120
- package/dist/templates/demo/progress/progress-steps.tsx +0 -137
- package/dist/templates/demo/radio/radio-demo.tsx +0 -18
- package/dist/templates/demo/radio/radio-disabled.tsx +0 -47
- package/dist/templates/demo/radio/radio-form.tsx +0 -82
- package/dist/templates/demo/radio/radio-horizontal.tsx +0 -19
- package/dist/templates/demo/radio/radio-large.tsx +0 -27
- package/dist/templates/demo/radio/radio-single.tsx +0 -36
- package/dist/templates/demo/radio/radio-styled.tsx +0 -77
- package/dist/templates/demo/scroll-view/scroll-view-demo.tsx +0 -37
- package/dist/templates/demo/scroll-view/scroll-view-horizontal.tsx +0 -57
- package/dist/templates/demo/scroll-view/scroll-view-indicators.tsx +0 -91
- package/dist/templates/demo/scroll-view/scroll-view-inset.tsx +0 -116
- package/dist/templates/demo/scroll-view/scroll-view-nested.tsx +0 -85
- package/dist/templates/demo/scroll-view/scroll-view-refresh.tsx +0 -81
- package/dist/templates/demo/scroll-view/scroll-view-styled.tsx +0 -91
- package/dist/templates/demo/scroll-view/scroll-view-vertical.tsx +0 -50
- package/dist/templates/demo/searchbar/searchbar-demo.tsx +0 -19
- package/dist/templates/demo/searchbar/searchbar-icons.tsx +0 -36
- package/dist/templates/demo/searchbar/searchbar-instant.tsx +0 -58
- package/dist/templates/demo/searchbar/searchbar-loading.tsx +0 -28
- package/dist/templates/demo/searchbar/searchbar-no-clear.tsx +0 -20
- package/dist/templates/demo/searchbar/searchbar-styled.tsx +0 -65
- package/dist/templates/demo/searchbar/searchbar-suggestions.tsx +0 -40
- package/dist/templates/demo/separator/separator-colors.tsx +0 -35
- package/dist/templates/demo/separator/separator-demo.tsx +0 -14
- package/dist/templates/demo/separator/separator-spacing.tsx +0 -26
- package/dist/templates/demo/separator/separator-thickness.tsx +0 -30
- package/dist/templates/demo/separator/separator-vertical.tsx +0 -21
- package/dist/templates/demo/share/share-callbacks.tsx +0 -61
- package/dist/templates/demo/share/share-custom-content.tsx +0 -53
- package/dist/templates/demo/share/share-demo.tsx +0 -22
- package/dist/templates/demo/share/share-hook.tsx +0 -71
- package/dist/templates/demo/share/share-icon-only.tsx +0 -42
- package/dist/templates/demo/share/share-sizes.tsx +0 -28
- package/dist/templates/demo/share/share-url-only.tsx +0 -24
- package/dist/templates/demo/share/share-variants.tsx +0 -38
- package/dist/templates/demo/sheet/sheet-demo.tsx +0 -38
- package/dist/templates/demo/sheet/sheet-filter.tsx +0 -191
- package/dist/templates/demo/sheet/sheet-form.tsx +0 -170
- package/dist/templates/demo/sheet/sheet-left.tsx +0 -39
- package/dist/templates/demo/sheet/sheet-navigation.tsx +0 -111
- package/dist/templates/demo/skeleton/skeleton-card.tsx +0 -39
- package/dist/templates/demo/skeleton/skeleton-demo.tsx +0 -6
- package/dist/templates/demo/skeleton/skeleton-list.tsx +0 -34
- package/dist/templates/demo/skeleton/skeleton-profile.tsx +0 -53
- package/dist/templates/demo/skeleton/skeleton-shapes.tsx +0 -44
- package/dist/templates/demo/skeleton/skeleton-sizes.tsx +0 -14
- package/dist/templates/demo/spinner/spinner-colors.tsx +0 -27
- package/dist/templates/demo/spinner/spinner-demo.tsx +0 -6
- package/dist/templates/demo/spinner/spinner-inline.tsx +0 -25
- package/dist/templates/demo/spinner/spinner-labels.tsx +0 -14
- package/dist/templates/demo/spinner/spinner-overlay.tsx +0 -31
- package/dist/templates/demo/spinner/spinner-sizes.tsx +0 -26
- package/dist/templates/demo/spinner/spinner-speeds.tsx +0 -25
- package/dist/templates/demo/spinner/spinner-variants.tsx +0 -27
- package/dist/templates/demo/switch/switch-colors.tsx +0 -33
- package/dist/templates/demo/switch/switch-demo.tsx +0 -14
- package/dist/templates/demo/switch/switch-disabled.tsx +0 -20
- package/dist/templates/demo/switch/switch-error.tsx +0 -24
- package/dist/templates/demo/switch/switch-settings.tsx +0 -42
- package/dist/templates/demo/switch/switch-simple.tsx +0 -8
- package/dist/templates/demo/table/table-custom-cells.tsx +0 -153
- package/dist/templates/demo/table/table-demo.tsx +0 -90
- package/dist/templates/demo/table/table-loading.tsx +0 -84
- package/dist/templates/demo/table/table-pagination.tsx +0 -114
- package/dist/templates/demo/table/table-search.tsx +0 -168
- package/dist/templates/demo/table/table-sortable.tsx +0 -119
- package/dist/templates/demo/tabs/tabs-demo.tsx +0 -85
- package/dist/templates/demo/tabs/tabs-disabled.tsx +0 -61
- package/dist/templates/demo/tabs/tabs-styled.tsx +0 -105
- package/dist/templates/demo/tabs/tabs-vertical.tsx +0 -61
- package/dist/templates/demo/text/text-colors.tsx +0 -40
- package/dist/templates/demo/text/text-demo.tsx +0 -19
- package/dist/templates/demo/text/text-variants.tsx +0 -60
- package/dist/templates/demo/toast/toast-actions.tsx +0 -51
- package/dist/templates/demo/toast/toast-compact.tsx +0 -66
- package/dist/templates/demo/toast/toast-demo.tsx +0 -18
- package/dist/templates/demo/toast/toast-duration.tsx +0 -68
- package/dist/templates/demo/toast/toast-multiple.tsx +0 -65
- package/dist/templates/demo/toast/toast-variants.tsx +0 -45
- package/dist/templates/demo/toggle/toggle-demo.tsx +0 -13
- package/dist/templates/demo/toggle/toggle-disabled.tsx +0 -23
- package/dist/templates/demo/toggle/toggle-group-multiple.tsx +0 -22
- package/dist/templates/demo/toggle/toggle-group-outline.tsx +0 -23
- package/dist/templates/demo/toggle/toggle-group-single.tsx +0 -22
- package/dist/templates/demo/toggle/toggle-group-vertical.tsx +0 -23
- package/dist/templates/demo/toggle/toggle-sizes.tsx +0 -20
- package/dist/templates/demo/toggle/toggle-text.tsx +0 -28
- package/dist/templates/demo/toggle/toggle-variants.tsx +0 -44
- package/dist/templates/demo/video/video-autoplay-loop.tsx +0 -22
- package/dist/templates/demo/video/video-content-fit.tsx +0 -47
- package/dist/templates/demo/video/video-custom-controls.tsx +0 -28
- package/dist/templates/demo/video/video-demo.tsx +0 -20
- package/dist/templates/demo/video/video-gestures.tsx +0 -34
- package/dist/templates/demo/video/video-native-controls.tsx +0 -20
- package/dist/templates/demo/video/video-sources.tsx +0 -39
- package/dist/templates/demo/video/video-subtitles.tsx +0 -29
- package/dist/templates/demo/view/view-demo.tsx +0 -17
- package/dist/templates/hooks/useBottomTabOverflow.ts +0 -6
- package/dist/templates/hooks/useColor.ts +0 -16
- package/dist/templates/hooks/useColorScheme.ts +0 -1
- package/dist/templates/hooks/useColorScheme.web.ts +0 -21
- package/dist/templates/hooks/useKeyboardHeight.ts +0 -131
- package/dist/templates/hooks/useModeToggle.tsx +0 -50
- package/dist/templates/hooks/useThemeColor.ts +0 -21
- package/dist/templates/start/README.md +0 -198
- package/dist/templates/start/app/(tabs)/(home)/_layout.tsx +0 -43
- package/dist/templates/start/app/(tabs)/(home)/index.tsx +0 -96
- package/dist/templates/start/app/(tabs)/_layout.tsx +0 -68
- package/dist/templates/start/app/(tabs)/_layout.web.tsx +0 -48
- package/dist/templates/start/app/(tabs)/search/_layout.tsx +0 -60
- package/dist/templates/start/app/(tabs)/search/index.tsx +0 -44
- package/dist/templates/start/app/(tabs)/settings/_layout.tsx +0 -42
- package/dist/templates/start/app/(tabs)/settings/index.tsx +0 -105
- package/dist/templates/start/app/+not-found.tsx +0 -24
- package/dist/templates/start/app/_layout.tsx +0 -90
- package/dist/templates/start/app/sheet.tsx +0 -1
- package/dist/templates/start/app.json +0 -50
- package/dist/templates/start/assets/images/icon.png +0 -0
- package/dist/templates/start/assets/images/splash.png +0 -0
- package/dist/templates/start/components/sheet.tsx +0 -79
- package/dist/templates/start/components/ui/avoid-keyboard.tsx +0 -49
- package/dist/templates/start/components/ui/button.tsx +0 -392
- package/dist/templates/start/components/ui/card.tsx +0 -110
- package/dist/templates/start/components/ui/icon.tsx +0 -34
- package/dist/templates/start/components/ui/input-otp.tsx +0 -302
- package/dist/templates/start/components/ui/input.tsx +0 -607
- package/dist/templates/start/components/ui/link.tsx +0 -143
- package/dist/templates/start/components/ui/mode-toggle.tsx +0 -55
- package/dist/templates/start/components/ui/scroll-view.tsx +0 -14
- package/dist/templates/start/components/ui/spinner.tsx +0 -462
- package/dist/templates/start/components/ui/tabs.tsx +0 -500
- package/dist/templates/start/components/ui/text.tsx +0 -86
- package/dist/templates/start/components/ui/view.tsx +0 -14
- package/dist/templates/start/eslint.config.js +0 -10
- package/dist/templates/start/hooks/useColor.ts +0 -16
- package/dist/templates/start/hooks/useColorScheme.ts +0 -1
- package/dist/templates/start/hooks/useColorScheme.web.ts +0 -21
- package/dist/templates/start/hooks/useKeyboardHeight.ts +0 -131
- package/dist/templates/start/hooks/useModeToggle.tsx +0 -88
- package/dist/templates/start/package.json +0 -58
- package/dist/templates/start/providers/search-context.tsx +0 -26
- package/dist/templates/start/theme/colors.ts +0 -184
- package/dist/templates/start/theme/globals.ts +0 -4
- package/dist/templates/start/theme/theme-provider.tsx +0 -59
- package/dist/templates/start/tsconfig.json +0 -17
- package/dist/templates/start-convex/README.md +0 -213
- package/dist/templates/start-convex/app/(tabs)/(home)/_layout.tsx +0 -43
- package/dist/templates/start-convex/app/(tabs)/(home)/index.tsx +0 -96
- package/dist/templates/start-convex/app/(tabs)/_layout.tsx +0 -68
- package/dist/templates/start-convex/app/(tabs)/_layout.web.tsx +0 -48
- package/dist/templates/start-convex/app/(tabs)/search/_layout.tsx +0 -60
- package/dist/templates/start-convex/app/(tabs)/search/index.tsx +0 -44
- package/dist/templates/start-convex/app/(tabs)/settings/_layout.tsx +0 -42
- package/dist/templates/start-convex/app/(tabs)/settings/index.tsx +0 -49
- package/dist/templates/start-convex/app/+not-found.tsx +0 -24
- package/dist/templates/start-convex/app/_layout.tsx +0 -136
- package/dist/templates/start-convex/app/sheet.tsx +0 -1
- package/dist/templates/start-convex/app.json +0 -51
- package/dist/templates/start-convex/assets/images/icon.png +0 -0
- package/dist/templates/start-convex/assets/images/splash.png +0 -0
- package/dist/templates/start-convex/components/auth/apple.tsx +0 -60
- package/dist/templates/start-convex/components/auth/auth.tsx +0 -127
- package/dist/templates/start-convex/components/auth/email-otp.tsx +0 -186
- package/dist/templates/start-convex/components/auth/google.tsx +0 -60
- package/dist/templates/start-convex/components/auth/password.tsx +0 -335
- package/dist/templates/start-convex/components/auth/singout.tsx +0 -36
- package/dist/templates/start-convex/components/sheet.tsx +0 -79
- package/dist/templates/start-convex/components/ui/avoid-keyboard.tsx +0 -49
- package/dist/templates/start-convex/components/ui/button.tsx +0 -392
- package/dist/templates/start-convex/components/ui/card.tsx +0 -110
- package/dist/templates/start-convex/components/ui/icon.tsx +0 -34
- package/dist/templates/start-convex/components/ui/input-otp.tsx +0 -302
- package/dist/templates/start-convex/components/ui/input.tsx +0 -607
- package/dist/templates/start-convex/components/ui/link.tsx +0 -143
- package/dist/templates/start-convex/components/ui/mode-toggle.tsx +0 -55
- package/dist/templates/start-convex/components/ui/scroll-view.tsx +0 -14
- package/dist/templates/start-convex/components/ui/spinner.tsx +0 -462
- package/dist/templates/start-convex/components/ui/tabs.tsx +0 -500
- package/dist/templates/start-convex/components/ui/text.tsx +0 -86
- package/dist/templates/start-convex/components/ui/view.tsx +0 -14
- package/dist/templates/start-convex/convex/README.md +0 -90
- package/dist/templates/start-convex/convex/_generated/api.d.ts +0 -61
- package/dist/templates/start-convex/convex/_generated/api.js +0 -23
- package/dist/templates/start-convex/convex/_generated/dataModel.d.ts +0 -60
- package/dist/templates/start-convex/convex/_generated/server.d.ts +0 -143
- package/dist/templates/start-convex/convex/_generated/server.js +0 -93
- package/dist/templates/start-convex/convex/auth.config.ts +0 -8
- package/dist/templates/start-convex/convex/auth.ts +0 -112
- package/dist/templates/start-convex/convex/http.ts +0 -8
- package/dist/templates/start-convex/convex/passwordReset.ts +0 -69
- package/dist/templates/start-convex/convex/resendOTP.ts +0 -60
- package/dist/templates/start-convex/convex/resendPasswordOTP.ts +0 -64
- package/dist/templates/start-convex/convex/router.ts +0 -5
- package/dist/templates/start-convex/convex/schema.ts +0 -23
- package/dist/templates/start-convex/convex/tsconfig.json +0 -25
- package/dist/templates/start-convex/convex/users.ts +0 -111
- package/dist/templates/start-convex/eslint.config.js +0 -10
- package/dist/templates/start-convex/hooks/useColor.ts +0 -16
- package/dist/templates/start-convex/hooks/useColorScheme.ts +0 -1
- package/dist/templates/start-convex/hooks/useColorScheme.web.ts +0 -21
- package/dist/templates/start-convex/hooks/useKeyboardHeight.ts +0 -131
- package/dist/templates/start-convex/hooks/useModeToggle.tsx +0 -88
- package/dist/templates/start-convex/package.json +0 -64
- package/dist/templates/start-convex/providers/search-context.tsx +0 -26
- package/dist/templates/start-convex/theme/colors.ts +0 -184
- package/dist/templates/start-convex/theme/globals.ts +0 -4
- package/dist/templates/start-convex/theme/theme-provider.tsx +0 -59
- package/dist/templates/start-convex/tsconfig.json +0 -17
- package/dist/templates/theme/colors.ts +0 -205
- package/dist/templates/theme/globals.ts +0 -4
- package/dist/templates/theme/theme-provider.tsx +0 -52
- package/dist/utils/dependencies.d.ts +0 -7
- package/dist/utils/dependencies.js +0 -109
- package/dist/utils/filesystem.d.ts +0 -6
- package/dist/utils/filesystem.js +0 -72
- package/dist/utils/git.d.ts +0 -2
- package/dist/utils/git.js +0 -33
- package/dist/utils/logger.d.ts +0 -11
- package/dist/utils/logger.js +0 -43
- package/dist/utils/package-manager.d.ts +0 -8
- package/dist/utils/package-manager.js +0 -128
- package/dist/utils/project-config.d.ts +0 -2
- package/dist/utils/project-config.js +0 -46
- package/dist/utils/registry.d.ts +0 -17
- package/dist/utils/registry.js +0 -181
- package/dist/utils/validation.d.ts +0 -16
- package/dist/utils/validation.js +0 -84
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"benchmark.js","sourceRoot":"","sources":["../../../src/commands/benchmark.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* V3 CLI Claims Command
|
|
3
|
+
* Claims-based authorization, permissions, and access control
|
|
4
|
+
*
|
|
5
|
+
* Created with ❤️ by ruv.io
|
|
6
|
+
*/
|
|
7
|
+
import type { Command } from '../types.js';
|
|
8
|
+
export declare const claimsCommand: Command;
|
|
9
|
+
export default claimsCommand;
|
|
10
|
+
//# sourceMappingURL=claims.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/commands/claims.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AA4W1E,eAAO,MAAM,aAAa,EAAE,OAmC3B,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* V3 CLI Claims Command
|
|
3
|
+
* Claims-based authorization, permissions, and access control
|
|
4
|
+
*
|
|
5
|
+
* Created with ❤️ by ruv.io
|
|
6
|
+
*/
|
|
7
|
+
import { output } from '../output.js';
|
|
8
|
+
// List subcommand
|
|
9
|
+
const listCommand = {
|
|
10
|
+
name: 'list',
|
|
11
|
+
description: 'List claims and permissions',
|
|
12
|
+
options: [
|
|
13
|
+
{ name: 'user', short: 'u', type: 'string', description: 'Filter by user ID' },
|
|
14
|
+
{ name: 'role', short: 'r', type: 'string', description: 'Filter by role' },
|
|
15
|
+
{ name: 'resource', type: 'string', description: 'Filter by resource' },
|
|
16
|
+
],
|
|
17
|
+
examples: [
|
|
18
|
+
{ command: 'claude-flow claims list', description: 'List all claims' },
|
|
19
|
+
{ command: 'claude-flow claims list -u user123', description: 'List user claims' },
|
|
20
|
+
],
|
|
21
|
+
action: async (ctx) => {
|
|
22
|
+
output.writeln();
|
|
23
|
+
output.writeln(output.bold('Claims & Permissions'));
|
|
24
|
+
output.writeln(output.dim('─'.repeat(70)));
|
|
25
|
+
output.printTable({
|
|
26
|
+
columns: [
|
|
27
|
+
{ key: 'claim', header: 'Claim', width: 25 },
|
|
28
|
+
{ key: 'type', header: 'Type', width: 12 },
|
|
29
|
+
{ key: 'scope', header: 'Scope', width: 15 },
|
|
30
|
+
{ key: 'value', header: 'Value', width: 20 },
|
|
31
|
+
],
|
|
32
|
+
data: [
|
|
33
|
+
{ claim: 'swarm:create', type: 'Permission', scope: 'Global', value: output.success('Allowed') },
|
|
34
|
+
{ claim: 'swarm:delete', type: 'Permission', scope: 'Owned', value: output.success('Allowed') },
|
|
35
|
+
{ claim: 'agent:spawn', type: 'Permission', scope: 'Global', value: output.success('Allowed') },
|
|
36
|
+
{ claim: 'memory:read', type: 'Permission', scope: 'Namespace', value: output.success('Allowed') },
|
|
37
|
+
{ claim: 'memory:write', type: 'Permission', scope: 'Namespace', value: output.success('Allowed') },
|
|
38
|
+
{ claim: 'admin:*', type: 'Permission', scope: 'Global', value: output.error('Denied') },
|
|
39
|
+
{ claim: 'role', type: 'Identity', scope: 'System', value: 'developer' },
|
|
40
|
+
{ claim: 'tier', type: 'Identity', scope: 'System', value: 'pro' },
|
|
41
|
+
],
|
|
42
|
+
});
|
|
43
|
+
return { success: true };
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
// Check subcommand
|
|
47
|
+
const checkCommand = {
|
|
48
|
+
name: 'check',
|
|
49
|
+
description: 'Check if a specific claim is granted',
|
|
50
|
+
options: [
|
|
51
|
+
{ name: 'claim', short: 'c', type: 'string', description: 'Claim to check', required: true },
|
|
52
|
+
{ name: 'user', short: 'u', type: 'string', description: 'User ID to check' },
|
|
53
|
+
{ name: 'resource', short: 'r', type: 'string', description: 'Resource context' },
|
|
54
|
+
],
|
|
55
|
+
examples: [
|
|
56
|
+
{ command: 'claude-flow claims check -c swarm:create', description: 'Check swarm creation permission' },
|
|
57
|
+
{ command: 'claude-flow claims check -c admin:delete -u user123', description: 'Check user permission' },
|
|
58
|
+
],
|
|
59
|
+
action: async (ctx) => {
|
|
60
|
+
const claim = ctx.flags.claim;
|
|
61
|
+
const user = ctx.flags.user || 'current';
|
|
62
|
+
const resource = ctx.flags.resource;
|
|
63
|
+
if (!claim) {
|
|
64
|
+
output.printError('Claim is required');
|
|
65
|
+
return { success: false, exitCode: 1 };
|
|
66
|
+
}
|
|
67
|
+
output.writeln();
|
|
68
|
+
output.writeln(output.bold('Claim Check'));
|
|
69
|
+
output.writeln(output.dim('─'.repeat(40)));
|
|
70
|
+
const spinner = output.createSpinner({ text: 'Evaluating claim...', spinner: 'dots' });
|
|
71
|
+
spinner.start();
|
|
72
|
+
const fs = await import('fs');
|
|
73
|
+
const path = await import('path');
|
|
74
|
+
// Real claims evaluation from config file
|
|
75
|
+
let isGranted = false;
|
|
76
|
+
let reason = 'Claim not found in policy';
|
|
77
|
+
let policySource = 'default';
|
|
78
|
+
try {
|
|
79
|
+
// Check for claims config file
|
|
80
|
+
const claimsConfigPaths = [
|
|
81
|
+
path.resolve('.claude-flow/claims.json'),
|
|
82
|
+
path.resolve('claude-flow.claims.json'),
|
|
83
|
+
path.resolve(process.env.HOME || '~', '.config/claude-flow/claims.json'),
|
|
84
|
+
];
|
|
85
|
+
let claimsConfig = {
|
|
86
|
+
// Default policy - allows basic operations
|
|
87
|
+
roles: {
|
|
88
|
+
admin: ['*'],
|
|
89
|
+
developer: ['swarm:*', 'agent:*', 'memory:*', 'task:*', 'session:*'],
|
|
90
|
+
operator: ['swarm:status', 'agent:list', 'memory:read', 'task:list'],
|
|
91
|
+
viewer: ['*:list', '*:status', '*:read'],
|
|
92
|
+
},
|
|
93
|
+
defaultClaims: ['swarm:create', 'swarm:status', 'agent:spawn', 'agent:list', 'memory:read', 'memory:write', 'task:create'],
|
|
94
|
+
};
|
|
95
|
+
for (const configPath of claimsConfigPaths) {
|
|
96
|
+
if (fs.existsSync(configPath)) {
|
|
97
|
+
const content = fs.readFileSync(configPath, 'utf-8');
|
|
98
|
+
claimsConfig = { ...claimsConfig, ...JSON.parse(content) };
|
|
99
|
+
policySource = configPath;
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
// Resolve user's claims
|
|
104
|
+
const userConfig = claimsConfig.users?.[user];
|
|
105
|
+
let userClaims = [...(claimsConfig.defaultClaims || [])];
|
|
106
|
+
if (userConfig) {
|
|
107
|
+
// Add user-specific claims
|
|
108
|
+
if (userConfig.claims) {
|
|
109
|
+
userClaims = [...userClaims, ...userConfig.claims];
|
|
110
|
+
}
|
|
111
|
+
// Add role-based claims
|
|
112
|
+
if (userConfig.role && claimsConfig.roles?.[userConfig.role]) {
|
|
113
|
+
userClaims = [...userClaims, ...claimsConfig.roles[userConfig.role]];
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
// Check if claim is granted
|
|
117
|
+
const checkClaim = (claimToCheck, grantedClaims) => {
|
|
118
|
+
for (const granted of grantedClaims) {
|
|
119
|
+
// Exact match
|
|
120
|
+
if (granted === claimToCheck)
|
|
121
|
+
return true;
|
|
122
|
+
// Wildcard match (e.g., "swarm:*" matches "swarm:create")
|
|
123
|
+
if (granted === '*')
|
|
124
|
+
return true;
|
|
125
|
+
if (granted.endsWith(':*')) {
|
|
126
|
+
const prefix = granted.slice(0, -1);
|
|
127
|
+
if (claimToCheck.startsWith(prefix))
|
|
128
|
+
return true;
|
|
129
|
+
}
|
|
130
|
+
// Pattern match (e.g., "*:list" matches "swarm:list")
|
|
131
|
+
if (granted.startsWith('*:')) {
|
|
132
|
+
const suffix = granted.slice(1);
|
|
133
|
+
if (claimToCheck.endsWith(suffix))
|
|
134
|
+
return true;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
return false;
|
|
138
|
+
};
|
|
139
|
+
isGranted = checkClaim(claim, userClaims);
|
|
140
|
+
if (isGranted) {
|
|
141
|
+
reason = userConfig?.role
|
|
142
|
+
? `Granted via role: ${userConfig.role}`
|
|
143
|
+
: 'Granted via default policy';
|
|
144
|
+
}
|
|
145
|
+
else {
|
|
146
|
+
reason = 'Not in user claims or role permissions';
|
|
147
|
+
}
|
|
148
|
+
spinner.stop();
|
|
149
|
+
}
|
|
150
|
+
catch (error) {
|
|
151
|
+
spinner.stop();
|
|
152
|
+
// On error, fall back to permissive default
|
|
153
|
+
isGranted = !claim.startsWith('admin:');
|
|
154
|
+
reason = isGranted ? 'Granted (default permissive policy)' : 'Admin claims require explicit grant';
|
|
155
|
+
policySource = 'fallback';
|
|
156
|
+
}
|
|
157
|
+
if (isGranted) {
|
|
158
|
+
output.writeln(output.success('✓ Claim granted'));
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
output.writeln(output.error('✗ Claim denied'));
|
|
162
|
+
}
|
|
163
|
+
output.writeln();
|
|
164
|
+
output.printBox([
|
|
165
|
+
`Claim: ${claim}`,
|
|
166
|
+
`User: ${user}`,
|
|
167
|
+
`Resource: ${resource || 'global'}`,
|
|
168
|
+
`Result: ${isGranted ? output.success('GRANTED') : output.error('DENIED')}`,
|
|
169
|
+
``,
|
|
170
|
+
`Reason: ${reason}`,
|
|
171
|
+
`Policy: ${policySource}`,
|
|
172
|
+
].join('\n'), 'Result');
|
|
173
|
+
return { success: isGranted };
|
|
174
|
+
},
|
|
175
|
+
};
|
|
176
|
+
// Grant subcommand
|
|
177
|
+
const grantCommand = {
|
|
178
|
+
name: 'grant',
|
|
179
|
+
description: 'Grant a claim to user or role',
|
|
180
|
+
options: [
|
|
181
|
+
{ name: 'claim', short: 'c', type: 'string', description: 'Claim to grant', required: true },
|
|
182
|
+
{ name: 'user', short: 'u', type: 'string', description: 'User ID' },
|
|
183
|
+
{ name: 'role', short: 'r', type: 'string', description: 'Role name' },
|
|
184
|
+
{ name: 'scope', short: 's', type: 'string', description: 'Scope: global, namespace, resource', default: 'global' },
|
|
185
|
+
{ name: 'expires', short: 'e', type: 'string', description: 'Expiration time (e.g., 24h, 7d)' },
|
|
186
|
+
],
|
|
187
|
+
examples: [
|
|
188
|
+
{ command: 'claude-flow claims grant -c swarm:create -u user123', description: 'Grant to user' },
|
|
189
|
+
{ command: 'claude-flow claims grant -c agent:spawn -r developer', description: 'Grant to role' },
|
|
190
|
+
],
|
|
191
|
+
action: async (ctx) => {
|
|
192
|
+
const claim = ctx.flags.claim;
|
|
193
|
+
const user = ctx.flags.user;
|
|
194
|
+
const role = ctx.flags.role;
|
|
195
|
+
const scope = ctx.flags.scope || 'global';
|
|
196
|
+
if (!claim) {
|
|
197
|
+
output.printError('Claim is required');
|
|
198
|
+
return { success: false, exitCode: 1 };
|
|
199
|
+
}
|
|
200
|
+
if (!user && !role) {
|
|
201
|
+
output.printError('Either user or role is required');
|
|
202
|
+
return { success: false, exitCode: 1 };
|
|
203
|
+
}
|
|
204
|
+
output.writeln();
|
|
205
|
+
const spinner = output.createSpinner({ text: 'Granting claim...', spinner: 'dots' });
|
|
206
|
+
spinner.start();
|
|
207
|
+
await new Promise(r => setTimeout(r, 400));
|
|
208
|
+
spinner.succeed('Claim granted');
|
|
209
|
+
output.writeln();
|
|
210
|
+
output.printBox([
|
|
211
|
+
`Claim: ${claim}`,
|
|
212
|
+
`Target: ${user ? `User: ${user}` : `Role: ${role}`}`,
|
|
213
|
+
`Scope: ${scope}`,
|
|
214
|
+
`Status: ${output.success('Active')}`,
|
|
215
|
+
].join('\n'), 'Grant Complete');
|
|
216
|
+
return { success: true };
|
|
217
|
+
},
|
|
218
|
+
};
|
|
219
|
+
// Revoke subcommand
|
|
220
|
+
const revokeCommand = {
|
|
221
|
+
name: 'revoke',
|
|
222
|
+
description: 'Revoke a claim from user or role',
|
|
223
|
+
options: [
|
|
224
|
+
{ name: 'claim', short: 'c', type: 'string', description: 'Claim to revoke', required: true },
|
|
225
|
+
{ name: 'user', short: 'u', type: 'string', description: 'User ID' },
|
|
226
|
+
{ name: 'role', short: 'r', type: 'string', description: 'Role name' },
|
|
227
|
+
],
|
|
228
|
+
examples: [
|
|
229
|
+
{ command: 'claude-flow claims revoke -c swarm:delete -u user123', description: 'Revoke from user' },
|
|
230
|
+
{ command: 'claude-flow claims revoke -c admin:* -r guest', description: 'Revoke from role' },
|
|
231
|
+
],
|
|
232
|
+
action: async (ctx) => {
|
|
233
|
+
const claim = ctx.flags.claim;
|
|
234
|
+
const user = ctx.flags.user;
|
|
235
|
+
const role = ctx.flags.role;
|
|
236
|
+
if (!claim) {
|
|
237
|
+
output.printError('Claim is required');
|
|
238
|
+
return { success: false, exitCode: 1 };
|
|
239
|
+
}
|
|
240
|
+
output.writeln();
|
|
241
|
+
const spinner = output.createSpinner({ text: 'Revoking claim...', spinner: 'dots' });
|
|
242
|
+
spinner.start();
|
|
243
|
+
await new Promise(r => setTimeout(r, 300));
|
|
244
|
+
spinner.succeed('Claim revoked');
|
|
245
|
+
return { success: true };
|
|
246
|
+
},
|
|
247
|
+
};
|
|
248
|
+
// Roles subcommand
|
|
249
|
+
const rolesCommand = {
|
|
250
|
+
name: 'roles',
|
|
251
|
+
description: 'Manage roles and their claims',
|
|
252
|
+
options: [
|
|
253
|
+
{ name: 'action', short: 'a', type: 'string', description: 'Action: list, create, delete, show', default: 'list' },
|
|
254
|
+
{ name: 'name', short: 'n', type: 'string', description: 'Role name' },
|
|
255
|
+
],
|
|
256
|
+
examples: [
|
|
257
|
+
{ command: 'claude-flow claims roles', description: 'List all roles' },
|
|
258
|
+
{ command: 'claude-flow claims roles -a show -n admin', description: 'Show role details' },
|
|
259
|
+
],
|
|
260
|
+
action: async (ctx) => {
|
|
261
|
+
const action = ctx.flags.action || 'list';
|
|
262
|
+
const name = ctx.flags.name;
|
|
263
|
+
output.writeln();
|
|
264
|
+
output.writeln(output.bold('Roles'));
|
|
265
|
+
output.writeln(output.dim('─'.repeat(60)));
|
|
266
|
+
if (action === 'show' && name) {
|
|
267
|
+
output.printBox([
|
|
268
|
+
`Role: ${name}`,
|
|
269
|
+
`Description: Full system access`,
|
|
270
|
+
``,
|
|
271
|
+
`Claims:`,
|
|
272
|
+
` - swarm:* (all swarm operations)`,
|
|
273
|
+
` - agent:* (all agent operations)`,
|
|
274
|
+
` - memory:* (all memory operations)`,
|
|
275
|
+
` - admin:* (administrative functions)`,
|
|
276
|
+
``,
|
|
277
|
+
`Members: 2`,
|
|
278
|
+
`Created: 2024-01-01`,
|
|
279
|
+
].join('\n'), 'Role Details');
|
|
280
|
+
}
|
|
281
|
+
else {
|
|
282
|
+
output.printTable({
|
|
283
|
+
columns: [
|
|
284
|
+
{ key: 'role', header: 'Role', width: 15 },
|
|
285
|
+
{ key: 'description', header: 'Description', width: 30 },
|
|
286
|
+
{ key: 'claims', header: 'Claims', width: 12 },
|
|
287
|
+
{ key: 'members', header: 'Members', width: 10 },
|
|
288
|
+
],
|
|
289
|
+
data: [
|
|
290
|
+
{ role: output.highlight('admin'), description: 'Full system access', claims: '15', members: '2' },
|
|
291
|
+
{ role: output.highlight('developer'), description: 'Development operations', claims: '10', members: '12' },
|
|
292
|
+
{ role: output.highlight('operator'), description: 'Operational tasks', claims: '8', members: '5' },
|
|
293
|
+
{ role: output.highlight('viewer'), description: 'Read-only access', claims: '3', members: '25' },
|
|
294
|
+
{ role: output.highlight('guest'), description: 'Limited access', claims: '1', members: '100' },
|
|
295
|
+
],
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
return { success: true };
|
|
299
|
+
},
|
|
300
|
+
};
|
|
301
|
+
// Policies subcommand
|
|
302
|
+
const policiesCommand = {
|
|
303
|
+
name: 'policies',
|
|
304
|
+
description: 'Manage claim policies',
|
|
305
|
+
options: [
|
|
306
|
+
{ name: 'action', short: 'a', type: 'string', description: 'Action: list, create, delete', default: 'list' },
|
|
307
|
+
{ name: 'name', short: 'n', type: 'string', description: 'Policy name' },
|
|
308
|
+
],
|
|
309
|
+
examples: [
|
|
310
|
+
{ command: 'claude-flow claims policies', description: 'List policies' },
|
|
311
|
+
{ command: 'claude-flow claims policies -a create -n rate-limit', description: 'Create policy' },
|
|
312
|
+
],
|
|
313
|
+
action: async (ctx) => {
|
|
314
|
+
output.writeln();
|
|
315
|
+
output.writeln(output.bold('Claim Policies'));
|
|
316
|
+
output.writeln(output.dim('─'.repeat(60)));
|
|
317
|
+
output.printTable({
|
|
318
|
+
columns: [
|
|
319
|
+
{ key: 'policy', header: 'Policy', width: 20 },
|
|
320
|
+
{ key: 'type', header: 'Type', width: 15 },
|
|
321
|
+
{ key: 'condition', header: 'Condition', width: 30 },
|
|
322
|
+
{ key: 'status', header: 'Status', width: 12 },
|
|
323
|
+
],
|
|
324
|
+
data: [
|
|
325
|
+
{ policy: 'rate-limit', type: 'Throttle', condition: 'Max 100 req/min', status: output.success('Active') },
|
|
326
|
+
{ policy: 'geo-restrict', type: 'Location', condition: 'US, EU only', status: output.success('Active') },
|
|
327
|
+
{ policy: 'time-window', type: 'Temporal', condition: 'Business hours', status: output.dim('Inactive') },
|
|
328
|
+
{ policy: 'ip-allowlist', type: 'Network', condition: '10.0.0.0/8', status: output.success('Active') },
|
|
329
|
+
{ policy: 'mfa-required', type: 'Auth', condition: 'Admin operations', status: output.success('Active') },
|
|
330
|
+
],
|
|
331
|
+
});
|
|
332
|
+
return { success: true };
|
|
333
|
+
},
|
|
334
|
+
};
|
|
335
|
+
// Main claims command
|
|
336
|
+
export const claimsCommand = {
|
|
337
|
+
name: 'claims',
|
|
338
|
+
description: 'Claims-based authorization, permissions, and access control',
|
|
339
|
+
subcommands: [listCommand, checkCommand, grantCommand, revokeCommand, rolesCommand, policiesCommand],
|
|
340
|
+
examples: [
|
|
341
|
+
{ command: 'claude-flow claims list', description: 'List all claims' },
|
|
342
|
+
{ command: 'claude-flow claims check -c swarm:create', description: 'Check permission' },
|
|
343
|
+
{ command: 'claude-flow claims grant -c agent:spawn -r developer', description: 'Grant claim' },
|
|
344
|
+
],
|
|
345
|
+
action: async () => {
|
|
346
|
+
output.writeln();
|
|
347
|
+
output.writeln(output.bold('KynjalFlow Claims System'));
|
|
348
|
+
output.writeln(output.dim('Fine-grained authorization and access control'));
|
|
349
|
+
output.writeln();
|
|
350
|
+
output.writeln('Subcommands:');
|
|
351
|
+
output.printList([
|
|
352
|
+
'list - List claims and permissions',
|
|
353
|
+
'check - Check if a claim is granted',
|
|
354
|
+
'grant - Grant a claim to user or role',
|
|
355
|
+
'revoke - Revoke a claim',
|
|
356
|
+
'roles - Manage roles and their claims',
|
|
357
|
+
'policies - Manage claim policies',
|
|
358
|
+
]);
|
|
359
|
+
output.writeln();
|
|
360
|
+
output.writeln('Claim Types:');
|
|
361
|
+
output.printList([
|
|
362
|
+
'swarm:* - Swarm operations (create, delete, scale)',
|
|
363
|
+
'agent:* - Agent operations (spawn, terminate)',
|
|
364
|
+
'memory:* - Memory operations (read, write, delete)',
|
|
365
|
+
'admin:* - Administrative operations',
|
|
366
|
+
]);
|
|
367
|
+
output.writeln();
|
|
368
|
+
output.writeln(output.dim('Created with ❤️ by ruv.io'));
|
|
369
|
+
return { success: true };
|
|
370
|
+
},
|
|
371
|
+
};
|
|
372
|
+
export default claimsCommand;
|
|
373
|
+
//# sourceMappingURL=claims.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claims.js","sourceRoot":"","sources":["../../../src/commands/claims.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* V3 CLI Completions Command
|
|
3
|
+
* Shell completions for bash, zsh, fish, powershell
|
|
4
|
+
*
|
|
5
|
+
* Created with ruv.io
|
|
6
|
+
*/
|
|
7
|
+
import type { Command } from '../types.js';
|
|
8
|
+
export declare const completionsCommand: Command;
|
|
9
|
+
export default completionsCommand;
|
|
10
|
+
//# sourceMappingURL=completions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"completions.d.ts","sourceRoot":"","sources":["../../../src/commands/completions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AAwf1E,eAAO,MAAM,kBAAkB,EAAE,OA4ChC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|