- Design before code. Update the relevant design artifacts (Value Chain Mapping, Data Evolution, TDD Golden Examples) before touching functions or schema. Read
DESIGN.mdto see what exists. - Follow the pattern. New steps, functions, and skills must follow the governed architecture — DB owns the process, one LLM call per function, defined I/O schemas, everything stored.
- New examples should follow the JD Parsing Example style: list the steps, show the DB changes, include a diagram.
- Commits use Conventional Commits:
feat:,fix:,refactor:,test:,docs:,chore:. - Never commit secrets,
.envfiles, or credentials.
Questions? Reach out to Csaba Toldi.