pi-vault-mind 0.7.0 → 0.7.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/CHANGELOG.md +17 -0
- package/package.json +1 -1
- package/skills/vault-mind-setup/SKILL.md +8 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.7.1 - 2026-06-14
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Renamed skill directories to `vault-mind-{role}` for consistency.
|
|
7
|
+
- Updated subagent dispatch names to match the new skill roles.
|
|
8
|
+
- Fixed `vault-mind-setup` skill description formatting.
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Documentation cleanup across README, skills, and setup FAQ.
|
|
12
|
+
- CI configuration simplified for single-package repo.
|
|
13
|
+
|
|
14
|
+
## 0.7.0 - 2026-06-10
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- Initial release of `pi-vault-mind`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-vault-mind",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
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",
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vault-mind-setup
|
|
3
|
-
description:
|
|
3
|
+
description: >
|
|
4
|
+
Setup and management assistant for pi-vault-mind (the passive Obsidian vault
|
|
5
|
+
extension for pi). Use for first-time setup, configuration changes,
|
|
6
|
+
troubleshooting, Obsidian plugin recommendations, upgrade paths, multi-vault
|
|
7
|
+
management, and dependency auditing. Trigger phrases: "set up vault-mind",
|
|
8
|
+
"configure obsidian", "install pi-vault-mind", "/wiki setup", "watcher not
|
|
9
|
+
working", "vault-mind troubleshooting", "add another vault", "upgrade
|
|
10
|
+
pi-vault-mind".
|
|
4
11
|
---
|
|
5
12
|
|
|
6
13
|
# pi-vault-mind Setup & Management
|