omo-memory 0.1.9 → 0.1.10

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.
@@ -2,7 +2,7 @@ export const CODEX_MARKETPLACE = "islee23520";
2
2
  export const CODEX_PLUGIN = "omo-memory";
3
3
  export const CODEX_SKILL = `---
4
4
  name: omo-memory
5
- description: Use OMO Memory for concise local project memory: bootstrap recent events, record decisions, QA evidence, blockers, and handoffs without secrets.
5
+ description: "Use OMO Memory for concise local project memory: bootstrap recent events, record decisions, QA evidence, blockers, and handoffs without secrets."
6
6
  ---
7
7
 
8
8
  # OMO Memory
@@ -75,7 +75,7 @@ function runBootstrap(command, commandArgs) {
75
75
  export const GROK_HOOK_SCRIPT = SESSION_BOOTSTRAP_SCRIPT.replace('?? "codex"', '?? "grok"').replace('?? "lazycodex"', '?? "lfg"');
76
76
  export const GROK_PLUGIN_JSON = `{
77
77
  "name": "omo-memory",
78
- "version": "0.1.9",
78
+ "version": "0.1.10",
79
79
  "description": "Project-local OMO Memory bootstrap hook and MCP server for Grok.",
80
80
  "author": {
81
81
  "name": "islee23520"
@@ -100,7 +100,7 @@ export const GROK_MCP_JSON = `{
100
100
  `;
101
101
  export const CODEX_PLUGIN_JSON = `{
102
102
  "name": "omo-memory",
103
- "version": "0.1.9",
103
+ "version": "0.1.10",
104
104
  "description": "Session-start OMO Memory bootstrap hook for Codex.",
105
105
  "author": "islee23520",
106
106
  "homepage": "https://github.com/islee23520/omo-memory",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omo-memory",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Host-neutral local SQLite memory and session ledger for OMO adapters, exposed through CLI and MCP.",
5
5
  "type": "module",
6
6
  "files": [