gramatr 0.3.49 → 0.3.50

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 (2) hide show
  1. package/core/version.ts +1 -1
  2. package/package.json +2 -2
package/core/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Auto-generated by version-sync.ts — do not edit */
2
- export const VERSION = '0.3.49';
2
+ export const VERSION = '0.3.50';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gramatr",
3
- "version": "0.3.49",
4
- "description": "gramatr — intelligence layer for AI coding agents. Pre-classifies every request so Claude Code, Codex, and Gemini CLI spend tokens on your work, not on routing overhead.",
3
+ "version": "0.3.50",
4
+ "description": "grāmatrcontinuity, memory, and intelligence layer for AI coding agents. Decision routing, knowledge graphs, and cross-session context for Claude Code, Codex, and Gemini CLI.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",