@tekmidian/pai 0.2.1 → 0.2.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/FEATURE.md +4 -0
  2. package/package.json +1 -1
package/FEATURE.md CHANGED
@@ -20,6 +20,10 @@ different direction: persistent memory, session continuity, and deep Claude Code
20
20
  | **Primary interface** | CLI pipe (`echo "..." \| fabric -p pattern`) | MCP server + CLI (`pai`) |
21
21
  | **Prompt templates** | Yes — 200+ community "patterns" | No (out of scope) |
22
22
  | **YouTube transcript extraction** | Yes (built-in) | Yes — via [Scribe MCP](https://github.com/mnott/Scribe) |
23
+ | **WhatsApp integration** | No | Yes — via [Whazaa MCP](https://github.com/mnott/Whazaa) |
24
+ | **Google Workspace integration** | No | Yes — via [Coogle MCP](https://github.com/mnott/Coogle) |
25
+ | **DEVONthink integration** | No | Yes — via [devonthink-mcp](https://github.com/mnott/devonthink-mcp) |
26
+ | **Hookmark integration** | No | Yes — via [Hook MCP](https://github.com/mnott/Hook) |
23
27
  | **LLM pipe-through workflow** | Yes — core feature | No |
24
28
  | **Persistent session memory** | No | Yes — auto-indexed, 449K+ chunks |
25
29
  | **Session registry** | No | Yes — SQLite, tracks 77+ projects |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekmidian/pai",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "PAI Knowledge OS — Personal AI Infrastructure with federated memory and project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",