From 1c0d0403479365fd2dee8bb4461f5fc63ce818bd Mon Sep 17 00:00:00 2001 From: vitya Date: Sun, 24 May 2026 23:15:12 +0300 Subject: [PATCH] chore(dist-hermes): rebuild project-bootstrap for v1.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to 01bc714 — skills/project-bootstrap/ shipped v1.12.0 (template + Step 5.6 table row) but dist-hermes/ regen was forgotten. Surfaced when build-hermes ran for the session-handoff mapping task. Per project-discipline Rule 3 ("rebuild packaged artifact in same or next commit"), shipping the regen now to keep dist-hermes/ coherent with skills/. Co-Authored-By: Claude Opus 4.7 (1M context) --- dist-hermes/software-development/project-bootstrap/SKILL.md | 3 ++- .../project-bootstrap/assets/CLAUDE.md.template | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist-hermes/software-development/project-bootstrap/SKILL.md b/dist-hermes/software-development/project-bootstrap/SKILL.md index f4a605f..b6d117c 100644 --- a/dist-hermes/software-development/project-bootstrap/SKILL.md +++ b/dist-hermes/software-development/project-bootstrap/SKILL.md @@ -1,6 +1,6 @@ --- name: project-bootstrap -version: 1.11.0 +version: 1.12.0 description: > Initializes or upgrades a project in the current folder: git, .gitignore, README.md, .wiki/ using Karpathy's method, .tasks/ for task tracking, CLAUDE.md with skill triggers. @@ -489,6 +489,7 @@ Mismatch between template and map → silent gaps in the recommendation. | `use task management system` | `using-tasks` | skill | `~/.claude/skills/using-tasks/SKILL.md` | `bash scripts/install.sh using-tasks` | | `check across all projects` | `using-projects-meta` | skill | `~/.claude/skills/using-projects-meta/SKILL.md` | `bash scripts/install.sh using-projects-meta` | | `pull remote before work` | `pulling-before-work` | skill | `~/.claude/skills/pulling-before-work/SKILL.md` | `bash scripts/install.sh pulling-before-work` | +| `session handoff: read on start, write on end` | `session-handoff` | skill | `~/.claude/skills/session-handoff/SKILL.md` | `bash scripts/install.sh session-handoff` | | `follow project discipline` | `project-discipline` | skill | `~/.claude/skills/project-discipline/SKILL.md` | `bash scripts/install.sh project-discipline` | | `follow tdd-criteria` | `tdd-criteria` | skill | `~/.claude/skills/tdd-criteria/SKILL.md` | `bash scripts/install.sh tdd-criteria` | | `delegate to interns when allowed` | `using-interns` | skill | `~/.claude/skills/using-interns/SKILL.md` | `bash scripts/install.sh using-interns` | diff --git a/dist-hermes/software-development/project-bootstrap/assets/CLAUDE.md.template b/dist-hermes/software-development/project-bootstrap/assets/CLAUDE.md.template index 829cbb7..ee458ee 100644 --- a/dist-hermes/software-development/project-bootstrap/assets/CLAUDE.md.template +++ b/dist-hermes/software-development/project-bootstrap/assets/CLAUDE.md.template @@ -7,6 +7,7 @@ use project wiki use task management system check across all projects pull remote before work +session handoff: read on start, write on end follow project discipline follow tdd-criteria delegate to interns when allowed