`create --no-install` reports "TanStack Intent configured" but writes no AGENTS.md
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 68/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Ít trao đổi
- Công nghệ
- typescript
- Lĩnh vực
- cli
Hướng nghiên cứu
Bắt đầu bằng cách tái hiện lệnh tanstack create --no-install đã được báo cáo và theo dõi bước cấu hình Intent cùng phần văn bản kết thúc trong luồng tạo của CLI. Được xem là hoàn tất khi không có package nào được phát hiện bị báo cáo là đã bị bỏ qua, phần văn bản kết thúc không khẳng định rằng cấu hình agent đã được kết nối, và phần này trỏ đến pnpm install && pnpm dlx @tanstack/intent install --map.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
tanstack create --no-install prints that Intent was configured, and then the closing text tells you
your agent config was wired up — but no AGENTS.md is written. Nothing in the output suggests
anything was skipped.
$ pnpm dlx @tanstack/cli create my-app --no-install --no-git --no-toolchain --no-examples
┌ Creating a new TanStack app in my-app...
◇ Dependency installation skipped
◇ TanStack Intent configured
└ Your TanStack app is ready in 'my-app'.
Next steps:
Working with an AI agent? Your agent config (AGENTS.md / CLAUDE.md) was wired up by TanStack Intent
with explicit skill mappings for the libraries you installed. ...
$ ls my-app/AGENTS.md
ls: my-app/AGENTS.md: No such file or directory
The same command without --no-install does exactly what it says:
$ pnpm dlx @tanstack/cli create my-app --no-git --no-toolchain --no-examples
$ grep -c '^ - id:' my-app/AGENTS.md
31
The underlying behaviour makes sense — Intent discovers skills by walking installed node_modules,
so with --no-install there is nothing on disk to find yet:
$ cd my-app && pnpm dlx @tanstack/intent list --debug
packages: 0
skills: 0
No intent-enabled packages found.
So it's really the reporting that's off, not the logic. Two things that would help:
- When the Intent step discovers zero packages, report that instead of
TanStack Intent configured
— something like "skipped — no dependencies installed yet". - With
--no-install, drop the "your agent config was wired up" claim from the closing text, and
point at the follow-up instead:pnpm install && pnpm dlx @tanstack/intent install --map.
It's easy to miss, because the message is confident and a missing file is quiet — I only caught it
while verifying that skill mappings were complete. Anyone who scaffolds with --no-install (to
review the dependency set, or to run installs through their own tooling) ends up with an agent config
that silently never existed.
Environment: @tanstack/cli 0.70.0, @tanstack/intent 0.3.6, pnpm 11.17.0, node 24.18.0,
macOS 26.5.1 (arm64)
- Ngôn ngữ chính
- TypeScript
- Star
- 1.3k
- Fork
- 185
- Merge trung bình
- 18 giờ 45 phút
- Pull request đã merge (30 ngày)
- 2
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của TanStack/cli
-
create: scaffold's unlayered body styles defeat its own @layer base rules (and any shadcn theme) Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 76/100
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 68/100
-
enhancement
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 45/100
-
enhancement
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 58/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 68/100
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
bug v2
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
modelcontextprotocol/inspector#2458 · 1 bình luận ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 75/100
railmapgen/rmp-gallery#4068 ·
-
Mend: dependency security vulnerability status: needs triage 🕵️♀️
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
carbon-design-system/ibm-products#9907 ·