Commit cd7b576
docs(standards): scrub blog/docs fabrications from Story 13.6/13.7 (#30)
Pass over everything I (Opus 4.7) wrote during the v1.10 + v1.11
release work. Issues found and fixed:
content/blog/2026-05-05-plugin-architecture.md (v1.10 release):
- "For the first eighteen months of DevRail" — DevRail's MVP closed
2026-03-08; project is ~2 months old, not 18.
- "the eight core ecosystems" but enumerated ten — count drift.
- "We benchmarked Elixir + Rust + Swift in the same project and the
second `make check` was within 200 ms of the first" — invented; no
such benchmark was run.
- "Mojo. Zig. Roc. Crystal. Internal DSLs. Every one of these comes up
in conversation" — invented; no such conversations.
- Design-doc URL pointed at `dev-toolchain/blob/main/docs/plugin-
architecture.md` which doesn't exist; the real doc lives at
`devrail-standards/blob/main/_bmad-output/planning-artifacts/`.
- "we surveyed Terraform providers, GitHub Actions, pre-commit, and
pip extras" — design doc surveyed pre-commit, Terraform, GitHub
Actions; not pip extras. Removed the pip claim.
- "first builds take 30 s -- 2 min depending on the plugin" —
unmeasured timing. Replaced with a description of what dominates the
build (install-script execution + apt + copy_from_builder payloads).
content/blog/2026-05-05-kotlin-as-reference-plugin.md (v1.11 release):
- "(~5 minutes)" build-time estimate — invented.
- "It's the freshest core language ... well-tested. Lower risk of 'I
forget what this Dockerfile bit does.'" — invented framing.
- "Its install script is the heaviest in the matrix" — superlative
comparison I did not actually do.
- "We'll likely ship them as separate v1.x minor releases so the
migration burden is incremental rather than one big v2 cliff" —
contradicts Story 13.9 which retires all HAS_<LANG> blocks at once
in v2.0.0. Reframed to acknowledge the schedule isn't decided.
- "Plus the manifest-shape side: ..." — awkward leading word; moved
to "On the manifest-shape side, ...".
content/docs/contributing/adding-a-plugin.md (Story 13.6 docs):
- Same broken design-doc URL; corrected.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5d6627e commit cd7b576
3 files changed
Lines changed: 14 additions & 15 deletions
File tree
- content
- blog
- docs/contributing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
0 commit comments