fix(platform): Campaign LA LA0 review fixes — CI Linux lanes, arch doc, self-guard
Opus dual-lens review ofcb6502c8passed with six findings; this lands the fix round: 1. headless-portability.yml: AcDream.Platform src/tests join both path triggers and the presentation-free build/test arrays — the moved XDG tests run on ubuntu-latest again (they had fallen out of every Linux lane). 2. acdream-architecture.md: AcDream.Platform gets its own layer block; Runtime may-reference clause updated (the guard changed incb6502c8, its human-readable twin had not). 3. PlatformDependencyBoundaryTests: the BCL-only contract (zero project/package references) is now enforced, not just observed. 4. memory/project_linux_graphical.md canonical seam renamed. 5. Plan LA0 recon corrected: the K0 Headless guard was never the guard needing amendment (it asserts Headless own refs); Runtime own-refs guard was — the commit did the right thing, the plan text now says so. 6. App declares its AcDream.Platform reference explicitly per its own convention instead of riding transitivity. Platform.Tests: 4 passed (3 moved + the new guard). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cb6502c8a5
commit
a49e92df3a
6 changed files with 101 additions and 16 deletions
|
|
@ -89,12 +89,16 @@ Recon facts (2026-08-14): blast radius is the definition, six source files
|
|||
`App/Program.cs`, `GameWindow.cs:533`, `HeadlessPathSet.cs`,
|
||||
`HeadlessPlatformEnvironment.cs`; two more files are doc-comment-only), two
|
||||
test files (`ApplicationPathSetTests.cs` moves to a new
|
||||
`tests/AcDream.Platform.Tests/` or stays keyed to the new assembly;
|
||||
`GraphicalLegacyConfigurationMigratorTests.cs` fixtures), and ONE dependency
|
||||
guard: `tests/AcDream.Headless.Tests/HeadlessDependencyBoundaryTests.cs`
|
||||
`HeadlessAssemblyReferencesOnlyTheRuntimeProject` asserts Headless references
|
||||
exactly `[AcDream.Runtime.csproj]` — amend to the exact new set in the same
|
||||
commit (deliberate, never silent). Namespace stays `AcDream.Runtime.Platform`?
|
||||
`tests/AcDream.Platform.Tests/`;
|
||||
`GraphicalLegacyConfigurationMigratorTests.cs` fixtures), and the dependency
|
||||
guards — CORRECTED post-review (the original recon here asserted the wrong
|
||||
guard, the C4-closeout failure mode): the K0 Headless guard
|
||||
(`HeadlessAssemblyReferencesOnlyTheRuntimeProject`) asserts HEADLESS's own
|
||||
csproj reference list, which this move does not touch — it stays UNCHANGED;
|
||||
the guard that actually needs amending is Runtime's own
|
||||
`RuntimeDependencyBoundaryTests.RuntimeProjectDeclaresOnlyApprovedProjectDependencies`
|
||||
(Runtime gains the `AcDream.Platform` reference), amended with a cited
|
||||
comment in the same commit. Namespace stays `AcDream.Runtime.Platform`?
|
||||
NO — rename to `AcDream.Platform` and fix the eight usings (clean naming beats
|
||||
avoiding a mechanical edit). Register new projects in `AcDream.slnx`.
|
||||
|
||||
|
|
@ -400,10 +404,10 @@ LA6 adds CH-regression scrutiny; LA0 adds guard-integrity scrutiny.
|
|||
|
||||
| Slice | Status | Commits | Review | Notes |
|
||||
|---|---|---|---|---|
|
||||
| LA0 | — | | | |
|
||||
| LA1 | — | | | |
|
||||
| LA0 | review PASS; fix round applied | `cb6502c8` + fixes | Opus PASS w/ 6 findings 2026-08-14; narrow re-review pending | Byte-identity proven; CI Linux lanes + arch doc + Platform self-guard + App explicit ref fixed; plan recon corrected |
|
||||
| LA1 | in flight (Sonnet) | | | pinned contract v1 + 5 optional fields |
|
||||
| LA2 | — | | | |
|
||||
| LA3 | — | | | |
|
||||
| LA3 | in flight (Sonnet, isolated worktree) | | | pinned contract shared with LA1 |
|
||||
| LA4 | — | | | |
|
||||
| LA5 | — | | | |
|
||||
| LA6 | — | | | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue