Lines 30-70json
30 "coverage:update": "node .agents/scripts/update-coverage-baseline.js",
31 "lint:md": "markdownlint-cli2 \".agents/**/*.md\" \"*.md\" \"!node_modules/**\" \"!.worktrees/**\"",
32 "lint": "node .agents/scripts/run-lint.js && npm run docs:check",
33 "docs:gen": "node .agents/scripts/generate-config-docs.js && node .agents/scripts/generate-lifecycle-docs.js && node .agents/scripts/generate-workflows-doc.js",
34 "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/check-lifecycle-doc-drift.js && node .agents/scripts/check-doc-links.js && node .agents/scripts/check-gherkin-placeholders.js && npm run skills:check",
35 "skills:index": "node .agents/scripts/generate-skills-index.js",
36 "skills:check": "node .agents/scripts/generate-skills-index.js --check",
37 "format": "biome format --write .",
38 "format:check": "biome ci .",
39 "maintainability:check": "node .agents/scripts/check-baselines.js --gate maintainability",
40 "maintainability:update": "node .agents/scripts/update-maintainability-baseline.js",
41 "check:arch": "node .agents/scripts/check-arch-cycles.js",
42 "crap:check": "node .agents/scripts/check-baselines.js --gate crap",
43 "crap:update": "node .agents/scripts/update-crap-baseline.js",
44 "duplication:check": "node .agents/scripts/check-baselines.js --gate duplication",
45 "duplication:update": "node .agents/scripts/update-duplication-baseline.js",
46 "quality:preview": "node .agents/scripts/quality-preview.js --changed-since HEAD && node .agents/scripts/check-dead-exports.js",
47 "quality:watch": "node .agents/scripts/quality-watch.js",
48 "sync:commands": "node bin/mandrel.js sync-commands",
49 "prepare": "husky && npm run sync:commands",
50 "postinstall": "node bin/postinstall.js mandrel sync"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L50 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L50 54 "url": "git+https://github.com/dsj1984/mandrel.git"
67 "mandrel": "./bin/mandrel.js"