v0.2.2 - three review findings closed
Requires @page2ai/core 0.1.4.
An external review panel was given only the diff of the 0.1.2 content-root fix and asked to break it. It predicted three failure shapes from the code alone. All three reproduced, and the worst one meant the fix had not actually fixed the bug on the layout family that motivated it.
| shape | before | after |
|---|---|---|
card grid with no <main> (<div class="sl-main">) |
32 chars | 968 chars |
| form-in-article + sidebar card | article lost entirely | article returned |
| post under a large related-posts rail | rail pulled in | post only |
The 18-page sweep is unchanged: 3 improved, 15 byte-identical, 0 regressed. docs.astro.build/en/getting-started/ goes 208 -> 3,494 characters across the series; blog.cloudflare.com/ goes 927 -> 15,068.
Bundle verified by unpacking and running it: initialize and server/discover both answered, serverInfo reports 0.2.2, and tools/call on the Astro page returned 4,838 characters.