Files
workflows-py/docs
Adrian Lyjak abc176e6ce Safeguard push-mode auto-push (#639)
Push-mode updates were too eager: `edit`, `apply`, and `update`
configured the deployment remote before pushing, so any current git repo
could become the source repo by accident.

This keeps create smooth, but makes updates require an existing
`llamaagents-<deployment>` remote before auto-pushing. `--push` is the
explicit escape hatch for linking and pushing the current repo, and
`--no-push` still skips the push entirely.

Docs now describe the safer default for push-mode deployments.
2026-05-14 17:57:50 -04:00
..
2026-05-14 17:57:50 -04:00