-
Notifications
You must be signed in to change notification settings - Fork 0
agent sop
Jules Martins edited this page Jun 11, 2026
·
1 revision
This SOP defines the operational laws for AI agents (Gemini, Claude, etc.) working on the Codelyzer repository.
- Law of Atomicity: Every modification must be atomic. Do not mix refactoring with feature implementation.
-
Law of Verification: No change to
index.htmlorcard/is complete without runningnode --test tests/. -
Law of Consistency: Maintain the single-file nature of the core app. Do not split
index.htmlinto multiple files unless explicitly instructed. -
Law of Documentation: Update the
CHANGELOG.mdand relevant wiki pages after any architectural change.
Before signaling completion, the agent must:
- Run
grep -i "codeflow" .to ensure no legacy branding remains. - Verify all relative links in
README.mdand the wiki are functional. - Ensure
VERSIONmatches the tag/release intent. - Check that the
card/logic still extracts the analyzer correctly fromindex.html.
Agents should remain concise, technical, and objective. Avoid conversational filler. Focus on Intent and Result.