Skip to content

v0.5.0

Choose a tag to compare

@sr-releaser sr-releaser released this 08 Apr 17:04
· 61 commits to main since this release

0.5.0 (2026-04-08)

Breaking Changes

  • cli,main: add project subcommand and refactor session handling (dae4c3e)
  • session: add Copilot and Gemini adapters, refactor session module (da22692)

Features

  • tui: wire up link/unlink and add delete with live refresh (3d4964a)
  • prune: add prune command to remove broken resources and stale entries (52741f4)
  • tui: add configuration list screen (cc2f6a2)
  • tools: recognize new session adapters and aliases (f8a053d)
  • ops: add project config creation and update for new resource kinds (bd27fa9)
  • ops: add project sync operations (f55e384)
  • project_files: static registry of project file specs (b6cb3f0)
  • adapters: add instruction file adapter for editor-specific rules (48d476d)
  • config: add shared project and memory directories (465dd3a)
  • ir,inventory: expand resource model with instruction files and project tracking (f0bc485)
  • tui: add info tab showing configuration and tool detection (5af18b9)
  • ops: wire up --path parameter through sync pipeline (6b42e58)
  • cli: add --path parameter to status and sync commands (4f970f2)

Bug Fixes

  • tui: collapse nested if to satisfy clippy (cca4cc9)
  • manage: support @subpath and #branch suffixes for git sources (ab8108c)
  • manage: support @Branch suffix for all git sources (0acf11b)
  • discover: remove unnecessary reference in contains_key calls (eefa655)

Documentation

  • update showcase assets and demo interactions (6ba8aed)
  • add roadmap and update readme (47363ba)
  • add configuration section to readme (e34fdc4)
  • refactor resource conventions documentation (c1542c8)
  • refactor README with improved structure and clarity (a56b065)

Refactoring

  • tui: improve code formatting in UI modules (61536d4)
  • improve code formatting in core and adapter modules (47bb131)
  • ops: improve code formatting and organization (5e56a00)
  • ops: use consolidated frontmatter validation (a14c27a)
  • discover: extract walk entry logic and validation helpers (270d761)

Miscellaneous

  • bump version to 0.4.1 (0ccc7cd)
  • remove install.sh script (80421e4)
  • move install script to scripts directory (447c456)

Full Changelog