docs(audit): align documentation with post-remediation backend reality

- Update data model enums to match backend models
- Update API reference auth requirements
- Add dispute module references and warning blocks
- Add 2026-05-24 audit remediation callout to Overview
- Generate task breakdowns and audit artifacts
- Add doc alignment report (.taskmaster/reports/)
This commit is contained in:
Siavash Sameni
2026-05-24 11:16:29 +04:00
parent b824ca0435
commit 4cf5c49274
74 changed files with 5964 additions and 81 deletions

View File

@@ -0,0 +1,35 @@
---
taskmaster_id: "2.7"
status: "done"
priority: "medium"
depends_on: ["1", "2", "3", "4", "5", "6"]
parent_id: "2"
source: "taskmaster"
generated_at: "2026-05-24T07:15:25.199Z"
---
# 2.7 - Align documentation, API references, and runtime enums
- [x] 2.7 - Align documentation, API references, and runtime enums #taskmaster #priority/medium #status/done 🔼 🆔 tm-2-7 ⛔ tm-1 ⛔ tm-2 ⛔ tm-3 ⛔ tm-4 ⛔ tm-5 ⛔ tm-6
## Metadata
| Field | Value |
| --- | --- |
| Taskmaster ID | 2.7 |
| Status | done |
| Priority | medium |
| Dependencies | 1, 2, 3, 4, 5, 6 |
| Parent | 2 - Implement platform audit remediation plan |
## Description
Normalize disputed/payment/request status docs and implementation references after security behavior changes.
## Details
Resolve mismatch around absent dispute module, endpoint names, status enums, and action names across Data Models, API Reference, and Flows.
## Verification
Docs match implemented routes, models, enum values, and state transitions.