docdex 0.2.74 → 0.2.75
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/CHANGELOG.md +6 -0
- package/assets/agents.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.75
|
|
4
|
+
- Add packaged automatic AI-terminal capture, generated-skill registry, validation, sync, install, rollback, and context-hint surfaces for personal-preferences and mind-clone workflows.
|
|
5
|
+
- Add packaged generated-skill quality reports with replay, drift, stale-source, activation feedback, and promote/keep/review/demote/quarantine recommendations.
|
|
6
|
+
- Split packaged personal-preferences storage, digestion, routines, clone, governance, operator-event, and generated-skill logic into focused modules with HTTP, CLI, MCP, and test coverage.
|
|
7
|
+
- Bump packaged release metadata to 0.2.75.
|
|
8
|
+
|
|
3
9
|
## 0.2.74
|
|
4
10
|
- Add packaged compatibility HTTP aliases for repo memory, profile memory, personal-preferences, conversation, diary, KG, index, tree, files, stats, repo-inspect, impact diagnostics, and retrieval-only RAG surfaces.
|
|
5
11
|
- Add packaged delete endpoints for repo memory, profile preferences, and diary entries, including storage cleanup and HTTP regression coverage.
|
package/assets/agents.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---- START OF DOCDEX INFO V0.2.
|
|
1
|
+
---- START OF DOCDEX INFO V0.2.75 ----
|
|
2
2
|
Docdex URL: http://127.0.0.1:28491
|
|
3
3
|
Use this base URL for Docdex HTTP endpoints.
|
|
4
4
|
Health check endpoint: `GET /healthz` (not `/v1/health`).
|
|
@@ -99,6 +99,7 @@ When unsure which memory lane fits the task, call `docdex_memory_route` first.
|
|
|
99
99
|
- Use `docdex_memory_layers` when you need the full six-layer map and storage/scope details.
|
|
100
100
|
- Repo memory and profile memory are the core/default lanes.
|
|
101
101
|
- Conversation memory, diary memory, temporal knowledge graph, and personal-preferences memory are selective lanes for continuity, handoff notes, structured recall, and richer user-specific context.
|
|
102
|
+
- For non-trivial agent work where personal-preferences memory is relevant, call `docdex_clone_directive` before planning and compare completed work against its required steps and approval gates before the final response.
|
|
102
103
|
|
|
103
104
|
### D. Conversation Memory + Temporal Knowledge Graph
|
|
104
105
|
|