Commit 0ee02b5
feat: Add api-platform project type detection
Detects projects with api/ directory + vercel.json or wrangler config
as api-platform instead of static-site. Adds slot category mapping
for frontend, backend, universal, and human context slots.
Use case: Vercel Edge Function projects, Cloudflare Workers platforms,
serverless API platforms with HTML frontends.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 22c505c commit 0ee02b5
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
| |||
0 commit comments