0.1.0
Pre-release
Pre-release
·
6 commits
to d559ede0e7a9668c22730aae68440a09977f859e
since this release
Vault MCP Obsidian Plugin 0.1.0
Private-alpha release for copied-vault, disposable-vault, and BRAT testing.
GitHub prerelease:
https://github.com/vault-mcp/platform/releases/tag/0.1.0
What Is Included
- Settings for server URL, sync token, vault id, index mode, write mode, include rules, exclude rules, manual allow rules, and write audit folder.
- Dashboard with safety boundary and configuration readiness checks.
- Connection preflight for server health, storage readiness, migration metadata, and configured-vault status before sync.
- Dry-run index preview for allowed, denied, review-required, and redacted notes.
- Review queue for sensitive notes held by policy.
- Sync of approved Markdown chunks to the configured Vault MCP server.
- Write proposal review for create, append, replace, frontmatter update, and rename operations.
- Local write apply for supported approved proposals after safety checks, with backup and audit notes.
Safety Defaults
review_requiredis the default write mode.- Exclude rules win before include and manual allow rules.
- The server stores a derived index and write proposals; it does not directly edit Obsidian files.
- Local write apply creates backup and audit notes under the configured audit folder.
direct_applyremains experimental and should not be used for normal private-alpha testing.
Known Limitations
- Use copied or disposable vaults first. Do not point private-alpha testing at a live vault until the private-alpha safety review and release walkthrough gates pass.
patch_noteproposals are not accepted in this release.- BRAT release assets are published on the
0.1.0GitHub prerelease and can be verified withnpm run plugin:brat:verify-github; copied-vault installed-file parity can be verified withnpm run plugin:brat:verify-copy-install; the screenshot-backed BRAT UI walkthrough is still an external gate. - Obsidian community-plugin submission is not enabled yet.
- Copied-vault Obsidian UI verification passed for create, append, replace, frontmatter, and rename proposals; a broader external-user walkthrough is still open.
- Public docs still need demo-vault data before wider release.
Verification Commands
npm run plugin:package
npm run plugin:verify-package
npm run plugin:brat:prepare
npm run plugin:brat:verify
npm run plugin:brat:verify-github
npm run plugin:brat:check-copy -- --check-github-release
npm run plugin:brat:verify-copy-install
npm run plugin:brat:prepare-ui-evidence
npm run plugin:brat:evidence-status
npm run plugin:brat:verify-ui-evidence
npm run plugin:smoke-fresh-install
npm run plugin:smoke-lifecycle
npm run build
npm run check:api
npm testUpgrade Notes
This is the first private-alpha package. For later upgrades, preserve Obsidian's plugin data.json unless release notes explicitly say the settings shape changed.