create with bun says Intent is configured but never writes AGENTS.md
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 68/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Attiva
- Stack tecnologico
- bun, typescript
- Ambito
- cli
Direzione di ricerca
Esegui il comando esatto tanstack create con Bun e --intent, quindi riproduci bunx --bun @tanstack/intent install all’interno dell’app generata. Traccia il percorso di installazione di Intent del comando create e confrontalo con #513; il lavoro è completato quando il pacchetto previsto è installato, intent.skills è configurato come necessario e AGENTS.md viene scritto senza segnalare un successo falso.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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
- Lingua principale
- TypeScript
- Stelle
- 1.3k
- Fork
- 185
- Merge medio
- 18h 45m
- PR unite (30g)
- 2
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di TanStack/cli
-
create: scaffold's unlayered body styles defeat its own @layer base rules (and any shadcn theme) Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 45/100
-
enhancement
Difficoltà 3/5 1-2 giorni Idoneità per principianti 58/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 68/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 68/100
Tutte le issue di TanStack/cli
Issue simili
-
Type/Bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
OpenNSW/nsw-srilanka#497 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
0xMiden/bridge-portal#132 ·
-
react-doctor severity:warning tech-debt
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 88/100
digidem/comapeo-cloud-app#403 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100