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
Copy file name to clipboardExpand all lines: .agents/docs/2026-09-16-646-649-implementation-plan.md
+50-9Lines changed: 50 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,21 @@
1
1
---
2
2
subject: triage
3
-
status: active
3
+
status: closed
4
4
---
5
5
6
6
# #646 to #649 implemented: the plan, its review from eight angles, and the ledger
7
7
8
-
**Status:** active; the engine pull request is merged. mcpp-community/mcpp#650
9
-
(`f4529b2a`) landed 2026.9.16.1 with 40 of 40 checks green (one skipped). This
10
-
record turns the decisions of
8
+
**Status:** closed on 2026-09-16. Every row of §0 is closed with a reading, and
9
+
the ecosystem is verified end to end: a SubOS sandbox with CN mirrors runs the
10
+
scenarios against the published engine, plugins and index and reads
11
+
`version=2026.9.16.1 fails=0` (§9.2), where the same script against 2026.9.15.2
12
+
reads `fails=10`.
13
+
14
+
mcpp-community/mcpp#650 (`f4529b2a`) carried the engine work with 40 of 40
15
+
checks green. 2026.9.16.1 ships from #651 (`2f925d48`) rather than from that
16
+
commit: the review before the release found that #650 refuses a manifest
17
+
2026.9.15.2 builds, and the dispatched release was cancelled to carry the fix
18
+
(§1.10 item 19). This record turns the decisions of
11
19
`2026-09-16-646-649-four-issues-by-home.md` ("the triage record") into work:
12
20
one pull request per repository, the order in which they merge and release,
13
21
the criterion each task is held to, and a ledger whose rows close only with a
@@ -56,7 +64,7 @@ the parallel work trees of §8. Triage sections are cited as `T§`.
56
64
| S5 |`[package]` warns about an unknown key, `metadata` included in its known set (X4) | W3 | S1 | done (#650): unit `Manifest.PackageMetadata*`, `UnknownPackageKeyIsReported`|
57
65
| C1 | CI: new llvm-dependent e2e scripts run on the hermetic job with their PASS lines asserted; the macOS and Windows measurement legs print their readings to the job summary | lead | R1-R5, S2 | done (#650): 700 on the hermetic job; READING lines to the macOS and Windows summaries; 721 as its own macOS step |
58
66
| C2 | user documentation with its Chinese mirror, docs/50 codes and kinds, CHANGELOG, version 2026.9.16.1 | lead, W1-W3 | all | done (#650): docs 04, 05, 06, 07, 10, 20, 30, 50 with mirrors; SPEC-005 v1.1; CHANGELOG; 2026.9.16.1 |
59
-
| C3 | the two records closed with their readings | lead | all |todo|
67
+
| C3 | the two records closed with their readings | lead | all |done: the triage record is `status: closed`, and §9 below is this record's closure|
60
68
61
69
### 0.2 Plugins: mcpp-community/mcpp-plugins, one pull request (`feat/646-649`, 0.12.0)
62
70
@@ -74,15 +82,15 @@ the parallel work trees of §8. Triage sections are cited as `T§`.
74
82
|---|---|---|---|---|
75
83
| X1 | mcpplibs/mcpp-index: the artifact is byte-reproducible, and a version whose GitCode asset differs is republished under a new name (T§7.6 step 1) | lead | - | done: mcpplibs/mcpp-index#432 (`0cbac960`); the publish of `0cbac96` verified both forges itself, and the probe reads pointer, GitHub and GitCode all `02a437110017` (547679 bytes) |
76
84
| X2 | openxlings/xim-pkgindex: the release bot's `mcpp` bump merged | lead | release | done: openxlings/xim-pkgindex#845 (`1c951f0b`), 16 of 16 checks; the index artifact republished as `v1c951f0` and a consumer resolves `xim@artifact:1c951f0`|
77
-
| X3 | mcpplibs/mcpp-index: the plugins descriptor 0.12.0; the index CI's `MCPP_VERSION` moves to 2026.9.16.1 | lead | X2, P1-P5 |todo|
85
+
| X3 | mcpplibs/mcpp-index: the plugins descriptor 0.12.0; the index CI's `MCPP_VERSION` moves to 2026.9.16.1 | lead | X2, P1-P5 |done: mcpplibs/mcpp-index#433 (`c176883`). The pull request's own CI selected no workspace member, so the pin move was held to a dispatched full sweep: 27 jobs, 0 failures, the workspace matrix building on linux, macos and windows under both the default and llvm toolchains|
78
86
| X4 | openxlings/xlings: `compat.ftxui` and `compat.gtest` spelled with their namespace (T§7.0) | lead | - | done: openxlings/xlings#597 (`4ea4eac9`), CI 9 of 9 |
79
87
80
88
### 0.4 Verification
81
89
82
90
| id | task | owner | depends on | status |
83
91
|---|---|---|---|---|
84
-
| V1 | a fresh SubOS sandbox with CN mirrors for xlings and mcpp runs §7's scenarios against the published engine, plugins and index | lead | X2, X3 |todo|
85
-
| V2 | replies on #646, #647, #648 and #649 naming the releases and what each project writes | lead | V1 |todo|
92
+
| V1 | a fresh SubOS sandbox with CN mirrors for xlings and mcpp runs §7's scenarios against the published engine, plugins and index | lead | X2, X3 |done: `version=2026.9.16.1 fails=0`, seventeen assertions (§9.2); the control against 2026.9.15.2 reads `fails=10`|
93
+
| V2 | replies on #646, #647, #648 and #649 naming the releases and what each project writes | lead | V1 |done: one comment on each issue, stating what was measured, where the measurement differs from the report, and the assertion of §9.2 that closes it|
86
94
87
95
## 1. The review
88
96
@@ -574,7 +582,40 @@ against the PUBLISHED engine addressed by its store path.
574
582
575
583
The control against 2026.9.15.2 reads `fails=10`: every change detector fails
576
584
and every guard passes, which is what makes the run against 2026.9.16.1
577
-
evidence rather than decoration.
585
+
evidence rather than decoration. The run against the published release reads
0 commit comments