Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ documents, plus native Drive upload and streamed workspace download helpers.
## Use from Rook

```ts
import { installGoogleWorkspace } from "@rook/google-workspace";
import {
GOOGLE_WORKSPACE_APPLICATION_CARD,
GOOGLE_WORKSPACE_MEMBER_INDEX,
installGoogleWorkspace,
} from "@rook/google-workspace";
```

Rook pins this repository by commit, so a provider change and its browser proof
Expand All @@ -36,3 +40,23 @@ vp run check
The test runs the production client in real headless Chromium against a local
HTTP boundary and proves native `File`, `Blob`, `ReadableStream`, 2.1 MB Drive
transfer, hashing, cancellation, and atomic workspace publication behavior.

## Develop with Rook locally

Build after each package change, then temporarily link this checkout into the
sibling Rook extension package:

```bash
vp run build
vp exec -- pnpm --dir ../think-browser-host/packages/extension link ../../../rook-integrations
```

Remove the local link when verification is complete; `pnpm unlink` reinstalls
the immutable commit already saved by Rook:

```bash
vp exec -- pnpm --dir ../think-browser-host/packages/extension unlink @rook/google-workspace
```

Never land the link as integration state. The final Rook change pins the
reviewed `rook-integrations` commit in its package manifest and lockfile.
34,469 changes: 34,469 additions & 0 deletions dist/google-workspace.d.ts

Large diffs are not rendered by default.

Loading