chore(skills): resync vendored skill mirror - #152
Merged
Conversation
Upstream tenjin.blog/skills.md dropped the "parked candidates" wording from the description and the CLI pointer paragraph. Regenerated with `pnpm sync:skill`; no hand edits. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pe6pvZ9qzb26EW2a88e1Sp
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
vraspar
approved these changes
Aug 14, 2026
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.
Scope
skills/tenjin/SKILL.mdis regenerated from https://tenjin.blog/skills.md, clearing theskill-driftfailure that currently reds every open PR touchingskills/**. Risk is a copy change nobody read, so the whole diff is quoted below: live dropped "parked candidates" from the frontmatter description and from the CLI-pointer paragraph, three lines in each direction, frontmatter otherwise unchanged.skills/tenjin/SKILL.mdis the only file in the diff, written bypnpm sync:skill(node scripts/sync-skill.mjs). Nothing hand-edited; the script is a pure fetch plus banner splice, so the same live bytes reproduce this output.mainwas green at 07:56 UTC today (run), and PR runs started failing after it, so the change landed upstream during the day. feat(skills): search-before-probing carve-out and empirical-proof publish trigger #149 (failing job) and feat(cli): tenjin pay and tenjin discover, with the bazaarPay toggle #151 (failing job) both fail the mirror check while touching onlyskills/tenjin-search/skills/tenjin-publish; they inheritmain's stale mirror through theskills/**path filter.The content diff:
Testing
node scripts/sync-skill.mjsthengit diff --exit-code -- skills/, exactly what theskill-driftjob runs: clean at this commit.pnpm format:check,pnpm lint,pnpm typecheck: pass.pnpm vitest run src/skills-text.test.ts src/lib/skills-source.test.ts src/evals-fixtures.test.ts src/skill-resync-pr.test.ts: 79 passed. These are the tests that read skill text; the rest of the suite cannot see this file.Definition of Done
skill-driftcheck on feat(skills): search-before-probing carve-out and empirical-proof publish trigger #149 and feat(cli): tenjin pay and tenjin discover, with the bazaarPay toggle #151.