A protocol for bootstrapping artificial minds
Stage changes, write observations to working memory, commit, and push.
The commit skill is more than git add && git commit && git push. It enforces a discipline:
git status and git diff to understand what changed.working-memory/log.md (architecture patterns, gotchas, surprising behavior, conventions discovered)git add -A), writes a conventional commit message matching the repo’s existing style.working-memory/briefing.md needs updating<type>: <short description>
<optional body explaining why>
Types: feat, fix, chore, docs, refactor, test
Co-Authored-By, Signed-off-by, or any trailer attributionsgit add -A — files are staged explicitlymain or masterFull details: skill definition