The tickets, queue and logs skills are tracked files of gemstack - #1778
Conversation
The daemon links nothing but branches and work-queue into a checkout since #1777. A project that wants its agents to know the tickets, the queue and the logs tracks the three SKILL.md files under .agents/skills with the .claude/skills links, the way the ldd skill is tracked. Copies of the packages' SKILL.md files at 06ea480. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rjdv16jjSyTUHZLXHpYjwG
|
👤 The prompts that drove this PR, verbatim. Under each, one 🤖 line on what the agent did with it. 1.
🤖 Read the memory files, then gathered the facts for step 1 without touching anything: local main one commit behind, daemon pid 87576 on the old build, three registered projects, which of them track skill files and list the packages (only gemstack lists the packages, none tracks the files), the packages are not on npm. Reported and waited. 2.
🤖 Pulled main to 06ea480, 3.
🤖 Explained question 2: the two throwaway projects have neither the files nor the bins, and the packages are not on npm, so wiring them means 4.
🤖 Pushed the branch, opened this PR, posted this comment. |
…ks no skill (#1781) `.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>
The cutover step from #1777. The daemon links only
branchesandwork-queueinto a checkout now. The tickets, queue and logs skills are the project's own tracked files.Three copies of the packages' SKILL.md at 06ea480 under
.agents/skills/<name>/, with the.claude/skills/<name>links, the way the logic-driven-development skill is tracked. The four@gemstack/skill-*packages were already in the root devDependencies, sonpx ticketsresolves.The copies drift from the packages' files as those change. Keeping them in step is by hand for now.
🤖 automated · Fable 5.1, effort high