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.

3 of 3 releases
May 2026
in progress
Apr 19, 2026
2 weeks ago
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
prototype
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