backpack-ontology 0.5.0 → 0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -272,7 +272,7 @@ Across sessions, the real value is that the graph exists at all. It's built once
272
272
  | `npx backpack-ontology@latest` | Start the Backpack Local MCP server |
273
273
  | `claude mcp add backpack-app ... --transport sse` | Connect to Backpack App cloud MCP |
274
274
  | `npx -p backpack-ontology@latest backpack-sync` | Upload local learning graphs to Backpack App |
275
- | `npx backpack-viewer` | Open the graph visualizer (http://localhost:5173) |
275
+ | `npx backpack-viewer@latest` | Open the graph visualizer (http://localhost:5173). Always include `@latest` — `npx backpack-viewer` without the version suffix reuses a cached older version. |
276
276
  | `npx -p backpack-ontology@latest backpack-init` | Remove any leftover Backpack hooks from `.claude/settings.json` |
277
277
 
278
278
  ### Multiple backpacks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backpack-ontology",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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",