@tekmidian/pai 0.33.0 → 0.33.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.
- package/README.md +2 -2
- package/docs/task-bus.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -552,7 +552,7 @@ L0 and L1 fire automatically via the `memory_wakeup` MCP tool, which is called b
|
|
|
552
552
|
Create `~/.pai/identity.txt` with a short description of yourself and your working style. Claude will see this at every session start. Example:
|
|
553
553
|
|
|
554
554
|
```
|
|
555
|
-
|
|
555
|
+
Principal engineer. Work across TypeScript, Dart, and shell scripting.
|
|
556
556
|
Projects: PAI (AI infrastructure), RingsADay (Flutter app), Scribe (MCP server).
|
|
557
557
|
Prefer concise explanations, hate unnecessary hedging.
|
|
558
558
|
```
|
|
@@ -572,7 +572,7 @@ Four MCP tools cover the full lifecycle:
|
|
|
572
572
|
- `kg_invalidate` — Mark a fact as no longer true (sets `valid_to`)
|
|
573
573
|
- `kg_contradictions` — Surface facts that directly contradict each other, using predicate inversion rules
|
|
574
574
|
|
|
575
|
-
Example: "
|
|
575
|
+
Example: "the user prefers PostgreSQL" added in March; "the user prefers SQLite" added in April with the March fact invalidated. `kg_query` in April sees only the current fact; `kg_query` for March sees the historical one.
|
|
576
576
|
|
|
577
577
|
### Memory Taxonomy
|
|
578
578
|
|
package/docs/task-bus.md
CHANGED
|
@@ -72,8 +72,8 @@ a sub-project under it, named after the session:
|
|
|
72
72
|
Claude 🤖 ← rootProjectId
|
|
73
73
|
├── PAI
|
|
74
74
|
├── AIBroker
|
|
75
|
-
├──
|
|
76
|
-
└──
|
|
75
|
+
├── Job Search (own)
|
|
76
|
+
└── Job Search (assisting)
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
Ownership is the sub-project a task sits in. Filing from a phone is then one
|