mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-18 13:39:40 +03:00
feat: token-footprint report for skill/agent frontmatter, budget-enforced in CI (#2)
This commit is contained in:
@@ -11,7 +11,8 @@ docs website (`website/`, Astro Starlight). The only repo-level check is
|
||||
## Build, test, run
|
||||
- Plugin: nothing to build. Lint before committing: `node scripts/validate-plugin.cjs`
|
||||
— validates every SKILL.md against the 8-section anatomy and plugin/marketplace
|
||||
version sync (also runs in CI, `.github/workflows/validate.yml`).
|
||||
version sync; `node scripts/token-report.cjs --check` — enforces token budgets
|
||||
on skill/agent frontmatter (both run in CI, `.github/workflows/validate.yml`).
|
||||
- Test by installing locally:
|
||||
`/plugin marketplace add <path-or-repo>` → `/plugin install claudekit` → `/claudekit:init`
|
||||
- Website (`cd website/`): `npm install`, `npm run dev`, `npm run build`,
|
||||
|
||||
Reference in New Issue
Block a user