@almadar/workspace 0.1.0-alpha.0 → 0.1.1

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
package/dist/index.d.ts CHANGED
@@ -1 +1,10 @@
1
- export {};
1
+ /**
2
+ * `@almadar/workspace` — one service for every workspace I/O. See
3
+ * docs/Almadar_Workspace.md for the full contract.
4
+ *
5
+ * Six public names + a few small supporting interfaces (`GitHubConfig`,
6
+ * `GitStatusInfo`, `FileTreeNode`) — everything else lives under
7
+ * `src/internal/`.
8
+ */
9
+ export { openWorkspace } from './open-workspace.js';
10
+ export type { WorkspaceService, WorkspaceObserver, WorkspaceWriteEvent, OpenWorkspaceOptions, RestoreBackend, GitHubConfig, GitStatusInfo, FileTreeNode, } from './types.js';