You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add intent install to CLI next steps
Add agent intent install to CLI next steps
Add agent instructions to scaffold templates
Inject agent instructions from template constants
Simplify scaffold agent instructions
Refine scaffold agent instructions
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added agent instruction guidance into the project-creation flow and next-steps output
* CLI now displays a required agent install command during setup
* **Documentation**
* New agent instruction placeholder files added to project templates for downstream projects
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
"Use the ProofKit docs as the primary reference for this project: https://proofkit.dev/docs",
31
+
"Before doing any AI-assisted development here, run `npx @tanstack/intent@latest install` in the project root to load skills relevant to this project",
32
+
].join("\n");
29
33
30
34
// Registry URL is injected at build time via tsdown define
31
35
declareconst__REGISTRY_URL__: string;
32
36
// Provide a safe fallback when running from source (not built)
33
37
exportconstDEFAULT_REGISTRY_URL=
34
38
// typeof check avoids ReferenceError if not defined at runtime
0 commit comments