Add herdr glyph-refresh triggers to /kickoff and /define - #47
Merged
Conversation
Both skills now run the same best-effort, silent `herdr-tab-glyph.sh refresh --cached <main-repo>` that /close, /list, and /status already use, so the Manager tab's ◉ hub mark and sibling worker glyphs get stamped/updated on these two events too: - /kickoff: after the launch step, so the freshly-created tab is included. - /define: after the task file is written (the new task has no tab yet, but the value is the ◉ + resyncing existing tabs). Bump work-system to 1.9.3 (patch — adds triggers, no new surface). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MzfmXsQbZyhqZHi8wm8Qb7
Follow-up to the previous commit: the README explicitly enumerated which skills refresh herdr tab glyphs, so it needed the same update as the knowledge doc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MzfmXsQbZyhqZHi8wm8Qb7
Renumbering the "Optional — Start immediately" step from 9 to 10 left its continuation lines at the old 3-space indent, one space short of the marker width CommonMark requires for a nested bullet list — the sibling kickoff/SKILL.md edits in this same PR already use the correct 4-space indent for two-digit items. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MzfmXsQbZyhqZHi8wm8Qb7
gering
force-pushed
the
task/refresh-glyphs-on-kickoff-define
branch
from
July 24, 2026 11:25
d77a35c to
7c2e788
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/kickoffand/definenow also trigger a herdr tab-glyph refresh, so the Manager tab's◉hub mark (and sibling worker glyphs) get stamped/updated on these two lifecycle events — not only on/close,/list,/status,/continue-reopen, and the pr-flow shim./kickoff, the Manager tab could lack its◉until an unrelated survey command happened to run there.Changes
plugins/work-system/skills/kickoff/SKILL.md: new step 14, after the launch step, runsherdr-tab-glyph.sh refresh --cached <main-repo>(best-effort, silent) so the freshly-created tab is included.plugins/work-system/skills/define/SKILL.md: new step 9, after the task file is written, runs the same refresh (the new task has no tab yet — the value is the◉+ resyncing existing tabs)..claude/knowledge/features/herdr-tab-glyphs.md: added/kickoffand/defineto the refresh-trigger list.plugins/work-system/README.md: updated the trigger-point paragraph to match.CHANGELOG.md: entry under work-system 1.9.3.work-system1.9.2 → 1.9.3 (patch — adds triggers, no new surface) inplugin.jsonandmarketplace.json.Readiness
herdr-tab-glyphs.mdupdatedcheck-structure.pyis the sole CI check — 0 errors, 2 pre-existing unrelated warnings)Test plan
/kickoffinside a herdr session and confirm the Manager tab gets◉after the worktree launches/defineinside a herdr session and confirm existing tabs' glyphs re-sync🤖 Generated with Claude Code