TabnineDocumentation

Generic Documentation Rules for Tabnine

Generic Documentation Rules adapted for Tabnine. High-signal generic engineering guidance for real projects.

rules file
# Generic Documentation Rules for Tabnine

## What to document
- Setup, run, test, deploy, rollback.
- Architecture decisions with rationale and tradeoffs.
- Operational runbooks for common incidents.

## Standards
- Keep docs close to code (repo-first).
- Update docs in same PR as behavior changes.
- Prefer examples and command snippets over prose-heavy explanations.

## DevEx
- README should get a new engineer productive in <15 minutes.
- Keep env var documentation complete and current.

How to use with Tabnine

#docs#readme#runbooks#tabnine#generic-rules#general#ai-coding-rules

Related Rules