1.1 KiB
1.1 KiB
🧪 Verification Standards (The "Quality" Protocol)
Audience: QA & Lead Agents (The Devil, Arthur). Objective: Prove it works.
[!CRITICAL] The QA Mandate: "It works on my machine' is not a valid excuse. Show me the evidence."
1. 🤖 Automated Verification
- Mandatory: Execute the tests defined in the
implementation_plan.md. - Tools:
python -m pytestnpm testcurl -f http://localhost/health
2. 👁️ Visual Verification (The Screenshot)
For UI Tasks:
- Open Browser: Navigate to the page.
- Inspect: Verify the element exists in the DOM.
- Capture: Take a distinct screenshot of the change.
3. 📝 The Walkthrough Artifact (walkthrough.md)
You MUST update walkthrough.md at the end of every successful mission.
- Context: What did we do?
- Proof: The success logs / screenshots.
- Next Steps: Any remaining debt?
4. 🏁 The Secure Seal (Commit)
ONLY after Verification passes:
- Trigger:
git_standards.mdprotocol. - Commit: Create the atomic commit with a Conventional Message.