Skip to content

v2026.05.2 — Complete project-template + resync bootstrap.md

Choose a tag to compare

@ozgurkarahan ozgurkarahan released this 13 May 16:39
· 6 commits to master since this release

Completes the public-facing setup. A fresh clone now ships a viable project-template/ for new-engagement, and bootstrap.md installs the full 9 skills × 3 surfaces that the rest of the repo already provides.

Highlights

  • project-template/ completed — 5 missing canonical files added (LICENSE, README.md, .claude/CLAUDE.md, .claude/commands/status.md, .github/instructions/end-session.instructions.md) so new-engagement works out of the box on a fresh clone.
  • bootstrap.md fully re-synced (~80 KB, 1939 lines) — now installs 9 skills × 3 surfaces (was 3 skills × 1 surface). Each of ingest, end-session, query, lint, plan-week, close-week, project-status, review-sessions, new-engagement is emitted as .github/instructions/{slug}.instructions.md + .claude/skills/{slug}/SKILL.md + memory/workflows/{slug}.md. Also adds the full 9-file project-template/ scaffold as optional Step 11 + memory/ops/ infrastructure for plan-week/close-week.
  • scripts/regenerate-bootstrap.py — generator that assembles bootstrap.md from the canonical skill bodies and project-template/ files. Run it after any skill or template change to keep bootstrap.md in sync.
  • YAML hotfix for all 9 .claude/skills/*/SKILL.mddescription: fields are now properly double-quoted so GitHub's frontmatter parser stops failing with mapping values are not allowed in this context.
  • new-engagement skill (all 3 surfaces) — replaced the maintainer's private wiki reference with a concrete Prerequisites block tailored for public users.

See CHANGELOG.md for the full list.

Full diff: v2026.05.1...v2026.05.2