@aistastudio/myc 0.2.2 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aistastudio/myc",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "description": "Local, fast task-and-memory layer for coding agents: task queue, oplog of decisions, hybrid search. Requires Bun.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1,5 @@
1
+ tree-sitter.wasm взят из пакета web-tree-sitter (лицензия MIT) без изменений.
2
+ Исходный проект: https://github.com/tree-sitter/tree-sitter
3
+
4
+ Грамматики языков в пакет НЕ входят (все 36 весят 49 МБ) и качаются по
5
+ требованию: `myc code fetch`. Состояние: `myc code grammars`.