create with bun says Intent is configured but never writes AGENTS.md
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.3k
- Forks
- 185
- Merge medio
- 18 h 45 min
- PR fusionados (30 d)
- 2
Descripción
tanstack create with bun prints TanStack Intent configured and claims AGENTS.md was wired up, but the command it ran failed. No agent config is written. Deps install fine — it's just the Intent step.
bunx @tanstack/cli@latest create buildify-repro \
--framework React \
--package-manager bun \
--toolchain biome \
--deployment nitro \
--no-examples \
--git \
--intent \
--yes
◇ Installed dependencies
◇ TanStack Intent configured
◇ Route tree generated
└ Your TanStack app is ready in 'buildify-repro'.
Errors were encountered during the creation of your app:
Command "bunx --bun @tanstack/intent install" did not run successfully. Please run this manually in your project.
After that, node_modules is there, AGENTS.md isn't, and node_modules/.bin/intent points at @tanstack/devtools/bin/intent.js.
Same command inside the app:
bunx --bun @tanstack/intent install
exits immediately with @tanstack/intent is not installed. — no registry fetch.
Two things going on:
-
bunx is running the
intentshim from@tanstack/devtools, not the real package.bunx --bun @tanstack/intent@latest installdoes download, then hits:Permissions: failed: intent.skills is not configured. -
Intent 0.4.0 wants a TTY to write
package.json#intent.skillson first run (TanStack/intent#241). create still treatsintent installas non-interactive (#442).
Not the same as #495 — that one is --no-install. This happens with deps already installed.
#513 uses @tanstack/intent@latest (same as shadcn@latest) and writes intent.skills: ["@tanstack/*"] before install.
@tanstack/cli 0.71.0, bun 1.3.1, macOS
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Ejecuta el comando exacto tanstack create con Bun y --intent, y luego reproduce bunx --bun @tanstack/intent install dentro de la aplicación generada. Rastrea la ruta de instalación de Intent del comando create y compárala con #513; se considera terminado cuando el paquete previsto está instalado, intent.skills está configurado según sea necesario y se escribe AGENTS.md sin informar de un éxito falso.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- bun, typescript
- Área
- cli
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 68/100