v0.2.0
v0.2 stops being maintainer-shaped. Section names and PARA folder paths are configurable via _system/PARA-conventions.md; defaults preserved. Published on npm as @robertwtucker/para-vault-mcp.
Install
npx -y @robertwtucker/para-vault-mcpSee the README for Claude Code / Claude Desktop wiring.
Added
- Configurable section names and folder paths via
_system/PARA-conventions.mdfrontmatter (#2). Defaults preserved — a vault without the file behaves exactly as v0.1. - Folder-path values are containment-checked at config load; absolute paths and values resolving outside
OBSIDIAN_VAULT_PATHare rejected (#9). parseFrontmatternow surfaces YAML errors via anerrorfield;find_projectresults includefrontmatterErrorwhen a project's_project.mdhas malformed frontmatter (#1).
Changed
captureinserts at the top of the section's primary bullet list rather than at section end (#8).log_workcontinues to append chronologically.- Distributed on npm as
@robertwtucker/para-vault-mcp; install is nownpx -y @robertwtucker/para-vault-mcp(#5).
Fixed
- Parallel writes to the same daily note no longer drop entries — per-path in-process serialization protects the read-modify-write cycle (#3).
Full changelog: v0.1.0...v0.2.0