[#702] add Tilt dev loop (workstation dev-only) + prod-guard Tiltfile
ci / audit (push) Successful in 27s

https://projects.knownelement.com/issues/702
This commit is contained in:
2026-09-05 23:27:41 -05:00
parent 655959d8fa
commit 83f9c7292c
3 changed files with 29 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# dev/ — workstation development loop (Tilt)
Workstation = dev-only (founder rule, 2026-09-05). Production delivery stays
flux-only (gitops, clusters/pfv-k8s/). Tilt provides the fast iteration loop
for k8s services under development before they graduate to git.
- `tilt up` — start the dev loop (UI: http://localhost:10350)
- Tiltfile targets local/dev contexts; prod namespaces are guarded.