docs: scaffold polisher-control foundation

This commit is contained in:
Nick Hermes
2026-05-26 16:23:04 +00:00
commit fa9c43fae8
52 changed files with 2224 additions and 0 deletions

16
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,16 @@
# Contributing
## Working style
- Keep changes small and reviewable.
- Add or update docs when changing protocol, telemetry, state machine, safety, or data layout.
- Add tests for host-side state-machine and contract behavior before relying on hardware.
- Never hide clipping, rejected commands, or safety changes; emit explicit events/NACKs.
## Definition of done for a feature
- Implementation exists.
- Test or bench verification exists.
- Relevant docs are updated.
- Safety or contract impact is stated.
- Antoine-facing open questions are listed if the decision is not locked.