Skip to content

Commit 947f628

Browse files
committed
docs(plan): 14.1 —— 缺陷在已发布生态里也复现,而不只是在夹具里
1 parent 379a11d commit 947f628

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.agents/docs/2026-09-07-module-first-heterogeneous-surface.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,21 @@ and reading the byte count the program prints:
10811081

10821082
The build succeeds and the artifact is the old one.
10831083

1084+
**And against the published ecosystem, not only against a fixture.** The same
1085+
edit, in an `xlings subos --sandbox`, on a project whose only reference to any
1086+
of this is `plugins = { version = "0.3.0", features = ["rules-spirv"] }`, with
1087+
the engine addressed by its store path so no development checkout can carry the
1088+
result:
1089+
1090+
```
1091+
store path: .../xim-x-mcpp/2026.9.7.1/bin/mcpp
1092+
before: bytes=1480
1093+
after: bytes=1480 and `Finished dev in 0.06s` -- nothing rebuilt at all
1094+
```
1095+
1096+
That is what a consumer of the published packages gets today, which is why the
1097+
fixture measurement alone was not treated as sufficient.
1098+
10841099
**This is not a discovery, and that is the more useful half of it.** Section 4.3
10851100
stated the requirement -- "the payload must be declared as an action input
10861101
explicitly" -- before any of this was written. What it added was five more

0 commit comments

Comments
 (0)