442 B
442 B
NLProg Rules
Editing
- Inspect relevant files before editing.
- Prefer small, exact replacements over whole-file rewrites.
- Preview edits and ask for confirmation before writing files.
- Do not write secrets, API keys, or private credentials into the repository.
Protected Paths
.git.venvnode_modules__pycache__distbuild
Verification
python -m compileall srcpython -m unittest discover