Codymaster cm-retro-cli
Use at end of sprint to append operational learnings as structured JSONL to the project retro log.
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-retro-cli" ~/.claude/skills/tody-agent-codymaster-cm-retro-cli && rm -rf "$T"
manifest:
skills/cm-retro-cli/SKILL.mdsource content
cm-retro-cli — operational learnings JSONL
Append
cm retro --project . --tool claude --note "Forgot to run gate before push; CI failed on lint."
Stored in
.cm/operational-learnings.jsonl.
Summary
cm retro --project . --summary
Use with skill evolution
Feed highlights into cm-skill-evolution / project learnings DB so future sessions avoid repeating mistakes.