The work-queue skill is a tracked file of the project; the daemon links no skill - #1781
Merged
Merged
Conversation
…ks no skill `.agents/skills/work-queue/SKILL.md` is a copy of the package's file, with the `.claude/skills/work-queue` link beside it, the shape of #1778. The daemon's COMMAND_SKILLS list and its dependency on @gemstack/skill-work-queue go: a checkout gets the branches link and nothing else; the command skill is in every checkout by itself, like tickets, queue and logs. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
👤
🤖 automated · Fable 5.1
What changed
.agents/skills/work-queue/SKILL.mdis a copy of the package's file, with the.claude/skills/work-queuelink beside it: the shape of The tickets, queue and logs skills are tracked files of gemstack #1778.COMMAND_SKILLSlist and its resolve of@gemstack/skill-work-queueare gone fromdaemon-runtime.ts; both checkout calls pass no skills. A checkout gets thebrancheslink and nothing else.@gemstack/skill-work-queueis no longer a dependency of the framework.branches; the test that read the package's SKILL.md throughCOMMAND_SKILLSis gone; the auto PM test keeps the job's shape and no longer reads the skill file. The wording ofwork-queue/SKILL.mdhas no test now; the package has no test setup.Cutover after merge
Pull, build, restart the daemon. Remove the two lines
/.claude/skills/work-queueand/.agents/skills/work-queuethe old daemon wrote into.git/info/exclude. The window before the restart is safe: the old daemon leaves an existing path alone, so a fresh worktree keeps the tracked file.What remains
The copy drifts from the package by hand, as the other three do. The
skillsoption ofcreateCheckouthas no caller left; it stays until the branches package is looked at.