Lines 33-73json
33 "lint": "node .agents/scripts/run-lint.js && npm run docs:check",
34 "docs:gen": "node .agents/scripts/generate-config-docs.js && node .agents/scripts/generate-lifecycle-docs.js && node .agents/scripts/generate-workflows-doc.js && node .agents/scripts/generate-lens-checklists.js",
35 "docs:check": "node .agents/scripts/generate-config-docs.js --check && node .agents/scripts/generate-lifecycle-docs.js --check && node .agents/scripts/generate-workflows-doc.js --check && node .agents/scripts/generate-lens-checklists.js --check && node .agents/scripts/check-lifecycle-doc-drift.js && node .agents/scripts/check-doc-links.js && node .agents/scripts/check-gherkin-placeholders.js && npm run skills:check",
36 "skills:index": "node .agents/scripts/generate-skills-index.js",
37 "skills:check": "node .agents/scripts/generate-skills-index.js --check",
38 "format": "biome format --write .",
39 "format:check": "biome ci .",
40 "maintainability:check": "node .agents/scripts/check-baselines.js --gate maintainability",
41 "maintainability:update": "node .agents/scripts/update-maintainability-baseline.js",
42 "check:arch": "node .agents/scripts/check-arch-cycles.js",
43 "check:context-budget": "node .agents/scripts/check-context-budget.js",
44 "crap:check": "node .agents/scripts/check-baselines.js --gate crap",
45 "crap:update": "node .agents/scripts/update-crap-baseline.js",
46 "duplication:check": "node .agents/scripts/check-baselines.js --gate duplication",
47 "duplication:update": "node .agents/scripts/update-duplication-baseline.js",
48 "quality:preview": "node .agents/scripts/quality-preview.js --changed-since HEAD && node .agents/scripts/check-dead-exports.js",
49 "quality:watch": "node .agents/scripts/quality-watch.js",
50 "sync:commands": "node bin/mandrel.js sync-commands",
51 "sync:agents": "node .agents/scripts/sync-claude-agents.js",
52 "prepare": "husky && npm run sync:commands && npm run sync:agents",
53 "postinstall": "node bin/postinstall.js mandrel sync"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L53 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L53 57 "url": "git+https://github.com/dsj1984/mandrel.git"
70 "mandrel": "./bin/mandrel.js"