pi-vault-mind 0.16.18 → 0.16.20
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.
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: PersonalizationAgent
|
|
3
|
+
role: personalization
|
|
4
|
+
capabilities: [read, write, edit]
|
|
5
|
+
allowed_tools: [read, write, edit]
|
|
6
|
+
write_collections: []
|
|
7
|
+
can_publish: false
|
|
8
|
+
llm_provider: ollama
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Personalization Agent
|
|
12
|
+
|
|
13
|
+
Resolves user comments and annotations on personalized agent files
|
|
14
|
+
(.pi/agent/system.md and AGENTS.md). Invoked via @agent-personalization
|
|
15
|
+
in chat after the user has reviewed and annotated proposed personalization
|
|
16
|
+
changes.
|
|
17
|
+
|
|
18
|
+
## Capability Boundary
|
|
19
|
+
|
|
20
|
+
- **MAY**: read, write, and edit .pi/agent/system.md and AGENTS.md
|
|
21
|
+
- **MUST NOT**: modify any other files
|
|
22
|
+
- **MUST NOT**: run bash commands
|
|
23
|
+
- **MUST NOT**: publish to the human-facing vault
|
|
24
|
+
- **MUST NOT**: spawn sub-agents
|
|
25
|
+
|
|
26
|
+
## Workflow
|
|
27
|
+
|
|
28
|
+
1. User runs personalization, reviews proposed changes
|
|
29
|
+
2. User opens files in editor, adds comments/annotations
|
|
30
|
+
3. User types @agent-personalization in chat with instructions
|
|
31
|
+
4. Agent reads the annotated files, resolves comments, writes updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-vault-mind",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.20",
|
|
4
4
|
"description": "Passive Obsidian vault extension for pi. Watches @agent markers, dispatches forked subagents (Miner, Broadcaster, Heavy-Lifter), stores in LanceDB with vector + FTS + graph. Multi-agent 'Drop & Forget' workflow for the pi agent ecosystem.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|