tend-cli 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +1 -1
- package/dist/config-Dz4byqjU.js +3594 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/config-tbp_HMuZ.js +0 -184970
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClaudeSession, ConfigSchema, EventBus, FindingSchema, FindingStore, REPAIR_STRATEGIES, ReportBuilder, ReportSchema, Snapshot, addUsage, applyCliOverrides, applyRepairPlanToFinding, assertGitRepo, buildProgram, changedFiles, changedVsHead, detectPackageManager, dispatch, filterToChanged, fingerprint, groupRemaining, isAiDispatchStrategy, isAvailable, loadConfig, makeDeterministicFixUnit, makeDeterministicFixer, normalize, orchestrate, planRepair, planWork, planWorkFromRepairs, renderSummary, retryCommand, revertFile, route, runScanner, scopeFindings, showCommand, trackForTool, zeroUsage } from "./config-
|
|
1
|
+
import { ClaudeSession, ConfigSchema, EventBus, FindingSchema, FindingStore, REPAIR_STRATEGIES, ReportBuilder, ReportSchema, Snapshot, addUsage, applyCliOverrides, applyRepairPlanToFinding, assertGitRepo, buildProgram, changedFiles, changedVsHead, detectPackageManager, dispatch, filterToChanged, fingerprint, groupRemaining, isAiDispatchStrategy, isAvailable, loadConfig, makeDeterministicFixUnit, makeDeterministicFixer, normalize, orchestrate, planRepair, planWork, planWorkFromRepairs, renderSummary, retryCommand, revertFile, route, runScanner, scopeFindings, showCommand, trackForTool, zeroUsage } from "./config-Dz4byqjU.js";
|
|
2
2
|
import { existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from "node:fs";
|
|
3
3
|
import { dirname } from "node:path";
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tend-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Audit a JS/TS repo with established scanners, then fix the findings with parallel AI sessions in a safe scan-fix-rescan loop.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"nanoid": "^5.1.6",
|
|
64
64
|
"p-queue": "^8.1.0",
|
|
65
65
|
"simple-git": "^3.27.0",
|
|
66
|
+
"typescript": "^5.7.3",
|
|
66
67
|
"typescript-eslint": "^8.20.0",
|
|
67
68
|
"zod": "^3.24.1"
|
|
68
69
|
},
|
|
@@ -70,7 +71,6 @@
|
|
|
70
71
|
"@types/node": "^22.10.5",
|
|
71
72
|
"@vitest/coverage-v8": "^4.1.5",
|
|
72
73
|
"tsdown": "^0.9.6",
|
|
73
|
-
"typescript": "^5.7.3",
|
|
74
74
|
"vitest": "^4.0.14"
|
|
75
75
|
}
|
|
76
76
|
}
|