codeflash-internal/.claude/rules/architecture.md
Kevin Turcios c13835963c docs: restructure CLAUDE.md files into modular rules
Slim down CLAUDE.md files and move content into path-scoped
.claude/rules/ files to reduce context bloat.
2026-02-14 19:36:21 -05:00

581 B

Service Architecture

VSC-Extension / CLI → cf-api (Express, :3001) → aiservice (Django-Ninja, :8000)
cf-webapp (:3000) reads from the same PostgreSQL DB via Prisma

Glossary

  • Optimization Candidate — LLM-generated code that may be faster
  • Read-Write Context — code the LLM can modify
  • Read-Only Context — code provided as info only (not modified)
  • Tracer — collects input args for a Python function at runtime
  • Replay Test — reruns traced inputs to verify behavior
  • Comparator — compares two Python objects for equality