You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add sample code branch push step to PR verification agent
After verification passes, the agent now pushes the verification sample
to a dedicated branch (verification/pr-<N>) for future reference.
Changes:
- Added Step 5.5: Push Verification Sample to Branch
- Updated behavioral rules: clarify no source code changes, add branch isolation rule
- Updated success criteria to include branch pushing
- Updated Step 7: samples are now pushed, not deleted
* Update PR verification agent to push sample code and e2e tests to branch
- Add Step 5: Create E2E tests in test/e2e-azuremanaged/ for regression coverage
- Add Step 6: Push verification sample + e2e tests to verification/pr-<N> branch
- Remove duplicate Step 5.5 (old push logic) and consolidate into Step 6
- Update verification report format to include E2E test details and branch link
- Update hard constraints to allow creating verification artifacts and e2e tests
- Renumber steps for clean sequential flow (Steps 5-9)
* Remove e2e test creation from PR verification agent
The agent now only pushes verification samples to branch, without
creating e2e tests in test/e2e-azuremanaged/.
0 commit comments