@hasna/snapshots 0.1.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.
Files changed (55) hide show
  1. package/LICENSE +130 -0
  2. package/README.md +90 -0
  3. package/dist/agent/index.d.ts +3 -0
  4. package/dist/agent/index.d.ts.map +1 -0
  5. package/dist/agent/index.js +12 -0
  6. package/dist/agent/index.js.map +1 -0
  7. package/dist/capture/index.d.ts +3 -0
  8. package/dist/capture/index.d.ts.map +1 -0
  9. package/dist/capture/index.js +267 -0
  10. package/dist/capture/index.js.map +1 -0
  11. package/dist/cli/index.d.ts +3 -0
  12. package/dist/cli/index.d.ts.map +1 -0
  13. package/dist/cli/index.js +195 -0
  14. package/dist/cli/index.js.map +1 -0
  15. package/dist/index.d.ts +8 -0
  16. package/dist/index.d.ts.map +1 -0
  17. package/dist/index.js +8 -0
  18. package/dist/index.js.map +1 -0
  19. package/dist/mcp/index.d.ts +3 -0
  20. package/dist/mcp/index.d.ts.map +1 -0
  21. package/dist/mcp/index.js +116 -0
  22. package/dist/mcp/index.js.map +1 -0
  23. package/dist/policy.d.ts +5 -0
  24. package/dist/policy.d.ts.map +1 -0
  25. package/dist/policy.js +38 -0
  26. package/dist/policy.js.map +1 -0
  27. package/dist/restore.d.ts +4 -0
  28. package/dist/restore.d.ts.map +1 -0
  29. package/dist/restore.js +157 -0
  30. package/dist/restore.js.map +1 -0
  31. package/dist/runtime.d.ts +38 -0
  32. package/dist/runtime.d.ts.map +1 -0
  33. package/dist/runtime.js +91 -0
  34. package/dist/runtime.js.map +1 -0
  35. package/dist/server/index.d.ts +3 -0
  36. package/dist/server/index.d.ts.map +1 -0
  37. package/dist/server/index.js +51 -0
  38. package/dist/server/index.js.map +1 -0
  39. package/dist/service.d.ts +16 -0
  40. package/dist/service.d.ts.map +1 -0
  41. package/dist/service.js +84 -0
  42. package/dist/service.js.map +1 -0
  43. package/dist/storage.d.ts +25 -0
  44. package/dist/storage.d.ts.map +1 -0
  45. package/dist/storage.js +215 -0
  46. package/dist/storage.js.map +1 -0
  47. package/dist/types.d.ts +90 -0
  48. package/dist/types.d.ts.map +1 -0
  49. package/dist/types.js +2 -0
  50. package/dist/types.js.map +1 -0
  51. package/dist/util.d.ts +26 -0
  52. package/dist/util.d.ts.map +1 -0
  53. package/dist/util.js +113 -0
  54. package/dist/util.js.map +1 -0
  55. package/package.json +78 -0
