# Executive Summary
The report package is designed for both human readers and AI agents. Every meaningful block has an anchor id that can be cited in feedback.
Structured exports and stable anchors are ready first; hosted feedback comes later.
| layer | readiness |
|---|---|
| static_page | 90 |
| markdown_export | 95 |
| json_manifest | 90 |
| hosted_feedback | 45 |
Source: sample-source
Every feedback item should identify a report version and an anchor.
| field | required | reason |
|---|---|---|
| report_id | true | Groups feedback by report. |
| report_version | true | Prevents stale feedback from being applied to the wrong version. |
| anchor_id | true | Points feedback to a precise block. |
| feedback | true | Carries the user's actual comment. |
# V1 Scope
V1 is not a collaboration platform. It is a static publisher and AI-friendly feedback contract.