kynjal-cli 2.0.6 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1826) hide show
  1. package/.claude/agents/analysis/analyze-code-quality.md +179 -0
  2. package/.claude/agents/analysis/code-analyzer.md +210 -0
  3. package/.claude/agents/analysis/code-review/analyze-code-quality.md +179 -0
  4. package/.claude/agents/architecture/arch-system-design.md +157 -0
  5. package/.claude/agents/architecture/system-design/arch-system-design.md +155 -0
  6. package/.claude/agents/browser/browser-agent.yaml +182 -0
  7. package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
  8. package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
  9. package/.claude/agents/consensus/gossip-coordinator.md +63 -0
  10. package/.claude/agents/consensus/performance-benchmarker.md +851 -0
  11. package/.claude/agents/consensus/quorum-manager.md +823 -0
  12. package/.claude/agents/consensus/raft-manager.md +63 -0
  13. package/.claude/agents/consensus/security-manager.md +622 -0
  14. package/.claude/agents/core/coder.md +453 -0
  15. package/.claude/agents/core/planner.md +375 -0
  16. package/.claude/agents/core/researcher.md +369 -0
  17. package/.claude/agents/core/reviewer.md +520 -0
  18. package/.claude/agents/core/tester.md +512 -0
  19. package/.claude/agents/custom/test-long-runner.md +44 -0
  20. package/.claude/agents/data/data-ml-model.md +445 -0
  21. package/.claude/agents/data/ml/data-ml-model.md +193 -0
  22. package/.claude/agents/development/backend/dev-backend-api.md +142 -0
  23. package/.claude/agents/development/dev-backend-api.md +345 -0
  24. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  25. package/.claude/agents/devops/ops-cicd-github.md +165 -0
  26. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  27. package/.claude/agents/documentation/docs-api-openapi.md +355 -0
  28. package/.claude/agents/flow-nexus/app-store.md +88 -0
  29. package/.claude/agents/flow-nexus/authentication.md +69 -0
  30. package/.claude/agents/flow-nexus/challenges.md +81 -0
  31. package/.claude/agents/flow-nexus/neural-network.md +88 -0
  32. package/.claude/agents/flow-nexus/payments.md +83 -0
  33. package/.claude/agents/flow-nexus/sandbox.md +76 -0
  34. package/.claude/agents/flow-nexus/swarm.md +76 -0
  35. package/.claude/agents/flow-nexus/user-tools.md +96 -0
  36. package/.claude/agents/flow-nexus/workflow.md +84 -0
  37. package/.claude/agents/github/code-review-swarm.md +377 -0
  38. package/.claude/agents/github/github-modes.md +173 -0
  39. package/.claude/agents/github/issue-tracker.md +576 -0
  40. package/.claude/agents/github/multi-repo-swarm.md +553 -0
  41. package/.claude/agents/github/pr-manager.md +438 -0
  42. package/.claude/agents/github/project-board-sync.md +509 -0
  43. package/.claude/agents/github/release-manager.md +605 -0
  44. package/.claude/agents/github/release-swarm.md +583 -0
  45. package/.claude/agents/github/repo-architect.md +398 -0
  46. package/.claude/agents/github/swarm-issue.md +573 -0
  47. package/.claude/agents/github/swarm-pr.md +428 -0
  48. package/.claude/agents/github/sync-coordinator.md +452 -0
  49. package/.claude/agents/github/workflow-automation.md +903 -0
  50. package/.claude/agents/goal/agent.md +816 -0
  51. package/.claude/agents/goal/goal-planner.md +73 -0
  52. package/.claude/agents/optimization/benchmark-suite.md +665 -0
  53. package/.claude/agents/optimization/load-balancer.md +431 -0
  54. package/.claude/agents/optimization/performance-monitor.md +672 -0
  55. package/.claude/agents/optimization/resource-allocator.md +674 -0
  56. package/.claude/agents/optimization/topology-optimizer.md +808 -0
  57. package/.claude/agents/payments/agentic-payments.md +126 -0
  58. package/.claude/agents/sona/sona-learning-optimizer.md +74 -0
  59. package/.claude/agents/sparc/architecture.md +699 -0
  60. package/.claude/agents/sparc/pseudocode.md +520 -0
  61. package/.claude/agents/sparc/refinement.md +802 -0
  62. package/.claude/agents/sparc/specification.md +478 -0
  63. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +225 -0
  64. package/.claude/agents/specialized/spec-mobile-react-native.md +227 -0
  65. package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
  66. package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
  67. package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
  68. package/.claude/agents/sublinear/performance-optimizer.md +368 -0
  69. package/.claude/agents/sublinear/trading-predictor.md +246 -0
  70. package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
  71. package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
  72. package/.claude/agents/swarm/mesh-coordinator.md +963 -0
  73. package/.claude/agents/templates/automation-smart-agent.md +205 -0
  74. package/.claude/agents/templates/base-template-generator.md +268 -0
  75. package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  76. package/.claude/agents/templates/github-pr-manager.md +177 -0
  77. package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  78. package/.claude/agents/templates/memory-coordinator.md +187 -0
  79. package/.claude/agents/templates/orchestrator-task.md +139 -0
  80. package/.claude/agents/templates/performance-analyzer.md +199 -0
  81. package/.claude/agents/templates/sparc-coordinator.md +514 -0
  82. package/.claude/agents/testing/production-validator.md +395 -0
  83. package/.claude/agents/testing/tdd-london-swarm.md +244 -0
  84. package/.claude/agents/tmp.json +0 -0
  85. package/.claude/agents/v3/adr-architect.md +184 -0
  86. package/.claude/agents/v3/aidefence-guardian.md +282 -0
  87. package/.claude/agents/v3/claims-authorizer.md +208 -0
  88. package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
  89. package/.claude/agents/v3/ddd-domain-expert.md +220 -0
  90. package/.claude/agents/v3/injection-analyst.md +236 -0
  91. package/.claude/agents/v3/memory-specialist.md +995 -0
  92. package/.claude/agents/v3/performance-engineer.md +1233 -0
  93. package/.claude/agents/v3/pii-detector.md +151 -0
  94. package/.claude/agents/v3/reasoningbank-learner.md +213 -0
  95. package/.claude/agents/v3/security-architect-aidefence.md +410 -0
  96. package/.claude/agents/v3/security-architect.md +867 -0
  97. package/.claude/agents/v3/security-auditor.md +771 -0
  98. package/.claude/agents/v3/sparc-orchestrator.md +182 -0
  99. package/.claude/agents/v3/swarm-memory-manager.md +157 -0
  100. package/.claude/agents/v3/v3-integration-architect.md +205 -0
  101. package/.claude/commands/agents/README.md +50 -0
  102. package/.claude/commands/agents/agent-capabilities.md +140 -0
  103. package/.claude/commands/agents/agent-coordination.md +28 -0
  104. package/.claude/commands/agents/agent-spawning.md +28 -0
  105. package/.claude/commands/agents/agent-types.md +216 -0
  106. package/.claude/commands/agents/health.md +139 -0
  107. package/.claude/commands/agents/list.md +100 -0
  108. package/.claude/commands/agents/logs.md +130 -0
  109. package/.claude/commands/agents/metrics.md +122 -0
  110. package/.claude/commands/agents/pool.md +127 -0
  111. package/.claude/commands/agents/spawn.md +140 -0
  112. package/.claude/commands/agents/status.md +115 -0
  113. package/.claude/commands/agents/stop.md +102 -0
  114. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
  115. package/.claude/commands/analysis/README.md +9 -0
  116. package/.claude/commands/analysis/bottleneck-detect.md +162 -0
  117. package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
  118. package/.claude/commands/analysis/performance-report.md +25 -0
  119. package/.claude/commands/analysis/token-efficiency.md +45 -0
  120. package/.claude/commands/analysis/token-usage.md +25 -0
  121. package/.claude/commands/automation/README.md +9 -0
  122. package/.claude/commands/automation/auto-agent.md +122 -0
  123. package/.claude/commands/automation/self-healing.md +106 -0
  124. package/.claude/commands/automation/session-memory.md +90 -0
  125. package/.claude/commands/automation/smart-agents.md +73 -0
  126. package/.claude/commands/automation/smart-spawn.md +25 -0
  127. package/.claude/commands/automation/workflow-select.md +25 -0
  128. package/.claude/commands/claude-flow-help.md +103 -0
  129. package/.claude/commands/claude-flow-memory.md +107 -0
  130. package/.claude/commands/claude-flow-swarm.md +205 -0
  131. package/.claude/commands/coordination/README.md +9 -0
  132. package/.claude/commands/coordination/agent-spawn.md +25 -0
  133. package/.claude/commands/coordination/init.md +44 -0
  134. package/.claude/commands/coordination/orchestrate.md +43 -0
  135. package/.claude/commands/coordination/spawn.md +45 -0
  136. package/.claude/commands/coordination/swarm-init.md +85 -0
  137. package/.claude/commands/coordination/task-orchestrate.md +25 -0
  138. package/.claude/commands/flow-nexus/app-store.md +124 -0
  139. package/.claude/commands/flow-nexus/challenges.md +120 -0
  140. package/.claude/commands/flow-nexus/login-registration.md +65 -0
  141. package/.claude/commands/flow-nexus/neural-network.md +134 -0
  142. package/.claude/commands/flow-nexus/payments.md +116 -0
  143. package/.claude/commands/flow-nexus/sandbox.md +83 -0
  144. package/.claude/commands/flow-nexus/swarm.md +87 -0
  145. package/.claude/commands/flow-nexus/user-tools.md +152 -0
  146. package/.claude/commands/flow-nexus/workflow.md +115 -0
  147. package/.claude/commands/github/README.md +11 -0
  148. package/.claude/commands/github/code-review-swarm.md +514 -0
  149. package/.claude/commands/github/code-review.md +25 -0
  150. package/.claude/commands/github/github-modes.md +147 -0
  151. package/.claude/commands/github/github-swarm.md +121 -0
  152. package/.claude/commands/github/issue-tracker.md +292 -0
  153. package/.claude/commands/github/issue-triage.md +25 -0
  154. package/.claude/commands/github/multi-repo-swarm.md +519 -0
  155. package/.claude/commands/github/pr-enhance.md +26 -0
  156. package/.claude/commands/github/pr-manager.md +170 -0
  157. package/.claude/commands/github/project-board-sync.md +471 -0
  158. package/.claude/commands/github/release-manager.md +338 -0
  159. package/.claude/commands/github/release-swarm.md +544 -0
  160. package/.claude/commands/github/repo-analyze.md +25 -0
  161. package/.claude/commands/github/repo-architect.md +367 -0
  162. package/.claude/commands/github/swarm-issue.md +482 -0
  163. package/.claude/commands/github/swarm-pr.md +285 -0
  164. package/.claude/commands/github/sync-coordinator.md +301 -0
  165. package/.claude/commands/github/workflow-automation.md +442 -0
  166. package/.claude/commands/hive-mind/README.md +17 -0
  167. package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
  168. package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
  169. package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
  170. package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
  171. package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
  172. package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
  173. package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
  174. package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
  175. package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
  176. package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
  177. package/.claude/commands/hive-mind/hive-mind.md +27 -0
  178. package/.claude/commands/hooks/README.md +11 -0
  179. package/.claude/commands/hooks/overview.md +58 -0
  180. package/.claude/commands/hooks/post-edit.md +117 -0
  181. package/.claude/commands/hooks/post-task.md +112 -0
  182. package/.claude/commands/hooks/pre-edit.md +113 -0
  183. package/.claude/commands/hooks/pre-task.md +111 -0
  184. package/.claude/commands/hooks/session-end.md +118 -0
  185. package/.claude/commands/hooks/setup.md +103 -0
  186. package/.claude/commands/memory/README.md +9 -0
  187. package/.claude/commands/memory/memory-persist.md +25 -0
  188. package/.claude/commands/memory/memory-search.md +25 -0
  189. package/.claude/commands/memory/memory-usage.md +25 -0
  190. package/.claude/commands/memory/neural.md +47 -0
  191. package/.claude/commands/monitoring/README.md +9 -0
  192. package/.claude/commands/monitoring/agent-metrics.md +25 -0
  193. package/.claude/commands/monitoring/agents.md +44 -0
  194. package/.claude/commands/monitoring/real-time-view.md +25 -0
  195. package/.claude/commands/monitoring/status.md +46 -0
  196. package/.claude/commands/monitoring/swarm-monitor.md +25 -0
  197. package/.claude/commands/optimization/README.md +9 -0
  198. package/.claude/commands/optimization/auto-topology.md +62 -0
  199. package/.claude/commands/optimization/cache-manage.md +25 -0
  200. package/.claude/commands/optimization/parallel-execute.md +25 -0
  201. package/.claude/commands/optimization/parallel-execution.md +50 -0
  202. package/.claude/commands/optimization/topology-optimize.md +25 -0
  203. package/.claude/commands/pair/README.md +261 -0
  204. package/.claude/commands/pair/commands.md +546 -0
  205. package/.claude/commands/pair/config.md +510 -0
  206. package/.claude/commands/pair/examples.md +512 -0
  207. package/.claude/commands/pair/modes.md +348 -0
  208. package/.claude/commands/pair/session.md +407 -0
  209. package/.claude/commands/pair/start.md +209 -0
  210. package/.claude/commands/sparc/analyzer.md +52 -0
  211. package/.claude/commands/sparc/architect.md +53 -0
  212. package/.claude/commands/sparc/ask.md +97 -0
  213. package/.claude/commands/sparc/batch-executor.md +54 -0
  214. package/.claude/commands/sparc/code.md +89 -0
  215. package/.claude/commands/sparc/coder.md +54 -0
  216. package/.claude/commands/sparc/debug.md +83 -0
  217. package/.claude/commands/sparc/debugger.md +54 -0
  218. package/.claude/commands/sparc/designer.md +53 -0
  219. package/.claude/commands/sparc/devops.md +109 -0
  220. package/.claude/commands/sparc/docs-writer.md +80 -0
  221. package/.claude/commands/sparc/documenter.md +54 -0
  222. package/.claude/commands/sparc/innovator.md +54 -0
  223. package/.claude/commands/sparc/integration.md +83 -0
  224. package/.claude/commands/sparc/mcp.md +117 -0
  225. package/.claude/commands/sparc/memory-manager.md +54 -0
  226. package/.claude/commands/sparc/optimizer.md +54 -0
  227. package/.claude/commands/sparc/orchestrator.md +132 -0
  228. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
  229. package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
  230. package/.claude/commands/sparc/researcher.md +54 -0
  231. package/.claude/commands/sparc/reviewer.md +54 -0
  232. package/.claude/commands/sparc/security-review.md +80 -0
  233. package/.claude/commands/sparc/sparc-modes.md +174 -0
  234. package/.claude/commands/sparc/sparc.md +111 -0
  235. package/.claude/commands/sparc/spec-pseudocode.md +80 -0
  236. package/.claude/commands/sparc/supabase-admin.md +348 -0
  237. package/.claude/commands/sparc/swarm-coordinator.md +54 -0
  238. package/.claude/commands/sparc/tdd.md +54 -0
  239. package/.claude/commands/sparc/tester.md +54 -0
  240. package/.claude/commands/sparc/tutorial.md +79 -0
  241. package/.claude/commands/sparc/workflow-manager.md +54 -0
  242. package/.claude/commands/sparc.md +166 -0
  243. package/.claude/commands/stream-chain/pipeline.md +121 -0
  244. package/.claude/commands/stream-chain/run.md +70 -0
  245. package/.claude/commands/swarm/README.md +15 -0
  246. package/.claude/commands/swarm/analysis.md +95 -0
  247. package/.claude/commands/swarm/development.md +96 -0
  248. package/.claude/commands/swarm/examples.md +168 -0
  249. package/.claude/commands/swarm/maintenance.md +102 -0
  250. package/.claude/commands/swarm/optimization.md +117 -0
  251. package/.claude/commands/swarm/research.md +136 -0
  252. package/.claude/commands/swarm/swarm-analysis.md +8 -0
  253. package/.claude/commands/swarm/swarm-background.md +8 -0
  254. package/.claude/commands/swarm/swarm-init.md +19 -0
  255. package/.claude/commands/swarm/swarm-modes.md +8 -0
  256. package/.claude/commands/swarm/swarm-monitor.md +8 -0
  257. package/.claude/commands/swarm/swarm-spawn.md +19 -0
  258. package/.claude/commands/swarm/swarm-status.md +8 -0
  259. package/.claude/commands/swarm/swarm-strategies.md +8 -0
  260. package/.claude/commands/swarm/swarm.md +87 -0
  261. package/.claude/commands/swarm/testing.md +131 -0
  262. package/.claude/commands/training/README.md +9 -0
  263. package/.claude/commands/training/model-update.md +25 -0
  264. package/.claude/commands/training/neural-patterns.md +108 -0
  265. package/.claude/commands/training/neural-train.md +75 -0
  266. package/.claude/commands/training/pattern-learn.md +25 -0
  267. package/.claude/commands/training/specialization.md +63 -0
  268. package/.claude/commands/truth/start.md +143 -0
  269. package/.claude/commands/verify/check.md +50 -0
  270. package/.claude/commands/verify/start.md +128 -0
  271. package/.claude/commands/workflows/README.md +9 -0
  272. package/.claude/commands/workflows/development.md +78 -0
  273. package/.claude/commands/workflows/research.md +63 -0
  274. package/.claude/commands/workflows/workflow-create.md +25 -0
  275. package/.claude/commands/workflows/workflow-execute.md +25 -0
  276. package/.claude/commands/workflows/workflow-export.md +25 -0
  277. package/.claude/helpers/README.md +97 -0
  278. package/.claude/helpers/adr-compliance.sh +186 -0
  279. package/.claude/helpers/auto-commit.sh +178 -0
  280. package/.claude/helpers/auto-memory-hook.mjs +350 -0
  281. package/.claude/helpers/checkpoint-manager.sh +251 -0
  282. package/.claude/helpers/daemon-manager.sh +252 -0
  283. package/.claude/helpers/ddd-tracker.sh +144 -0
  284. package/.claude/helpers/github-safe.js +106 -0
  285. package/.claude/helpers/github-setup.sh +28 -0
  286. package/.claude/helpers/guidance-hook.sh +13 -0
  287. package/.claude/helpers/guidance-hooks.sh +102 -0
  288. package/.claude/helpers/health-monitor.sh +108 -0
  289. package/.claude/helpers/hook-handler.cjs +232 -0
  290. package/.claude/helpers/intelligence.cjs +916 -0
  291. package/.claude/helpers/learning-hooks.sh +329 -0
  292. package/.claude/helpers/learning-optimizer.sh +127 -0
  293. package/.claude/helpers/learning-service.mjs +1144 -0
  294. package/.claude/helpers/memory.js +83 -0
  295. package/.claude/helpers/metrics-db.mjs +488 -0
  296. package/.claude/helpers/pattern-consolidator.sh +86 -0
  297. package/.claude/helpers/perf-worker.sh +160 -0
  298. package/.claude/helpers/post-commit +16 -0
  299. package/.claude/helpers/pre-commit +26 -0
  300. package/.claude/helpers/quick-start.sh +19 -0
  301. package/.claude/helpers/router.js +66 -0
  302. package/.claude/helpers/security-scanner.sh +127 -0
  303. package/.claude/helpers/session.js +135 -0
  304. package/.claude/helpers/setup-mcp.sh +18 -0
  305. package/.claude/helpers/standard-checkpoint-hooks.sh +189 -0
  306. package/.claude/helpers/statusline-hook.sh +21 -0
  307. package/.claude/helpers/statusline.cjs +577 -0
  308. package/.claude/helpers/statusline.js +316 -0
  309. package/.claude/helpers/swarm-comms.sh +353 -0
  310. package/.claude/helpers/swarm-hooks.sh +761 -0
  311. package/.claude/helpers/swarm-monitor.sh +211 -0
  312. package/.claude/helpers/sync-v3-metrics.sh +245 -0
  313. package/.claude/helpers/update-v3-progress.sh +166 -0
  314. package/.claude/helpers/v3-quick-status.sh +58 -0
  315. package/.claude/helpers/v3.sh +111 -0
  316. package/.claude/helpers/validate-v3-config.sh +216 -0
  317. package/.claude/helpers/worker-manager.sh +170 -0
  318. package/.claude/settings.json +182 -0
  319. package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
  320. package/.claude/skills/agentdb-learning/SKILL.md +545 -0
  321. package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
  322. package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
  323. package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
  324. package/.claude/skills/agentic-jujutsu/SKILL.md +645 -0
  325. package/.claude/skills/aidefence-scan.md +151 -0
  326. package/.claude/skills/aidefence.yaml +297 -0
  327. package/.claude/skills/browser/SKILL.md +204 -0
  328. package/.claude/skills/flow-nexus-neural/SKILL.md +738 -0
  329. package/.claude/skills/flow-nexus-platform/SKILL.md +1157 -0
  330. package/.claude/skills/flow-nexus-swarm/SKILL.md +610 -0
  331. package/.claude/skills/github-code-review/SKILL.md +1140 -0
  332. package/.claude/skills/github-multi-repo/SKILL.md +874 -0
  333. package/.claude/skills/github-project-management/SKILL.md +1277 -0
  334. package/.claude/skills/github-release-management/SKILL.md +1081 -0
  335. package/.claude/skills/github-workflow-automation/SKILL.md +1065 -0
  336. package/.claude/skills/hive-mind-advanced/SKILL.md +712 -0
  337. package/.claude/skills/hooks-automation/SKILL.md +1201 -0
  338. package/.claude/skills/pair-programming/SKILL.md +1202 -0
  339. package/.claude/skills/performance-analysis/SKILL.md +563 -0
  340. package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
  341. package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
  342. package/.claude/skills/secure-review.md +181 -0
  343. package/.claude/skills/skill-builder/SKILL.md +910 -0
  344. package/.claude/skills/sparc-methodology/SKILL.md +1115 -0
  345. package/.claude/skills/stream-chain/SKILL.md +563 -0
  346. package/.claude/skills/swarm-advanced/SKILL.md +973 -0
  347. package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
  348. package/.claude/skills/v3-cli-modernization/SKILL.md +872 -0
  349. package/.claude/skills/v3-core-implementation/SKILL.md +797 -0
  350. package/.claude/skills/v3-ddd-architecture/SKILL.md +442 -0
  351. package/.claude/skills/v3-integration-deep/SKILL.md +241 -0
  352. package/.claude/skills/v3-mcp-optimization/SKILL.md +777 -0
  353. package/.claude/skills/v3-memory-unification/SKILL.md +174 -0
  354. package/.claude/skills/v3-performance-optimization/SKILL.md +390 -0
  355. package/.claude/skills/v3-security-overhaul/SKILL.md +82 -0
  356. package/.claude/skills/v3-swarm-coordination/SKILL.md +340 -0
  357. package/.claude/skills/verification-quality/SKILL.md +649 -0
  358. package/.claude/skills/worker-benchmarks/skill.md +135 -0
  359. package/.claude/skills/worker-integration/skill.md +154 -0
  360. package/README.md +7280 -100
  361. package/bin/cli.js +156 -0
  362. package/bin/mcp-server.js +189 -0
  363. package/dist/src/benchmarks/pretrain/index.d.ts +58 -0
  364. package/dist/src/benchmarks/pretrain/index.d.ts.map +1 -0
  365. package/dist/src/benchmarks/pretrain/index.js +404 -0
  366. package/dist/src/benchmarks/pretrain/index.js.map +1 -0
  367. package/dist/src/commands/agent.d.ts +8 -0
  368. package/dist/src/commands/agent.d.ts.map +1 -0
  369. package/dist/src/commands/agent.js +819 -0
  370. package/dist/src/commands/agent.js.map +1 -0
  371. package/dist/src/commands/analyze.d.ts +19 -0
  372. package/dist/src/commands/analyze.d.ts.map +1 -0
  373. package/dist/src/commands/analyze.js +1823 -0
  374. package/dist/src/commands/analyze.js.map +1 -0
  375. package/dist/src/commands/benchmark.d.ts +10 -0
  376. package/dist/src/commands/benchmark.d.ts.map +1 -0
  377. package/dist/src/commands/benchmark.js +459 -0
  378. package/dist/src/commands/benchmark.js.map +1 -0
  379. package/dist/src/commands/claims.d.ts +10 -0
  380. package/dist/src/commands/claims.d.ts.map +1 -0
  381. package/dist/src/commands/claims.js +373 -0
  382. package/dist/src/commands/claims.js.map +1 -0
  383. package/dist/src/commands/completions.d.ts +10 -0
  384. package/dist/src/commands/completions.d.ts.map +1 -0
  385. package/dist/src/commands/completions.js +539 -0
  386. package/dist/src/commands/completions.js.map +1 -0
  387. package/dist/src/commands/config.d.ts +8 -0
  388. package/dist/src/commands/config.d.ts.map +1 -0
  389. package/dist/src/commands/config.js +406 -0
  390. package/dist/src/commands/config.js.map +1 -0
  391. package/dist/src/commands/daemon.d.ts +8 -0
  392. package/dist/src/commands/daemon.d.ts.map +1 -0
  393. package/dist/src/commands/daemon.js +593 -0
  394. package/dist/src/commands/daemon.js.map +1 -0
  395. package/dist/src/commands/deployment.d.ts +10 -0
  396. package/dist/src/commands/deployment.d.ts.map +1 -0
  397. package/dist/src/commands/deployment.js +289 -0
  398. package/dist/src/commands/deployment.js.map +1 -0
  399. package/dist/src/commands/doctor.d.ts +10 -0
  400. package/dist/src/commands/doctor.d.ts.map +1 -0
  401. package/dist/src/commands/doctor.js +571 -0
  402. package/dist/src/commands/doctor.js.map +1 -0
  403. package/dist/src/commands/embeddings.d.ts +18 -0
  404. package/dist/src/commands/embeddings.d.ts.map +1 -0
  405. package/dist/src/commands/embeddings.js +1576 -0
  406. package/dist/src/commands/embeddings.js.map +1 -0
  407. package/dist/src/commands/guidance.d.ts +8 -0
  408. package/dist/src/commands/guidance.d.ts.map +1 -0
  409. package/dist/src/commands/guidance.js +560 -0
  410. package/dist/src/commands/guidance.js.map +1 -0
  411. package/dist/src/commands/hive-mind.d.ts +11 -0
  412. package/dist/src/commands/hive-mind.d.ts.map +1 -0
  413. package/dist/src/commands/hive-mind.js +1230 -0
  414. package/dist/src/commands/hive-mind.js.map +1 -0
  415. package/dist/src/commands/hooks.d.ts +8 -0
  416. package/dist/src/commands/hooks.d.ts.map +1 -0
  417. package/dist/src/commands/hooks.js +3741 -0
  418. package/dist/src/commands/hooks.js.map +1 -0
  419. package/dist/src/commands/index.d.ts +108 -0
  420. package/dist/src/commands/index.d.ts.map +1 -0
  421. package/dist/src/commands/index.js +359 -0
  422. package/dist/src/commands/index.js.map +1 -0
  423. package/dist/src/commands/init.d.ts +8 -0
  424. package/dist/src/commands/init.d.ts.map +1 -0
  425. package/dist/src/commands/init.js +965 -0
  426. package/dist/src/commands/init.js.map +1 -0
  427. package/dist/src/commands/issues.d.ts +21 -0
  428. package/dist/src/commands/issues.d.ts.map +1 -0
  429. package/dist/src/commands/issues.js +567 -0
  430. package/dist/src/commands/issues.js.map +1 -0
  431. package/dist/src/commands/mcp.d.ts +11 -0
  432. package/dist/src/commands/mcp.d.ts.map +1 -0
  433. package/dist/src/commands/mcp.js +700 -0
  434. package/dist/src/commands/mcp.js.map +1 -0
  435. package/dist/src/commands/memory.d.ts +8 -0
  436. package/dist/src/commands/memory.d.ts.map +1 -0
  437. package/dist/src/commands/memory.js +1268 -0
  438. package/dist/src/commands/memory.js.map +1 -0
  439. package/dist/src/commands/migrate.d.ts +8 -0
  440. package/dist/src/commands/migrate.d.ts.map +1 -0
  441. package/dist/src/commands/migrate.js +410 -0
  442. package/dist/src/commands/migrate.js.map +1 -0
  443. package/dist/src/commands/neural.d.ts +10 -0
  444. package/dist/src/commands/neural.d.ts.map +1 -0
  445. package/dist/src/commands/neural.js +1448 -0
  446. package/dist/src/commands/neural.js.map +1 -0
  447. package/dist/src/commands/performance.d.ts +10 -0
  448. package/dist/src/commands/performance.d.ts.map +1 -0
  449. package/dist/src/commands/performance.js +579 -0
  450. package/dist/src/commands/performance.js.map +1 -0
  451. package/dist/src/commands/plugins.d.ts +11 -0
  452. package/dist/src/commands/plugins.d.ts.map +1 -0
  453. package/dist/src/commands/plugins.js +820 -0
  454. package/dist/src/commands/plugins.js.map +1 -0
  455. package/dist/src/commands/process.d.ts +10 -0
  456. package/dist/src/commands/process.d.ts.map +1 -0
  457. package/dist/src/commands/process.js +641 -0
  458. package/dist/src/commands/process.js.map +1 -0
  459. package/dist/src/commands/progress.d.ts +11 -0
  460. package/dist/src/commands/progress.d.ts.map +1 -0
  461. package/dist/src/commands/progress.js +259 -0
  462. package/dist/src/commands/progress.js.map +1 -0
  463. package/dist/src/commands/providers.d.ts +10 -0
  464. package/dist/src/commands/providers.d.ts.map +1 -0
  465. package/dist/src/commands/providers.js +232 -0
  466. package/dist/src/commands/providers.js.map +1 -0
  467. package/dist/src/commands/route.d.ts +16 -0
  468. package/dist/src/commands/route.d.ts.map +1 -0
  469. package/dist/src/commands/route.js +813 -0
  470. package/dist/src/commands/route.js.map +1 -0
  471. package/dist/src/commands/ruvector/backup.d.ts +11 -0
  472. package/dist/src/commands/ruvector/backup.d.ts.map +1 -0
  473. package/dist/src/commands/ruvector/backup.js +746 -0
  474. package/dist/src/commands/ruvector/backup.js.map +1 -0
  475. package/dist/src/commands/ruvector/benchmark.d.ts +11 -0
  476. package/dist/src/commands/ruvector/benchmark.d.ts.map +1 -0
  477. package/dist/src/commands/ruvector/benchmark.js +480 -0
  478. package/dist/src/commands/ruvector/benchmark.js.map +1 -0
  479. package/dist/src/commands/ruvector/import.d.ts +18 -0
  480. package/dist/src/commands/ruvector/import.d.ts.map +1 -0
  481. package/dist/src/commands/ruvector/import.js +349 -0
  482. package/dist/src/commands/ruvector/import.js.map +1 -0
  483. package/dist/src/commands/ruvector/index.d.ts +29 -0
  484. package/dist/src/commands/ruvector/index.d.ts.map +1 -0
  485. package/dist/src/commands/ruvector/index.js +129 -0
  486. package/dist/src/commands/ruvector/index.js.map +1 -0
  487. package/dist/src/commands/ruvector/init.d.ts +11 -0
  488. package/dist/src/commands/ruvector/init.d.ts.map +1 -0
  489. package/dist/src/commands/ruvector/init.js +431 -0
  490. package/dist/src/commands/ruvector/init.js.map +1 -0
  491. package/dist/src/commands/ruvector/migrate.d.ts +11 -0
  492. package/dist/src/commands/ruvector/migrate.d.ts.map +1 -0
  493. package/dist/src/commands/ruvector/migrate.js +481 -0
  494. package/dist/src/commands/ruvector/migrate.js.map +1 -0
  495. package/dist/src/commands/ruvector/optimize.d.ts +11 -0
  496. package/dist/src/commands/ruvector/optimize.d.ts.map +1 -0
  497. package/dist/src/commands/ruvector/optimize.js +503 -0
  498. package/dist/src/commands/ruvector/optimize.js.map +1 -0
  499. package/dist/src/commands/ruvector/setup.d.ts +18 -0
  500. package/dist/src/commands/ruvector/setup.d.ts.map +1 -0
  501. package/dist/src/commands/ruvector/setup.js +765 -0
  502. package/dist/src/commands/ruvector/setup.js.map +1 -0
  503. package/dist/src/commands/ruvector/status.d.ts +11 -0
  504. package/dist/src/commands/ruvector/status.d.ts.map +1 -0
  505. package/dist/src/commands/ruvector/status.js +456 -0
  506. package/dist/src/commands/ruvector/status.js.map +1 -0
  507. package/dist/src/commands/security.d.ts +10 -0
  508. package/dist/src/commands/security.d.ts.map +1 -0
  509. package/dist/src/commands/security.js +575 -0
  510. package/dist/src/commands/security.js.map +1 -0
  511. package/dist/src/commands/session.d.ts +8 -0
  512. package/dist/src/commands/session.d.ts.map +1 -0
  513. package/dist/src/commands/session.js +750 -0
  514. package/dist/src/commands/session.js.map +1 -0
  515. package/dist/src/commands/start.d.ts +8 -0
  516. package/dist/src/commands/start.d.ts.map +1 -0
  517. package/dist/src/commands/start.js +418 -0
  518. package/dist/src/commands/start.js.map +1 -0
  519. package/dist/src/commands/status.d.ts +8 -0
  520. package/dist/src/commands/status.d.ts.map +1 -0
  521. package/dist/src/commands/status.js +584 -0
  522. package/dist/src/commands/status.js.map +1 -0
  523. package/dist/src/commands/swarm.d.ts +8 -0
  524. package/dist/src/commands/swarm.d.ts.map +1 -0
  525. package/dist/src/commands/swarm.js +748 -0
  526. package/dist/src/commands/swarm.js.map +1 -0
  527. package/dist/src/commands/task.d.ts +8 -0
  528. package/dist/src/commands/task.d.ts.map +1 -0
  529. package/dist/src/commands/task.js +671 -0
  530. package/dist/src/commands/task.js.map +1 -0
  531. package/dist/src/commands/transfer-store.d.ts +13 -0
  532. package/dist/src/commands/transfer-store.d.ts.map +1 -0
  533. package/dist/src/commands/transfer-store.js +428 -0
  534. package/dist/src/commands/transfer-store.js.map +1 -0
  535. package/dist/src/commands/update.d.ts +8 -0
  536. package/dist/src/commands/update.d.ts.map +1 -0
  537. package/dist/src/commands/update.js +276 -0
  538. package/dist/src/commands/update.js.map +1 -0
  539. package/dist/src/commands/workflow.d.ts +8 -0
  540. package/dist/src/commands/workflow.d.ts.map +1 -0
  541. package/dist/src/commands/workflow.js +617 -0
  542. package/dist/src/commands/workflow.js.map +1 -0
  543. package/dist/src/config-adapter.d.ts +15 -0
  544. package/dist/src/config-adapter.d.ts.map +1 -0
  545. package/dist/src/config-adapter.js +186 -0
  546. package/dist/src/config-adapter.js.map +1 -0
  547. package/dist/src/index.d.ts +76 -0
  548. package/dist/src/index.d.ts.map +1 -0
  549. package/dist/src/index.js +470 -0
  550. package/dist/src/index.js.map +1 -0
  551. package/dist/src/infrastructure/in-memory-repositories.d.ts +68 -0
  552. package/dist/src/infrastructure/in-memory-repositories.d.ts.map +1 -0
  553. package/dist/src/infrastructure/in-memory-repositories.js +264 -0
  554. package/dist/src/infrastructure/in-memory-repositories.js.map +1 -0
  555. package/dist/src/init/claudemd-generator.d.ts +25 -0
  556. package/dist/src/init/claudemd-generator.d.ts.map +1 -0
  557. package/dist/src/init/claudemd-generator.js +486 -0
  558. package/dist/src/init/claudemd-generator.js.map +1 -0
  559. package/dist/src/init/executor.d.ts +41 -0
  560. package/dist/src/init/executor.d.ts.map +1 -0
  561. package/dist/src/init/executor.js +1760 -0
  562. package/dist/src/init/executor.js.map +1 -0
  563. package/dist/src/init/helpers-generator.d.ts +60 -0
  564. package/dist/src/init/helpers-generator.d.ts.map +1 -0
  565. package/dist/src/init/helpers-generator.js +1111 -0
  566. package/dist/src/init/helpers-generator.js.map +1 -0
  567. package/dist/src/init/index.d.ts +13 -0
  568. package/dist/src/init/index.d.ts.map +1 -0
  569. package/dist/src/init/index.js +15 -0
  570. package/dist/src/init/index.js.map +1 -0
  571. package/dist/src/init/mcp-generator.d.ts +27 -0
  572. package/dist/src/init/mcp-generator.d.ts.map +1 -0
  573. package/dist/src/init/mcp-generator.js +100 -0
  574. package/dist/src/init/mcp-generator.js.map +1 -0
  575. package/dist/src/init/settings-generator.d.ts +14 -0
  576. package/dist/src/init/settings-generator.d.ts.map +1 -0
  577. package/dist/src/init/settings-generator.js +337 -0
  578. package/dist/src/init/settings-generator.js.map +1 -0
  579. package/dist/src/init/statusline-generator.d.ts +20 -0
  580. package/dist/src/init/statusline-generator.d.ts.map +1 -0
  581. package/dist/src/init/statusline-generator.js +1311 -0
  582. package/dist/src/init/statusline-generator.js.map +1 -0
  583. package/dist/src/init/types.d.ts +289 -0
  584. package/dist/src/init/types.d.ts.map +1 -0
  585. package/dist/src/init/types.js +261 -0
  586. package/dist/src/init/types.js.map +1 -0
  587. package/dist/src/mcp-client.d.ts +92 -0
  588. package/dist/src/mcp-client.d.ts.map +1 -0
  589. package/dist/src/mcp-client.js +233 -0
  590. package/dist/src/mcp-client.js.map +1 -0
  591. package/dist/src/mcp-server.d.ts +161 -0
  592. package/dist/src/mcp-server.d.ts.map +1 -0
  593. package/dist/src/mcp-server.js +601 -0
  594. package/dist/src/mcp-server.js.map +1 -0
  595. package/dist/src/mcp-tools/agent-tools.d.ts +9 -0
  596. package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -0
  597. package/dist/src/mcp-tools/agent-tools.js +549 -0
  598. package/dist/src/mcp-tools/agent-tools.js.map +1 -0
  599. package/dist/src/mcp-tools/analyze-tools.d.ts +38 -0
  600. package/dist/src/mcp-tools/analyze-tools.d.ts.map +1 -0
  601. package/dist/src/mcp-tools/analyze-tools.js +317 -0
  602. package/dist/src/mcp-tools/analyze-tools.js.map +1 -0
  603. package/dist/src/mcp-tools/auto-install.d.ts +83 -0
  604. package/dist/src/mcp-tools/auto-install.d.ts.map +1 -0
  605. package/dist/src/mcp-tools/auto-install.js +131 -0
  606. package/dist/src/mcp-tools/auto-install.js.map +1 -0
  607. package/dist/src/mcp-tools/browser-tools.d.ts +13 -0
  608. package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -0
  609. package/dist/src/mcp-tools/browser-tools.js +550 -0
  610. package/dist/src/mcp-tools/browser-tools.js.map +1 -0
  611. package/dist/src/mcp-tools/claims-tools.d.ts +12 -0
  612. package/dist/src/mcp-tools/claims-tools.d.ts.map +1 -0
  613. package/dist/src/mcp-tools/claims-tools.js +732 -0
  614. package/dist/src/mcp-tools/claims-tools.js.map +1 -0
  615. package/dist/src/mcp-tools/config-tools.d.ts +8 -0
  616. package/dist/src/mcp-tools/config-tools.d.ts.map +1 -0
  617. package/dist/src/mcp-tools/config-tools.js +333 -0
  618. package/dist/src/mcp-tools/config-tools.js.map +1 -0
  619. package/dist/src/mcp-tools/coordination-tools.d.ts +13 -0
  620. package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -0
  621. package/dist/src/mcp-tools/coordination-tools.js +486 -0
  622. package/dist/src/mcp-tools/coordination-tools.js.map +1 -0
  623. package/dist/src/mcp-tools/daa-tools.d.ts +13 -0
  624. package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -0
  625. package/dist/src/mcp-tools/daa-tools.js +426 -0
  626. package/dist/src/mcp-tools/daa-tools.js.map +1 -0
  627. package/dist/src/mcp-tools/embeddings-tools.d.ts +9 -0
  628. package/dist/src/mcp-tools/embeddings-tools.d.ts.map +1 -0
  629. package/dist/src/mcp-tools/embeddings-tools.js +782 -0
  630. package/dist/src/mcp-tools/embeddings-tools.js.map +1 -0
  631. package/dist/src/mcp-tools/github-tools.d.ts +13 -0
  632. package/dist/src/mcp-tools/github-tools.d.ts.map +1 -0
  633. package/dist/src/mcp-tools/github-tools.js +373 -0
  634. package/dist/src/mcp-tools/github-tools.js.map +1 -0
  635. package/dist/src/mcp-tools/hive-mind-tools.d.ts +8 -0
  636. package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -0
  637. package/dist/src/mcp-tools/hive-mind-tools.js +583 -0
  638. package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -0
  639. package/dist/src/mcp-tools/hooks-tools.d.ts +44 -0
  640. package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -0
  641. package/dist/src/mcp-tools/hooks-tools.js +2797 -0
  642. package/dist/src/mcp-tools/hooks-tools.js.map +1 -0
  643. package/dist/src/mcp-tools/index.d.ts +23 -0
  644. package/dist/src/mcp-tools/index.d.ts.map +1 -0
  645. package/dist/src/mcp-tools/index.js +22 -0
  646. package/dist/src/mcp-tools/index.js.map +1 -0
  647. package/dist/src/mcp-tools/memory-tools.d.ts +14 -0
  648. package/dist/src/mcp-tools/memory-tools.d.ts.map +1 -0
  649. package/dist/src/mcp-tools/memory-tools.js +482 -0
  650. package/dist/src/mcp-tools/memory-tools.js.map +1 -0
  651. package/dist/src/mcp-tools/neural-tools.d.ts +16 -0
  652. package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -0
  653. package/dist/src/mcp-tools/neural-tools.js +456 -0
  654. package/dist/src/mcp-tools/neural-tools.js.map +1 -0
  655. package/dist/src/mcp-tools/performance-tools.d.ts +16 -0
  656. package/dist/src/mcp-tools/performance-tools.d.ts.map +1 -0
  657. package/dist/src/mcp-tools/performance-tools.js +534 -0
  658. package/dist/src/mcp-tools/performance-tools.js.map +1 -0
  659. package/dist/src/mcp-tools/progress-tools.d.ts +14 -0
  660. package/dist/src/mcp-tools/progress-tools.d.ts.map +1 -0
  661. package/dist/src/mcp-tools/progress-tools.js +348 -0
  662. package/dist/src/mcp-tools/progress-tools.js.map +1 -0
  663. package/dist/src/mcp-tools/security-tools.d.ts +18 -0
  664. package/dist/src/mcp-tools/security-tools.d.ts.map +1 -0
  665. package/dist/src/mcp-tools/security-tools.js +434 -0
  666. package/dist/src/mcp-tools/security-tools.js.map +1 -0
  667. package/dist/src/mcp-tools/session-tools.d.ts +8 -0
  668. package/dist/src/mcp-tools/session-tools.d.ts.map +1 -0
  669. package/dist/src/mcp-tools/session-tools.js +315 -0
  670. package/dist/src/mcp-tools/session-tools.js.map +1 -0
  671. package/dist/src/mcp-tools/swarm-tools.d.ts +8 -0
  672. package/dist/src/mcp-tools/swarm-tools.d.ts.map +1 -0
  673. package/dist/src/mcp-tools/swarm-tools.js +102 -0
  674. package/dist/src/mcp-tools/swarm-tools.js.map +1 -0
  675. package/dist/src/mcp-tools/system-tools.d.ts +13 -0
  676. package/dist/src/mcp-tools/system-tools.d.ts.map +1 -0
  677. package/dist/src/mcp-tools/system-tools.js +314 -0
  678. package/dist/src/mcp-tools/system-tools.js.map +1 -0
  679. package/dist/src/mcp-tools/task-tools.d.ts +8 -0
  680. package/dist/src/mcp-tools/task-tools.d.ts.map +1 -0
  681. package/dist/src/mcp-tools/task-tools.js +302 -0
  682. package/dist/src/mcp-tools/task-tools.js.map +1 -0
  683. package/dist/src/mcp-tools/terminal-tools.d.ts +13 -0
  684. package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -0
  685. package/dist/src/mcp-tools/terminal-tools.js +246 -0
  686. package/dist/src/mcp-tools/terminal-tools.js.map +1 -0
  687. package/dist/src/mcp-tools/transfer-tools.d.ts +14 -0
  688. package/dist/src/mcp-tools/transfer-tools.d.ts.map +1 -0
  689. package/dist/src/mcp-tools/transfer-tools.js +396 -0
  690. package/dist/src/mcp-tools/transfer-tools.js.map +1 -0
  691. package/dist/src/mcp-tools/types.d.ts +31 -0
  692. package/dist/src/mcp-tools/types.d.ts.map +1 -0
  693. package/dist/src/mcp-tools/types.js +7 -0
  694. package/dist/src/mcp-tools/types.js.map +1 -0
  695. package/dist/src/mcp-tools/workflow-tools.d.ts +8 -0
  696. package/dist/src/mcp-tools/workflow-tools.d.ts.map +1 -0
  697. package/dist/src/mcp-tools/workflow-tools.js +481 -0
  698. package/dist/src/mcp-tools/workflow-tools.js.map +1 -0
  699. package/dist/src/memory/ewc-consolidation.d.ts +271 -0
  700. package/dist/src/memory/ewc-consolidation.d.ts.map +1 -0
  701. package/dist/src/memory/ewc-consolidation.js +542 -0
  702. package/dist/src/memory/ewc-consolidation.js.map +1 -0
  703. package/dist/src/memory/intelligence.d.ts +285 -0
  704. package/dist/src/memory/intelligence.d.ts.map +1 -0
  705. package/dist/src/memory/intelligence.js +766 -0
  706. package/dist/src/memory/intelligence.js.map +1 -0
  707. package/dist/src/memory/memory-initializer.d.ts +396 -0
  708. package/dist/src/memory/memory-initializer.d.ts.map +1 -0
  709. package/dist/src/memory/memory-initializer.js +1929 -0
  710. package/dist/src/memory/memory-initializer.js.map +1 -0
  711. package/dist/src/memory/sona-optimizer.d.ts +227 -0
  712. package/dist/src/memory/sona-optimizer.d.ts.map +1 -0
  713. package/dist/src/memory/sona-optimizer.js +633 -0
  714. package/dist/src/memory/sona-optimizer.js.map +1 -0
  715. package/dist/src/output.d.ts +133 -0
  716. package/dist/src/output.d.ts.map +1 -0
  717. package/dist/src/output.js +513 -0
  718. package/dist/src/output.js.map +1 -0
  719. package/dist/src/parser.d.ts +41 -0
  720. package/dist/src/parser.d.ts.map +1 -0
  721. package/dist/src/parser.js +377 -0
  722. package/dist/src/parser.js.map +1 -0
  723. package/dist/src/plugins/manager.d.ts +133 -0
  724. package/dist/src/plugins/manager.d.ts.map +1 -0
  725. package/dist/src/plugins/manager.js +383 -0
  726. package/dist/src/plugins/manager.js.map +1 -0
  727. package/dist/src/plugins/store/discovery.d.ts +88 -0
  728. package/dist/src/plugins/store/discovery.d.ts.map +1 -0
  729. package/dist/src/plugins/store/discovery.js +1147 -0
  730. package/dist/src/plugins/store/discovery.js.map +1 -0
  731. package/dist/src/plugins/store/index.d.ts +76 -0
  732. package/dist/src/plugins/store/index.d.ts.map +1 -0
  733. package/dist/src/plugins/store/index.js +141 -0
  734. package/dist/src/plugins/store/index.js.map +1 -0
  735. package/dist/src/plugins/store/search.d.ts +46 -0
  736. package/dist/src/plugins/store/search.d.ts.map +1 -0
  737. package/dist/src/plugins/store/search.js +230 -0
  738. package/dist/src/plugins/store/search.js.map +1 -0
  739. package/dist/src/plugins/store/types.d.ts +274 -0
  740. package/dist/src/plugins/store/types.d.ts.map +1 -0
  741. package/dist/src/plugins/store/types.js +7 -0
  742. package/dist/src/plugins/store/types.js.map +1 -0
  743. package/dist/src/plugins/tests/demo-plugin-store.d.ts +7 -0
  744. package/dist/src/plugins/tests/demo-plugin-store.d.ts.map +1 -0
  745. package/dist/src/plugins/tests/demo-plugin-store.js +126 -0
  746. package/dist/src/plugins/tests/demo-plugin-store.js.map +1 -0
  747. package/dist/src/plugins/tests/standalone-test.d.ts +12 -0
  748. package/dist/src/plugins/tests/standalone-test.d.ts.map +1 -0
  749. package/dist/src/plugins/tests/standalone-test.js +188 -0
  750. package/dist/src/plugins/tests/standalone-test.js.map +1 -0
  751. package/dist/src/plugins/tests/test-plugin-store.d.ts +7 -0
  752. package/dist/src/plugins/tests/test-plugin-store.d.ts.map +1 -0
  753. package/dist/src/plugins/tests/test-plugin-store.js +206 -0
  754. package/dist/src/plugins/tests/test-plugin-store.js.map +1 -0
  755. package/dist/src/production/circuit-breaker.d.ts +101 -0
  756. package/dist/src/production/circuit-breaker.d.ts.map +1 -0
  757. package/dist/src/production/circuit-breaker.js +241 -0
  758. package/dist/src/production/circuit-breaker.js.map +1 -0
  759. package/dist/src/production/error-handler.d.ts +92 -0
  760. package/dist/src/production/error-handler.d.ts.map +1 -0
  761. package/dist/src/production/error-handler.js +299 -0
  762. package/dist/src/production/error-handler.js.map +1 -0
  763. package/dist/src/production/index.d.ts +23 -0
  764. package/dist/src/production/index.d.ts.map +1 -0
  765. package/dist/src/production/index.js +18 -0
  766. package/dist/src/production/index.js.map +1 -0
  767. package/dist/src/production/monitoring.d.ts +161 -0
  768. package/dist/src/production/monitoring.d.ts.map +1 -0
  769. package/dist/src/production/monitoring.js +356 -0
  770. package/dist/src/production/monitoring.js.map +1 -0
  771. package/dist/src/production/rate-limiter.d.ts +80 -0
  772. package/dist/src/production/rate-limiter.d.ts.map +1 -0
  773. package/dist/src/production/rate-limiter.js +201 -0
  774. package/dist/src/production/rate-limiter.js.map +1 -0
  775. package/dist/src/production/retry.d.ts +48 -0
  776. package/dist/src/production/retry.d.ts.map +1 -0
  777. package/dist/src/production/retry.js +179 -0
  778. package/dist/src/production/retry.js.map +1 -0
  779. package/dist/src/prompt.d.ts +44 -0
  780. package/dist/src/prompt.d.ts.map +1 -0
  781. package/dist/src/prompt.js +501 -0
  782. package/dist/src/prompt.js.map +1 -0
  783. package/dist/src/runtime/headless.d.ts +60 -0
  784. package/dist/src/runtime/headless.d.ts.map +1 -0
  785. package/dist/src/runtime/headless.js +284 -0
  786. package/dist/src/runtime/headless.js.map +1 -0
  787. package/dist/src/ruvector/ast-analyzer.d.ts +67 -0
  788. package/dist/src/ruvector/ast-analyzer.d.ts.map +1 -0
  789. package/dist/src/ruvector/ast-analyzer.js +277 -0
  790. package/dist/src/ruvector/ast-analyzer.js.map +1 -0
  791. package/dist/src/ruvector/coverage-router.d.ts +160 -0
  792. package/dist/src/ruvector/coverage-router.d.ts.map +1 -0
  793. package/dist/src/ruvector/coverage-router.js +529 -0
  794. package/dist/src/ruvector/coverage-router.js.map +1 -0
  795. package/dist/src/ruvector/coverage-tools.d.ts +33 -0
  796. package/dist/src/ruvector/coverage-tools.d.ts.map +1 -0
  797. package/dist/src/ruvector/coverage-tools.js +157 -0
  798. package/dist/src/ruvector/coverage-tools.js.map +1 -0
  799. package/dist/src/ruvector/diff-classifier.d.ts +175 -0
  800. package/dist/src/ruvector/diff-classifier.d.ts.map +1 -0
  801. package/dist/src/ruvector/diff-classifier.js +698 -0
  802. package/dist/src/ruvector/diff-classifier.js.map +1 -0
  803. package/dist/src/ruvector/enhanced-model-router.d.ts +146 -0
  804. package/dist/src/ruvector/enhanced-model-router.d.ts.map +1 -0
  805. package/dist/src/ruvector/enhanced-model-router.js +519 -0
  806. package/dist/src/ruvector/enhanced-model-router.js.map +1 -0
  807. package/dist/src/ruvector/flash-attention.d.ts +195 -0
  808. package/dist/src/ruvector/flash-attention.d.ts.map +1 -0
  809. package/dist/src/ruvector/flash-attention.js +643 -0
  810. package/dist/src/ruvector/flash-attention.js.map +1 -0
  811. package/dist/src/ruvector/graph-analyzer.d.ts +187 -0
  812. package/dist/src/ruvector/graph-analyzer.d.ts.map +1 -0
  813. package/dist/src/ruvector/graph-analyzer.js +929 -0
  814. package/dist/src/ruvector/graph-analyzer.js.map +1 -0
  815. package/dist/src/ruvector/index.d.ts +34 -0
  816. package/dist/src/ruvector/index.d.ts.map +1 -0
  817. package/dist/src/ruvector/index.js +60 -0
  818. package/dist/src/ruvector/index.js.map +1 -0
  819. package/dist/src/ruvector/lora-adapter.d.ts +218 -0
  820. package/dist/src/ruvector/lora-adapter.d.ts.map +1 -0
  821. package/dist/src/ruvector/lora-adapter.js +455 -0
  822. package/dist/src/ruvector/lora-adapter.js.map +1 -0
  823. package/dist/src/ruvector/model-router.d.ts +220 -0
  824. package/dist/src/ruvector/model-router.d.ts.map +1 -0
  825. package/dist/src/ruvector/model-router.js +488 -0
  826. package/dist/src/ruvector/model-router.js.map +1 -0
  827. package/dist/src/ruvector/moe-router.d.ts +206 -0
  828. package/dist/src/ruvector/moe-router.d.ts.map +1 -0
  829. package/dist/src/ruvector/moe-router.js +626 -0
  830. package/dist/src/ruvector/moe-router.js.map +1 -0
  831. package/dist/src/ruvector/q-learning-router.d.ts +211 -0
  832. package/dist/src/ruvector/q-learning-router.d.ts.map +1 -0
  833. package/dist/src/ruvector/q-learning-router.js +681 -0
  834. package/dist/src/ruvector/q-learning-router.js.map +1 -0
  835. package/dist/src/ruvector/semantic-router.d.ts +77 -0
  836. package/dist/src/ruvector/semantic-router.d.ts.map +1 -0
  837. package/dist/src/ruvector/semantic-router.js +178 -0
  838. package/dist/src/ruvector/semantic-router.js.map +1 -0
  839. package/dist/src/ruvector/vector-db.d.ts +69 -0
  840. package/dist/src/ruvector/vector-db.d.ts.map +1 -0
  841. package/dist/src/ruvector/vector-db.js +243 -0
  842. package/dist/src/ruvector/vector-db.js.map +1 -0
  843. package/dist/src/services/claim-service.d.ts +204 -0
  844. package/dist/src/services/claim-service.d.ts.map +1 -0
  845. package/dist/src/services/claim-service.js +818 -0
  846. package/dist/src/services/claim-service.js.map +1 -0
  847. package/dist/src/services/container-worker-pool.d.ts +197 -0
  848. package/dist/src/services/container-worker-pool.d.ts.map +1 -0
  849. package/dist/src/services/container-worker-pool.js +581 -0
  850. package/dist/src/services/container-worker-pool.js.map +1 -0
  851. package/dist/src/services/headless-worker-executor.d.ts +304 -0
  852. package/dist/src/services/headless-worker-executor.d.ts.map +1 -0
  853. package/dist/src/services/headless-worker-executor.js +999 -0
  854. package/dist/src/services/headless-worker-executor.js.map +1 -0
  855. package/dist/src/services/index.d.ts +13 -0
  856. package/dist/src/services/index.d.ts.map +1 -0
  857. package/dist/src/services/index.js +11 -0
  858. package/dist/src/services/index.js.map +1 -0
  859. package/dist/src/services/registry-api.d.ts +58 -0
  860. package/dist/src/services/registry-api.d.ts.map +1 -0
  861. package/dist/src/services/registry-api.js +146 -0
  862. package/dist/src/services/registry-api.js.map +1 -0
  863. package/dist/src/services/ruvector-training.d.ts +213 -0
  864. package/dist/src/services/ruvector-training.d.ts.map +1 -0
  865. package/dist/src/services/ruvector-training.js +498 -0
  866. package/dist/src/services/ruvector-training.js.map +1 -0
  867. package/dist/src/services/worker-daemon.d.ts +203 -0
  868. package/dist/src/services/worker-daemon.d.ts.map +1 -0
  869. package/dist/src/services/worker-daemon.js +756 -0
  870. package/dist/src/services/worker-daemon.js.map +1 -0
  871. package/dist/src/services/worker-queue.d.ts +194 -0
  872. package/dist/src/services/worker-queue.d.ts.map +1 -0
  873. package/dist/src/services/worker-queue.js +511 -0
  874. package/dist/src/services/worker-queue.js.map +1 -0
  875. package/dist/src/suggest.d.ts +53 -0
  876. package/dist/src/suggest.d.ts.map +1 -0
  877. package/dist/src/suggest.js +200 -0
  878. package/dist/src/suggest.js.map +1 -0
  879. package/dist/src/transfer/anonymization/index.d.ts +25 -0
  880. package/dist/src/transfer/anonymization/index.d.ts.map +1 -0
  881. package/dist/src/transfer/anonymization/index.js +175 -0
  882. package/dist/src/transfer/anonymization/index.js.map +1 -0
  883. package/dist/src/transfer/deploy-seraphine.d.ts +13 -0
  884. package/dist/src/transfer/deploy-seraphine.d.ts.map +1 -0
  885. package/dist/src/transfer/deploy-seraphine.js +205 -0
  886. package/dist/src/transfer/deploy-seraphine.js.map +1 -0
  887. package/dist/src/transfer/export.d.ts +25 -0
  888. package/dist/src/transfer/export.d.ts.map +1 -0
  889. package/dist/src/transfer/export.js +113 -0
  890. package/dist/src/transfer/export.js.map +1 -0
  891. package/dist/src/transfer/index.d.ts +12 -0
  892. package/dist/src/transfer/index.d.ts.map +1 -0
  893. package/dist/src/transfer/index.js +31 -0
  894. package/dist/src/transfer/index.js.map +1 -0
  895. package/dist/src/transfer/ipfs/client.d.ts +109 -0
  896. package/dist/src/transfer/ipfs/client.d.ts.map +1 -0
  897. package/dist/src/transfer/ipfs/client.js +299 -0
  898. package/dist/src/transfer/ipfs/client.js.map +1 -0
  899. package/dist/src/transfer/ipfs/upload.d.ts +95 -0
  900. package/dist/src/transfer/ipfs/upload.d.ts.map +1 -0
  901. package/dist/src/transfer/ipfs/upload.js +413 -0
  902. package/dist/src/transfer/ipfs/upload.js.map +1 -0
  903. package/dist/src/transfer/models/seraphine.d.ts +72 -0
  904. package/dist/src/transfer/models/seraphine.d.ts.map +1 -0
  905. package/dist/src/transfer/models/seraphine.js +373 -0
  906. package/dist/src/transfer/models/seraphine.js.map +1 -0
  907. package/dist/src/transfer/serialization/cfp.d.ts +49 -0
  908. package/dist/src/transfer/serialization/cfp.d.ts.map +1 -0
  909. package/dist/src/transfer/serialization/cfp.js +180 -0
  910. package/dist/src/transfer/serialization/cfp.js.map +1 -0
  911. package/dist/src/transfer/storage/gcs.d.ts +82 -0
  912. package/dist/src/transfer/storage/gcs.d.ts.map +1 -0
  913. package/dist/src/transfer/storage/gcs.js +230 -0
  914. package/dist/src/transfer/storage/gcs.js.map +1 -0
  915. package/dist/src/transfer/storage/index.d.ts +6 -0
  916. package/dist/src/transfer/storage/index.d.ts.map +1 -0
  917. package/dist/src/transfer/storage/index.js +6 -0
  918. package/dist/src/transfer/storage/index.js.map +1 -0
  919. package/dist/src/transfer/store/discovery.d.ts +84 -0
  920. package/dist/src/transfer/store/discovery.d.ts.map +1 -0
  921. package/dist/src/transfer/store/discovery.js +382 -0
  922. package/dist/src/transfer/store/discovery.js.map +1 -0
  923. package/dist/src/transfer/store/download.d.ts +70 -0
  924. package/dist/src/transfer/store/download.d.ts.map +1 -0
  925. package/dist/src/transfer/store/download.js +334 -0
  926. package/dist/src/transfer/store/download.js.map +1 -0
  927. package/dist/src/transfer/store/index.d.ts +84 -0
  928. package/dist/src/transfer/store/index.d.ts.map +1 -0
  929. package/dist/src/transfer/store/index.js +153 -0
  930. package/dist/src/transfer/store/index.js.map +1 -0
  931. package/dist/src/transfer/store/publish.d.ts +76 -0
  932. package/dist/src/transfer/store/publish.d.ts.map +1 -0
  933. package/dist/src/transfer/store/publish.js +294 -0
  934. package/dist/src/transfer/store/publish.js.map +1 -0
  935. package/dist/src/transfer/store/registry.d.ts +58 -0
  936. package/dist/src/transfer/store/registry.d.ts.map +1 -0
  937. package/dist/src/transfer/store/registry.js +285 -0
  938. package/dist/src/transfer/store/registry.js.map +1 -0
  939. package/dist/src/transfer/store/search.d.ts +54 -0
  940. package/dist/src/transfer/store/search.d.ts.map +1 -0
  941. package/dist/src/transfer/store/search.js +232 -0
  942. package/dist/src/transfer/store/search.js.map +1 -0
  943. package/dist/src/transfer/store/tests/standalone-test.d.ts +12 -0
  944. package/dist/src/transfer/store/tests/standalone-test.d.ts.map +1 -0
  945. package/dist/src/transfer/store/tests/standalone-test.js +190 -0
  946. package/dist/src/transfer/store/tests/standalone-test.js.map +1 -0
  947. package/dist/src/transfer/store/types.d.ts +193 -0
  948. package/dist/src/transfer/store/types.d.ts.map +1 -0
  949. package/dist/src/transfer/store/types.js +6 -0
  950. package/dist/src/transfer/store/types.js.map +1 -0
  951. package/dist/src/transfer/test-seraphine.d.ts +6 -0
  952. package/dist/src/transfer/test-seraphine.d.ts.map +1 -0
  953. package/dist/src/transfer/test-seraphine.js +105 -0
  954. package/dist/src/transfer/test-seraphine.js.map +1 -0
  955. package/dist/src/transfer/tests/test-store.d.ts +7 -0
  956. package/dist/src/transfer/tests/test-store.d.ts.map +1 -0
  957. package/dist/src/transfer/tests/test-store.js +214 -0
  958. package/dist/src/transfer/tests/test-store.js.map +1 -0
  959. package/dist/src/transfer/types.d.ts +245 -0
  960. package/dist/src/transfer/types.d.ts.map +1 -0
  961. package/dist/src/transfer/types.js +6 -0
  962. package/dist/src/transfer/types.js.map +1 -0
  963. package/dist/src/types.d.ts +198 -0
  964. package/dist/src/types.d.ts.map +1 -0
  965. package/dist/src/types.js +38 -0
  966. package/dist/src/types.js.map +1 -0
  967. package/dist/src/update/checker.d.ts +34 -0
  968. package/dist/src/update/checker.d.ts.map +1 -0
  969. package/dist/src/update/checker.js +190 -0
  970. package/dist/src/update/checker.js.map +1 -0
  971. package/dist/src/update/executor.d.ts +32 -0
  972. package/dist/src/update/executor.d.ts.map +1 -0
  973. package/dist/src/update/executor.js +181 -0
  974. package/dist/src/update/executor.js.map +1 -0
  975. package/dist/src/update/index.d.ts +33 -0
  976. package/dist/src/update/index.d.ts.map +1 -0
  977. package/dist/src/update/index.js +64 -0
  978. package/dist/src/update/index.js.map +1 -0
  979. package/dist/src/update/rate-limiter.d.ts +20 -0
  980. package/dist/src/update/rate-limiter.d.ts.map +1 -0
  981. package/dist/src/update/rate-limiter.js +96 -0
  982. package/dist/src/update/rate-limiter.js.map +1 -0
  983. package/dist/src/update/validator.d.ts +17 -0
  984. package/dist/src/update/validator.d.ts.map +1 -0
  985. package/dist/src/update/validator.js +123 -0
  986. package/dist/src/update/validator.js.map +1 -0
  987. package/dist/tsconfig.tsbuildinfo +1 -0
  988. package/package.json +88 -56
  989. package/LICENSE +0 -21
  990. package/bin/kynjal.js +0 -27
  991. package/dist/commands/add.d.ts +0 -11
  992. package/dist/commands/add.js +0 -295
  993. package/dist/commands/convex.d.ts +0 -11
  994. package/dist/commands/convex.js +0 -319
  995. package/dist/commands/init.d.ts +0 -13
  996. package/dist/commands/init.js +0 -340
  997. package/dist/index.d.ts +0 -2
  998. package/dist/index.js +0 -61
  999. package/dist/index.test.d.ts +0 -1
  1000. package/dist/index.test.js +0 -6
  1001. package/dist/registry/accordion.d.ts +0 -139
  1002. package/dist/registry/accordion.js +0 -164
  1003. package/dist/registry/accordion.ts +0 -183
  1004. package/dist/registry/action-sheet.d.ts +0 -138
  1005. package/dist/registry/action-sheet.js +0 -164
  1006. package/dist/registry/action-sheet.ts +0 -182
  1007. package/dist/registry/alert-dialog.d.ts +0 -71
  1008. package/dist/registry/alert-dialog.js +0 -88
  1009. package/dist/registry/alert-dialog.ts +0 -97
  1010. package/dist/registry/alert.d.ts +0 -172
  1011. package/dist/registry/alert.js +0 -204
  1012. package/dist/registry/alert.ts +0 -225
  1013. package/dist/registry/audio-player.d.ts +0 -139
  1014. package/dist/registry/audio-player.js +0 -165
  1015. package/dist/registry/audio-player.ts +0 -183
  1016. package/dist/registry/audio-recorder.d.ts +0 -156
  1017. package/dist/registry/audio-recorder.js +0 -184
  1018. package/dist/registry/audio-recorder.ts +0 -203
  1019. package/dist/registry/audio-waveform.d.ts +0 -121
  1020. package/dist/registry/audio-waveform.js +0 -144
  1021. package/dist/registry/audio-waveform.ts +0 -165
  1022. package/dist/registry/avatar.d.ts +0 -139
  1023. package/dist/registry/avatar.js +0 -164
  1024. package/dist/registry/avatar.ts +0 -172
  1025. package/dist/registry/avoid-keyboard.d.ts +0 -128
  1026. package/dist/registry/avoid-keyboard.js +0 -150
  1027. package/dist/registry/avoid-keyboard.ts +0 -165
  1028. package/dist/registry/badge.d.ts +0 -139
  1029. package/dist/registry/badge.js +0 -164
  1030. package/dist/registry/badge.ts +0 -172
  1031. package/dist/registry/bottom-sheet.d.ts +0 -156
  1032. package/dist/registry/bottom-sheet.js +0 -184
  1033. package/dist/registry/bottom-sheet.ts +0 -203
  1034. package/dist/registry/button.d.ts +0 -173
  1035. package/dist/registry/button.js +0 -209
  1036. package/dist/registry/button.ts +0 -230
  1037. package/dist/registry/camera-preview.d.ts +0 -37
  1038. package/dist/registry/camera-preview.js +0 -56
  1039. package/dist/registry/camera-preview.ts +0 -61
  1040. package/dist/registry/camera.d.ts +0 -139
  1041. package/dist/registry/camera.js +0 -168
  1042. package/dist/registry/camera.ts +0 -185
  1043. package/dist/registry/card.d.ts +0 -139
  1044. package/dist/registry/card.js +0 -165
  1045. package/dist/registry/card.ts +0 -173
  1046. package/dist/registry/carousel.d.ts +0 -140
  1047. package/dist/registry/carousel.js +0 -169
  1048. package/dist/registry/carousel.ts +0 -186
  1049. package/dist/registry/charts/area-chart.d.ts +0 -88
  1050. package/dist/registry/charts/area-chart.js +0 -106
  1051. package/dist/registry/charts/area-chart.ts +0 -117
  1052. package/dist/registry/charts/bar-chart.d.ts +0 -71
  1053. package/dist/registry/charts/bar-chart.js +0 -85
  1054. package/dist/registry/charts/bar-chart.ts +0 -94
  1055. package/dist/registry/charts/bubble-chart.d.ts +0 -88
  1056. package/dist/registry/charts/bubble-chart.js +0 -109
  1057. package/dist/registry/charts/bubble-chart.ts +0 -120
  1058. package/dist/registry/charts/candlestick-chart.d.ts +0 -88
  1059. package/dist/registry/charts/candlestick-chart.js +0 -109
  1060. package/dist/registry/charts/candlestick-chart.ts +0 -125
  1061. package/dist/registry/charts/chart-container.d.ts +0 -54
  1062. package/dist/registry/charts/chart-container.js +0 -62
  1063. package/dist/registry/charts/chart-container.ts +0 -71
  1064. package/dist/registry/charts/column-chart.d.ts +0 -88
  1065. package/dist/registry/charts/column-chart.js +0 -106
  1066. package/dist/registry/charts/column-chart.ts +0 -117
  1067. package/dist/registry/charts/doughnut-chart.d.ts +0 -88
  1068. package/dist/registry/charts/doughnut-chart.js +0 -106
  1069. package/dist/registry/charts/doughnut-chart.ts +0 -121
  1070. package/dist/registry/charts/heatmap-chart.d.ts +0 -88
  1071. package/dist/registry/charts/heatmap-chart.js +0 -106
  1072. package/dist/registry/charts/heatmap-chart.ts +0 -117
  1073. package/dist/registry/charts/index.d.ts +0 -1499
  1074. package/dist/registry/charts/index.js +0 -38
  1075. package/dist/registry/charts/index.ts +0 -39
  1076. package/dist/registry/charts/line-chart.d.ts +0 -88
  1077. package/dist/registry/charts/line-chart.js +0 -109
  1078. package/dist/registry/charts/line-chart.ts +0 -120
  1079. package/dist/registry/charts/pie-chart.d.ts +0 -88
  1080. package/dist/registry/charts/pie-chart.js +0 -106
  1081. package/dist/registry/charts/pie-chart.ts +0 -117
  1082. package/dist/registry/charts/polar-area-chart.d.ts +0 -88
  1083. package/dist/registry/charts/polar-area-chart.js +0 -106
  1084. package/dist/registry/charts/polar-area-chart.ts +0 -121
  1085. package/dist/registry/charts/progress-ring-chart.d.ts +0 -88
  1086. package/dist/registry/charts/progress-ring-chart.js +0 -106
  1087. package/dist/registry/charts/progress-ring-chart.ts +0 -121
  1088. package/dist/registry/charts/radar-chart.d.ts +0 -88
  1089. package/dist/registry/charts/radar-chart.js +0 -106
  1090. package/dist/registry/charts/radar-chart.ts +0 -117
  1091. package/dist/registry/charts/radial-bar-chart.d.ts +0 -88
  1092. package/dist/registry/charts/radial-bar-chart.js +0 -106
  1093. package/dist/registry/charts/radial-bar-chart.ts +0 -121
  1094. package/dist/registry/charts/scatter-chart.d.ts +0 -88
  1095. package/dist/registry/charts/scatter-chart.js +0 -106
  1096. package/dist/registry/charts/scatter-chart.ts +0 -117
  1097. package/dist/registry/charts/stacked-area-chart.d.ts +0 -88
  1098. package/dist/registry/charts/stacked-area-chart.js +0 -106
  1099. package/dist/registry/charts/stacked-area-chart.ts +0 -123
  1100. package/dist/registry/charts/stacked-bar-chart.d.ts +0 -88
  1101. package/dist/registry/charts/stacked-bar-chart.js +0 -109
  1102. package/dist/registry/charts/stacked-bar-chart.ts +0 -125
  1103. package/dist/registry/charts/treemap-chart.d.ts +0 -88
  1104. package/dist/registry/charts/treemap-chart.js +0 -106
  1105. package/dist/registry/charts/treemap-chart.ts +0 -117
  1106. package/dist/registry/checkbox.d.ts +0 -122
  1107. package/dist/registry/checkbox.js +0 -145
  1108. package/dist/registry/checkbox.ts +0 -160
  1109. package/dist/registry/collapsible.d.ts +0 -105
  1110. package/dist/registry/collapsible.js +0 -125
  1111. package/dist/registry/collapsible.ts +0 -137
  1112. package/dist/registry/color-picker.d.ts +0 -156
  1113. package/dist/registry/color-picker.js +0 -186
  1114. package/dist/registry/color-picker.ts +0 -205
  1115. package/dist/registry/combobox.d.ts +0 -139
  1116. package/dist/registry/combobox.js +0 -158
  1117. package/dist/registry/combobox.ts +0 -170
  1118. package/dist/registry/date-picker.d.ts +0 -156
  1119. package/dist/registry/date-picker.js +0 -190
  1120. package/dist/registry/date-picker.ts +0 -209
  1121. package/dist/registry/file-picker.d.ts +0 -139
  1122. package/dist/registry/file-picker.js +0 -158
  1123. package/dist/registry/file-picker.ts +0 -175
  1124. package/dist/registry/gallery.d.ts +0 -122
  1125. package/dist/registry/gallery.js +0 -144
  1126. package/dist/registry/gallery.ts +0 -160
  1127. package/dist/registry/hello-wave.d.ts +0 -37
  1128. package/dist/registry/hello-wave.js +0 -44
  1129. package/dist/registry/hello-wave.ts +0 -49
  1130. package/dist/registry/hooks/index.d.ts +0 -60
  1131. package/dist/registry/hooks/index.js +0 -75
  1132. package/dist/registry/hooks/index.ts +0 -80
  1133. package/dist/registry/icon.d.ts +0 -139
  1134. package/dist/registry/icon.js +0 -164
  1135. package/dist/registry/icon.ts +0 -173
  1136. package/dist/registry/image.d.ts +0 -156
  1137. package/dist/registry/image.js +0 -180
  1138. package/dist/registry/image.ts +0 -191
  1139. package/dist/registry/index.d.ts +0 -12
  1140. package/dist/registry/index.js +0 -189
  1141. package/dist/registry/index.ts +0 -209
  1142. package/dist/registry/input-otp.d.ts +0 -155
  1143. package/dist/registry/input-otp.js +0 -178
  1144. package/dist/registry/input-otp.ts +0 -197
  1145. package/dist/registry/input.d.ts +0 -164
  1146. package/dist/registry/input.js +0 -192
  1147. package/dist/registry/input.ts +0 -211
  1148. package/dist/registry/link.d.ts +0 -139
  1149. package/dist/registry/link.js +0 -164
  1150. package/dist/registry/link.ts +0 -181
  1151. package/dist/registry/media-picker.d.ts +0 -145
  1152. package/dist/registry/media-picker.js +0 -175
  1153. package/dist/registry/media-picker.ts +0 -192
  1154. package/dist/registry/mode-toggle.d.ts +0 -37
  1155. package/dist/registry/mode-toggle.js +0 -44
  1156. package/dist/registry/mode-toggle.ts +0 -49
  1157. package/dist/registry/onboarding.d.ts +0 -144
  1158. package/dist/registry/onboarding.js +0 -164
  1159. package/dist/registry/onboarding.ts +0 -181
  1160. package/dist/registry/parallax-scrollview.d.ts +0 -125
  1161. package/dist/registry/parallax-scrollview.js +0 -147
  1162. package/dist/registry/parallax-scrollview.ts +0 -168
  1163. package/dist/registry/picker.d.ts +0 -157
  1164. package/dist/registry/picker.js +0 -178
  1165. package/dist/registry/picker.ts +0 -198
  1166. package/dist/registry/popover.d.ts +0 -139
  1167. package/dist/registry/popover.js +0 -164
  1168. package/dist/registry/popover.ts +0 -181
  1169. package/dist/registry/progress.d.ts +0 -139
  1170. package/dist/registry/progress.js +0 -159
  1171. package/dist/registry/progress.ts +0 -172
  1172. package/dist/registry/radio.d.ts +0 -139
  1173. package/dist/registry/radio.js +0 -164
  1174. package/dist/registry/radio.ts +0 -181
  1175. package/dist/registry/schema/index.d.ts +0 -26
  1176. package/dist/registry/schema/index.js +0 -1
  1177. package/dist/registry/schema/index.ts +0 -28
  1178. package/dist/registry/scroll-view.d.ts +0 -156
  1179. package/dist/registry/scroll-view.js +0 -184
  1180. package/dist/registry/scroll-view.ts +0 -203
  1181. package/dist/registry/searchbar.d.ts +0 -139
  1182. package/dist/registry/searchbar.js +0 -164
  1183. package/dist/registry/searchbar.ts +0 -181
  1184. package/dist/registry/separator.d.ts +0 -105
  1185. package/dist/registry/separator.js +0 -124
  1186. package/dist/registry/separator.ts +0 -130
  1187. package/dist/registry/share.d.ts +0 -156
  1188. package/dist/registry/share.js +0 -183
  1189. package/dist/registry/share.ts +0 -202
  1190. package/dist/registry/sheet.d.ts +0 -107
  1191. package/dist/registry/sheet.js +0 -122
  1192. package/dist/registry/sheet.ts +0 -135
  1193. package/dist/registry/skeleton.d.ts +0 -122
  1194. package/dist/registry/skeleton.js +0 -140
  1195. package/dist/registry/skeleton.ts +0 -155
  1196. package/dist/registry/spinner.d.ts +0 -156
  1197. package/dist/registry/spinner.js +0 -184
  1198. package/dist/registry/spinner.ts +0 -205
  1199. package/dist/registry/switch.d.ts +0 -122
  1200. package/dist/registry/switch.js +0 -139
  1201. package/dist/registry/switch.ts +0 -154
  1202. package/dist/registry/table.d.ts +0 -122
  1203. package/dist/registry/table.js +0 -139
  1204. package/dist/registry/table.ts +0 -154
  1205. package/dist/registry/tabs.d.ts +0 -88
  1206. package/dist/registry/tabs.js +0 -101
  1207. package/dist/registry/tabs.ts +0 -112
  1208. package/dist/registry/text.d.ts +0 -71
  1209. package/dist/registry/text.js +0 -82
  1210. package/dist/registry/text.ts +0 -87
  1211. package/dist/registry/theme/index.d.ts +0 -35
  1212. package/dist/registry/theme/index.js +0 -41
  1213. package/dist/registry/theme/index.ts +0 -43
  1214. package/dist/registry/toast.d.ts +0 -122
  1215. package/dist/registry/toast.js +0 -148
  1216. package/dist/registry/toast.ts +0 -164
  1217. package/dist/registry/toggle.d.ts +0 -173
  1218. package/dist/registry/toggle.js +0 -205
  1219. package/dist/registry/toggle.ts +0 -225
  1220. package/dist/registry/video.d.ts +0 -156
  1221. package/dist/registry/video.js +0 -184
  1222. package/dist/registry/video.ts +0 -203
  1223. package/dist/registry/view.d.ts +0 -37
  1224. package/dist/registry/view.js +0 -44
  1225. package/dist/registry/view.ts +0 -47
  1226. package/dist/templates/components/charts/area-chart.tsx +0 -38
  1227. package/dist/templates/components/charts/bar-chart.tsx +0 -130
  1228. package/dist/templates/components/charts/bubble-chart.tsx +0 -205
  1229. package/dist/templates/components/charts/candlestick-chart.tsx +0 -178
  1230. package/dist/templates/components/charts/chart-container.tsx +0 -47
  1231. package/dist/templates/components/charts/column-chart.tsx +0 -130
  1232. package/dist/templates/components/charts/doughnut-chart.tsx +0 -182
  1233. package/dist/templates/components/charts/heatmap-chart.tsx +0 -253
  1234. package/dist/templates/components/charts/line-chart.tsx +0 -349
  1235. package/dist/templates/components/charts/pie-chart.tsx +0 -172
  1236. package/dist/templates/components/charts/polar-area-chart.tsx +0 -185
  1237. package/dist/templates/components/charts/progress-ring-chart.tsx +0 -161
  1238. package/dist/templates/components/charts/radar-chart.tsx +0 -188
  1239. package/dist/templates/components/charts/radial-bar-chart.tsx +0 -216
  1240. package/dist/templates/components/charts/scatter-chart.tsx +0 -176
  1241. package/dist/templates/components/charts/stacked-area-chart.tsx +0 -289
  1242. package/dist/templates/components/charts/stacked-bar-chart.tsx +0 -311
  1243. package/dist/templates/components/charts/treemap-chart.tsx +0 -273
  1244. package/dist/templates/components/ui/accordion.tsx +0 -175
  1245. package/dist/templates/components/ui/action-sheet.tsx +0 -408
  1246. package/dist/templates/components/ui/alert-dialog.tsx +0 -195
  1247. package/dist/templates/components/ui/alert.tsx +0 -208
  1248. package/dist/templates/components/ui/audio-player.tsx +0 -300
  1249. package/dist/templates/components/ui/audio-recorder.tsx +0 -476
  1250. package/dist/templates/components/ui/audio-waveform.tsx +0 -292
  1251. package/dist/templates/components/ui/avatar.tsx +0 -84
  1252. package/dist/templates/components/ui/avoid-keyboard.tsx +0 -49
  1253. package/dist/templates/components/ui/badge.tsx +0 -88
  1254. package/dist/templates/components/ui/bottom-sheet.tsx +0 -352
  1255. package/dist/templates/components/ui/button.tsx +0 -392
  1256. package/dist/templates/components/ui/camera-preview.tsx +0 -410
  1257. package/dist/templates/components/ui/camera.tsx +0 -1008
  1258. package/dist/templates/components/ui/card.tsx +0 -110
  1259. package/dist/templates/components/ui/carousel.tsx +0 -546
  1260. package/dist/templates/components/ui/checkbox.tsx +0 -82
  1261. package/dist/templates/components/ui/collapsible.tsx +0 -46
  1262. package/dist/templates/components/ui/color-picker.tsx +0 -450
  1263. package/dist/templates/components/ui/combobox.tsx +0 -624
  1264. package/dist/templates/components/ui/date-picker.tsx +0 -1147
  1265. package/dist/templates/components/ui/file-picker.tsx +0 -526
  1266. package/dist/templates/components/ui/gallery.tsx +0 -871
  1267. package/dist/templates/components/ui/hello-wave.tsx +0 -69
  1268. package/dist/templates/components/ui/icon.tsx +0 -34
  1269. package/dist/templates/components/ui/image.tsx +0 -174
  1270. package/dist/templates/components/ui/input-otp.tsx +0 -302
  1271. package/dist/templates/components/ui/input.tsx +0 -607
  1272. package/dist/templates/components/ui/link.tsx +0 -143
  1273. package/dist/templates/components/ui/media-picker.tsx +0 -548
  1274. package/dist/templates/components/ui/mode-toggle.tsx +0 -55
  1275. package/dist/templates/components/ui/onboarding.tsx +0 -357
  1276. package/dist/templates/components/ui/parallax-scrollview.tsx +0 -85
  1277. package/dist/templates/components/ui/picker.tsx +0 -476
  1278. package/dist/templates/components/ui/popover.tsx +0 -450
  1279. package/dist/templates/components/ui/progress.tsx +0 -159
  1280. package/dist/templates/components/ui/radio.tsx +0 -133
  1281. package/dist/templates/components/ui/scroll-view.tsx +0 -14
  1282. package/dist/templates/components/ui/searchbar.tsx +0 -241
  1283. package/dist/templates/components/ui/separator.tsx +0 -30
  1284. package/dist/templates/components/ui/share.tsx +0 -304
  1285. package/dist/templates/components/ui/sheet.tsx +0 -302
  1286. package/dist/templates/components/ui/skeleton.tsx +0 -64
  1287. package/dist/templates/components/ui/spinner.tsx +0 -462
  1288. package/dist/templates/components/ui/switch.tsx +0 -78
  1289. package/dist/templates/components/ui/table.tsx +0 -478
  1290. package/dist/templates/components/ui/tabs.tsx +0 -500
  1291. package/dist/templates/components/ui/text.tsx +0 -86
  1292. package/dist/templates/components/ui/toast.tsx +0 -456
  1293. package/dist/templates/components/ui/toggle.tsx +0 -347
  1294. package/dist/templates/components/ui/video.tsx +0 -555
  1295. package/dist/templates/components/ui/view.tsx +0 -14
  1296. package/dist/templates/demo/accordion/accordion-controlled.tsx +0 -55
  1297. package/dist/templates/demo/accordion/accordion-demo.tsx +0 -38
  1298. package/dist/templates/demo/accordion/accordion-faq.tsx +0 -51
  1299. package/dist/templates/demo/accordion/accordion-multiple.tsx +0 -51
  1300. package/dist/templates/demo/accordion/accordion-non-collapsible.tsx +0 -51
  1301. package/dist/templates/demo/accordion/accordion-single.tsx +0 -45
  1302. package/dist/templates/demo/accordion/accordion-styled.tsx +0 -55
  1303. package/dist/templates/demo/action-sheet/action-sheet-demo.tsx +0 -37
  1304. package/dist/templates/demo/action-sheet/action-sheet-destructive.tsx +0 -44
  1305. package/dist/templates/demo/action-sheet/action-sheet-disabled.tsx +0 -50
  1306. package/dist/templates/demo/action-sheet/action-sheet-hook.tsx +0 -63
  1307. package/dist/templates/demo/action-sheet/action-sheet-icons.tsx +0 -47
  1308. package/dist/templates/demo/action-sheet/action-sheet-long.tsx +0 -105
  1309. package/dist/templates/demo/action-sheet/action-sheet-styled.tsx +0 -52
  1310. package/dist/templates/demo/alert/alert-advanced-demo.tsx +0 -132
  1311. package/dist/templates/demo/alert/alert-confirm-demo.tsx +0 -20
  1312. package/dist/templates/demo/alert/alert-custom-demo.tsx +0 -29
  1313. package/dist/templates/demo/alert/alert-demo.tsx +0 -25
  1314. package/dist/templates/demo/alert/alert-error-demo.tsx +0 -17
  1315. package/dist/templates/demo/alert/alert-success-demo.tsx +0 -19
  1316. package/dist/templates/demo/alert/alert-three-button-demo.tsx +0 -33
  1317. package/dist/templates/demo/alert/alert-visual-demo.tsx +0 -22
  1318. package/dist/templates/demo/alert/alert-visual-destructive-demo.tsx +0 -22
  1319. package/dist/templates/demo/alert-dialog/alert-dialog-custom.tsx +0 -40
  1320. package/dist/templates/demo/alert-dialog/alert-dialog-demo.tsx +0 -28
  1321. package/dist/templates/demo/alert-dialog/alert-dialog-destructive.tsx +0 -30
  1322. package/dist/templates/demo/audio-player/audio-player-autoplay.tsx +0 -22
  1323. package/dist/templates/demo/audio-player/audio-player-demo.tsx +0 -21
  1324. package/dist/templates/demo/audio-player/audio-player-minimal.tsx +0 -17
  1325. package/dist/templates/demo/audio-player/audio-player-music.tsx +0 -158
  1326. package/dist/templates/demo/audio-player/audio-player-progress.tsx +0 -17
  1327. package/dist/templates/demo/audio-player/audio-player-styled.tsx +0 -32
  1328. package/dist/templates/demo/audio-player/audio-player-waveform.tsx +0 -17
  1329. package/dist/templates/demo/audio-recorder/audio-recorder-callbacks.tsx +0 -65
  1330. package/dist/templates/demo/audio-recorder/audio-recorder-cloud.tsx +0 -67
  1331. package/dist/templates/demo/audio-recorder/audio-recorder-demo.tsx +0 -27
  1332. package/dist/templates/demo/audio-recorder/audio-recorder-hq.tsx +0 -24
  1333. package/dist/templates/demo/audio-recorder/audio-recorder-interview.tsx +0 -98
  1334. package/dist/templates/demo/audio-recorder/audio-recorder-minimal.tsx +0 -17
  1335. package/dist/templates/demo/audio-recorder/audio-recorder-styled.tsx +0 -29
  1336. package/dist/templates/demo/audio-recorder/audio-recorder-voice.tsx +0 -18
  1337. package/dist/templates/demo/audio-waveform/audio-waveform-compact.tsx +0 -127
  1338. package/dist/templates/demo/audio-waveform/audio-waveform-demo.tsx +0 -56
  1339. package/dist/templates/demo/audio-waveform/audio-waveform-interactive.tsx +0 -114
  1340. package/dist/templates/demo/audio-waveform/audio-waveform-realtime.tsx +0 -223
  1341. package/dist/templates/demo/audio-waveform/audio-waveform-recording.tsx +0 -100
  1342. package/dist/templates/demo/audio-waveform/audio-waveform-styled.tsx +0 -195
  1343. package/dist/templates/demo/avatar/avatar-bordered.tsx +0 -64
  1344. package/dist/templates/demo/avatar/avatar-demo.tsx +0 -13
  1345. package/dist/templates/demo/avatar/avatar-fallback.tsx +0 -25
  1346. package/dist/templates/demo/avatar/avatar-group.tsx +0 -76
  1347. package/dist/templates/demo/avatar/avatar-sizes.tsx +0 -54
  1348. package/dist/templates/demo/avatar/avatar-status.tsx +0 -76
  1349. package/dist/templates/demo/avatar/avatar-styled.tsx +0 -64
  1350. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-chat.tsx +0 -176
  1351. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-demo.tsx +0 -37
  1352. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-duration.tsx +0 -62
  1353. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-form.tsx +0 -175
  1354. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-offset.tsx +0 -31
  1355. package/dist/templates/demo/avoid-keyboard/avoid-keyboard-playground.tsx +0 -252
  1356. package/dist/templates/demo/badge/badge-demo.tsx +0 -15
  1357. package/dist/templates/demo/badge/badge-icons.tsx +0 -33
  1358. package/dist/templates/demo/badge/badge-interactive.tsx +0 -81
  1359. package/dist/templates/demo/badge/badge-notifications.tsx +0 -96
  1360. package/dist/templates/demo/badge/badge-sizes.tsx +0 -104
  1361. package/dist/templates/demo/badge/badge-status.tsx +0 -151
  1362. package/dist/templates/demo/badge/badge-styled.tsx +0 -71
  1363. package/dist/templates/demo/bottom-sheet/bottom-sheet-demo.tsx +0 -31
  1364. package/dist/templates/demo/bottom-sheet/bottom-sheet-form.tsx +0 -72
  1365. package/dist/templates/demo/bottom-sheet/bottom-sheet-list.tsx +0 -57
  1366. package/dist/templates/demo/bottom-sheet/bottom-sheet-menu.tsx +0 -61
  1367. package/dist/templates/demo/bottom-sheet/bottom-sheet-no-dismiss.tsx +0 -41
  1368. package/dist/templates/demo/bottom-sheet/bottom-sheet-snap-points.tsx +0 -37
  1369. package/dist/templates/demo/bottom-sheet/bottom-sheet-styled.tsx +0 -50
  1370. package/dist/templates/demo/bottom-sheet/bottom-sheet-title.tsx +0 -32
  1371. package/dist/templates/demo/button/button-animation.tsx +0 -28
  1372. package/dist/templates/demo/button/button-custom.tsx +0 -52
  1373. package/dist/templates/demo/button/button-demo.tsx +0 -8
  1374. package/dist/templates/demo/button/button-disabled.tsx +0 -21
  1375. package/dist/templates/demo/button/button-icon-only.tsx +0 -26
  1376. package/dist/templates/demo/button/button-loading.tsx +0 -23
  1377. package/dist/templates/demo/button/button-sizes.tsx +0 -19
  1378. package/dist/templates/demo/button/button-variants.tsx +0 -33
  1379. package/dist/templates/demo/button/button-with-icons.tsx +0 -23
  1380. package/dist/templates/demo/camera/camera-custom-controls.tsx +0 -25
  1381. package/dist/templates/demo/camera/camera-demo.tsx +0 -21
  1382. package/dist/templates/demo/camera/camera-picture-only.tsx +0 -17
  1383. package/dist/templates/demo/camera/camera-settings.tsx +0 -29
  1384. package/dist/templates/demo/camera/camera-timer.tsx +0 -22
  1385. package/dist/templates/demo/camera/camera-video.tsx +0 -25
  1386. package/dist/templates/demo/camera/camera-zoom.tsx +0 -21
  1387. package/dist/templates/demo/camera-preview/camera-preview-demo.tsx +0 -5
  1388. package/dist/templates/demo/card/card-demo.tsx +0 -35
  1389. package/dist/templates/demo/card/card-notification.tsx +0 -51
  1390. package/dist/templates/demo/card/card-pricing.tsx +0 -115
  1391. package/dist/templates/demo/card/card-simple.tsx +0 -16
  1392. package/dist/templates/demo/card/card-stats.tsx +0 -33
  1393. package/dist/templates/demo/card/card-with-form.tsx +0 -76
  1394. package/dist/templates/demo/card/card-with-image.tsx +0 -43
  1395. package/dist/templates/demo/carousel/carousel-arrows.tsx +0 -79
  1396. package/dist/templates/demo/carousel/carousel-cards.tsx +0 -146
  1397. package/dist/templates/demo/carousel/carousel-custom-width.tsx +0 -85
  1398. package/dist/templates/demo/carousel/carousel-demo.tsx +0 -57
  1399. package/dist/templates/demo/carousel/carousel-images.tsx +0 -83
  1400. package/dist/templates/demo/carousel/carousel-manual.tsx +0 -215
  1401. package/dist/templates/demo/carousel/carousel-no-indicators.tsx +0 -120
  1402. package/dist/templates/demo/charts/area-chart/area-chart-demo.tsx +0 -33
  1403. package/dist/templates/demo/charts/area-chart/area-chart-interactive.tsx +0 -36
  1404. package/dist/templates/demo/charts/area-chart/area-chart-large.tsx +0 -41
  1405. package/dist/templates/demo/charts/area-chart/area-chart-styled.tsx +0 -51
  1406. package/dist/templates/demo/charts/bar-chart/bar-chart-demo.tsx +0 -31
  1407. package/dist/templates/demo/charts/bar-chart/bar-chart-minimal.tsx +0 -26
  1408. package/dist/templates/demo/charts/bar-chart/bar-chart-sample.tsx +0 -30
  1409. package/dist/templates/demo/charts/bubble-chart/bubble-chart-demo.tsx +0 -34
  1410. package/dist/templates/demo/charts/bubble-chart/bubble-chart-minimal.tsx +0 -26
  1411. package/dist/templates/demo/charts/bubble-chart/bubble-chart-sample.tsx +0 -32
  1412. package/dist/templates/demo/charts/bubble-chart/bubble-chart-styled.tsx +0 -39
  1413. package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-demo.tsx +0 -36
  1414. package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-minimal.tsx +0 -31
  1415. package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-sample.tsx +0 -34
  1416. package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-styled.tsx +0 -38
  1417. package/dist/templates/demo/charts/chart-container/chart-container-demo.tsx +0 -30
  1418. package/dist/templates/demo/charts/chart-container/chart-container-styled.tsx +0 -42
  1419. package/dist/templates/demo/charts/column-chart/column-chart-demo.tsx +0 -31
  1420. package/dist/templates/demo/charts/column-chart/column-chart-large.tsx +0 -42
  1421. package/dist/templates/demo/charts/column-chart/column-chart-sample.tsx +0 -75
  1422. package/dist/templates/demo/charts/column-chart/column-chart-styled.tsx +0 -37
  1423. package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-demo.tsx +0 -32
  1424. package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-large.tsx +0 -36
  1425. package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-sample.tsx +0 -40
  1426. package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-styled.tsx +0 -35
  1427. package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-demo.tsx +0 -41
  1428. package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-large.tsx +0 -66
  1429. package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-sample.tsx +0 -42
  1430. package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-styled.tsx +0 -43
  1431. package/dist/templates/demo/charts/line-chart/line-chart-demo.tsx +0 -34
  1432. package/dist/templates/demo/charts/line-chart/line-chart-interactive.tsx +0 -35
  1433. package/dist/templates/demo/charts/line-chart/line-chart-minimal.tsx +0 -28
  1434. package/dist/templates/demo/charts/line-chart/line-chart-styled.tsx +0 -51
  1435. package/dist/templates/demo/charts/pie-chart/pie-chart-demo.tsx +0 -31
  1436. package/dist/templates/demo/charts/pie-chart/pie-chart-large.tsx +0 -31
  1437. package/dist/templates/demo/charts/pie-chart/pie-chart-sample.tsx +0 -29
  1438. package/dist/templates/demo/charts/pie-chart/pie-chart-styled.tsx +0 -35
  1439. package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-demo.tsx +0 -31
  1440. package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-large.tsx +0 -37
  1441. package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-sample.tsx +0 -44
  1442. package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-styled.tsx +0 -37
  1443. package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-demo.tsx +0 -25
  1444. package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-large.tsx +0 -26
  1445. package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-sample.tsx +0 -26
  1446. package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-styled.tsx +0 -26
  1447. package/dist/templates/demo/charts/radar-chart/radar-chart-demo.tsx +0 -31
  1448. package/dist/templates/demo/charts/radar-chart/radar-chart-large.tsx +0 -36
  1449. package/dist/templates/demo/charts/radar-chart/radar-chart-sample.tsx +0 -31
  1450. package/dist/templates/demo/charts/radar-chart/radar-chart-styled.tsx +0 -41
  1451. package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-demo.tsx +0 -29
  1452. package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-gradient.tsx +0 -40
  1453. package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-large.tsx +0 -32
  1454. package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-sample.tsx +0 -37
  1455. package/dist/templates/demo/charts/scatter-chart/scatter-chart-demo.tsx +0 -34
  1456. package/dist/templates/demo/charts/scatter-chart/scatter-chart-large.tsx +0 -39
  1457. package/dist/templates/demo/charts/scatter-chart/scatter-chart-sample.tsx +0 -36
  1458. package/dist/templates/demo/charts/scatter-chart/scatter-chart-styled.tsx +0 -42
  1459. package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-demo.tsx +0 -35
  1460. package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-large.tsx +0 -63
  1461. package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-sample.tsx +0 -36
  1462. package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-styled.tsx +0 -44
  1463. package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-demo.tsx +0 -33
  1464. package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-horizontal.tsx +0 -35
  1465. package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-large.tsx +0 -42
  1466. package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-styled.tsx +0 -43
  1467. package/dist/templates/demo/charts/treemap-chart/treemap-chart-demo.tsx +0 -31
  1468. package/dist/templates/demo/charts/treemap-chart/treemap-chart-large.tsx +0 -41
  1469. package/dist/templates/demo/charts/treemap-chart/treemap-chart-sample.tsx +0 -33
  1470. package/dist/templates/demo/charts/treemap-chart/treemap-chart-styled.tsx +0 -32
  1471. package/dist/templates/demo/checkbox/checkbox-custom-styling.tsx +0 -34
  1472. package/dist/templates/demo/checkbox/checkbox-demo.tsx +0 -14
  1473. package/dist/templates/demo/checkbox/checkbox-group.tsx +0 -44
  1474. package/dist/templates/demo/checkbox/checkbox-states.tsx +0 -37
  1475. package/dist/templates/demo/checkbox/checkbox-with-error.tsx +0 -24
  1476. package/dist/templates/demo/checkbox/checkbox-without-label.tsx +0 -8
  1477. package/dist/templates/demo/collapsible/collapsible-demo.tsx +0 -16
  1478. package/dist/templates/demo/collapsible/collapsible-faq.tsx +0 -45
  1479. package/dist/templates/demo/collapsible/collapsible-multiple.tsx +0 -34
  1480. package/dist/templates/demo/collapsible/collapsible-nested.tsx +0 -39
  1481. package/dist/templates/demo/collapsible/collapsible-with-content.tsx +0 -53
  1482. package/dist/templates/demo/color-picker/color-picker-colors.tsx +0 -36
  1483. package/dist/templates/demo/color-picker/color-picker-demo.tsx +0 -17
  1484. package/dist/templates/demo/color-picker/color-picker-disabled.tsx +0 -15
  1485. package/dist/templates/demo/color-picker/color-picker-labeled.tsx +0 -84
  1486. package/dist/templates/demo/color-picker/color-picker-palette.tsx +0 -54
  1487. package/dist/templates/demo/color-picker/color-picker-sizes.tsx +0 -39
  1488. package/dist/templates/demo/color-picker/color-picker-styled.tsx +0 -52
  1489. package/dist/templates/demo/color-picker/color-swatch-demo.tsx +0 -46
  1490. package/dist/templates/demo/combobox/combobox-demo.tsx +0 -44
  1491. package/dist/templates/demo/combobox/combobox-disabled.tsx +0 -44
  1492. package/dist/templates/demo/combobox/combobox-form.tsx +0 -91
  1493. package/dist/templates/demo/combobox/combobox-groups.tsx +0 -51
  1494. package/dist/templates/demo/combobox/combobox-large.tsx +0 -89
  1495. package/dist/templates/demo/combobox/combobox-multiple.tsx +0 -48
  1496. package/dist/templates/demo/combobox/combobox-search.tsx +0 -67
  1497. package/dist/templates/demo/date-picker/date-picker-constraints.tsx +0 -51
  1498. package/dist/templates/demo/date-picker/date-picker-datetime.tsx +0 -17
  1499. package/dist/templates/demo/date-picker/date-picker-demo.tsx +0 -15
  1500. package/dist/templates/demo/date-picker/date-picker-form.tsx +0 -96
  1501. package/dist/templates/demo/date-picker/date-picker-formats.tsx +0 -39
  1502. package/dist/templates/demo/date-picker/date-picker-range.tsx +0 -16
  1503. package/dist/templates/demo/date-picker/date-picker-time.tsx +0 -30
  1504. package/dist/templates/demo/date-picker/date-picker-variants.tsx +0 -37
  1505. package/dist/templates/demo/file-picker/file-picker-controlled.tsx +0 -134
  1506. package/dist/templates/demo/file-picker/file-picker-demo.tsx +0 -16
  1507. package/dist/templates/demo/file-picker/file-picker-images.tsx +0 -30
  1508. package/dist/templates/demo/file-picker/file-picker-info.tsx +0 -192
  1509. package/dist/templates/demo/file-picker/file-picker-single.tsx +0 -35
  1510. package/dist/templates/demo/file-picker/file-picker-styled.tsx +0 -78
  1511. package/dist/templates/demo/file-picker/file-picker-validation.tsx +0 -61
  1512. package/dist/templates/demo/gallery/gallery-controls.tsx +0 -85
  1513. package/dist/templates/demo/gallery/gallery-demo.tsx +0 -66
  1514. package/dist/templates/demo/gallery/gallery-grid.tsx +0 -109
  1515. package/dist/templates/demo/gallery/gallery-info.tsx +0 -70
  1516. package/dist/templates/demo/gallery/gallery-layouts.tsx +0 -109
  1517. package/dist/templates/demo/gallery/gallery-overlay.tsx +0 -89
  1518. package/dist/templates/demo/hello-wave/hello-wave-demo.tsx +0 -6
  1519. package/dist/templates/demo/icon/icon-colors.tsx +0 -39
  1520. package/dist/templates/demo/icon/icon-demo.tsx +0 -7
  1521. package/dist/templates/demo/icon/icon-grid.tsx +0 -69
  1522. package/dist/templates/demo/icon/icon-interactive.tsx +0 -66
  1523. package/dist/templates/demo/icon/icon-sizes.tsx +0 -23
  1524. package/dist/templates/demo/icon/icon-stroke.tsx +0 -34
  1525. package/dist/templates/demo/icon/icon-themed.tsx +0 -57
  1526. package/dist/templates/demo/image/image-content-fit.tsx +0 -67
  1527. package/dist/templates/demo/image/image-demo.tsx +0 -12
  1528. package/dist/templates/demo/image/image-error.tsx +0 -50
  1529. package/dist/templates/demo/image/image-gallery.tsx +0 -65
  1530. package/dist/templates/demo/image/image-loading.tsx +0 -50
  1531. package/dist/templates/demo/image/image-responsive.tsx +0 -53
  1532. package/dist/templates/demo/image/image-sizes.tsx +0 -54
  1533. package/dist/templates/demo/image/image-variants.tsx +0 -46
  1534. package/dist/templates/demo/input/input-demo.tsx +0 -9
  1535. package/dist/templates/demo/input/input-disabled.tsx +0 -18
  1536. package/dist/templates/demo/input/input-form.tsx +0 -159
  1537. package/dist/templates/demo/input/input-grouped.tsx +0 -28
  1538. package/dist/templates/demo/input/input-icons.tsx +0 -30
  1539. package/dist/templates/demo/input/input-right-components.tsx +0 -65
  1540. package/dist/templates/demo/input/input-validation.tsx +0 -39
  1541. package/dist/templates/demo/input/input-variants.tsx +0 -23
  1542. package/dist/templates/demo/input-otp/input-otp-demo.tsx +0 -17
  1543. package/dist/templates/demo/input-otp/input-otp-disabled.tsx +0 -40
  1544. package/dist/templates/demo/input-otp/input-otp-error.tsx +0 -71
  1545. package/dist/templates/demo/input-otp/input-otp-lengths.tsx +0 -25
  1546. package/dist/templates/demo/input-otp/input-otp-masked.tsx +0 -42
  1547. package/dist/templates/demo/input-otp/input-otp-no-cursor.tsx +0 -39
  1548. package/dist/templates/demo/input-otp/input-otp-separator.tsx +0 -61
  1549. package/dist/templates/demo/input-otp/input-otp-styled.tsx +0 -67
  1550. package/dist/templates/demo/link/link-browser.tsx +0 -36
  1551. package/dist/templates/demo/link/link-buttons.tsx +0 -65
  1552. package/dist/templates/demo/link/link-custom.tsx +0 -42
  1553. package/dist/templates/demo/link/link-demo.tsx +0 -13
  1554. package/dist/templates/demo/link/link-external.tsx +0 -13
  1555. package/dist/templates/demo/link/link-styled.tsx +0 -72
  1556. package/dist/templates/demo/link/link-types.tsx +0 -45
  1557. package/dist/templates/demo/media-picker/media-picker-demo.tsx +0 -16
  1558. package/dist/templates/demo/media-picker/media-picker-gallery.tsx +0 -21
  1559. package/dist/templates/demo/media-picker/media-picker-images.tsx +0 -17
  1560. package/dist/templates/demo/media-picker/media-picker-multiple.tsx +0 -31
  1561. package/dist/templates/demo/media-picker/media-picker-preview.tsx +0 -39
  1562. package/dist/templates/demo/media-picker/media-picker-quality.tsx +0 -62
  1563. package/dist/templates/demo/media-picker/media-picker-videos.tsx +0 -17
  1564. package/dist/templates/demo/mode-toggle/mode-toggle-demo.tsx +0 -6
  1565. package/dist/templates/demo/onboarding/onboarding-custom-buttons.tsx +0 -41
  1566. package/dist/templates/demo/onboarding/onboarding-demo.tsx +0 -114
  1567. package/dist/templates/demo/onboarding/onboarding-hook.tsx +0 -97
  1568. package/dist/templates/demo/onboarding/onboarding-images.tsx +0 -70
  1569. package/dist/templates/demo/onboarding/onboarding-no-skip.tsx +0 -62
  1570. package/dist/templates/demo/onboarding/onboarding-no-swipe.tsx +0 -68
  1571. package/dist/templates/demo/onboarding/onboarding-styled.tsx +0 -70
  1572. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-article.tsx +0 -180
  1573. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-custom-height.tsx +0 -44
  1574. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-demo.tsx +0 -39
  1575. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-gradient.tsx +0 -77
  1576. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-product.tsx +0 -181
  1577. package/dist/templates/demo/parallax-scrollview/parallax-scrollview-profile.tsx +0 -144
  1578. package/dist/templates/demo/picker/picker-advanced.tsx +0 -82
  1579. package/dist/templates/demo/picker/picker-demo.tsx +0 -22
  1580. package/dist/templates/demo/picker/picker-form.tsx +0 -81
  1581. package/dist/templates/demo/picker/picker-multiple.tsx +0 -26
  1582. package/dist/templates/demo/picker/picker-searchable.tsx +0 -31
  1583. package/dist/templates/demo/picker/picker-sections.tsx +0 -35
  1584. package/dist/templates/demo/picker/picker-styled.tsx +0 -63
  1585. package/dist/templates/demo/picker/picker-variants.tsx +0 -60
  1586. package/dist/templates/demo/popover/popover-alignment.tsx +0 -92
  1587. package/dist/templates/demo/popover/popover-controlled.tsx +0 -53
  1588. package/dist/templates/demo/popover/popover-custom.tsx +0 -79
  1589. package/dist/templates/demo/popover/popover-demo.tsx +0 -39
  1590. package/dist/templates/demo/popover/popover-form.tsx +0 -78
  1591. package/dist/templates/demo/popover/popover-menu.tsx +0 -143
  1592. package/dist/templates/demo/popover/popover-positioning.tsx +0 -62
  1593. package/dist/templates/demo/progress/progress-animated.tsx +0 -71
  1594. package/dist/templates/demo/progress/progress-demo.tsx +0 -6
  1595. package/dist/templates/demo/progress/progress-heights.tsx +0 -35
  1596. package/dist/templates/demo/progress/progress-interactive.tsx +0 -28
  1597. package/dist/templates/demo/progress/progress-labels.tsx +0 -58
  1598. package/dist/templates/demo/progress/progress-media.tsx +0 -120
  1599. package/dist/templates/demo/progress/progress-steps.tsx +0 -137
  1600. package/dist/templates/demo/radio/radio-demo.tsx +0 -18
  1601. package/dist/templates/demo/radio/radio-disabled.tsx +0 -47
  1602. package/dist/templates/demo/radio/radio-form.tsx +0 -82
  1603. package/dist/templates/demo/radio/radio-horizontal.tsx +0 -19
  1604. package/dist/templates/demo/radio/radio-large.tsx +0 -27
  1605. package/dist/templates/demo/radio/radio-single.tsx +0 -36
  1606. package/dist/templates/demo/radio/radio-styled.tsx +0 -77
  1607. package/dist/templates/demo/scroll-view/scroll-view-demo.tsx +0 -37
  1608. package/dist/templates/demo/scroll-view/scroll-view-horizontal.tsx +0 -57
  1609. package/dist/templates/demo/scroll-view/scroll-view-indicators.tsx +0 -91
  1610. package/dist/templates/demo/scroll-view/scroll-view-inset.tsx +0 -116
  1611. package/dist/templates/demo/scroll-view/scroll-view-nested.tsx +0 -85
  1612. package/dist/templates/demo/scroll-view/scroll-view-refresh.tsx +0 -81
  1613. package/dist/templates/demo/scroll-view/scroll-view-styled.tsx +0 -91
  1614. package/dist/templates/demo/scroll-view/scroll-view-vertical.tsx +0 -50
  1615. package/dist/templates/demo/searchbar/searchbar-demo.tsx +0 -19
  1616. package/dist/templates/demo/searchbar/searchbar-icons.tsx +0 -36
  1617. package/dist/templates/demo/searchbar/searchbar-instant.tsx +0 -58
  1618. package/dist/templates/demo/searchbar/searchbar-loading.tsx +0 -28
  1619. package/dist/templates/demo/searchbar/searchbar-no-clear.tsx +0 -20
  1620. package/dist/templates/demo/searchbar/searchbar-styled.tsx +0 -65
  1621. package/dist/templates/demo/searchbar/searchbar-suggestions.tsx +0 -40
  1622. package/dist/templates/demo/separator/separator-colors.tsx +0 -35
  1623. package/dist/templates/demo/separator/separator-demo.tsx +0 -14
  1624. package/dist/templates/demo/separator/separator-spacing.tsx +0 -26
  1625. package/dist/templates/demo/separator/separator-thickness.tsx +0 -30
  1626. package/dist/templates/demo/separator/separator-vertical.tsx +0 -21
  1627. package/dist/templates/demo/share/share-callbacks.tsx +0 -61
  1628. package/dist/templates/demo/share/share-custom-content.tsx +0 -53
  1629. package/dist/templates/demo/share/share-demo.tsx +0 -22
  1630. package/dist/templates/demo/share/share-hook.tsx +0 -71
  1631. package/dist/templates/demo/share/share-icon-only.tsx +0 -42
  1632. package/dist/templates/demo/share/share-sizes.tsx +0 -28
  1633. package/dist/templates/demo/share/share-url-only.tsx +0 -24
  1634. package/dist/templates/demo/share/share-variants.tsx +0 -38
  1635. package/dist/templates/demo/sheet/sheet-demo.tsx +0 -38
  1636. package/dist/templates/demo/sheet/sheet-filter.tsx +0 -191
  1637. package/dist/templates/demo/sheet/sheet-form.tsx +0 -170
  1638. package/dist/templates/demo/sheet/sheet-left.tsx +0 -39
  1639. package/dist/templates/demo/sheet/sheet-navigation.tsx +0 -111
  1640. package/dist/templates/demo/skeleton/skeleton-card.tsx +0 -39
  1641. package/dist/templates/demo/skeleton/skeleton-demo.tsx +0 -6
  1642. package/dist/templates/demo/skeleton/skeleton-list.tsx +0 -34
  1643. package/dist/templates/demo/skeleton/skeleton-profile.tsx +0 -53
  1644. package/dist/templates/demo/skeleton/skeleton-shapes.tsx +0 -44
  1645. package/dist/templates/demo/skeleton/skeleton-sizes.tsx +0 -14
  1646. package/dist/templates/demo/spinner/spinner-colors.tsx +0 -27
  1647. package/dist/templates/demo/spinner/spinner-demo.tsx +0 -6
  1648. package/dist/templates/demo/spinner/spinner-inline.tsx +0 -25
  1649. package/dist/templates/demo/spinner/spinner-labels.tsx +0 -14
  1650. package/dist/templates/demo/spinner/spinner-overlay.tsx +0 -31
  1651. package/dist/templates/demo/spinner/spinner-sizes.tsx +0 -26
  1652. package/dist/templates/demo/spinner/spinner-speeds.tsx +0 -25
  1653. package/dist/templates/demo/spinner/spinner-variants.tsx +0 -27
  1654. package/dist/templates/demo/switch/switch-colors.tsx +0 -33
  1655. package/dist/templates/demo/switch/switch-demo.tsx +0 -14
  1656. package/dist/templates/demo/switch/switch-disabled.tsx +0 -20
  1657. package/dist/templates/demo/switch/switch-error.tsx +0 -24
  1658. package/dist/templates/demo/switch/switch-settings.tsx +0 -42
  1659. package/dist/templates/demo/switch/switch-simple.tsx +0 -8
  1660. package/dist/templates/demo/table/table-custom-cells.tsx +0 -153
  1661. package/dist/templates/demo/table/table-demo.tsx +0 -90
  1662. package/dist/templates/demo/table/table-loading.tsx +0 -84
  1663. package/dist/templates/demo/table/table-pagination.tsx +0 -114
  1664. package/dist/templates/demo/table/table-search.tsx +0 -168
  1665. package/dist/templates/demo/table/table-sortable.tsx +0 -119
  1666. package/dist/templates/demo/tabs/tabs-demo.tsx +0 -85
  1667. package/dist/templates/demo/tabs/tabs-disabled.tsx +0 -61
  1668. package/dist/templates/demo/tabs/tabs-styled.tsx +0 -105
  1669. package/dist/templates/demo/tabs/tabs-vertical.tsx +0 -61
  1670. package/dist/templates/demo/text/text-colors.tsx +0 -40
  1671. package/dist/templates/demo/text/text-demo.tsx +0 -19
  1672. package/dist/templates/demo/text/text-variants.tsx +0 -60
  1673. package/dist/templates/demo/toast/toast-actions.tsx +0 -51
  1674. package/dist/templates/demo/toast/toast-compact.tsx +0 -66
  1675. package/dist/templates/demo/toast/toast-demo.tsx +0 -18
  1676. package/dist/templates/demo/toast/toast-duration.tsx +0 -68
  1677. package/dist/templates/demo/toast/toast-multiple.tsx +0 -65
  1678. package/dist/templates/demo/toast/toast-variants.tsx +0 -45
  1679. package/dist/templates/demo/toggle/toggle-demo.tsx +0 -13
  1680. package/dist/templates/demo/toggle/toggle-disabled.tsx +0 -23
  1681. package/dist/templates/demo/toggle/toggle-group-multiple.tsx +0 -22
  1682. package/dist/templates/demo/toggle/toggle-group-outline.tsx +0 -23
  1683. package/dist/templates/demo/toggle/toggle-group-single.tsx +0 -22
  1684. package/dist/templates/demo/toggle/toggle-group-vertical.tsx +0 -23
  1685. package/dist/templates/demo/toggle/toggle-sizes.tsx +0 -20
  1686. package/dist/templates/demo/toggle/toggle-text.tsx +0 -28
  1687. package/dist/templates/demo/toggle/toggle-variants.tsx +0 -44
  1688. package/dist/templates/demo/video/video-autoplay-loop.tsx +0 -22
  1689. package/dist/templates/demo/video/video-content-fit.tsx +0 -47
  1690. package/dist/templates/demo/video/video-custom-controls.tsx +0 -28
  1691. package/dist/templates/demo/video/video-demo.tsx +0 -20
  1692. package/dist/templates/demo/video/video-gestures.tsx +0 -34
  1693. package/dist/templates/demo/video/video-native-controls.tsx +0 -20
  1694. package/dist/templates/demo/video/video-sources.tsx +0 -39
  1695. package/dist/templates/demo/video/video-subtitles.tsx +0 -29
  1696. package/dist/templates/demo/view/view-demo.tsx +0 -17
  1697. package/dist/templates/hooks/useBottomTabOverflow.ts +0 -6
  1698. package/dist/templates/hooks/useColor.ts +0 -16
  1699. package/dist/templates/hooks/useColorScheme.ts +0 -1
  1700. package/dist/templates/hooks/useColorScheme.web.ts +0 -21
  1701. package/dist/templates/hooks/useKeyboardHeight.ts +0 -131
  1702. package/dist/templates/hooks/useModeToggle.tsx +0 -50
  1703. package/dist/templates/hooks/useThemeColor.ts +0 -21
  1704. package/dist/templates/start/README.md +0 -198
  1705. package/dist/templates/start/app/(tabs)/(home)/_layout.tsx +0 -43
  1706. package/dist/templates/start/app/(tabs)/(home)/index.tsx +0 -96
  1707. package/dist/templates/start/app/(tabs)/_layout.tsx +0 -68
  1708. package/dist/templates/start/app/(tabs)/_layout.web.tsx +0 -48
  1709. package/dist/templates/start/app/(tabs)/search/_layout.tsx +0 -60
  1710. package/dist/templates/start/app/(tabs)/search/index.tsx +0 -44
  1711. package/dist/templates/start/app/(tabs)/settings/_layout.tsx +0 -42
  1712. package/dist/templates/start/app/(tabs)/settings/index.tsx +0 -105
  1713. package/dist/templates/start/app/+not-found.tsx +0 -24
  1714. package/dist/templates/start/app/_layout.tsx +0 -90
  1715. package/dist/templates/start/app/sheet.tsx +0 -1
  1716. package/dist/templates/start/app.json +0 -50
  1717. package/dist/templates/start/assets/images/icon.png +0 -0
  1718. package/dist/templates/start/assets/images/splash.png +0 -0
  1719. package/dist/templates/start/components/sheet.tsx +0 -79
  1720. package/dist/templates/start/components/ui/avoid-keyboard.tsx +0 -49
  1721. package/dist/templates/start/components/ui/button.tsx +0 -392
  1722. package/dist/templates/start/components/ui/card.tsx +0 -110
  1723. package/dist/templates/start/components/ui/icon.tsx +0 -34
  1724. package/dist/templates/start/components/ui/input-otp.tsx +0 -302
  1725. package/dist/templates/start/components/ui/input.tsx +0 -607
  1726. package/dist/templates/start/components/ui/link.tsx +0 -143
  1727. package/dist/templates/start/components/ui/mode-toggle.tsx +0 -55
  1728. package/dist/templates/start/components/ui/scroll-view.tsx +0 -14
  1729. package/dist/templates/start/components/ui/spinner.tsx +0 -462
  1730. package/dist/templates/start/components/ui/tabs.tsx +0 -500
  1731. package/dist/templates/start/components/ui/text.tsx +0 -86
  1732. package/dist/templates/start/components/ui/view.tsx +0 -14
  1733. package/dist/templates/start/eslint.config.js +0 -10
  1734. package/dist/templates/start/hooks/useColor.ts +0 -16
  1735. package/dist/templates/start/hooks/useColorScheme.ts +0 -1
  1736. package/dist/templates/start/hooks/useColorScheme.web.ts +0 -21
  1737. package/dist/templates/start/hooks/useKeyboardHeight.ts +0 -131
  1738. package/dist/templates/start/hooks/useModeToggle.tsx +0 -88
  1739. package/dist/templates/start/package.json +0 -58
  1740. package/dist/templates/start/providers/search-context.tsx +0 -26
  1741. package/dist/templates/start/theme/colors.ts +0 -184
  1742. package/dist/templates/start/theme/globals.ts +0 -4
  1743. package/dist/templates/start/theme/theme-provider.tsx +0 -59
  1744. package/dist/templates/start/tsconfig.json +0 -17
  1745. package/dist/templates/start-convex/README.md +0 -213
  1746. package/dist/templates/start-convex/app/(tabs)/(home)/_layout.tsx +0 -43
  1747. package/dist/templates/start-convex/app/(tabs)/(home)/index.tsx +0 -96
  1748. package/dist/templates/start-convex/app/(tabs)/_layout.tsx +0 -68
  1749. package/dist/templates/start-convex/app/(tabs)/_layout.web.tsx +0 -48
  1750. package/dist/templates/start-convex/app/(tabs)/search/_layout.tsx +0 -60
  1751. package/dist/templates/start-convex/app/(tabs)/search/index.tsx +0 -44
  1752. package/dist/templates/start-convex/app/(tabs)/settings/_layout.tsx +0 -42
  1753. package/dist/templates/start-convex/app/(tabs)/settings/index.tsx +0 -49
  1754. package/dist/templates/start-convex/app/+not-found.tsx +0 -24
  1755. package/dist/templates/start-convex/app/_layout.tsx +0 -136
  1756. package/dist/templates/start-convex/app/sheet.tsx +0 -1
  1757. package/dist/templates/start-convex/app.json +0 -51
  1758. package/dist/templates/start-convex/assets/images/icon.png +0 -0
  1759. package/dist/templates/start-convex/assets/images/splash.png +0 -0
  1760. package/dist/templates/start-convex/components/auth/apple.tsx +0 -60
  1761. package/dist/templates/start-convex/components/auth/auth.tsx +0 -127
  1762. package/dist/templates/start-convex/components/auth/email-otp.tsx +0 -186
  1763. package/dist/templates/start-convex/components/auth/google.tsx +0 -60
  1764. package/dist/templates/start-convex/components/auth/password.tsx +0 -335
  1765. package/dist/templates/start-convex/components/auth/singout.tsx +0 -36
  1766. package/dist/templates/start-convex/components/sheet.tsx +0 -79
  1767. package/dist/templates/start-convex/components/ui/avoid-keyboard.tsx +0 -49
  1768. package/dist/templates/start-convex/components/ui/button.tsx +0 -392
  1769. package/dist/templates/start-convex/components/ui/card.tsx +0 -110
  1770. package/dist/templates/start-convex/components/ui/icon.tsx +0 -34
  1771. package/dist/templates/start-convex/components/ui/input-otp.tsx +0 -302
  1772. package/dist/templates/start-convex/components/ui/input.tsx +0 -607
  1773. package/dist/templates/start-convex/components/ui/link.tsx +0 -143
  1774. package/dist/templates/start-convex/components/ui/mode-toggle.tsx +0 -55
  1775. package/dist/templates/start-convex/components/ui/scroll-view.tsx +0 -14
  1776. package/dist/templates/start-convex/components/ui/spinner.tsx +0 -462
  1777. package/dist/templates/start-convex/components/ui/tabs.tsx +0 -500
  1778. package/dist/templates/start-convex/components/ui/text.tsx +0 -86
  1779. package/dist/templates/start-convex/components/ui/view.tsx +0 -14
  1780. package/dist/templates/start-convex/convex/README.md +0 -90
  1781. package/dist/templates/start-convex/convex/_generated/api.d.ts +0 -61
  1782. package/dist/templates/start-convex/convex/_generated/api.js +0 -23
  1783. package/dist/templates/start-convex/convex/_generated/dataModel.d.ts +0 -60
  1784. package/dist/templates/start-convex/convex/_generated/server.d.ts +0 -143
  1785. package/dist/templates/start-convex/convex/_generated/server.js +0 -93
  1786. package/dist/templates/start-convex/convex/auth.config.ts +0 -8
  1787. package/dist/templates/start-convex/convex/auth.ts +0 -112
  1788. package/dist/templates/start-convex/convex/http.ts +0 -8
  1789. package/dist/templates/start-convex/convex/passwordReset.ts +0 -69
  1790. package/dist/templates/start-convex/convex/resendOTP.ts +0 -60
  1791. package/dist/templates/start-convex/convex/resendPasswordOTP.ts +0 -64
  1792. package/dist/templates/start-convex/convex/router.ts +0 -5
  1793. package/dist/templates/start-convex/convex/schema.ts +0 -23
  1794. package/dist/templates/start-convex/convex/tsconfig.json +0 -25
  1795. package/dist/templates/start-convex/convex/users.ts +0 -111
  1796. package/dist/templates/start-convex/eslint.config.js +0 -10
  1797. package/dist/templates/start-convex/hooks/useColor.ts +0 -16
  1798. package/dist/templates/start-convex/hooks/useColorScheme.ts +0 -1
  1799. package/dist/templates/start-convex/hooks/useColorScheme.web.ts +0 -21
  1800. package/dist/templates/start-convex/hooks/useKeyboardHeight.ts +0 -131
  1801. package/dist/templates/start-convex/hooks/useModeToggle.tsx +0 -88
  1802. package/dist/templates/start-convex/package.json +0 -64
  1803. package/dist/templates/start-convex/providers/search-context.tsx +0 -26
  1804. package/dist/templates/start-convex/theme/colors.ts +0 -184
  1805. package/dist/templates/start-convex/theme/globals.ts +0 -4
  1806. package/dist/templates/start-convex/theme/theme-provider.tsx +0 -59
  1807. package/dist/templates/start-convex/tsconfig.json +0 -17
  1808. package/dist/templates/theme/colors.ts +0 -205
  1809. package/dist/templates/theme/globals.ts +0 -4
  1810. package/dist/templates/theme/theme-provider.tsx +0 -52
  1811. package/dist/utils/dependencies.d.ts +0 -7
  1812. package/dist/utils/dependencies.js +0 -109
  1813. package/dist/utils/filesystem.d.ts +0 -6
  1814. package/dist/utils/filesystem.js +0 -72
  1815. package/dist/utils/git.d.ts +0 -2
  1816. package/dist/utils/git.js +0 -33
  1817. package/dist/utils/logger.d.ts +0 -11
  1818. package/dist/utils/logger.js +0 -43
  1819. package/dist/utils/package-manager.d.ts +0 -8
  1820. package/dist/utils/package-manager.js +0 -128
  1821. package/dist/utils/project-config.d.ts +0 -2
  1822. package/dist/utils/project-config.js +0 -46
  1823. package/dist/utils/registry.d.ts +0 -17
  1824. package/dist/utils/registry.js +0 -181
  1825. package/dist/utils/validation.d.ts +0 -16
  1826. package/dist/utils/validation.js +0 -84
