diff gui_ze/README.md @ 279:b3b547563ec7

Add Google connector service and agent wiki Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code. Co-authored-by: Copilot <[email protected]> Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
author MrJuneJune <me@mrjunejune.com>
date Mon, 17 Aug 2026 22:22:36 -0700
parents b818a4561a3c
children
line wrap: on
line diff
--- a/gui_ze/README.md	Mon Aug 17 22:16:14 2026 -0700
+++ b/gui_ze/README.md	Mon Aug 17 22:22:36 2026 -0700
@@ -1,29 +1,6 @@
 # gui_ze
 
-Bazel rules for building GUI applications and web frontends.
-
-## Files
-
-| File | Description |
-|------|-------------|
-| `gui_ze.bzl` | Starlark rules for web/GUI builds |
-| `time_to_first_byte.sh` | TTFB measurement script |
-
-## Rules
+Zenbu's Bazel/Starlark rules for frontend builds, generated assets, binary
+bundles, and macOS application packaging.
 
-Provides Bazel rules for:
-- Bundling JavaScript/TypeScript with esbuild
-- Building WASM modules with Emscripten
-- Packaging web applications
-
-## Usage
-
-```starlark
-load("//gui_ze:gui_ze.bzl", "web_bundle", "wasm_cc_binary")
-
-web_bundle(
-    name = "app",
-    entry_point = "src/main.tsx",
-    ...
-)
-```
+**Canonical documentation:** [`wiki/README.md`](wiki/README.md)