Commit 25ee3dc
committed
docs(design): align header prose with P2 partial status table
Latest claude review on #675 flagged that lines 3 and 6 still
described P2 as fully shipped:
Line 3: "P1, **P2**, and P3 of the implementation plan have shipped"
Line 6: "after P1 + **P2** + P3 landed"
But the status table I added in 7617daf correctly marks P2 as
🟡 partial (read-only slice 1 in #658 landed; write paths #669
and #673 still in flight). The header prose contradicting the
table is exactly the kind of inconsistency that triggers the
rename to `_partial_` in the first place — readers skimming the
top of the doc would conclude P2 was done.
Rewrote the Status line and the parenthetical on Last updated to
match the table, calling out P1 + P3 as fully shipped, P2 as the
read-only slice only, and P4 as TLS/role/CSRF live with the
operator doc landing now. Pointed readers at the per-phase status
table for the breakdown.
No other changes; the table itself was already correct.1 parent 7617daf commit 25ee3dc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments