0.1.0-beta
0.1.0-beta — Public launch
- Reactive drift detection — file watcher now checks each change against the active spec as it happens, not at session end (
feat(drift): reactive per-change detection on file watcher) - Structured handoff digest — new MCP tool
vibeless_structured_handoff_digestgenerates a structured summary of session changes, decisions, and open items for carryforward context - Phase boundary proposals — new MCP tool
vibeless_propose_phase_boundarysuggests logical phase splits based on spec and current implementation state - MCP tool input alignment — all Path-C tool input types are now aligned with
exactOptionalPropertyTypesto prevent optional/undefined field mismatches - Dead feature module cleanup — removed legacy LLM feature modules that were superseded by the MCP cutover
- Spec management — create and version detailed specifications alongside your codebase
- Context documents — living architecture and convention docs served on demand to agents
- Architecture docs — store and retrieve architecture decisions via MCP hooks
- MCP integration — local MCP server exposes all Vibeless data; configure once, works across agent sessions