v0.1.0 — vcs submodule layout and dotfiles project
Project submodule layout, the first onboarded project, and broader tooling.
Added
vcs/<repo-name>/submodule layout for projects: documented in the rules, scaffolded bysys.project.specify, and enforced by a newmemos doctorproject-layout check.- The
dotfilesproject: living spec plus its zsh-configuration and repository-metadata-exclusion work, delivered end to end through the SDD task loop (submodule pinned at dotfilesv0.0.3).
Changed
- Migrated the dotfiles submodule from
repo/tovcs/dotfiles/and purged the stalerepo/references across the rules and skills.
Tooling
- pre-commit now mirrors CI (
ruff check,ruff format --check,mypy,memos doctor). - Moved the uv workspace root to
scripts/, consolidating.venvand tool caches underscripts/instead of scattering them at the repo root.
Docs
- Added third-party references and attributions to the README; made import-existing-repo guidance explicit in
sys.project.specify.
See CHANGELOG.md for the full history (v0.0.1–v0.1.0).