first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ channel-gated-skills/
```
> **Stable-ready skills** do not belong here. Place them in the always-bundled
> `resources/skills/` directory instead. The build script will error if a
> `resources/bundled/skills/` directory instead. The build script will error if a
> `stable/` directory exists under `channel-gated-skills/`.
## Progressive gating
@@ -31,7 +31,7 @@ Gating is **progressive**: earlier gates include all skills from later gates.
| `local` | `dogfood` | `dogfood/` + `preview/` |
| `dev` | `dogfood` | `dogfood/` + `preview/` |
| `preview` | `preview` | `preview/` |
| `stable` | — | *(none — use resources/skills/)* |
| `stable` | — | *(none — use resources/bundled/skills/)* |
A skill placed in `preview/` is bundled on **all** non-stable builds
(dogfood, preview). A skill placed in `dogfood/` is bundled on dogfood