chore: record direct edit solving progress

This commit is contained in:
2026-08-27 12:37:32 +08:00
parent 0eb404d8f7
commit 94e319c717

View File

@@ -61,3 +61,22 @@ remain an identity transform for compiled geometry.
### Next Steps
- Implement the six constraint kinds and invariant diagnostics (step 3).
## Session 3: Direct-edit constraint solving
**Date**: 2026-08-27
**Task**: Continue `direct-edit-solver-api`, step 3
**Git Commit**: `0eb404d`
### Summary
Activated all six constraint kinds, added transactional validation and blocking
diagnostics, and wired road profiles and junction plans into geometry compilation.
### Testing
- [OK] npm test; npm run format:check; npm run test:client; npm run test:client:unit; npm run build
### Next Steps
- Implement exact/recheck/pending/conflicted/stale replay matching (step 4).