@danypops/pi-lector 0.1.0 → 0.1.4
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Pi host adapter for Lector: overrides `read`, `write`, and `edit` with a
|
|
|
4
4
|
daemon-backed, hash-guarded filesystem. Requires a running Lector daemon
|
|
5
5
|
(`lector serve`) — no auto-spawn.
|
|
6
6
|
|
|
7
|
+
```bash
|
|
8
|
+
pi install npm:@danypops/pi-lector
|
|
9
|
+
```
|
|
10
|
+
|
|
7
11
|
`populate_symbol_graph` submits bounded background work and waits briefly. If the
|
|
8
12
|
graph is still loading, it returns a job id immediately; `job_status` polls that id
|
|
9
13
|
later without forcing the agent into a blocking or blind polling loop.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danypops/pi-lector",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Pi host adapter for Lector: overrides read/write/edit with a daemon-backed, hash-guarded filesystem",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typebox": "*"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@danypops/lector": "^0.1.
|
|
21
|
+
"@danypops/lector": "^0.1.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@earendil-works/pi-ai": "^0.81.1",
|