Commit 11f47e9
docs(construct): align golang and zig guidelines concurrency posture with §3.2 v1.31
Add serial-fallback/trade-off clause to Core Philosophy of
spacecraft-golang-guidelines and spacecraft-zig-guidelines: adopt
concurrency where it advances performance; keep serial where the workload
is inherently serial or small, or where concurrency would add overhead /
contention or compromise Stability (Priority 1) — and document the
trade-off. Mirrors the workload-driven framing synced to
spacecraft-rust-guidelines in f1fed47.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f1fed47 commit 11f47e9
6 files changed
Lines changed: 2 additions & 0 deletions
File tree
- spacecraft-golang-guidelines
- spacecraft-zig-guidelines
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments