Git Workflow
Common Contribution Pattern
Section titled “Common Contribution Pattern”From presence-detection-engine/CONTRIBUTING.md and rs-1/CLAUDE.md:
- Create a feature branch
- Update specs/docs when behavior changes
- Make code changes and run tests
- Commit with clear messages
- Open a PR
Commit Style
Section titled “Commit Style”The presence-detection-engine repo explicitly requires conventional commit style with short subjects:
<type>: <subject>Examples appear in presence-detection-engine/README.md and docs/DEVELOPMENT_WORKFLOW.md.
Testing Before PR
Section titled “Testing Before PR”- Presence engine contribution guidance requires
platformio test -e nativeandyamllint. - RS-1 test scenarios and validation criteria are defined in
docs/testing/INTEGRATION_TESTS.mdanddocs/testing/VALIDATION_PLAN_RS1.md.
Sources
Section titled “Sources”presence-detection-engine/README.mdpresence-detection-engine/CONTRIBUTING.mdpresence-detection-engine/docs/DEVELOPMENT_WORKFLOW.mdrs-1/CLAUDE.mdrs-1/docs/testing/INTEGRATION_TESTS.mdrs-1/docs/testing/VALIDATION_PLAN_RS1.md