Add native empty project workflow

This commit is contained in:
2026-07-17 10:58:07 -07:00
parent 78673e718d
commit fe2f05c8d7
3 changed files with 38 additions and 3 deletions
+4
View File
@@ -31,6 +31,10 @@ test("implements the control and privacy contracts", async () => {
assert.match(source, /GENERATION_PARTIALLY_ACCEPTED/);
assert.match(source, /CLOUD_PROCESSING_APPROVED/);
assert.match(source, /store_provider_secret/);
assert.match(source, /New empty project/);
assert.match(source, /function createEmptyProject/);
assert.match(source, /turns: \[\], ideas: \[\], manuscript: ""/);
assert.match(source, /New project cancelled\. Your current project is unchanged\./);
assert.match(css, /prefers-reduced-motion/);
assert.match(css, /:focus-visible/);
assert.match(css, /html,body,#root\{[^}]*height:100%[^}]*overflow:hidden/);