Commit bb59905
authored
docs(research): refresh fallow.md + scan against current ship state (#36)
* docs(research): refresh fallow.md + scan against current ship state
fallow.md gains a "Status snapshot (as of 2026-05-01)" section that
tabulates every adoption candidate's ship status — single source of
truth for "what's open" without munging the original tier tables.
Captures:
- Tier A all shipped (PR #26)
- B.5 partial (v1 in PR #33; --base <ref> + verdict deferred to v1.x)
- B.6 shipped (PR #30) — table-in-DB, not parallel JSON files
- B.7 shipped (PR #28) — landed on `symbols`, not `exports`
- B.8 / C.9 / C.10 / C.11 / D.* still as-was
- MCP server (agent-transports v1) shipped in PR #35 (adjacent —
not a numbered fallow candidate but worth surfacing here)
§ 6 open questions: marks the 2 settled ones (actions ownership,
audit verdict default) with their resolution PRs; preserves the 2
still-open ones (coverage column shape, plugin layer scope).
§ 3 already-shipped block: updates the visibility-tags note to
acknowledge B.7 promoted it from regex to structured column instead
of saying "B.7 proposes promoting" (which it doesn't anymore).
competitive-scan-2026-04.md § 4: marks MCP server wrapping `query`
as ✅ shipped via PR #35 with a cross-link to fallow.md's status
snapshot. Other items still tracked there.
No behavior change; pure docs refresh to match current reality.
* docs(research): fix MD056 — D row in fallow.md status snapshot was 4 cells, header was 5
CodeRabbit caught: status-snapshot table header has 5 columns (Tier / # / Item / Status / Where) but the D.12-D.16 row only had 4 (collapsed Status + Where into one cell). Markdown parses that as a malformed table; renderers either drop the row or misalign neighbouring rows. Added the missing 5th cell pointing back at § 1's Defer / skip table for the per-row reasoning.
* docs(research): align B.7 row title to shipped column name (symbols.visibility)
CodeRabbit caught: Tier B table B.7 row title still said 'exports.visibility column' despite the body hedging '(or symbols)' AND the shipped column landing on symbols. Status snapshot row at L22 already says symbols. Updated the title to match shipped reality + added an explicit nod to the original hedge so the historical-record property survives.1 parent 119db38 commit bb59905
2 files changed
Lines changed: 48 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments