Skip to content

Commit 167b488

Browse files
gorajinclaude
andcommitted
Add implementation-status-at-a-glance block to schemas README
A cold reviewer coming to docs/schemas/ should get the implementation status of each canonical template in about 5 seconds, not from scanning a detailed table. Adds a 5-bullet callout above the existing table with the same information in terser form: - financial_summary: implemented - trading_comps: implemented - sensitivity: implemented - operating_metrics: implemented as alias of dual_chart - transaction_comps: proposed, not implemented No schema or code changes. Pure README clarification ahead of outreach. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd783be commit 167b488

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/schemas/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ validator against the examples.
1414

1515
### Template schemas (5, canonical core)
1616

17+
**Implementation status at a glance** (as of commit `bd783be`):
18+
19+
- **`financial_summary`** — implemented (`render_financial_summary`)
20+
- **`trading_comps`** — implemented (`render_trading_comps`)
21+
- **`sensitivity`** — implemented (`render_sensitivity`)
22+
- **`operating_metrics`** — implemented as an alias of `render_dual_chart`; canonical rename lands in v0.2
23+
- **`transaction_comps`****proposed, not implemented.** Schema documents the intended shape; renderer is a v0.2 deliverable.
24+
25+
Schemas validate specs today for the four implemented templates. The
26+
`transaction_comps` schema is ahead of the renderer on purpose, so tools can
27+
start emitting valid specs before the renderer ships.
28+
1729
| File | Canonical name | Status in v0.1 | Status in v0.2 |
1830
|---|---|---|---|
1931
| [`financial_summary.schema.json`](financial_summary.schema.json) | `financial_summary` | Implemented as `render_financial_summary` | Schema matches current shape, plus optional `source_refs` and `unit` |

0 commit comments

Comments
 (0)