Skip to content

Commit 42a4bdd

Browse files
committed
MAESTRO: Add hook documentation audit script
- Create scripts/audit-hooks.mjs for comprehensive coverage analysis - Add npm run hooks:audit script - Analyzes hook coverage across all products (examples, descriptions, @SInCE) - Generates static/api/audit-report.json with detailed gap analysis
1 parent e60d0c9 commit 42a4bdd

2 files changed

Lines changed: 397 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"docs:generate": "npm run hooks:generate && npm run api:generate && npm run relations:generate && npm run hooks:link-api-types && node ./scripts/generate-category-indexes.mjs",
2323
"llm:enhance": "node ./scripts/enhance-for-llms.mjs && node ./scripts/generate-product-llms.mjs",
2424
"llm:product": "node ./scripts/generate-product-llms.mjs",
25+
"hooks:audit": "node ./scripts/audit-hooks.mjs",
2526
"docs:full": "npm run repos:clone && npm run docs:generate && npm run llm:enhance && npm run build"
2627
},
2728
"dependencies": {

0 commit comments

Comments
 (0)