@@ -88,7 +88,7 @@ node .claude/skills/manifest-automation/scripts/automate.mjs update extension co
8888 - Write manifest JSON to appropriate path
8989 - For IDE/CLI/Extension: check vendor manifest exists, create if missing
9090 - Update ` data/github-stars.json `
91- - Run ` npm run generate` to regenerate TypeScript data files
91+ - Run ` pnpm generate` to regenerate TypeScript data files
9292 - Run schema validation
9393 - Report success/failures to user
9494
@@ -342,7 +342,7 @@ Status: DRAFT (3 fields incomplete)
3423422. Manually fill TODO-marked fields if information available
3433433. Add i18n translations (zh-Hans, de, ko)
3443444. Update verified field once data confirmed accurate
345- 5. Run validation: npm run test:validate
345+ 5. Run validation: pnpm test:validate
346346
347347Note: Vendor manifest, github-stars.json, and TypeScript files already updated.
348348```
@@ -433,7 +433,7 @@ After running this skill, expect:
4334331 . ** Manifest file** : ` manifests/<type>s/<name>.json `
4344342 . ** With TODO comments** : For failed field extractions
4354353 . ** Valid against schema** : ` manifests/$schemas/<type>.schema.json `
436- 4 . ** Ready for validation** : Run ` npm run test:validate`
436+ 4 . ** Ready for validation** : Run ` pnpm test:validate`
437437
438438## GitHub Stars Update
439439
@@ -520,7 +520,7 @@ updateGithubStarsEntry(manifestType, manifestName, { isNew: operationMode === 'c
5205203 . ** Add translations** : Populate ` i18n ` object with localized content (zh-Hans, de, ko)
5215214 . ** Set verified** : Change ` verified ` to ` true ` if data is confirmed accurate
5225225 . ** Add related products** : Manually curate ` relatedProducts ` array
523- 6 . ** Run validation** : Ensure schema compliance with ` npm run test:validate`
523+ 6 . ** Run validation** : Ensure schema compliance with ` pnpm test:validate`
5245247 . ** Commit changes** : Add manifest to git repository
525525
526526Note: Vendor manifest and github-stars.json are automatically handled during creation.
0 commit comments