You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the [c-abi.absent] parser gets its own function, and the docs index is regenerated
Two CI reports, both from the first push.
clang 20.1.7 on Windows crashed during LLVM IR generation of `parse_string`
(exception 0xC0000005, the frame naming the `[c-abi.absent]` block's compound
statement). Every other host compiled the same source. This codebase has met
the shape before --- a construct that is fine in a function and not in a large
one inside a module interface unit --- and the answer is the same: the block
becomes `parse_c_abi_absent`, a free function, and the reason is written
beside it so the next reader does not inline it back.
`.agents/docs/README.md` regenerated, and the ecosystem design's front matter
carries a `status` the structure check knows.
Co-authored-by: Claude Code <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .agents/docs/README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ superseded_by: 2026-09-07-....md # when status is superseded
18
18
---
19
19
```
20
20
21
-
296 records.
21
+
300 records.
22
22
23
23
## By subject
24
24
@@ -30,6 +30,8 @@ Records that declare one. Everything else is listed by date below.
30
30
31
31
### design
32
32
33
+
-[openkal 生态:能力的时刻模型,以及 C 环境方案空间的划分](2026-09-20-openkal-c-environment-ecosystem-design.md) — active
34
+
-[#674:`presents = "posix"` 在 Windows 上兑现契约的下半段](2026-09-19-issue-674-cenv-posix-preinclude-design.md) — active
33
35
-[The build database of #636, and two defects on the way to the latest xlings](2026-09-14-636-build-database-and-the-latest-xlings.md) — active
34
36
35
37
### docs
@@ -48,10 +50,18 @@ Records that declare one. Everything else is listed by date below.
48
50
49
51
-[Two answers and two silences: the scanner's second grammar, and the manifest keys nothing reads](2026-09-09-two-answers-and-two-silences.md) — active
50
52
53
+
### plan
54
+
55
+
-[C 环境生态方案:执行计划](2026-09-20-ecosystem-execution-plan.md) — active
56
+
51
57
### plugins
52
58
53
59
-[The category the plugin taxonomy does not name, and what a platform actually decomposes into](2026-09-11-distribution-plugins-and-platform-decomposition.md) — active
54
60
61
+
### review
62
+
63
+
-[#674 设计方案评审:`-include unistd.h` 在 Windows + `presents = "posix"` 上的可行性](2026-09-20-issue-674-design-review.md) — active
64
+
55
65
### targets
56
66
57
67
-[A verified Web run that asked the host for node](2026-09-12-a-verified-web-run-that-asked-the-host-for-node.md) — landed
@@ -81,6 +91,10 @@ Records that declare one. Everything else is listed by date below.
81
91
82
92
### 2026-09
83
93
94
+
-[openkal 生态:能力的时刻模型,以及 C 环境方案空间的划分](2026-09-20-openkal-c-environment-ecosystem-design.md) — active
95
+
-[#674 设计方案评审:`-include unistd.h` 在 Windows + `presents = "posix"` 上的可行性](2026-09-20-issue-674-design-review.md) — active
96
+
-[C 环境生态方案:执行计划](2026-09-20-ecosystem-execution-plan.md) — active
97
+
-[#674:`presents = "posix"` 在 Windows 上兑现契约的下半段](2026-09-19-issue-674-cenv-posix-preinclude-design.md) — active
0 commit comments