spike(ragkit) 0.1.3: fix skill YAML frontmatter + re-add harness probe#85
Merged
Conversation
Two things: 1. FIX (P0): the four ragkit skill descriptions from 0.1.2 contained "Trigger: " (colon+space) unquoted, breaking YAML frontmatter parse — `claude plugin validate` failed and at runtime the frontmatter was silently dropped (name/description lost → skill discovery affected). Fix: double-quote all four descriptions. (Same bug exists in specode/task-swarm skills — handled separately.) 2. SPIKE: re-add the `__env_probe__` sentinel to skills/query/SKILL.md (rebased on current main after the concurrent-edit collision). `/ragkit:query __env_probe__` prints which vars each harness provides in SKILL context to pin down the harness-agnostic script locator. Probe removed next release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-Authored-By: qxbyte <126648675+qxbyte@users.noreply.github.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.
Rebased on current main (after PR #82/#83 landed concurrently).
1. Fix (P0): the four ragkit skill⚠️ The SAME bug is present in
descriptions from 0.1.2 have unquotedTrigger:(colon+space) → YAML frontmatter fails to parse (claude plugin validateerrors; at runtime frontmatter is silently dropped, losing name/description). Fixed by double-quoting all four.specode/skills/specodeandtask-swarm/skills/task-swarm— those are NOT fixed here (separate decision).2. Spike: re-adds
__env_probe__toragkit:query. Run/ragkit:query __env_probe__on both Claude Code and CodeBuddy → prints which ofCLAUDE_SKILL_DIR/CLAUDE_PLUGIN_ROOT/CODEBUDDY_*each harness populates in SKILL context, path format, and which candidate resolver hits. Pins down the harness-agnostic locator that replaces the${VAR:-default}+findresolver. Probe removed next release.Validation passes; version gate in sync (ragkit 0.1.3).
🤖 Generated with Claude Code