backpack-ontology 0.3.1 → 0.3.2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ Prefer to keep everything on your machine? No account needed.
62
62
 
63
63
  ```
64
64
  /plugin marketplace add NoahIrzinger/backpack-ontology-plugin
65
- /plugin install backpack-ontology-plugin@NoahIrzinger-backpack-ontology-plugin
65
+ /plugin install backpack-ontology@NoahIrzinger-backpack-ontology-plugin
66
66
  ```
67
67
 
68
68
  Restart Claude Code (or run `/reload-plugins`) and you're ready. Plugin repo: [backpack-ontology-plugin](https://github.com/NoahIrzinger/backpack-ontology-plugin).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backpack-ontology",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A persistent learning graph engine for Claude Code via MCP — structured knowledge that carries forward across sessions",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Noah Irzinger",