Is your feature request related to a problem? Please describe.
AI agents start Prismic projects with npx @slicemachine/init because their training data contains the legacy workflow. Nothing at that entry point tells the agent that a newer path exists. The session goes down the wrong path from the first step: legacy tooling, a different file layout, and no contact with the current CLI.
Describe the solution you'd like
This issue documents the problem for a later brainstorm. It does not prescribe a solution.
One idea: add a deprecation message to the Slice Machine entry points. The message points to npx prismic init and npx prismic docs list. Agents on the legacy path then get redirected at the point where they reliably arrive.
Describe alternatives you've considered
Additional context
This issue is in the CLI repository for visibility. Slice Machine is not in active maintenance.
Is your feature request related to a problem? Please describe.
AI agents start Prismic projects with
npx @slicemachine/initbecause their training data contains the legacy workflow. Nothing at that entry point tells the agent that a newer path exists. The session goes down the wrong path from the first step: legacy tooling, a different file layout, and no contact with the current CLI.Describe the solution you'd like
This issue documents the problem for a later brainstorm. It does not prescribe a solution.
One idea: add a deprecation message to the Slice Machine entry points. The message points to
npx prismic initandnpx prismic docs list. Agents on the legacy path then get redirected at the point where they reliably arrive.Describe alternatives you've considered
Additional context
This issue is in the CLI repository for visibility. Slice Machine is not in active maintenance.