Skip to content

Rules For CLAUDE.md And AGENTS.md

Installing MCP and the SuperDev skill is the foundation. Project rules make the behavior consistent for this repository.

When this project is managed by SuperDev:
- Before diagnosing runtime problems, call SuperDev tools to collect evidence. Do not guess root causes from static files alone.
- Service start, stop, restart, and logs must go through SuperDev. Do not run npm/go/docker/tail commands that bypass SuperDev unless the user explicitly asks.
- After changing code that will not hot reload, restart the managed service through SuperDev and verify logs.
- For frontend changes, use SuperDev browser debugging to capture screenshot, console, and network evidence.
- If authentication blocks debugging, call get_debug_credentials when credential hints exist. Do not fabricate tokens or bypass auth checks.
- Before claiming completion, report the runtime evidence that proves the result.

Keep the rules short enough for agents to read every session.