When prismic type create --format page is run and the target page file already exists (e.g. app/page.tsx from create-next-app scaffolding), the CLI silently skips generating the page file. There's no output indicating that a file was skipped or that the feature exists at all.
In an agent test session, the agent didn't know type create --format page generates page files. It manually wrote app/page.tsx from scratch. Even if the file would have been skipped due to the existing default, the agent should have been aware of the feature so it could have deleted the default file first or known what the generated file would contain.
When
prismic type create --format pageis run and the target page file already exists (e.g.app/page.tsxfromcreate-next-appscaffolding), the CLI silently skips generating the page file. There's no output indicating that a file was skipped or that the feature exists at all.In an agent test session, the agent didn't know
type create --format pagegenerates page files. It manually wroteapp/page.tsxfrom scratch. Even if the file would have been skipped due to the existing default, the agent should have been aware of the feature so it could have deleted the default file first or known what the generated file would contain.