···88- Ensure backwards compatibility or migration paths for changes that affect contracts between components (e.g. agent/server), but otherwise assume breaking changes are ok.
99- Never break deployments or strand agents such that they cannot apply an upgrade.
1010- You can access the dev server live over tidewave project_eval, allowing for introspection of a live environment.
1111-- Do not create worktrees unless explicitly asked. When asked, use: `git worktree add .claude/worktrees/<name> -b <name>`
1111+- Do not create worktrees unless explicitly asked. When asked, use: `git worktree add .worktrees/<name> -b <name>`
12121313## Worktree setup
1414