Thanks for helping build DeCodifier. This project is early-stage; feedback and PRs are welcome.
- Local-first - user code stays on disk.
- Model-agnostic - no vendor lock-in; any tool-capable LLM works.
- Deterministic tools - consistent return structures for LLM parsing.
- Human override is sacred - never apply patches silently.
- Scratch-first development - AI writes to
scratch/unless instructed. - Framework-neutral - adapters, not biases (FastAPI, Flask, Next.js, etc).
- Compiler optional - the engine must function even without it.
- main: stable alpha snapshots
- dev: active iteration
- feature/*: experimental branches
- tags: v0.1.0, v0.2.0, ...