@@ -1,61 +0,0 @@
1
- /* eslint-disable */
2
- /**
3
- * Generated `api` utility.
4
- *
5
- * THIS CODE IS AUTOMATICALLY GENERATED.
6
- *
7
- * To regenerate, run `npx convex dev`.
8
- * @module
9
- */
10
-
11
- import type * as auth from "../auth.js";
12
- import type * as http from "../http.js";
13
- import type * as passwordReset from "../passwordReset.js";
14
- import type * as resendOTP from "../resendOTP.js";
15
- import type * as resendPasswordOTP from "../resendPasswordOTP.js";
16
- import type * as router from "../router.js";
17
- import type * as users from "../users.js";
18
-
19
- import type {
20
- ApiFromModules,
21
- FilterApi,
22
- FunctionReference,
23
- } from "convex/server";
24
-
25
- declare const fullApi: ApiFromModules<{
26
- auth: typeof auth;
27
- http: typeof http;
28
- passwordReset: typeof passwordReset;
29
- resendOTP: typeof resendOTP;
30
- resendPasswordOTP: typeof resendPasswordOTP;
31
- router: typeof router;
32
- users: typeof users;
33
- }>;
34
-
35
- /**
36
- * A utility for referencing Convex functions in your app's public API.
37
- *
38
- * Usage:
39
- * ```js
40
- * const myFunctionReference = api.myModule.myFunction;
41
- * ```
42
- */
43
- export declare const api: FilterApi<
44
- typeof fullApi,
45
- FunctionReference<any, "public">
46
- >;
47
-
48
- /**
49
- * A utility for referencing Convex functions in your app's internal API.
50
- *
51
- * Usage:
52
- * ```js
53
- * const myFunctionReference = internal.myModule.myFunction;
54
- * ```
55
- */
56
- export declare const internal: FilterApi<
57
- typeof fullApi,
58
- FunctionReference<any, "internal">
59
- >;
60
-
61
- export declare const components: {};
@@ -1,23 +0,0 @@
1
- /* eslint-disable */
2
- /**
3
- * Generated `api` utility.
4
- *
5
- * THIS CODE IS AUTOMATICALLY GENERATED.
6
- *
7
- * To regenerate, run `npx convex dev`.
8
- * @module
9
- */
10
-
11
- import { anyApi, componentsGeneric } from "convex/server";
12
-
13
- /**
14
- * A utility for referencing Convex functions in your app's API.
15
- *
16
- * Usage:
17
- * ```js
18
- * const myFunctionReference = api.myModule.myFunction;
19
- * ```
20
- */
21
- export const api = anyApi;
22
- export const internal = anyApi;
23
- export const components = componentsGeneric();
@@ -1,60 +0,0 @@
1
- /* eslint-disable */
2
- /**
3
- * Generated data model types.
4
- *
5
- * THIS CODE IS AUTOMATICALLY GENERATED.
6
- *
7
- * To regenerate, run `npx convex dev`.
8
- * @module
9
- */
10
-
11
- import type {
12
- DataModelFromSchemaDefinition,
13
- DocumentByName,
14
- TableNamesInDataModel,
15
- SystemTableNames,
16
- } from "convex/server";
17
- import type { GenericId } from "convex/values";
18
- import schema from "../schema.js";
19
-
20
- /**
21
- * The names of all of your Convex tables.
22
- */
23
- export type TableNames = TableNamesInDataModel<DataModel>;
24
-
25
- /**
26
- * The type of a document stored in Convex.
27
- *
28
- * @typeParam TableName - A string literal type of the table name (like "users").
29
- */
30
- export type Doc<TableName extends TableNames> = DocumentByName<
31
- DataModel,
32
- TableName
33
- >;
34
-
35
- /**
36
- * An identifier for a document in Convex.
37
- *
38
- * Convex documents are uniquely identified by their `Id`, which is accessible
39
- * on the `_id` field. To learn more, see [Document IDs](https://docs.convex.dev/using/document-ids).
40
- *
41
- * Documents can be loaded using `db.get(id)` in query and mutation functions.
42
- *
43
- * IDs are just strings at runtime, but this type can be used to distinguish them from other
44
- * strings when type checking.
45
- *
46
- * @typeParam TableName - A string literal type of the table name (like "users").
47
- */
48
- export type Id<TableName extends TableNames | SystemTableNames> =
49
- GenericId<TableName>;
50
-
51
- /**
52
- * A type describing your Convex data model.
53
- *
54
- * This type includes information about what tables you have, the type of
55
- * documents stored in those tables, and the indexes defined on them.
56
- *
57
- * This type is used to parameterize methods like `queryGeneric` and
58
- * `mutationGeneric` to make them type-safe.
59
- */
60
- export type DataModel = DataModelFromSchemaDefinition<typeof schema>;
@@ -1,143 +0,0 @@
1
- /* eslint-disable */
2
- /**
3
- * Generated utilities for implementing server-side Convex query and mutation functions.
4
- *
5
- * THIS CODE IS AUTOMATICALLY GENERATED.
6
- *
7
- * To regenerate, run `npx convex dev`.
8
- * @module
9
- */
10
-
11
- import {
12
- ActionBuilder,
13
- HttpActionBuilder,
14
- MutationBuilder,
15
- QueryBuilder,
16
- GenericActionCtx,
17
- GenericMutationCtx,
18
- GenericQueryCtx,
19
- GenericDatabaseReader,
20
- GenericDatabaseWriter,
21
- } from "convex/server";
22
- import type { DataModel } from "./dataModel.js";
23
-
24
- /**
25
- * Define a query in this Convex app's public API.
26
- *
27
- * This function will be allowed to read your Convex database and will be accessible from the client.
28
- *
29
- * @param func - The query function. It receives a {@link QueryCtx} as its first argument.
30
- * @returns The wrapped query. Include this as an `export` to name it and make it accessible.
31
- */
32
- export declare const query: QueryBuilder<DataModel, "public">;
33
-
34
- /**
35
- * Define a query that is only accessible from other Convex functions (but not from the client).
36
- *
37
- * This function will be allowed to read from your Convex database. It will not be accessible from the client.
38
- *
39
- * @param func - The query function. It receives a {@link QueryCtx} as its first argument.
40
- * @returns The wrapped query. Include this as an `export` to name it and make it accessible.
41
- */
42
- export declare const internalQuery: QueryBuilder<DataModel, "internal">;
43
-
44
- /**
45
- * Define a mutation in this Convex app's public API.
46
- *
47
- * This function will be allowed to modify your Convex database and will be accessible from the client.
48
- *
49
- * @param func - The mutation function. It receives a {@link MutationCtx} as its first argument.
50
- * @returns The wrapped mutation. Include this as an `export` to name it and make it accessible.
51
- */
52
- export declare const mutation: MutationBuilder<DataModel, "public">;
53
-
54
- /**
55
- * Define a mutation that is only accessible from other Convex functions (but not from the client).
56
- *
57
- * This function will be allowed to modify your Convex database. It will not be accessible from the client.
58
- *
59
- * @param func - The mutation function. It receives a {@link MutationCtx} as its first argument.
60
- * @returns The wrapped mutation. Include this as an `export` to name it and make it accessible.
61
- */
62
- export declare const internalMutation: MutationBuilder<DataModel, "internal">;
63
-
64
- /**
65
- * Define an action in this Convex app's public API.
66
- *
67
- * An action is a function which can execute any JavaScript code, including non-deterministic
68
- * code and code with side-effects, like calling third-party services.
69
- * They can be run in Convex's JavaScript environment or in Node.js using the "use node" directive.
70
- * They can interact with the database indirectly by calling queries and mutations using the {@link ActionCtx}.
71
- *
72
- * @param func - The action. It receives an {@link ActionCtx} as its first argument.
73
- * @returns The wrapped action. Include this as an `export` to name it and make it accessible.
74
- */
75
- export declare const action: ActionBuilder<DataModel, "public">;
76
-
77
- /**
78
- * Define an action that is only accessible from other Convex functions (but not from the client).
79
- *
80
- * @param func - The function. It receives an {@link ActionCtx} as its first argument.
81
- * @returns The wrapped function. Include this as an `export` to name it and make it accessible.
82
- */
83
- export declare const internalAction: ActionBuilder<DataModel, "internal">;
84
-
85
- /**
86
- * Define an HTTP action.
87
- *
88
- * The wrapped function will be used to respond to HTTP requests received
89
- * by a Convex deployment if the requests matches the path and method where
90
- * this action is routed. Be sure to route your httpAction in `convex/http.js`.
91
- *
92
- * @param func - The function. It receives an {@link ActionCtx} as its first argument
93
- * and a Fetch API `Request` object as its second.
94
- * @returns The wrapped function. Import this function from `convex/http.js` and route it to hook it up.
95
- */
96
- export declare const httpAction: HttpActionBuilder;
97
-
98
- /**
99
- * A set of services for use within Convex query functions.
100
- *
101
- * The query context is passed as the first argument to any Convex query
102
- * function run on the server.
103
- *
104
- * This differs from the {@link MutationCtx} because all of the services are
105
- * read-only.
106
- */
107
- export type QueryCtx = GenericQueryCtx<DataModel>;
108
-
109
- /**
110
- * A set of services for use within Convex mutation functions.
111
- *
112
- * The mutation context is passed as the first argument to any Convex mutation
113
- * function run on the server.
114
- */
115
- export type MutationCtx = GenericMutationCtx<DataModel>;
116
-
117
- /**
118
- * A set of services for use within Convex action functions.
119
- *
120
- * The action context is passed as the first argument to any Convex action
121
- * function run on the server.
122
- */
123
- export type ActionCtx = GenericActionCtx<DataModel>;
124
-
125
- /**
126
- * An interface to read from the database within Convex query functions.
127
- *
128
- * The two entry points are {@link DatabaseReader.get}, which fetches a single
129
- * document by its {@link Id}, or {@link DatabaseReader.query}, which starts
130
- * building a query.
131
- */
132
- export type DatabaseReader = GenericDatabaseReader<DataModel>;
133
-
134
- /**
135
- * An interface to read from and write to the database within Convex mutation
136
- * functions.
137
- *
138
- * Convex guarantees that all writes within a single mutation are
139
- * executed atomically, so you never have to worry about partial writes leaving
140
- * your data in an inconsistent state. See [the Convex Guide](https://docs.convex.dev/understanding/convex-fundamentals/functions#atomicity-and-optimistic-concurrency-control)
141
- * for the guarantees Convex provides your functions.
142
- */
143
- export type DatabaseWriter = GenericDatabaseWriter<DataModel>;
@@ -1,93 +0,0 @@
1
- /* eslint-disable */
2
- /**
3
- * Generated utilities for implementing server-side Convex query and mutation functions.
4
- *
5
- * THIS CODE IS AUTOMATICALLY GENERATED.
6
- *
7
- * To regenerate, run `npx convex dev`.
8
- * @module
9
- */
10
-
11
- import {
12
- actionGeneric,
13
- httpActionGeneric,
14
- queryGeneric,
15
- mutationGeneric,
16
- internalActionGeneric,
17
- internalMutationGeneric,
18
- internalQueryGeneric,
19
- } from "convex/server";
20
-
21
- /**
22
- * Define a query in this Convex app's public API.
23
- *
24
- * This function will be allowed to read your Convex database and will be accessible from the client.
25
- *
26
- * @param func - The query function. It receives a {@link QueryCtx} as its first argument.
27
- * @returns The wrapped query. Include this as an `export` to name it and make it accessible.
28
- */
29
- export const query = queryGeneric;
30
-
31
- /**
32
- * Define a query that is only accessible from other Convex functions (but not from the client).
33
- *
34
- * This function will be allowed to read from your Convex database. It will not be accessible from the client.
35
- *
36
- * @param func - The query function. It receives a {@link QueryCtx} as its first argument.
37
- * @returns The wrapped query. Include this as an `export` to name it and make it accessible.
38
- */
39
- export const internalQuery = internalQueryGeneric;
40
-
41
- /**
42
- * Define a mutation in this Convex app's public API.
43
- *
44
- * This function will be allowed to modify your Convex database and will be accessible from the client.
45
- *
46
- * @param func - The mutation function. It receives a {@link MutationCtx} as its first argument.
47
- * @returns The wrapped mutation. Include this as an `export` to name it and make it accessible.
48
- */
49
- export const mutation = mutationGeneric;
50
-
51
- /**
52
- * Define a mutation that is only accessible from other Convex functions (but not from the client).
53
- *
54
- * This function will be allowed to modify your Convex database. It will not be accessible from the client.
55
- *
56
- * @param func - The mutation function. It receives a {@link MutationCtx} as its first argument.
57
- * @returns The wrapped mutation. Include this as an `export` to name it and make it accessible.
58
- */
59
- export const internalMutation = internalMutationGeneric;
60
-
61
- /**
62
- * Define an action in this Convex app's public API.
63
- *
64
- * An action is a function which can execute any JavaScript code, including non-deterministic
65
- * code and code with side-effects, like calling third-party services.
66
- * They can be run in Convex's JavaScript environment or in Node.js using the "use node" directive.
67
- * They can interact with the database indirectly by calling queries and mutations using the {@link ActionCtx}.
68
- *
69
- * @param func - The action. It receives an {@link ActionCtx} as its first argument.
70
- * @returns The wrapped action. Include this as an `export` to name it and make it accessible.
71
- */
72
- export const action = actionGeneric;
73
-
74
- /**
75
- * Define an action that is only accessible from other Convex functions (but not from the client).
76
- *
77
- * @param func - The function. It receives an {@link ActionCtx} as its first argument.
78
- * @returns The wrapped function. Include this as an `export` to name it and make it accessible.
79
- */
80
- export const internalAction = internalActionGeneric;
81
-
82
- /**
83
- * Define an HTTP action.
84
- *
85
- * The wrapped function will be used to respond to HTTP requests received
86
- * by a Convex deployment if the requests matches the path and method where
87
- * this action is routed. Be sure to route your httpAction in `convex/http.js`.
88
- *
89
- * @param func - The function. It receives an {@link ActionCtx} as its first argument
90
- * and a Fetch API `Request` object as its second.
91
- * @returns The wrapped function. Import this function from `convex/http.js` and route it to hook it up.
92
- */
93
- export const httpAction = httpActionGeneric;
@@ -1,8 +0,0 @@
1
- export default {
2
- providers: [
3
- {
4
- domain: process.env.CONVEX_SITE_URL,
5
- applicationID: "convex",
6
- },
7
- ],
8
- };
@@ -1,112 +0,0 @@
1
- import Apple from '@auth/core/providers/apple';
2
- import Google from '@auth/core/providers/google';
3
- import GitHub from '@auth/core/providers/github';
4
- import { convexAuth, getAuthUserId } from '@convex-dev/auth/server';
5
- import { Password } from '@convex-dev/auth/providers/Password';
6
- import { ResendOTPPasswordReset } from './passwordReset';
7
- import { ResendOTP } from './resendOTP';
8
- import { query } from './_generated/server';
9
- import { Anonymous } from '@convex-dev/auth/providers/Anonymous';
10
-
11
- export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
12
- providers: [
13
- Anonymous,
14
- Google,
15
- ResendOTP,
16
- Apple({
17
- profile: (appleInfo) => {
18
- const name = appleInfo.user
19
- ? `${appleInfo.user.name.firstName} ${appleInfo.user.name.lastName}`
20
- : undefined;
21
- return {
22
- id: appleInfo.sub,
23
- name: name,
24
- email: appleInfo.email,
25
- };
26
- },
27
- }),
28
- Password({
29
- profile(params, tokens) {
30
- return {
31
- name: params.name as string,
32
- email: params.email as string,
33
- gender: params.gender as string,
34
- };
35
- },
36
- reset: ResendOTPPasswordReset,
37
- validatePasswordRequirements(password) {
38
- console.log('Validating password requirements...');
39
-
40
- if (!password || password.length < 8) {
41
- throw new Error('Password must be at least 8 characters long');
42
- }
43
-
44
- if (!/\d/.test(password)) {
45
- throw new Error('Password must contain at least one number');
46
- }
47
-
48
- if (!/[a-z]/.test(password)) {
49
- throw new Error(
50
- 'Password must contain at least one lowercase letter'
51
- );
52
- }
53
-
54
- if (!/[A-Z]/.test(password)) {
55
- throw new Error(
56
- 'Password must contain at least one uppercase letter'
57
- );
58
- }
59
-
60
- console.log('Password validation passed');
61
- },
62
- }),
63
- GitHub({
64
- profile(githubProfile, tokens) {
65
- return {
66
- githubId: githubProfile.id,
67
- name: githubProfile.name,
68
- email: githubProfile.email,
69
- image: githubProfile.picture as string | null | undefined,
70
- };
71
- },
72
- }),
73
- ],
74
- callbacks: {
75
- async redirect({ redirectTo }) {
76
- console.log('Redirect callback called with:', redirectTo);
77
-
78
- const siteUrl = process.env.SITE_URL!;
79
- const expoUrl = process.env.EXPO_URL!; // must be set in .env (bna:// in production)
80
-
81
- const isExpoDevUrl = redirectTo.startsWith('exp://'); // dev URLs
82
- const isExpoProdUrl = redirectTo.startsWith(expoUrl); // uses .env (bna:// in prod)
83
- const isSiteUrl = siteUrl && redirectTo.startsWith(siteUrl);
84
-
85
- if (isExpoDevUrl || isExpoProdUrl || isSiteUrl) {
86
- console.log('Redirect approved:', redirectTo);
87
- return redirectTo;
88
- }
89
-
90
- console.error('Invalid redirect URL:', redirectTo);
91
- throw new Error(`Invalid redirectTo URI ${redirectTo}`);
92
- },
93
- },
94
- });
95
-
96
- export const loggedInUser = query({
97
- handler: async (ctx) => {
98
- const userId = await getAuthUserId(ctx);
99
-
100
- if (!userId) {
101
- return null;
102
- }
103
-
104
- const user = await ctx.db.get(userId);
105
-
106
- if (!user) {
107
- return null;
108
- }
109
-
110
- return user;
111
- },
112
- });
@@ -1,8 +0,0 @@
1
- import { httpRouter } from 'convex/server';
2
- import { auth } from './auth';
3
-
4
- const http = httpRouter();
5
-
6
- auth.addHttpRoutes(http);
7
-
8
- export default http;
@@ -1,69 +0,0 @@
1
- import Resend from '@auth/core/providers/resend';
2
- import { Resend as ResendAPI } from 'resend';
3
- import { RandomReader, generateRandomString } from '@oslojs/crypto/random';
4
-
5
- export const ResendOTPPasswordReset = Resend({
6
- id: 'resend-reset',
7
- apiKey: process.env.AUTH_RESEND_KEY,
8
- async generateVerificationToken() {
9
- console.log('Generating password reset token...');
10
-
11
- const random: RandomReader = {
12
- read(bytes) {
13
- crypto.getRandomValues(bytes);
14
- },
15
- };
16
-
17
- const length = 6;
18
- const alphabet = '0123456789';
19
- const token = generateRandomString(random, alphabet, length);
20
-
21
- console.log('Generated reset token:', token);
22
- return token;
23
- },
24
- async sendVerificationRequest({ identifier: email, provider, token }) {
25
- console.log(
26
- 'Sending password reset email to:',
27
- email,
28
- 'with token:',
29
- token
30
- );
31
-
32
- if (!provider.apiKey) {
33
- console.error('Missing AUTH_RESEND_KEY environment variable');
34
- throw new Error('Email service not configured');
35
- }
36
-
37
- const resend = new ResendAPI(provider.apiKey);
38
-
39
- try {
40
- const { data, error } = await resend.emails.send({
41
- from: 'BNA UI <hi@ahmedbna.com>',
42
- to: [email],
43
- subject: `Reset your BNA UI password`,
44
- text: `Your password reset code is: ${token}`,
45
- html: `
46
- <div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto;">
47
- <h2>Reset your BNA UI password</h2>
48
- <p>You requested to reset your password. Your verification code is:</p>
49
- <div style="font-size: 24px; font-weight: bold; background: #f5f5f5; padding: 20px; text-align: center; margin: 20px 0; border-radius: 8px;">
50
- ${token}
51
- </div>
52
- <p>This code will expire in 10 minutes.</p>
53
- <p>If you didn't request this password reset, please ignore this email.</p>
54
- </div>
55
- `,
56
- });
57
-
58
- if (error) {
59
- console.error('Resend API error:', error);
60
- throw new Error(`Could not send reset email: ${error.message}`);
61
- }
62
-
63
- console.log('Password reset email sent successfully:', data);
64
- } catch (error) {
65
- console.error('Failed to send password reset email:', error);
66
- throw new Error('Could not send password reset email');
67
- }
68
- },
69
- });
@@ -1,60 +0,0 @@
1
- import { Email } from '@convex-dev/auth/providers/Email';
2
- import { Resend as ResendAPI } from 'resend';
3
- import { RandomReader, generateRandomString } from '@oslojs/crypto/random';
4
-
5
- export const ResendOTP = Email({
6
- id: 'resend-otp',
7
- apiKey: process.env.AUTH_RESEND_KEY,
8
- maxAge: 60 * 15, // 15 minutes
9
- async generateVerificationToken() {
10
- const random: RandomReader = {
11
- read(bytes) {
12
- crypto.getRandomValues(bytes);
13
- },
14
- };
15
-
16
- const length = 6;
17
- const alphabet = '0123456789';
18
- return generateRandomString(random, alphabet, length);
19
- },
20
- async sendVerificationRequest({ identifier: email, provider, token }) {
21
- console.log('Sending verification email to:', email, 'with token:', token);
22
-
23
- if (!provider.apiKey) {
24
- console.error('Missing AUTH_RESEND_KEY environment variable');
25
- throw new Error('Email service not configured');
26
- }
27
-
28
- const resend = new ResendAPI(provider.apiKey);
29
-
30
- try {
31
- const { data, error } = await resend.emails.send({
32
- from: 'BNA UI <hi@ahmedbna.com>',
33
- to: [email],
34
- subject: `Sign in to BNA UI`,
35
- text: `Your verification code is: ${token}`,
36
- html: `
37
- <div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto;">
38
- <h2>Sign in to BNA UI</h2>
39
- <p>Your verification code is:</p>
40
- <div style="font-size: 24px; font-weight: bold; background: #f5f5f5; padding: 20px; text-align: center; margin: 20px 0; border-radius: 8px;">
41
- ${token}
42
- </div>
43
- <p>This code will expire in 10 minutes.</p>
44
- <p>If you didn't request this code, please ignore this email.</p>
45
- </div>
46
- `,
47
- });
48
-
49
- if (error) {
50
- console.error('Resend API error:', error);
51
- throw new Error(`Could not send email: ${error.message}`);
52
- }
53
-
54
- console.log('Email sent successfully:', data);
55
- } catch (error) {
56
- console.error('Failed to send verification email:', error);
57
- throw new Error('Could not send verification email');
58
- }
59
- },
60
- });