@clipboard-health/groundcrew 4.39.0 → 4.40.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/commands/doctor.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAuQH,wBAAsB,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/commands/doctor.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAuQH,wBAAsB,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC,CAuF/C"}
|
package/dist/commands/doctor.js
CHANGED
|
@@ -237,6 +237,10 @@ export async function doctor() {
|
|
|
237
237
|
config = loadedConfig;
|
|
238
238
|
const sourceLabel = CONFIG_SOURCE_LABELS[source.kind];
|
|
239
239
|
writeOutput(`[ok] config loaded — ${source.filepath} (${sourceLabel})`);
|
|
240
|
+
// Sibling "where things live" line: the resolved log file, so a user
|
|
241
|
+
// investigating a problem knows where to look. Shown as a full path to
|
|
242
|
+
// match the config filepath above (doctor favors exact, copyable paths).
|
|
243
|
+
writeOutput(` log file: ${config.logging.file}`);
|
|
240
244
|
}
|
|
241
245
|
catch (error) {
|
|
242
246
|
writeOutput(`[--] config: ${errorMessage(error)}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/groundcrew",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.40.0",
|
|
4
4
|
"description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@clipboard-health/ai-rules": "2.27.0",
|
|
80
|
-
"@clipboard-health/oxlint-config": "1.10.
|
|
80
|
+
"@clipboard-health/oxlint-config": "1.10.23",
|
|
81
81
|
"@nx/js": "22.7.5",
|
|
82
82
|
"@tsconfig/node24": "24.0.4",
|
|
83
83
|
"@tsconfig/strictest": "2.0.8",
|