-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
12 lines (12 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
12 lines (12 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": ".claude",
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1",
"scripts": {
"check": "pnpm check-markdown && pnpm test",
"check-markdown": "markdownlint-cli2 --fix '**/*.md'",
"test": "hooks/full-continue.test.sh && hooks/scratch-path-guard.test.sh && hooks/git-permissions.test.sh && hooks/no-blind-sleep.test.sh && hooks/linear-create-state-guard.test.sh && hooks/auto-heartbeat.test.sh && hooks/auto-rewake.test.sh && hooks/auto-deadline-gate.test.sh && hooks/finish-flow-guard.test.sh && scripts/wt-path.test.sh && scripts/sync-main.test.sh && scripts/wt-identity.test.sh && scripts/wt-restamp.test.sh && scripts/wt-disown.test.sh && scripts/reap-worktrees.test.sh && scripts/reap-tmp.test.sh && scripts/finish-merge.test.sh && scripts/detect-issue-id.test.sh && scripts/fleet-launch.test.sh && scripts/auto-fork-key.test.sh && scripts/fleet-sequence.test.sh && scripts/fleet-metrics.test.sh && scripts/fleet-forecast.test.sh && scripts/quality-review-write-verdict.test.sh && scripts/next-candidates.test.sh && scripts/fleet-blockers.test.sh && scripts/auto-stall-watch.test.sh && scripts/auto-push-main.test.sh && scripts/fleet-headroom.test.sh && scripts/linear-set-state.test.sh && scripts/linear-claim.test.sh && scripts/start-wt-verify.test.sh && scripts/linear-create-child.test.sh && scripts/fleet-status.test.sh && scripts/epic-graph.test.sh && scripts/mark-ready-for-release.test.sh && scripts/suite-baseline-cache.test.sh && lib/pnpm.test.sh && skills/linear-setup/scripts/linear-setup.test.sh"
},
"devDependencies": {
"markdownlint-cli2": "^0.22.1"
}
}