Commit 3d28b82
committed
docs(readme): fix 3 stale comparison-table rows
Image-hash row was `🚧 Phase 4 stretch — feasibility spike pending`
but Phase 4.7 actually shipped v0.6.0 (Stephen impl + Vinh spike).
Updated to `✅` with the implementation specifics (pure-JS blockhash,
6MB cap, 8s timeout) so a judge reading the README doesn't see a
contradiction with the live install showing image-repost detection
working.
Config-surface rows for both CM (PRAW) and CM-Devvit columns said
JSON5-only — wrong. Upstream CM supports both JSON5 and YAML
(FoxxMD Discord 2026-05-20: "cm does support json5 but it also
supports yaml which is what most mods use since it's the same syntax
as automod"). CM-Devvit shipped YAML parsing in Polish #136 via
js-yaml + leading-character format sniff. Now both columns reflect
reality: `YAML or JSON5`, plus the CM-Devvit row notes the
auto-detect behavior.
Triggered by demo-video research session 2026-05-26 where Vinh was
about to put the comparison table on screen and caught the stale
rows. Verified against PLAN.md row 4.7 (✅ SHIPPED) + src/core/config.ts
(YAML detection + js-yaml import).1 parent 53066d4 commit 3d28b82
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments