Files
Chris Tate 1aa2267b69 Advance native-first app model
- Add generic native view/shell APIs with command routing, automation snapshots, and a native-shell example.

- Add native OS capability coverage for notifications, external links, recent documents, and credentials with guarded bridge APIs.

- Update manifests, TypeScript declarations, product docs, and platform hosts for the new native-first surface.
2026-06-24 21:06:24 -05:00

9 lines
246 B
Zig

.{
.name = .native_shell,
.fingerprint = 0xe957260bbeda2dbe,
.version = "0.1.0",
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{ "build.zig", "build.zig.zon", "src", "assets", "app.zon", "README.md" },
}