How we develop across the SLW projects โ the workflows to follow and the rules that keep production safe. Pairs with each repo's AGENTS.md.
How a new table or changed field flows from your dev Codespace to production โ migrations, per-repo commands, and the additive-vs-destructive rules.
Read โOpen a project, run Claude Code, run the app, and ship on a branch โ the day-to-day loop, plus the lifecycle (idle, reopen, machine sizes).
Read โBranch per task, open a PR, let CI run, merge on green. When small changes can go straight to main.
Why Codespaces only ever touch dev databases, and the gated, per-person path for working against real data.
Task Flow's stricter rule: teammates never receive production credentials or data.