Markdown
Changelog

Every skill leaves a trail.

A permanent, signed record of what changed in AutoVault — and a model for how we'd like the rest of the skill ecosystem to look. Every release is signed; every signature is verifiable.

5 of 5 releases
May 22, 2026
May 14, 2026
0.3.0minorsecurity“Cleanup”

Skill removal, profile filters, and installer polish

Adds vaulted skill removal, doctor repair, tag-filtered profiles, migration hardening, and smoother setup/serve UX.

Added
  • autovault remove deletes vaulted skills, vault-local transforms, and AutoVault-managed profile symlinks with default native profile discovery
  • autovault doctor --repair can re-sign unsigned local skills while refusing tampered metadata and remote sources
  • Tag-filtered project profiles can narrow generated profile symlinks by local policy
Fixed
  • Installer TTY, Node version, and setup wizard friction are smoothed for agent-mediated installs
  • Onboarding setup and remote serve messaging now distinguish local setup from shared MCP deployment
Security
  • v1 migration imports are hardened and signature warnings are deduped for clearer operator review
May 9, 2026
0.2.1patchsecurity

Bundled skills, signing, and installer UX

Patch release adding bundled skill bootstrap, expanded validation, signing sidecars, local skill installer flow, remote OAuth docs, and MIT license alignment.

Added
  • Bundled skill bootstrap seeds source-tree skills through the real validation path
  • Local skill imports, GitHub URL discovery, overlay transforms, and remote OAuth HTTP MCP docs expand the skill workflow
  • Setup wizard and GHCR release publishing improve agent-mediated installs and deployment verification
Fixed
  • Update checks, bundle ergonomics, local installer friction, Node engine alignment, and vault integrity diagnostics were tightened
Security
  • Capability gates, signing sidecars, hardened skill bundles, and bin action checks make admission review more explicit
Apr 19, 2026
0.2.0minorsecurity

Focused TypeScript MCP server

First implementation release of the local stdio MCP server, filesystem skill storage, source adapters, validation, provenance sidecars, resource reads, and update checks.

Added
  • MCP tools for list_skills, search_skills, get_skill, propose_skill, install_skill, read_skill_resource, and check_updates
  • Filesystem-backed skill storage with .autovault-source.json provenance sidecars
  • GitHub, agentskills, and HTTPS source adapters
  • Validation pipeline with frontmatter repair, schema checks, denylist scanning, and duplicate detection
Changed
  • Replaced the previous skill-manager / skill-importer scaffold with a focused TypeScript MCP server
  • Standardized on a stdio-first local deployment story
Security
  • Tool boundaries validate skill names to block traversal attempts
  • propose_skill pre-validates resource paths before writes
  • Invalid config values fail fast at startup
early 2026
0.1.0preview

Initial vault prototype

Initial local vault prototype, profile-rendering experiment, and compatibility planning around the SKILL.md format.

Added
  • Canonical skill storage
  • Profile render directories
  • First bridge skill experiment