package/LICENSE ADDED
@@ -0,0 +1,130 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on the Work and for which the editorial revisions,
41
+ annotations, elaborations, or other modifications represent, as a
42
+ whole, an original work of authorship. For the purposes of this
43
+ License, Derivative Works shall not include works that remain
44
+ separable from, or merely link or bind by name to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including the
48
+ original version of the Work and any modifications or additions to
49
+ that Work or Derivative Works thereof, that is intentionally submitted
50
+ to Licensor for inclusion in the Work by the copyright owner or by an
51
+ individual or Legal Entity authorized to submit on behalf of the
52
+ copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control
56
+ systems, and issue tracking systems that are managed by, or on behalf
57
+ of, the Licensor for the purpose of discussing and improving the Work,
58
+ but excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ patent license to make, have made, use, offer to sell, sell, import,
76
+ and otherwise transfer the Work.
77
+
78
+ 4. Redistribution. You may reproduce and distribute copies of the
79
+ Work or Derivative Works thereof in any medium, with or without
80
+ modifications, and in Source or Object form, provided that You meet
81
+ the following conditions:
82
+
83
+ (a) You must give any other recipients of the Work or Derivative
84
+ Works a copy of this License; and
85
+
86
+ (b) You must cause any modified files to carry prominent notices
87
+ stating that You changed the files; and
88
+
89
+ (c) You must retain, in the Source form of any Derivative Works
90
+ that You distribute, all copyright, patent, trademark, and
91
+ attribution notices from the Source form of the Work, excluding
92
+ those notices that do not pertain to any part of the Derivative
93
+ Works; and
94
+
95
+ (d) If the Work includes a "NOTICE" text file as part of its
96
+ distribution, then any Derivative Works that You distribute must
97
+ include a readable copy of the attribution notices contained
98
+ within such NOTICE file.
99
+
100
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
101
+ any Contribution intentionally submitted for inclusion in the Work by
102
+ You to the Licensor shall be under the terms and conditions of this
103
+ License, without any additional terms or conditions.
104
+
105
+ 6. Trademarks. This License does not grant permission to use the trade
106
+ names, trademarks, service marks, or product names of the Licensor,
107
+ except as required for reasonable and customary use in describing the
108
+ origin of the Work and reproducing the content of the NOTICE file.
109
+
110
+ 7. Disclaimer of Warranty. Unless required by applicable law or
111
+ agreed to in writing, Licensor provides the Work on an "AS IS" BASIS,
112
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
113
+ implied, including, without limitation, any warranties or conditions
114
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
115
+ PARTICULAR PURPOSE.
116
+
117
+ 8. Limitation of Liability. In no event and under no legal theory,
118
+ whether in tort, contract, or otherwise, unless required by
119
+ applicable law, shall any Contributor be liable to You for damages,
120
+ including any direct, indirect, special, incidental, or consequential
121
+ damages arising as a result of this License or out of the use or
122
+ inability to use the Work.
123
+
124
+ 9. Accepting Warranty or Additional Liability. While redistributing
125
+ the Work or Derivative Works thereof, You may choose to offer, and
126
+ charge a fee for, acceptance of support, warranty, indemnity, or
127
+ other liability obligations. However, in accepting such obligations,
128
+ You may act only on Your own behalf and on Your sole responsibility.
129
+
130
+ END OF TERMS AND CONDITIONS
package/README.md ADDED
@@ -0,0 +1,90 @@
1
+ # @hasna/snapshots
2
+
3
+ Runtime snapshot and restore layer for the local Hasna open-source developer environment.
4
+
5
+ `@hasna/snapshots` captures a point-in-time view of local runtime resources, stores it in SQLite, and can build guarded restore plans for the parts that are safe to recreate automatically.
6
+
7
+ ## What It Captures
8
+
9
+ - machine identity and runtime context
10
+ - tmux sessions, windows, panes, and pane working directories
11
+ - Hasna project registry output when `projects list --json` is available
12
+ - local process summaries with secret-like arguments redacted
13
+ - session, browser, and desktop state when companion Hasna CLIs or state folders exist
14
+ - diagnostics for optional integrations that are absent or unavailable
15
+
16
+ Missing optional tools do not fail a snapshot. They become diagnostic resources so the snapshot still explains what was visible at capture time.
17
+
18
+ ## Safety Model
19
+
20
+ Restore is dry-run by default.
21
+
22
+ The built-in restore allowlist is intentionally narrow:
23
+
24
+ - `project` resources can plan creation of missing project directories.
25
+ - `tmux-session` resources can plan detached tmux session creation.
26
+ - other resource kinds are observed and skipped unless future adapters explicitly support them.
27
+
28
+ Execution requires both `--apply` and `--yes`. Restore never kills existing sessions or overwrites existing service files. Existing project directories and tmux sessions become `noop` operations.
29
+
30
+ ## Install
31
+
32
+ ```sh
33
+ bun install
34
+ bun run build
35
+ ```
36
+
37
+ The package stores data in `$HOME/.hasna/snapshots/snapshots.sqlite` by default. Override with:
38
+
39
+ ```sh
40
+ HASNA_SNAPSHOTS_DIR=/path/to/data
41
+ HASNA_SNAPSHOTS_DB_PATH=/path/to/snapshots.sqlite
42
+ ```
43
+
44
+ ## CLI
45
+
46
+ ```sh
47
+ snapshots capture --name before-upgrade
48
+ snapshots list
49
+ snapshots show <snapshot-id>
50
+ snapshots resources --limit 50
51
+ snapshots plan <snapshot-id>
52
+ snapshots restore <snapshot-id> --apply --yes
53
+ snapshots policy list
54
+ snapshots policy set kind:process ignore --reason "processes are observe-only"
55
+ snapshots daemon once
56
+ snapshots daemon run --interval 300
57
+ snapshots service plan
58
+ snapshots service install --apply --yes
59
+ ```
60
+
61
+ All commands emit JSON so agents can consume stable contracts.
62
+
63
+ ## MCP
64
+
65
+ `snapshots-mcp` provides a minimal stdio JSON-RPC bridge with these tools:
66
+
67
+ - `capture_snapshot`
68
+ - `list_snapshots`
69
+ - `get_snapshot`
70
+ - `plan_restore`
71
+
72
+ ## Local HTTP Server
73
+
74
+ ```sh
75
+ snapshots-serve
76
+ curl http://localhost:7337/health
77
+ curl http://localhost:7337/snapshots
78
+ curl -X POST http://localhost:7337/snapshots -H 'content-type: application/json' -d '{"name":"manual"}'
79
+ ```
80
+
81
+ ## Release Verification
82
+
83
+ ```sh
84
+ bun run typecheck
85
+ bun test
86
+ bun run build
87
+ bun run verify:release
88
+ ```
89
+
90
+ Publishing still depends on normal external credentials for npm and GitHub.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env bun
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agent/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env bun
2
+ import { main } from "../cli/index.js";
3
+ if (import.meta.main) {
4
+ const args = process.argv.slice(2);
5
+ if (args.length === 0) {
6
+ await main(["daemon", "run"]);
7
+ }
8
+ else {
9
+ await main(["daemon", ...args]);
10
+ }
11
+ }
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agent/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACrB,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACnC,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACtB,MAAM,IAAI,CAAC,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;IAChC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,CAAC,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IAClC,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CaptureOptions, CaptureResult } from "../types.js";
2
+ export declare function captureAll(options?: CaptureOptions): Promise<CaptureResult>;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/capture/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,cAAc,EAAE,aAAa,EAA2C,MAAM,aAAa,CAAC;AAG7H,wBAAsB,UAAU,CAAC,OAAO,GAAE,cAAmB,GAAG,OAAO,CAAC,aAAa,CAAC,CAuBrF"}
@@ -0,0 +1,267 @@
1
+ import { existsSync, readdirSync, statSync } from "node:fs";
2
+ import { join } from "node:path";
3
+ import { hostname, platform, release, userInfo } from "node:os";
4
+ import { commandExists, defaultDataDir, nowIso, redactJson, redactText, runCommand, runJsonCommand, sha256, slugPart } from "../util.js";
5
+ export async function captureAll(options = {}) {
6
+ const include = new Set(options.include ?? ["machine", "tmux", "projects", "processes", "sessions", "browser", "desktop"]);
7
+ const now = options.now ?? nowIso();
8
+ const result = { resources: [], diagnostics: [] };
9
+ const append = (capture) => {
10
+ result.resources.push(...capture.resources);
11
+ result.diagnostics.push(...capture.diagnostics);
12
+ };
13
+ if (include.has("machine"))
14
+ append(captureMachine(now, options.cwd));
15
+ if (include.has("tmux"))
16
+ append(captureTmux(now));
17
+ if (include.has("projects"))
18
+ append(captureProjects(now));
19
+ if (include.has("processes"))
20
+ append(captureProcesses(now));
21
+ if (include.has("sessions"))
22
+ append(captureSessions(now));
23
+ if (include.has("browser"))
24
+ append(captureBrowser(now));
25
+ if (include.has("desktop"))
26
+ append(captureDesktop(now));
27
+ for (const diagnostic of result.diagnostics) {
28
+ result.resources.push(diagnosticResource(diagnostic, now));
29
+ }
30
+ return result;
31
+ }
32
+ function captureMachine(now, cwd = process.cwd()) {
33
+ return {
34
+ resources: [
35
+ {
36
+ id: `machine:${process.env.HASNA_MACHINE_ID ?? sha256(hostname()).slice(0, 12)}`,
37
+ kind: "machine",
38
+ name: hostname(),
39
+ source: "machine",
40
+ attributes: {
41
+ hostname: hostname(),
42
+ platform: platform(),
43
+ release: release(),
44
+ user: userInfo().username,
45
+ cwd,
46
+ hasna_machine_id: process.env.HASNA_MACHINE_ID ?? null
47
+ },
48
+ observedAt: now
49
+ }
50
+ ],
51
+ diagnostics: []
52
+ };
53
+ }
54
+ function captureTmux(now) {
55
+ if (!commandExists("tmux")) {
56
+ return diagnostic("tmux", "info", "tmux command not found; tmux resources were not captured.");
57
+ }
58
+ const sessions = runCommand("tmux", ["list-sessions", "-F", "#{session_id}\t#{session_name}\t#{session_created}\t#{session_windows}\t#{session_attached}"]);
59
+ if (!sessions.ok) {
60
+ return diagnostic("tmux", "info", "tmux server is not running or cannot be queried.", sessions.stderr.trim());
61
+ }
62
+ const resources = [];
63
+ for (const line of sessions.stdout.trim().split("\n").filter(Boolean)) {
64
+ const [sessionId, name, created, windows, attached] = line.split("\t");
65
+ const id = `tmux-session:${slugPart(name)}`;
66
+ resources.push({
67
+ id,
68
+ kind: "tmux-session",
69
+ name,
70
+ source: "tmux",
71
+ attributes: {
72
+ tmux_id: sessionId,
73
+ created: Number(created),
74
+ windows: Number(windows),
75
+ attached: attached === "1",
76
+ cwd: process.cwd()
77
+ },
78
+ observedAt: now
79
+ });
80
+ }
81
+ const panes = runCommand("tmux", [
82
+ "list-panes",
83
+ "-a",
84
+ "-F",
85
+ "#{session_name}\t#{window_index}\t#{window_name}\t#{pane_id}\t#{pane_current_path}\t#{pane_current_command}\t#{pane_active}"
86
+ ]);
87
+ if (panes.ok) {
88
+ for (const line of panes.stdout.trim().split("\n").filter(Boolean)) {
89
+ const [sessionName, windowIndex, windowName, paneId, panePath, paneCommand, paneActive] = line.split("\t");
90
+ const sessionResourceId = `tmux-session:${slugPart(sessionName)}`;
91
+ const windowResourceId = `tmux-window:${slugPart(sessionName)}:${windowIndex}`;
92
+ if (!resources.some((resource) => resource.id === windowResourceId)) {
93
+ resources.push({
94
+ id: windowResourceId,
95
+ kind: "tmux-window",
96
+ name: `${sessionName}:${windowIndex}:${windowName}`,
97
+ source: "tmux",
98
+ parentId: sessionResourceId,
99
+ attributes: { session: sessionName, index: Number(windowIndex), name: windowName },
100
+ observedAt: now
101
+ });
102
+ }
103
+ resources.push({
104
+ id: `tmux-pane:${slugPart(sessionName)}:${paneId.replace("%", "")}`,
105
+ kind: "tmux-pane",
106
+ name: `${sessionName}:${paneId}`,
107
+ source: "tmux",
108
+ parentId: windowResourceId,
109
+ attributes: {
110
+ session: sessionName,
111
+ window_index: Number(windowIndex),
112
+ current_path: panePath,
113
+ current_command: paneCommand,
114
+ active: paneActive === "1"
115
+ },
116
+ observedAt: now
117
+ });
118
+ }
119
+ }
120
+ return { resources, diagnostics: [] };
121
+ }
122
+ function captureProjects(now) {
123
+ const json = commandExists("projects") ? runJsonCommand("projects", ["list", "--json"]) : undefined;
124
+ if (!json) {
125
+ return diagnostic("projects", "info", "projects CLI not found or did not return JSON.");
126
+ }
127
+ const rows = Array.isArray(json) ? json : Array.isArray(json.projects) ? json.projects : [];
128
+ const resources = rows
129
+ .filter((row) => Boolean(row && typeof row === "object" && !Array.isArray(row)))
130
+ .map((row) => {
131
+ const path = typeof row.path === "string" ? row.path : typeof row.primary_path === "string" ? row.primary_path : undefined;
132
+ const name = String(row.name ?? row.slug ?? path ?? "project");
133
+ const attributes = redactJson({ ...row, path: path ?? null });
134
+ return {
135
+ id: `project:${slugPart(String(row.id ?? row.slug ?? path ?? name))}`,
136
+ kind: "project",
137
+ name,
138
+ source: "projects",
139
+ attributes,
140
+ observedAt: now
141
+ };
142
+ });
143
+ return { resources, diagnostics: [] };
144
+ }
145
+ function captureProcesses(now) {
146
+ const ps = runCommand("ps", ["-axo", "pid=,ppid=,comm=,args="], 5_000);
147
+ if (!ps.ok)
148
+ return diagnostic("processes", "warning", "ps command failed.", ps.stderr.trim());
149
+ const resources = [];
150
+ for (const line of ps.stdout.split("\n").map((entry) => entry.trim()).filter(Boolean).slice(0, 250)) {
151
+ const match = line.match(/^(\d+)\s+(\d+)\s+(\S+)\s*(.*)$/);
152
+ if (!match)
153
+ continue;
154
+ const [, pid, ppid, command, args] = match;
155
+ resources.push({
156
+ id: `process:${pid}`,
157
+ kind: "process",
158
+ name: command,
159
+ source: "processes",
160
+ attributes: {
161
+ pid: Number(pid),
162
+ ppid: Number(ppid),
163
+ command,
164
+ args: redactText(args ?? "")
165
+ },
166
+ observedAt: now
167
+ });
168
+ }
169
+ return { resources, diagnostics: [] };
170
+ }
171
+ function captureSessions(now) {
172
+ const json = commandExists("sessions") ? runJsonCommand("sessions", ["list", "--json"]) : undefined;
173
+ if (!json)
174
+ return diagnostic("sessions", "info", "sessions CLI not found or did not return JSON.");
175
+ const rows = Array.isArray(json) ? json : Array.isArray(json.sessions) ? json.sessions : [];
176
+ const resources = rows
177
+ .filter((row) => Boolean(row && typeof row === "object" && !Array.isArray(row)))
178
+ .map((row) => ({
179
+ id: `session:${slugPart(String(row.id ?? row.session_id ?? row.path ?? JSON.stringify(row).slice(0, 80)))}`,
180
+ kind: "session",
181
+ name: String(row.name ?? row.title ?? row.id ?? "session"),
182
+ source: "sessions",
183
+ attributes: redactJson(row),
184
+ observedAt: now
185
+ }));
186
+ return { resources, diagnostics: [] };
187
+ }
188
+ function captureBrowser(now) {
189
+ const browserRoot = process.env.HASNA_BROWSER_DIR ?? join(defaultDataDir(), "..", "browser");
190
+ const dirs = ["states", "profiles", "persistent"].map((name) => join(browserRoot, name));
191
+ const resources = [];
192
+ for (const dir of dirs) {
193
+ if (!existsSync(dir))
194
+ continue;
195
+ for (const entry of safeReaddir(dir).slice(0, 100)) {
196
+ const path = join(dir, entry);
197
+ const stat = safeStat(path);
198
+ if (!stat)
199
+ continue;
200
+ resources.push({
201
+ id: `browser-state:${slugPart(path)}`,
202
+ kind: "browser-state",
203
+ name: entry,
204
+ source: "browser",
205
+ attributes: {
206
+ path,
207
+ bytes: stat.size,
208
+ directory: stat.isDirectory(),
209
+ modified_at: stat.mtime.toISOString()
210
+ },
211
+ observedAt: now
212
+ });
213
+ }
214
+ }
215
+ return { resources, diagnostics: resources.length ? [] : diagnostic("browser", "info", "No local browser state directory found.").diagnostics };
216
+ }
217
+ function captureDesktop(now) {
218
+ const json = commandExists("computer") ? runJsonCommand("computer", ["sessions", "--json"]) : undefined;
219
+ if (!json)
220
+ return diagnostic("desktop", "info", "computer CLI not found or did not return desktop session JSON.");
221
+ const rows = Array.isArray(json) ? json : Array.isArray(json.sessions) ? json.sessions : [];
222
+ const resources = rows
223
+ .filter((row) => Boolean(row && typeof row === "object" && !Array.isArray(row)))
224
+ .map((row) => ({
225
+ id: `desktop-window:${slugPart(String(row.id ?? row.window_id ?? JSON.stringify(row).slice(0, 80)))}`,
226
+ kind: "desktop-window",
227
+ name: String(row.title ?? row.app ?? row.id ?? "desktop-window"),
228
+ source: "desktop",
229
+ attributes: redactJson(row),
230
+ observedAt: now
231
+ }));
232
+ return { resources, diagnostics: [] };
233
+ }
234
+ function diagnostic(source, level, message, detail) {
235
+ return { resources: [], diagnostics: [{ source, level, message, detail }] };
236
+ }
237
+ function diagnosticResource(diagnostic, now) {
238
+ return {
239
+ id: `diagnostic:${slugPart(`${diagnostic.source}:${diagnostic.message}`)}`,
240
+ kind: "diagnostic",
241
+ name: `${diagnostic.source}: ${diagnostic.message}`,
242
+ source: diagnostic.source,
243
+ attributes: {
244
+ level: diagnostic.level,
245
+ message: diagnostic.message,
246
+ detail: diagnostic.detail ?? null
247
+ },
248
+ observedAt: now
249
+ };
250
+ }
251
+ function safeReaddir(path) {
252
+ try {
253
+ return readdirSync(path);
254
+ }
255
+ catch {
256
+ return [];
257
+ }
258
+ }
259
+ function safeStat(path) {
260
+ try {
261
+ return statSync(path);
262
+ }
263
+ catch {
264
+ return undefined;
265
+ }
266
+ }
267
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/capture/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env bun
2
+ export declare function main(argv?: string[]): Promise<void>;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":";AAWA,wBAAsB,IAAI,CAAC,IAAI,WAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,CA6GtE"}