Dev Handbook (Start Here)
This section is the canonical onboarding path for contributors working on PyCauset.
What this is
- A high-signal, low-ambiguity set of docs describing how the project is structured, how to contribute safely, and what invariants must not be violated.
- Written to support long-running work across many sessions and many contributors.
Read order
- dev/Restructure Plan
- dev/Codebase Structure
- dev/Python Internals
- guides/Storage and Memory
- dev/Build System
- dev/Bindings & Dispatch
- dev/Warnings & Exceptions
- dev/Testing & Benchmarks
- dev/Repository Hygiene
- internals/Streaming Manager
Related
- project/Philosophy (core mantras)
- project/protocols/ (definition-of-done for docs/changes)
- internals/index (architecture deep dives)