What belongs here
- High-level architecture
- Runtime boundaries and project ownership
- Public build and test expectations
- Diagnostics policy and external dependencies
What stays out
- Secrets, tokens, and environment file contents
- Internal notes on unfinished implementation
- Vendor DLL payloads or binary blobs
- Private code comments and one-off debugging context
The rule of thumb is simple: if a detail only helps someone read the code faster, it does not need to be in the public docs. If it helps someone use, build, or support Axis Next safely, it belongs here.