# RED BEAR OS — FULL FORK OF REDOX OS **Red Bear OS is a FULL FORK.** Upstream Redox is a reference, not a live dependency. Sources are NEVER auto-pulled from upstream. The recipes/ tree is a frozen snapshot that we will eventually delete entirely; all Red Bear work lives in local/. ## NO OVERLAY-STYLE PATCHES — DIRECT EDITS ONLY **Hard policy. No exceptions. No "just this once." No "temporary until we fork."** The Red Bear build is a **full fork**, not an overlay on top of Redox. The correct workflow for any change is: | Want to change | Where to do it (DIRECT EDIT) | |---|---| | Change a recipe's build config | Edit `local/recipes///recipe.toml` directly. If the recipe is in upstream `recipes///recipe.toml`, fork it: copy to `local/recipes///recipe.toml` and edit there. | | Change a source file | Edit `local/sources//.rs` directly. | | Add a new package | Create `local/recipes///recipe.toml` directly. | | Change a build script | Edit `local/scripts/