exploratory monorepo playground https://muchq.com
  • Go 48.7%
  • C++ 23.6%
  • Java 11%
  • Rust 8.8%
  • Starlark 5.2%
  • Other 2.6%
Find a file
Andy Aylward c187c5ec49
Add rubric presets (Dropbox, Spotify, RTR, Etsy) to impact-mcp (#984)
* 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>
2026-02-11 04:40:42 +00:00
.github Fix impact-mcp release workflow trigger (#975) 2026-02-09 19:17:30 -05:00
.vscode fix #224 add escapist tests + cpp client (#230) 2024-07-27 10:01:20 -04:00
bazel [wow] domainification + nullaway (#959) 2026-02-07 13:49:53 +00:00
deploy [wow] domainification + nullaway (#959) 2026-02-07 13:49:53 +00:00
docs Impact mcp (#961) 2026-02-08 20:42:24 +00:00
domains Add rubric presets (Dropbox, Spotify, RTR, Etsy) to impact-mcp (#984) 2026-02-11 04:40:42 +00:00
scripts update diff-build (#953) 2026-01-24 06:05:24 +00:00
.bazelignore Update Bazel dependencies and enhance futility library docs (#944) 2026-01-17 17:08:28 -05:00
.bazelrc [wow] domainification + nullaway (#959) 2026-02-07 13:49:53 +00:00
.bazelversion Update Bazel to version 9.0.0 (#950) 2026-01-22 02:26:58 +00:00
.clang-format 🧹 clang-format (#56) 2023-06-23 23:48:02 -04:00
.gitignore 🧹 update rust + Go deps and remove some unused python targets (#946) 2026-01-18 20:41:20 +00:00
.scalafmt.conf rename indexer -> one_d4, update deps + add GameReplayer tests (#957) 2026-02-02 05:36:30 +00:00
BUILD.bazel [build] add rules_lint (#958) 2026-02-03 06:10:32 +00:00
Cargo.lock Add rubric presets (Dropbox, Spotify, RTR, Etsy) to impact-mcp (#984) 2026-02-11 04:40:42 +00:00
Cargo.toml [rust] fix prost builds (#979) 2026-02-10 05:18:44 +00:00
clippy.toml [build_pal] setup stubs for core, cli, server, and web (#913) 2025-10-27 10:46:33 +00:00
go.mod Update Bazel to version 9.0.0 (#950) 2026-01-22 02:26:58 +00:00
go.sum Update Bazel to version 9.0.0 (#950) 2026-01-22 02:26:58 +00:00
LICENSE [wow] domainification + nullaway (#959) 2026-02-07 13:49:53 +00:00
maven_install.json [wow] domainification + nullaway (#959) 2026-02-07 13:49:53 +00:00
MODULE.bazel [build_pal] remove build_pal for now (#933) 2026-01-10 20:00:33 +00:00
MODULE.bazel.lock [rust] fix prost builds (#979) 2026-02-10 05:18:44 +00:00
README.md Fix impact-mcp release workflow trigger (#975) 2026-02-09 19:17:30 -05:00
renovate.json renovate (#810) 2025-08-18 08:34:18 -04:00
rustfmt.toml [build_pal] setup stubs for core, cli, server, and web (#913) 2025-10-27 10:46:33 +00:00

MoonBase

Test and Publish

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

MoonBase