Skip to content

ci(changesets): version packages - #228

Merged
stijnvanhulle merged 1 commit into
mainfrom
changeset-release/main
Sep 18, 2026
Merged

stijnvanhulle merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@stijnvanhulle/template-demo@1.0.0

Patch Changes

  • Updated dependencies []:
    • @stijnvanhulle/template-core@1.0.0

@stijnvanhulle/template-core@1.0.0

No changes in this release.

@stijnvanhulle/template-claude-plugin@1.0.0

Major Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - Fold the ponytail skill and its /ponytail command into deslop, so one skill and one
    /deslop command run both checks in a single pass.

    • Runs the reuse-first decision ladder (over-engineering: unneeded deps, wrappers, config)
      alongside the existing AI style-tell checklist (needless comments, defensive checks, any
      casts).
    • Lists every finding with the file, what it violates, and the proposed fix, then asks before
      changing anything, using a native picker where the client has one and a lettered list
      otherwise. deslop used to apply its fixes directly; it now asks first, matching how
      ponytail already worked.
    • Applies only the findings you confirm.

    To upgrade, run /deslop where you used to run /ponytail.

Minor Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - The user-questions rule now says to always reach for the native picker (AskUserQuestion or
    a client's equivalent) when a task is blocked on information only the user can supply, instead
    of reserving it for a fixed-choice fork.

    • Covers open-ended requests too: offer your best-guess options and let Other carry the real
      answer, rather than falling back to a plain question.
    • The one carve-out is a secret or credential (an API key, a token, a password), which stays a
      plain question and is never echoed back or offered as a guessable option.
  • #226 e0639c2 Thanks @stijnvanhulle! - code-reviewer now folds deslop's reuse-first ladder and AI style tells, jsdoc's
    conventions, humanizer's pattern list, and documentation's style guide into its review, in
    that order, then asks which findings to hand off for fixing.

    • Stays read-only: it reports findings by these skills' criteria instead of applying their
      fixes, then follows the user-questions rule to ask which of deslop, jsdoc, humanizer,
      or documentation you want run next.
    • A pass with nothing in its category (no exported symbols touched, no prose changed) is
      skipped rather than forced.
  • #226 e0639c2 Thanks @stijnvanhulle! - deslop now runs the humanizer pattern list as a third pass over any changed README, doc,
    comment block, or other user-facing markdown in the diff, alongside its existing reuse-first
    ladder and code style-tell checks.

    • One /deslop run now covers over-engineering, code style tells, and AI writing tells in
      prose, instead of needing a separate /humanizer pass for prose changes.
    • humanizer still works standalone for prose review outside a code diff.

Patch Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - Cut the token cost of the jsdoc and pr skills without dropping any guidance.

    • Moved the jsdoc skill's full @example gallery and documentation patterns into
      references/examples.md, so the default load only carries the tag tables, guidelines, and tag
      order.
    • Shortened the jsdoc skill's frontmatter description, since it stays in context in every
      <skills> listing whether or not the skill loads.
    • Tightened repetitive prose across the pr skill's steps, keeping every check and guardrail.

@stijnvanhulle/template-cursor-plugin@1.0.0

Major Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - Fold the ponytail skill and its /ponytail command into deslop, so one skill and one
    /deslop command run both checks in a single pass.

    • Runs the reuse-first decision ladder (over-engineering: unneeded deps, wrappers, config)
      alongside the existing AI style-tell checklist (needless comments, defensive checks, any
      casts).
    • Lists every finding with the file, what it violates, and the proposed fix, then asks before
      changing anything, using a native picker where the client has one and a lettered list
      otherwise. deslop used to apply its fixes directly; it now asks first, matching how
      ponytail already worked.
    • Applies only the findings you confirm.

    To upgrade, run /deslop where you used to run /ponytail.

Minor Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - The user-questions rule now says to always reach for the native picker (AskUserQuestion or
    a client's equivalent) when a task is blocked on information only the user can supply, instead
    of reserving it for a fixed-choice fork.

    • Covers open-ended requests too: offer your best-guess options and let Other carry the real
      answer, rather than falling back to a plain question.
    • The one carve-out is a secret or credential (an API key, a token, a password), which stays a
      plain question and is never echoed back or offered as a guessable option.
  • #226 e0639c2 Thanks @stijnvanhulle! - code-reviewer now folds deslop's reuse-first ladder and AI style tells, jsdoc's
    conventions, humanizer's pattern list, and documentation's style guide into its review, in
    that order, then asks which findings to hand off for fixing.

    • Stays read-only: it reports findings by these skills' criteria instead of applying their
      fixes, then follows the user-questions rule to ask which of deslop, jsdoc, humanizer,
      or documentation you want run next.
    • A pass with nothing in its category (no exported symbols touched, no prose changed) is
      skipped rather than forced.
  • #226 e0639c2 Thanks @stijnvanhulle! - deslop now runs the humanizer pattern list as a third pass over any changed README, doc,
    comment block, or other user-facing markdown in the diff, alongside its existing reuse-first
    ladder and code style-tell checks.

    • One /deslop run now covers over-engineering, code style tells, and AI writing tells in
      prose, instead of needing a separate /humanizer pass for prose changes.
    • humanizer still works standalone for prose review outside a code diff.

Patch Changes

  • #226 e0639c2 Thanks @stijnvanhulle! - Cut the token cost of the jsdoc and pr skills without dropping any guidance.

    • Moved the jsdoc skill's full @example gallery and documentation patterns into
      references/examples.md, so the default load only carries the tag tables, guidelines, and tag
      order.
    • Shortened the jsdoc skill's frontmatter description, since it stays in context in every
      <skills> listing whether or not the skill loads.
    • Tightened repetitive prose across the pr skill's steps, keeping every check and guardrail.

@codesandbox

codesandbox Bot commented Sep 18, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web Editor • VS Code • Insiders

Open Preview

@stijnvanhulle
stijnvanhulle merged commit 634779e into main Sep 18, 2026
@github-actions
github-actions Bot deleted the changeset-release/main branch September 18, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant