hanoman 0.1.28 → 0.1.30

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,5 +1,5 @@
1
1
  {
2
- "version": "0.1.28",
3
- "sha": "c64dd22",
4
- "builtAt": "2026-08-13T12:43:53.461Z"
2
+ "version": "0.1.30",
3
+ "sha": "648c9bc",
4
+ "builtAt": "2026-08-13T21:27:38.407Z"
5
5
  }
package/dist/cli.js CHANGED
@@ -5649,6 +5649,9 @@ var init_api = __esm({
5649
5649
  // SPEC-233 · drop commit isolasi
5650
5650
  fsBrowse: (path) => `${API}/fs/browse${path ? `?path=${encodeURIComponent(path)}` : ""}`,
5651
5651
  terminalSessions: `${API}/terminal/sessions`,
5652
+ // SPEC-742 · ADR-0116 · pembersihan worktree yang masih tertunda sesudah sesi ditutup. Di bawah
5653
+ // prefix /terminal supaya ikut capability `sessions` yang sudah ada (cermin sessionHistory).
5654
+ terminalCleanups: `${API}/terminal/cleanups`,
5652
5655
  terminalSession: (id) => `${API}/terminal/sessions/${id}`,
5653
5656
  terminalSteer: (id) => `${API}/terminal/sessions/${id}/steer`,
5654
5657
  terminalInterrupt: (id) => `${API}/terminal/sessions/${id}/interrupt`,