Releases: GluonGrid/agmd
Releases · GluonGrid/agmd
v0.2.0
What's New in v0.2.0
Major release with new directive syntax, task management, file/doc/skill support, local registry, and hook-based file-less workflow.
New Directive Syntax
:::use type:namereplaces:::include— clearer, consistent naming:::listnow supports mixed types — each line istype:nameinstead of:::list type:::docsand:::skillsare explicit multi-line blocks, auto-updated by link/unlink:::new type:namefor inline content, promote to registry later
File-less Workflow (agmd sync --stdout / --diff)
--stdout: print expanded content to stdout (for Claude Code SessionStart hooks)--diff: print unified diff against cache (for PostToolUse hooks)- Cache at
.agmd/cache/last-sync.md(auto-gitignored) - Enables running without AGENTS.md on disk —
directives.mdis the only source of truth
Task Management (agmd task)
agmd task new,list,show,status,edit,clean- Priority and type fields with filtering (
P0:bug,P1:feat, etc.) - Dependency tree view with completed task tracking
- Project-scoped tasks grouped by feature
File Management (agmd file)
- Store raw files (scripts, configs) in the registry without markdown processing
agmd file new,list,add,show,delete- Shell tab completion support
Documentation Folders (agmd doc)
- Symlink documentation folders into projects
agmd doc add,link,unlink,list,show:::docsdirective lists linked documentation with compact tree view
Skills (agmd skill)
- Bundle reusable multi-file skills (e.g.,
agmd-migrate) :::skillsdirective for skill discoveryagmd skill link/unlinkto wire skills into projects
Local Registry & Personal Overrides
- Local registry for machine-specific items (auto-gitignored)
directives.local.mdfor personal overrides merged during sync- Local items take priority over shared registry
Other Improvements
- Removed
.agmd.jsonproject config —directives.mdis the single source of truth - Profile support with file parsing and copy on init
- Shell tab completion for all commands
- In-process integration test suite
- Fixed autosync recursive walk bug
- Fixed doc/skill link idempotency
Install
curl -fsSL https://gluongrid.dev/agmd/install.sh | bash