{ "name": "Astro 7 + Vite 7", "config": { "files": [ "src/layouts/Layout.astro" ], "insertBefore": "", "commentSyntax": "html" }, "sourceFiles": [ "src/layouts/Layout.astro", "src/pages/index.astro", "astro.config.mjs" ], "generatedFiles": [], "wrapCases": [ { "name": "wraps hero in pages/index.astro", "args": { "classes": "hero-title", "tag": "h1" }, "expectedFile": "src/pages/index.astro" } ], "runtime": { "styling": "plain-css", "install": [ "npm", "install", "--no-audit", "--no-fund", "--loglevel=error" ], "devCommand": [ "npx", "astro", "dev", "--host", "127.0.0.1", "--ignore-lock" ], "readyPattern": "Local\\s+https?://[^:\\s]+:(\\d+)", "readyTimeoutMs": 180000, "probe": { "expectLiveInit": true, "expectConsoleClean": true }, "steer": { "sourceFile": "src/pages/index.astro" }, "missedDoneReloadScenario": { "sourceFile": "src/pages/index.astro", "knownLimitation": "Fails identically at origin/main once Astro 7's agent-detection daemon mode is bypassed (the reload into a wrapper-only page never happens under the deferred source write). Pre-existing; tracked separately from the live v2 work that unmasked it." }, "env": { "ASTRO_DEV_BACKGROUND": "1" } } }