Mercurial
view hg-web/src/index.html @ 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 | 9f4429c49733 |
| children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Zenbu Repository</title> <link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/base.css"> <link rel="stylesheet" href="/a11y-dark.min.css" media="(prefers-color-scheme: dark)"> <link rel="stylesheet" href="/a11y-light.min.css" media="(prefers-color-scheme: light)"> <link rel="preload" href="/public/fonts/more-sugar.regular.otf" as="font" type="font/otf" crossorigin> <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> </head> <body> <main> <div id="root"></div> </main> <script type="module" src="/page.js"></script> <script src="/highlight.min.js"></script> </body> </html>