v0.0.2 — CLI, skills, and SDD workflow
The OS gains its tooling: a memos CLI, the first agent skills, and a Spec-Driven Development workflow for tasks.
Features
- memos CLI (
uv run scripts/memos) withshimifyto generate per-tool skill shims (Claude/Cursor/OpenCode/Codex) from canonicalskills/. - sys.project.create — scaffold a new project (folder, README, AGENTS.md,
repo/submodule, tasks, docs). - Spec-Driven Development workflow (Specify → Plan → Tasks → Implement), documented in
rules/sdd.md, with skills sys.task.specify, sys.task.plan, and sys.task.breakdown. Adapted from Addy Osmani / GitHub Spec Kit. - sys.project.release — cut a SemVer release: notes from Conventional Commits, annotated tag, GitHub release.
- doc.prose.review — audit Markdown prose against The Elements of Agent Style.
Docs
- Rules for skill naming, shims, and the scripts CLI; note on reloading skills after
shimify. - README cleanup.
Chore
- Add the
memosproject as a submodule underprojects/.
Full changelog: v0.0.1...v0.0.2