@dzhechkov/harness-cli 0.3.243 → 0.3.244

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/.dz-manifest.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "README.md",
12
- "sha256": "5f4e31653970ef6970b6d87c862a1c6ac1f2da92c3f4f913b4be4155284db1f4"
12
+ "sha256": "2471dcbdf8588a65410c17557f5ef331c4f8cc77923824728f64ebe7e33d84dc"
13
13
  },
14
14
  {
15
15
  "path": "coverage/coverage-final.json",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "path": "package.json",
76
- "sha256": "e26250419d70ec922def52f25f63000b658eec8203b29a2135edad1be98f8d5d"
76
+ "sha256": "ff01608759bb01a9bb83aa45cc4658182765d9fb4b2512f3a096b8ea55370eac"
77
77
  },
78
78
  {
79
79
  "path": "src/bin.ts",
@@ -101,5 +101,5 @@
101
101
  }
102
102
  ]
103
103
  },
104
- "signature": "gGmbCW5Q8VH8CPNbUxHMrZBTxa6wqihi7F0bfUw+dyfN09I/hBQJZzhkautvL4TeFLGJGxkzzXVvpBqjoLHEAw=="
104
+ "signature": "WQQaokaBe8iyzdWIE4vAORyCEzPbmF/WLd7uUazUGV6j9mL84mxjqC4NaVyKwWjD1+c+wawazid8gFVOqz07Bg=="
105
105
  }
package/README.md CHANGED
@@ -447,6 +447,9 @@ Two things changed to make it mean something:
447
447
  1-hour TTL write, cache-read 0.1x, output 5x).
448
448
  - **Subagent transcripts count.** `<session>/subagents/*.jsonl` carry real, non-duplicated usage and
449
449
  were silently excluded.
450
+ - **The walk is safe and bounded.** Only regular files are read, symlinked files and directory
451
+ components are skipped (a FIFO used to block it, a symlink used to be followed), and the file cap
452
+ keeps the NEWEST transcripts so a long history cannot push current usage out of view.
450
453
 
451
454
  ```bash
452
455
  dz usage # session ~13% (resets 10:24) · week ~15% (resets 08:59) · estimated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.243",
3
+ "version": "0.3.244",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "@dzhechkov/skills-reverse-engineering": "^0.1.0",
58
58
  "@dzhechkov/skills-presentation-storyteller": "^0.1.0",
59
59
  "@dzhechkov/skills-website-cloner": "^0.1.0",
60
- "@dzhechkov/harness-core": "0.3.134"
60
+ "@dzhechkov/harness-core": "0.3.135"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^25.6.0",
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "5f4e31653970ef6970b6d87c862a1c6ac1f2da92c3f4f913b4be4155284db1f4"
28
+ "content": "2471dcbdf8588a65410c17557f5ef331c4f8cc77923824728f64ebe7e33d84dc"
29
29
  }
30
30
  ]
31
31
  },
@@ -185,7 +185,7 @@
185
185
  "hashes": [
186
186
  {
187
187
  "alg": "SHA-256",
188
- "content": "e26250419d70ec922def52f25f63000b658eec8203b29a2135edad1be98f8d5d"
188
+ "content": "ff01608759bb01a9bb83aa45cc4658182765d9fb4b2512f3a096b8ea55370eac"
189
189
  }
190
190
  ]
191
191
  },