zaileys 3.0.0 → 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 (149) hide show
  1. package/.changeset/README.md +8 -0
  2. package/.changeset/config.json +11 -0
  3. package/.kelar/kelar-tools.cjs +829 -0
  4. package/.kelar/memory/INDEX.md +21 -0
  5. package/.kelar/memory/technical/issue-34-sendpresenceupdate-undefined.md +4 -0
  6. package/.kelar/memory/technical/lmdb-native-binary-fallback.md +4 -0
  7. package/.kelar/memory/technical/nedbadapter-ignoring-encoder-causes-buffer-typing-crash-err-invalid-arg-type.md +4 -0
  8. package/.kelar/memory/technical/signal-media-constructor-input-contract.md +4 -0
  9. package/.kelar/memory/technical/sticker-example-source-format.md +4 -0
  10. package/.kelar/memory/technical/ts2307-missing-seald-io-nedb.md +4 -0
  11. package/.kelar/memory/technical/ts2307-missing-zaileys-store-adapters.md +4 -0
  12. package/.kelar/plans/README.md +3 -0
  13. package/.kelar/research/README.md +3 -0
  14. package/.kelar/research/mysql-adapter-research.md +32 -0
  15. package/.kelar/state/ASSUMPTIONS.md +14 -0
  16. package/.kelar/state/DEBT.md +13 -0
  17. package/.kelar/state/DIARY.md +15 -0
  18. package/.kelar/state/HANDOFF.md +54 -0
  19. package/.kelar/state/PATTERNS.md +43 -0
  20. package/.kelar/state/STATE.md +37 -0
  21. package/.kelar/state/TASKS.md +146 -0
  22. package/AGENTS.md +108 -0
  23. package/CHANGELOG.md +12 -0
  24. package/GEMINI.md +58 -0
  25. package/dist/index.d.mts +14 -3
  26. package/dist/index.d.ts +14 -3
  27. package/dist/index.js +9 -27
  28. package/dist/index.mjs +9 -27
  29. package/package.json +16 -14
  30. package/packages/media-process/CHANGELOG.md +7 -0
  31. package/packages/media-process/LICENSE +21 -0
  32. package/packages/media-process/dist/index.d.mts +142 -0
  33. package/packages/media-process/dist/index.d.ts +142 -0
  34. package/packages/media-process/dist/index.mjs +3 -0
  35. package/packages/media-process/package.json +39 -0
  36. package/packages/media-process/tsconfig.json +15 -0
  37. package/packages/mysql-adapter/dist/index.d.mts +36 -0
  38. package/packages/mysql-adapter/dist/index.d.ts +36 -0
  39. package/packages/mysql-adapter/dist/index.js.map +1 -0
  40. package/packages/mysql-adapter/dist/index.mjs +101 -0
  41. package/packages/mysql-adapter/dist/index.mjs.map +1 -0
  42. package/packages/mysql-adapter/package.json +36 -0
  43. package/pnpm-workspace.yaml +3 -0
  44. package/.agent/skills/codebase-mapper/SKILL.md +0 -226
  45. package/.agent/skills/context-compressor/SKILL.md +0 -201
  46. package/.agent/skills/context-fetch/SKILL.md +0 -184
  47. package/.agent/skills/context-health-monitor/SKILL.md +0 -105
  48. package/.agent/skills/debugger/SKILL.md +0 -273
  49. package/.agent/skills/empirical-validation/SKILL.md +0 -97
  50. package/.agent/skills/executor/SKILL.md +0 -465
  51. package/.agent/skills/plan-checker/SKILL.md +0 -283
  52. package/.agent/skills/planner/SKILL.md +0 -485
  53. package/.agent/skills/token-budget/SKILL.md +0 -166
  54. package/.agent/skills/verifier/SKILL.md +0 -421
  55. package/.agent/workflows/add-phase.md +0 -96
  56. package/.agent/workflows/add-todo.md +0 -69
  57. package/.agent/workflows/audit-milestone.md +0 -107
  58. package/.agent/workflows/check-todos.md +0 -80
  59. package/.agent/workflows/complete-milestone.md +0 -135
  60. package/.agent/workflows/debug.md +0 -235
  61. package/.agent/workflows/discuss-phase.md +0 -103
  62. package/.agent/workflows/execute.md +0 -325
  63. package/.agent/workflows/health.md +0 -122
  64. package/.agent/workflows/help.md +0 -96
  65. package/.agent/workflows/insert-phase.md +0 -109
  66. package/.agent/workflows/install.md +0 -152
  67. package/.agent/workflows/list-phase-assumptions.md +0 -82
  68. package/.agent/workflows/map.md +0 -394
  69. package/.agent/workflows/new-milestone.md +0 -126
  70. package/.agent/workflows/new-project.md +0 -368
  71. package/.agent/workflows/pause.md +0 -176
  72. package/.agent/workflows/plan-milestone-gaps.md +0 -116
  73. package/.agent/workflows/plan.md +0 -380
  74. package/.agent/workflows/progress.md +0 -90
  75. package/.agent/workflows/quick.md +0 -128
  76. package/.agent/workflows/remove-phase.md +0 -139
  77. package/.agent/workflows/research-phase.md +0 -160
  78. package/.agent/workflows/resume.md +0 -131
  79. package/.agent/workflows/update.md +0 -203
  80. package/.agent/workflows/verify.md +0 -263
  81. package/.agent/workflows/web-search.md +0 -121
  82. package/.agent/workflows/whats-new.md +0 -80
  83. package/.gemini/GEMINI.md +0 -67
  84. package/.gsd/DEBUG.md +0 -26
  85. package/.gsd/GSD-STYLE.md +0 -272
  86. package/.gsd/PROJECT_RULES.md +0 -256
  87. package/.gsd/ROADMAP.md +0 -38
  88. package/.gsd/SPEC.md +0 -16
  89. package/.gsd/STATE.md +0 -10
  90. package/.gsd/adapters/CLAUDE.md +0 -77
  91. package/.gsd/adapters/GEMINI.md +0 -92
  92. package/.gsd/adapters/GPT_OSS.md +0 -130
  93. package/.gsd/docs/model-selection-playbook.md +0 -128
  94. package/.gsd/docs/runbook.md +0 -296
  95. package/.gsd/docs/token-optimization-guide.md +0 -207
  96. package/.gsd/model_capabilities.yaml +0 -108
  97. package/.gsd/phases/1/1-PLAN.md +0 -44
  98. package/.gsd/phases/1/2-PLAN.md +0 -54
  99. package/.gsd/phases/1/3-PLAN.md +0 -46
  100. package/.gsd/phases/1/4-PLAN.md +0 -39
  101. package/.gsd/phases/2/2-1-SUMMARY.md +0 -8
  102. package/.gsd/phases/2/2-PLAN.md +0 -47
  103. package/.gsd/phases/3/3-1-SUMMARY.md +0 -8
  104. package/.gsd/phases/3/3-PLAN.md +0 -43
  105. package/.gsd/phases/4/4-1-PLAN.md +0 -44
  106. package/.gsd/phases/4/4-1-SUMMARY.md +0 -8
  107. package/.gsd/phases/4/4-2-PLAN.md +0 -59
  108. package/.gsd/phases/4/4-2-SUMMARY.md +0 -8
  109. package/.gsd/phases/4/4-3-PLAN.md +0 -42
  110. package/.gsd/phases/4/4-3-SUMMARY.md +0 -8
  111. package/.gsd/phases/4/VERIFICATION.md +0 -8
  112. package/.gsd/phases/5/1-SUMMARY.md +0 -5
  113. package/.gsd/phases/5/5-PLAN.md +0 -47
  114. package/.gsd/phases/5/RESEARCH.md +0 -24
  115. package/.gsd/phases/5/VERIFICATION.md +0 -8
  116. package/.gsd/phases/6/1-SUMMARY.md +0 -6
  117. package/.gsd/phases/6/6-PLAN.md +0 -46
  118. package/.gsd/phases/6/RESEARCH.md +0 -33
  119. package/.gsd/phases/6/VERIFICATION.md +0 -7
  120. package/.gsd/phases/7/1-SUMMARY.md +0 -12
  121. package/.gsd/phases/7/7-PLAN.md +0 -78
  122. package/.gsd/phases/7/VERIFICATION.md +0 -7
  123. package/.gsd/templates/DEBUG.md +0 -123
  124. package/.gsd/templates/PLAN.md +0 -90
  125. package/.gsd/templates/RESEARCH.md +0 -75
  126. package/.gsd/templates/SUMMARY.md +0 -103
  127. package/.gsd/templates/UAT.md +0 -168
  128. package/.gsd/templates/VERIFICATION.md +0 -70
  129. package/.gsd/templates/architecture.md +0 -67
  130. package/.gsd/templates/context.md +0 -91
  131. package/.gsd/templates/decisions.md +0 -37
  132. package/.gsd/templates/discovery.md +0 -122
  133. package/.gsd/templates/journal.md +0 -46
  134. package/.gsd/templates/milestone.md +0 -91
  135. package/.gsd/templates/phase-summary.md +0 -52
  136. package/.gsd/templates/project.md +0 -124
  137. package/.gsd/templates/requirements.md +0 -92
  138. package/.gsd/templates/roadmap.md +0 -103
  139. package/.gsd/templates/spec.md +0 -51
  140. package/.gsd/templates/sprint.md +0 -57
  141. package/.gsd/templates/stack.md +0 -62
  142. package/.gsd/templates/state.md +0 -92
  143. package/.gsd/templates/state_snapshot.md +0 -132
  144. package/.gsd/templates/todo.md +0 -32
  145. package/.gsd/templates/token_report.md +0 -79
  146. package/.gsd/templates/user-setup.md +0 -116
  147. package/.husky/commit-msg +0 -1
  148. package/.husky/pre-commit +0 -1
  149. package/commitlint.config.js +0 -3
@@ -0,0 +1,8 @@
1
+ # Changesets
2
+
3
+ Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4
+ with multi-package repos, or single-package repos to help you version and publish your code. You can
5
+ find the full documentation for it [in our repository](https://github.com/changesets/changesets).
6
+
7
+ We have a quick list of common questions to get you started engaging with this project in
8
+ [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md).
@@ -0,0 +1,11 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
3
+ "changelog": "@changesets/cli/changelog",
4
+ "commit": true,
5
+ "fixed": [],
6
+ "linked": [],
7
+ "access": "public",
8
+ "baseBranch": "staging",
9
+ "updateInternalDependencies": "patch",
10
+ "ignore": []
11
+ }