Problem statement
The issue was not only code. It was ownership around the code.
We saw a repeated problem: when the same AI actor is expected to build the application, prepare the infrastructure, deploy the result, and diagnose the running system, the repo and the operating context blur together. The issue that needed to be resolved was not just a bug in code, but a lack of clear separation between app-building work and DevOps-style deploy-and-diagnose work.
1core issue: blurred ownership between coding and operating
2distinct lanes after the fix: repo-building and deploy-and-diagnose
4stages in the resolved loop: build, lock, deploy, diagnose
Developer and local AI
Code the application inside the repo, resolve feature issues, and move the product forward through the development method.
Pubert's DevOps function
Read the repo context, preserve continuity, prepare the environment, deploy the result, and diagnose what is happening around the running system.
Ratcheting protocol
Control the handoff: lock the slice, constrain the change, verify the outcome, and keep progress forward-only and auditable.