mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Slim down CLAUDE.md files and move content into path-scoped .claude/rules/ files to reduce context bloat.
581 B
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