@pella-labs/pinakes 0.6.0 → 0.6.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,13 +111,13 @@ After bootstrap, edit `.pinakes/wiki/` directly. If you later tighten `.pinakesi
111
111
 
112
112
  ## Example queries
113
113
 
114
- ### Search
114
+ ### knowledge_search
115
115
 
116
116
  ```
117
117
  knowledge_search({ query: "authentication flow", scope: "project" })
118
118
  ```
119
119
 
120
- ### Execute (code-mode)
120
+ ### knowledge_query (code-mode)
121
121
 
122
122
  ```javascript
123
123
  // Browse the knowledge base index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pella-labs/pinakes",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Local stdio MCP server that indexes a Karpathy-style two-level knowledge wiki into SQLite and exposes it to a coding LLM via Cloudflare-style code-mode.",
5
5
  "type": "module",
6
6
  "bin": {