mirror of
https://github.com/muchq/MoonBase.git
synced 2026-02-12 03:20:25 +00:00
exploratory monorepo playground
https://muchq.com
- Go 48.7%
- C++ 23.6%
- Java 11%
- Rust 8.8%
- Starlark 5.2%
- Other 2.6%
* feat: add rubric presets to impact-mcp - Add `RubricStyle` enum to CLI for selecting presets: Default, Dropbox, Spotify, RentTheRunway, Etsy. - Implement `rubric init --style <STYLE>` command. - Add `presets` module with rubric definitions for Dropbox, Spotify, Rent The Runway, and Etsy. - Update terminology from "AI agent" to "AI toolkit" in CLI, Cargo.toml, and README.md. - Bump version to 0.0.10. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> * feat: add rubric presets and update terminology - Add `RubricStyle` enum to CLI for selecting presets: Default, Dropbox, Spotify, RentTheRunway, Etsy. - Implement `rubric init --style <STYLE>` command. - Add `presets` module with rubric definitions for Dropbox, Spotify, Rent The Runway, and Etsy. - Update terminology from "AI agent" to "AI toolkit" in CLI, Cargo.toml, and README.md. - Bump version to 0.0.10. - Verified formatting. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| bazel | ||
| deploy | ||
| docs | ||
| domains | ||
| scripts | ||
| .bazelignore | ||
| .bazelrc | ||
| .bazelversion | ||
| .clang-format | ||
| .gitignore | ||
| .scalafmt.conf | ||
| BUILD.bazel | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| maven_install.json | ||
| MODULE.bazel | ||
| MODULE.bazel.lock | ||
| README.md | ||
| renovate.json | ||
| rustfmt.toml | ||
MoonBase
a polyglot playground for experiments in application architecture, API design, library ergonomics, and developer tooling.
Deployed Projects
| Project | URL | Description |
|---|---|---|
| muchq | muchq.com | Project landing page |
| r3dr | r3dr.net | Another URL shortener |
| 1d4.net MCP | mcp.1d4.net | MCP server for chess tools |
Repository Structure
The repository is organized into domains, each containing its own libraries, APIs, and applications.
- 🎨 Graphics: Ray tracers, image processing, and rendering tools.
- 🎮 Games: Game engines, chess tools, and multiplayer backends.
- 🌐 Platform: Core infrastructure, gRPC/HTTP wrappers, and utilities.
- 🔗 r3dr: URL shortening ecosystem.
- 💬 Chat: Real-time communication services.
- 🤖 AI: Neural network and machine learning experiments.
- 🏆 Leet: Algorithmic solutions and C utility libraries.
Getting Started
- Build & IDE Instructions: How to build the project and set up your development environment.
- Importing Projects: Guidelines for adding new projects to MoonBase.