Developing Rennet
This area is for building Rennet — the architecture, the contracts between packages, the delivery order, and the doctrine that keeps the codebase honest. If you just want to run reviews, switch to Using Rennet in the sidebar.
Where to start
Section titled “Where to start”- Architecture overview — the review pipeline at a glance, with a diagram.
- Architecture contracts — the boundaries between packages and why they hold.
- Design doctrine — the principles the code is written against.
- Delivery order — the sequence the product is built in.
Contributing
Section titled “Contributing”- Docs style guide — how to write a Rennet doc.
- Good Rennet docs standard — what every page must carry.
Rennet is a pnpm + Nx monorepo. The gate is pnpm check
(format · architecture · licenses · lint · typecheck · test · build); a change
is not done until it is green.