···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 .worktrees/<name> -b <name>`
1212+- elixir dependencies are available in `deps`. Read code from there instead of using accessing the web or prompting the user.
1313+12141315## Worktree setup
1416
-1
justfile
···79798080release-push:
8181 git tag -a -m v$(cat VERSION) v$(cat VERSION)
8282- git push
8382 git push --tags
8483 jj git push
8584 just release