-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 9 KB
/
Copy pathpackage.json
File metadata and controls
136 lines (136 loc) · 9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@openclaw/clawsweeper",
"version": "0.3.1",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:repair": "tsc -p tsconfig.repair.json",
"build:dashboard": "tsc -p tsconfig.dashboard.json",
"build:node": "pnpm run build && pnpm run build:repair",
"build:all": "pnpm run build && pnpm run build:repair && pnpm run build:dashboard",
"plan": "node dist/clawsweeper.js plan",
"reserve-review-lease": "node dist/clawsweeper.js reserve-review-lease",
"review": "node dist/clawsweeper.js review",
"codex:local:check": "node scripts/check-local-codex.mjs",
"e2e:automerge": "pnpm run build:repair && node scripts/e2e/automerge.mjs",
"e2e:automerge:container": "node scripts/e2e/automerge-container.mjs",
"retry-failed-reviews": "node dist/clawsweeper.js retry-failed-reviews",
"apply-artifacts": "node dist/clawsweeper.js apply-artifacts",
"apply-decisions": "node dist/clawsweeper.js apply-decisions",
"finalize-action-events": "node dist/clawsweeper.js finalize-action-events",
"publish-action-events": "node dist/clawsweeper.js publish-action-events",
"audit": "node dist/clawsweeper.js audit",
"reconcile": "node dist/clawsweeper.js reconcile",
"status": "node dist/clawsweeper.js status",
"local-review": "node dist/commit-sweeper.js local-review",
"repair:validate": "node dist/repair/validate-all.js",
"repair:containment-smoke": "node dist/repair/containment-preflight.js",
"repair:validate-job": "node dist/repair/validate-job.js",
"repair:render": "node dist/repair/render-prompt.js",
"repair:create-job": "node dist/repair/create-job.js",
"repair:plan-cluster": "node dist/repair/plan-cluster.js",
"repair:build-fix-artifact": "node dist/repair/plan-cluster.js",
"repair:import-gitcrawl": "node dist/repair/import-gitcrawl-clusters.js",
"repair:select-cluster-candidate": "node dist/repair/select-cluster-candidate.js",
"repair:publish-cluster-intake": "node dist/repair/publish-cluster-intake.js",
"repair:restore-cluster-intake-job": "node dist/repair/restore-cluster-intake-job.js",
"repair:state-delta-paths": "node dist/repair/state-delta-paths.js",
"repair:resolve-result-targets": "node dist/repair/resolve-result-targets.js",
"repair:import-gitcrawl-low-signal": "node dist/repair/import-gitcrawl-low-signal-prs.js",
"repair:worker": "node dist/repair/run-worker.js",
"repair:action-session": "node dist/repair/action-session.js",
"repair:collect-codex-debug": "node dist/repair/collect-codex-debug.js",
"repair:apply-result": "node dist/repair/apply-result.js",
"repair:execute-fix": "node dist/repair/execute-fix-artifact.js",
"repair:post-flight": "node dist/repair/post-flight.js",
"repair:finalize-open-prs": "node dist/repair/finalize-open-prs.js",
"repair:cleanup-replacement-labels": "node dist/repair/cleanup-replacement-labels.js",
"repair:comment-router": "node dist/repair/comment-router.js",
"repair:action-ledger": "node dist/repair/action-ledger-cli.js",
"repair:comment-webhook": "node dist/repair/comment-webhook.js",
"repair:issue-implementation-intake": "node dist/repair/issue-implementation-intake.js",
"repair:issue-implementation-status": "node dist/repair/issue-implementation-status.js",
"repair:publish-main": "node dist/repair/publish-main.js",
"repair:notify-merge": "node dist/repair/notify-merge.js",
"repair:notify-events": "node dist/repair/notify-events.js",
"repair:notify-maintainer-report": "node dist/repair/notify-maintainer-report.js",
"repair:notify-github-activity": "node dist/repair/notify-github-activity.js",
"repair:spam-comment-intake": "node dist/repair/spam-comment-intake.js",
"repair:spam-scan": "node dist/repair/spam-scanner.js",
"repair:exact-review-bundle": "node dist/repair/exact-review-bundle-cli.js",
"repair:exact-review-queue-maintenance": "node dist/repair/exact-review-queue-maintenance.js",
"repair:scheduled-review-enqueue": "node dist/repair/scheduled-review-enqueue.js",
"repair:exact-review-dead-letters": "node scripts/exact-review-dead-letter-operator.mjs",
"repair:exact-review-batch": "node dist/repair/exact-review-batch-cli.js",
"repair:exact-review-direct-publication": "node dist/repair/exact-review-direct-publication.js",
"repair:publish-event-result": "node dist/repair/publish-event-result.js",
"repair:update-command-status": "node dist/repair/update-command-status.js",
"workflow": "node dist/repair/workflow-utils.js",
"repair:promote-stuck-jobs": "node dist/repair/promote-stuck-jobs.js",
"repair:sweep-openclaw-jobs": "node dist/repair/sweep-openclaw-jobs.js",
"repair:tag-clawsweeper": "node dist/repair/tag-clawsweeper-targets.js",
"repair:dispatch": "node dist/repair/dispatch-jobs.js",
"repair:requeue": "node dist/repair/requeue-job.js",
"repair:self-heal": "node dist/repair/self-heal-failed-runs.js",
"repair:conflict-self-heal": "node dist/repair/conflict-self-heal.js",
"repair:publish-result": "node dist/repair/publish-result.js",
"repair:review-results": "node dist/repair/review-results.js",
"repair:message-samples": "node dist/repair/render-message-samples.js",
"target-fanout": "node dist/repair/target-fanout.js",
"dashboard:deploy": "npx wrangler@4.107.0 deploy --config dashboard/wrangler.toml",
"dashboard:dev": "npx wrangler@4.107.0 dev --config dashboard/wrangler.toml",
"dashboard:refresh-ci": "node scripts/dashboard-refresh-ci.mjs",
"dashboard:smoke": "node scripts/dashboard-smoke.mjs",
"smoke:pr-close-coverage": "pnpm run build && node scripts/pr-close-coverage-smoke.mjs",
"test": "pnpm run build:all && pnpm run test:no-build",
"test:no-build": "node scripts/run-node-tests.mjs all",
"test:unit": "node scripts/run-node-tests.mjs unit",
"test:repair": "pnpm run build:repair && pnpm run test:repair:no-build",
"test:repair:no-build": "node scripts/run-node-tests.mjs repair",
"test:workflow-sparse-checkout": "node --test test/repair/workflow-sparse-checkout.smoke.ts",
"test:coverage": "pnpm run build:all && pnpm run test:coverage:no-build",
"test:coverage:no-build": "node scripts/run-node-tests.mjs all -- --experimental-test-coverage --test-coverage-include='dist/**/*.js' --test-coverage-exclude='dist/repair/*.test.js' --test-coverage-lines=49 --test-coverage-branches=66 --test-coverage-functions=57",
"test:coverage:changed": "pnpm run build:repair && pnpm run test:coverage:changed:no-build",
"test:coverage:changed:no-build": "node scripts/run-node-tests.mjs fix-prompt-builder -- --experimental-test-coverage --test-coverage-include='dist/repair/fix-prompt-builder.js' --test-coverage-lines=85 --test-coverage-branches=85 --test-coverage-functions=85",
"check:active-surface": "node scripts/check-active-surface.ts",
"check:dashboard-queue-boundary": "node scripts/check-dashboard-queue-boundary.ts",
"check:docs": "node scripts/check-docs.mjs",
"check:limits": "node scripts/check-limits.ts",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:src": "oxlint src --ignore-pattern \"src/repair/**\" --tsconfig tsconfig.json --type-aware --deny-warnings --report-unused-disable-directives -D correctness",
"lint:repair": "oxlint src/repair --tsconfig tsconfig.repair.json --deny-warnings --report-unused-disable-directives -D correctness",
"lint:scripts": "oxlint scripts test --deny-warnings --report-unused-disable-directives -D correctness",
"lint:dashboard": "oxlint dashboard --tsconfig tsconfig.dashboard.json --deny-warnings --report-unused-disable-directives -D correctness",
"format": "oxfmt --write src scripts test dashboard package.json tsconfig.json tsconfig.repair.json tsconfig.dashboard.json .oxfmtrc.json config schema .github/actions .github/workflows",
"format:check": "oxfmt --check src scripts test dashboard package.json tsconfig.json tsconfig.repair.json tsconfig.dashboard.json .oxfmtrc.json config schema .github/actions .github/workflows",
"oxformat": "pnpm run format",
"oxformat:check": "pnpm run format:check",
"check:static": "pnpm run \"/^(check:active-surface|check:dashboard-queue-boundary|check:docs|check:limits|format:check)$/\"",
"check:parallel": "pnpm run check:static && pnpm run build:all && pnpm run lint && pnpm run test:coverage:changed:no-build && pnpm run test:coverage:no-build",
"check": "pnpm run check:parallel",
"check:changed": "pnpm run check",
"test:changed": "pnpm run test:unit",
"crabbox:hydrate": "crabbox actions hydrate",
"crabbox:run": "crabbox run",
"crabbox:stop": "crabbox stop",
"crabbox:warmup": "crabbox warmup",
"repair:pr-intake": "node dist/repair/pr-repair-intake.js"
},
"dependencies": {
"typescript": "^7.0.2",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"markdown-it": "^15.0.0",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"oxlint-tsgolint": "0.24.0"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.10.0"
}