Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 631 Bytes

File metadata and controls

27 lines (19 loc) · 631 Bytes

CLAUDE.md

Workflow

Follow WORKFLOW.md step-by-step when updating specs. Gates at Step 4 and Step 7 - stop and report if they fail.

What NOT to do

  • Don't use line numbers (change every build)
  • Don't use obfuscated names like XQ, o9, yk in documentation
  • Don't infer endpoints from runtime logs
  • Don't document without rg verification

Validation

# If this returns nothing, endpoint doesn't exist
rg '/api/oauth/profile' cli.js

File Types

  • *.http - API requests (HTTP client format)
  • *.md - Documentation
  • scripts/ - Shell scripts
  • archive/ - Deprecated docs (don't update)