Mercurial
diff 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 | f3084bca7317 |
| children |
line wrap: on
line diff
--- a/README.md Mon Aug 17 22:16:14 2026 -0700 +++ b/README.md Mon Aug 17 22:22:36 2026 -0700 @@ -1,47 +1,11 @@ # Zenbu -This is a mono repo where I will share all my codes and utilize them using bazel. I decied to do this since I re-use codes often and I don't want to deal with making make and cmake every time and this eliminates the problem that exists within C or C++ where using library is harder as we need to add gzillian stuff into it lmao. - -## Dependency... - -``` -clang -ffmpeg -``` +Mercurial/Bazel monorepo for reusable C libraries, servers, web applications, +frontend assets, and experiments. -## Install - -I decide to use mercurial because I got used to this over git and I frankly don't need different branches for each feature to be merged in. -I also decied to use the bazel for code sharing as I mentioned above. - -``` -# linux -wget https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64 # Hope it still works lmao -chmod +x bazelisk-linux-amd64 -sudo mv bazelisk-linux-amd64 /usr/local/bin/bazel -bazel version +**Repository knowledge index:** [`wiki/README.md`](wiki/README.md) -# mac -brew install bazel -``` - -I might move these binary into the repo so that it has full history of it. I assume mercurial is installed as well. - -## Debugging Command +**Agent entry point:** [`AGENTS.md`](AGENTS.md) -```bash -bazel build target -c dbg -i.e) bazel build //mrjunejune:mrjunejune_server -c dbg -``` - -And run whatever your favoriate debugging tools - -## MacOS Memory checks - -```bash -bazel run //dowa:dowa_test --run_under="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes" -``` -brew install valgrind -# or use the unofficial ARM build: -arch -x86_64 brew install valgrind -arch -x86_64 valgrind ./test +Start at the repository wiki, then follow only the documentation link for the +project you are changing.