| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-01 | fix(core): default missing composer.json "name" to __root__ | nsfisis | |
| Composer's RootPackageLoader assigns the root name "__root__" when composer.json omits the "name" field. Mozart was failing deserialization in that case, blocking any installer fixture with a nameless root manifest. Apply the same serde default and unignore update-to-empty-from-blank as the first green entry on the .test scoreboard. | |||
| 2026-05-01 | test(test-harness): enumerate Composer installer .test fixtures | nsfisis | |
| Add per-fixture #[test] entries (187 total) via a small declarative macro that reads files directly from the composer submodule. For now each test only asserts the file parses; execution and EXPECT-* checks will be layered on as the harness gains comparison helpers. | |||
