docs: reconcile modules.md with .gitmodules and moon.mod.json (#425)#432
Conversation
Bring docs/architecture/modules.md back in line with the authoritative .gitmodules and root moon.mod.json, per responsibility-map "Source of Truth on Drift" (code and generated .mbti are authoritative; docs are a reuse index). - submodule table: add order-tree, alga, rabbita (8 submodules total); note .gitmodules as authoritative; fix svg-dsl/graphviz module names antisatori/* -> dowdiness/* (verified against their moon.mod.json) - loom section: add loom/pretty; note loom is a nested monorepo whose own moon.mod.json/.gitmodules own its full package set (egglog/egraph/examples) - MoonBit Module Configuration: replace the stale 5-of-15 partial JSON copy with a pointer to moon.mod.json as authority plus a two-shape example (path dep vs registry dep; incr is the registry exception) Closes #425 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 2 minutes and 48 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lambda-editor | 52b2952 | Commit Preview URL Branch Preview URL |
May 31 2026, 02:19 PM |
Benchmark Comparison ReportComparing PR branch against Main Module BenchmarksBase branch: PR branch: event-graph-walker BenchmarksBase branch: PR branch: Benchmarks run with |
Summary
Resolves #425. Brings
docs/architecture/modules.mdback in line with the authoritative.gitmodulesand rootmoon.mod.json, following responsibility-map's "Source of Truth on Drift" (code and generated.mbtiare authoritative; docs are a reuse index, not a parallel list that re-drifts).All facts re-verified against the current
mainHEAD's.gitmodules, rootmoon.mod.json, and each submodule's ownmoon.mod.json.Changes (docs-only, single file)
order-tree,alga,rabbita→ 8 total); note.gitmodulesas authoritative; fixsvg-dsl/graphvizmodule namesantisatori/*→dowdiness/*(verified against theirmoon.mod.json).order-tree/algaback event-graph-walker;rabbitais a vendored UI lib, not a root dep.loom/pretty; note loom is a nested monorepo (its ownloom/.gitmodulesdeclaresincr/egraph/egglog/event-graph-walker;examples/addsjson/markdown), with no top-level module file — each package owns itsmoon.mod.json. The bullet list is explicitly marked non-exhaustive.moon.mod.jsonas authority plus a two-shape example (path dep vs registry dep;incris the registry exception).Verification
.gitmodules(8 submodules), rootmoon.mod.json(15dowdiness/*deps), and submodulemoon.mod.jsonnames.loom/moon.mod.jsonreference) — both fixed before this PR.Closes #425. Related: #413, #421.
🤖 Generated with Claude Code