Commit e02d732
docs(construct): sync downstream skills to Steelbore Standard §3.2 (v1.30/v1.31)
Propagate the two §3.2 content changes into the downstream skills that restate or
instruct on §3.2 rules:
- v1.30 (concurrency reframe): concurrency is an architecture-level concern
considered from the ground up; adopt where it advances performance, abandon
where it degrades it or compromises Stability, and document the trade-off.
- v1.31 (compiler-flags notation): BOTH applied and disabled optimization flags
must be explicitly noted (build file or build-time message), and any flag that
breaks/destabilizes a build MUST be disabled (Stability > Performance).
microsoft-rust-guidelines §3.2: full update (concurrency + applied/disabled flag
documentation symmetry + §3.2.1 cross-ref). golang & zig: their release-build-flag
bullets now carry the applied/disabled documentation rule.
No change to spacecraft-rust-guidelines (already "design concurrency in from the
start; match aggression to workload"), elixir/erlang ("concurrency is the default
lever" — aligned), or gnu-coding-standards (already cites §3.2.1; GNU CFLAGS
philosophy left intact). Bundles rebuilt; drift sweep clean; reuse lint 326/326.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 591ffe6 commit e02d732
9 files changed
Lines changed: 20 additions & 6 deletions
File tree
- microsoft-rust-guidelines
- spacecraft-golang-guidelines
- spacecraft-zig-guidelines
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
190 | 200 | | |
191 | 201 | | |
192 | 202 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments