Document dispute/contract flow and add audit trail model

This commit is contained in:
openclaw 2026-03-05 15:33:49 +00:00
parent 7bab2b3fb7
commit e718baadc2
3 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Contract flow work
This branch will implement contract and dispute handling after deal closure.
## Tasks
- Add endpoints for contract creation.
- Implement dispute validation.
- Update OpenAPI spec.
- Write tests.