Every generated application ships UI pages nobody tests unless someone hand-writes per-module suites that rot on the next regen. Make the intent pipeline emit a declarative <name>.test manifest per model (list/create/document journeys derived from the entities the generator just produced) and graduate the generic Playwright runner to @aerokit/test, so a module's whole UI test harness is a four-file scaffold pointing at the generated manifest - regenerated with the app, never hand-maintained.
Retrospective issue for traceability.
Every generated application ships UI pages nobody tests unless someone hand-writes per-module suites that rot on the next regen. Make the intent pipeline emit a declarative
<name>.testmanifest per model (list/create/document journeys derived from the entities the generator just produced) and graduate the generic Playwright runner to@aerokit/test, so a module's whole UI test harness is a four-file scaffold pointing at the generated manifest - regenerated with the app, never hand-maintained.Retrospective issue for traceability.