docs(skills): align lint/build/lifecycle skills with current bsh behavior#55
Draft
natemoo-re wants to merge 2 commits into
Draft
docs(skills): align lint/build/lifecycle skills with current bsh behavior#55natemoo-re wants to merge 2 commits into
natemoo-re wants to merge 2 commits into
Conversation
…vior - lint skill: drop false publint-in-lint claim, document --strict/ --warnings/--format json, add remedies table, surface scoping notes - build skill: dts default, publint publish gate, entry error message - lifecycle skill: strict lint pass moves to PR handoff step
All skills claimed 0.3.1 while the package is at 0.5.6 and the pending changesets ship in 0.6.0.
🦋 Changeset detectedLatest commit: 1a5d536 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
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.
Summary
The skills were written before several behavior changes and were actively misleading agents:
pnpm run lint— it never did (lint.tsonly ran oxlint/knip/tsgo). It now correctly documents publint as apnpm run buildgate (see feat(build): publint publish gate, types on by default, clear entry errors #52) plus the standalone command.--strict,--warnings, and--format json(see feat(lint): tier knip dead-code behind --strict, restructure output #51), including thepnpm -srequirement for clean JSON stdout.@types/node; max-params → options bag or express conformance viaoverride/implements; surface rules → only fire on public entry files). This replaces the manual steering agents needed before the skills existed.lint --strict) to the PR handoff step, matching its commit-time purpose.library_version: '0.3.1'→'0.6.0'in all 8 skills (package is 0.5.6; pending changesets ship as 0.6.0).Documents the end state assuming #50–#54 land; happy to rebase/adjust if any of those change shape.
Includes changeset (patch).