mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Compare commits
1 commit
main
...
hotfix/wor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
249991de3f |
3 changed files with 10 additions and 0 deletions
1
.github/workflows/release-npm.yml
vendored
1
.github/workflows/release-npm.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Release npm packages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ These rules are repo-specific and apply to everything under this directory.
|
|||
- For release or packaging changes, run `npm run ci`.
|
||||
- Keep release docs, workflow files, and package metadata aligned in the same change.
|
||||
|
||||
## Testing anti-patterns
|
||||
|
||||
- **Never write tests that assert `.changeset/*.md` files exist.** Changesets are consumed (deleted) by `changeset version` during the release flow. Any test guarding changeset file presence will break CI on the version-bump commit and block the release pipeline.
|
||||
|
||||
## Development skill install rules
|
||||
|
||||
- When testing or developing skills from this repository, install or sync the current skill directories into the user's home-directory global skill locations first.
|
||||
|
|
|
|||
5
CLAUDE.md
Normal file
5
CLAUDE.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# k-skill
|
||||
|
||||
## Testing anti-patterns
|
||||
|
||||
- **Never write tests that assert `.changeset/*.md` files exist.** Changesets are consumed (deleted) by `changeset version` during the release flow. Any test guarding changeset file presence will break CI on the version-bump commit and block the release pipeline.
|
||||
Loading…
Add table
Add a link
Reference in a new issue