@mclean-capital/neura 3.4.1 → 3.5.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.
Files changed (42) hide show
  1. package/README.md +8 -0
  2. package/core/server.bundled.mjs +2635 -1146
  3. package/core/server.bundled.mjs.map +4 -4
  4. package/core/version.txt +1 -1
  5. package/dist/commands/skill.d.ts +26 -0
  6. package/dist/commands/skill.d.ts.map +1 -0
  7. package/dist/commands/skill.js +111 -0
  8. package/dist/commands/skill.js.map +1 -0
  9. package/dist/index.js +7 -0
  10. package/dist/index.js.map +1 -1
  11. package/package.json +1 -1
  12. package/stores/index.js +171 -11
  13. package/stores/index.js.map +2 -2
  14. package/stores/mappers.d.ts +27 -3
  15. package/stores/mappers.d.ts.map +1 -1
  16. package/stores/mappers.js +23 -0
  17. package/stores/mappers.js.map +1 -1
  18. package/stores/migrations.d.ts.map +1 -1
  19. package/stores/migrations.js +106 -1
  20. package/stores/migrations.js.map +1 -1
  21. package/stores/migrations.test.d.ts +14 -0
  22. package/stores/migrations.test.d.ts.map +1 -0
  23. package/stores/migrations.test.js +164 -0
  24. package/stores/migrations.test.js.map +1 -0
  25. package/stores/pglite-store.d.ts +5 -7
  26. package/stores/pglite-store.d.ts.map +1 -1
  27. package/stores/pglite-store.js +2 -2
  28. package/stores/pglite-store.js.map +1 -1
  29. package/stores/pglite-store.test.js +110 -0
  30. package/stores/pglite-store.test.js.map +1 -1
  31. package/stores/task-comment-queries.d.ts +55 -0
  32. package/stores/task-comment-queries.d.ts.map +1 -0
  33. package/stores/task-comment-queries.js +98 -0
  34. package/stores/task-comment-queries.js.map +1 -0
  35. package/stores/task-comment-queries.test.d.ts +8 -0
  36. package/stores/task-comment-queries.test.d.ts.map +1 -0
  37. package/stores/task-comment-queries.test.js +321 -0
  38. package/stores/task-comment-queries.test.js.map +1 -0
  39. package/stores/work-item-queries.d.ts +47 -2
  40. package/stores/work-item-queries.d.ts.map +1 -1
  41. package/stores/work-item-queries.js +79 -6
  42. package/stores/work-item-queries.js.map +1 -1
package/README.md CHANGED
@@ -117,6 +117,14 @@ After this one-time step, `neura update` works normally for all future upgrades.
117
117
  | `neura backup` | Create a memory backup |
118
118
  | `neura restore` | Restore memories from backup |
119
119
 
120
+ ### Skill authoring
121
+
122
+ | Command | Description |
123
+ | ----------------------------- | -------------------------------------------------- |
124
+ | `neura skill validate <path>` | Validate skills at `<path>` against agentskills.io |
125
+
126
+ `neura skill validate` checks a skill directory (or a parent directory containing multiple skills) against the [agentskills.io specification](https://agentskills.io/specification): name format, description length, frontmatter parse, `license` and `compatibility` types, and the 500-char `compatibility` cap. Exits non-zero on any diagnostic — suitable for pre-commit hooks or CI checks on shared skill repositories.
127
+
120
128
  ## Voice client notes
121
129
 
122
130
  `neura listen` uses optional native audio dependencies: