mirror of
https://github.com/penpot/penpot.git
synced 2026-09-22 11:56:15 +00:00
11 lines
402 B
Markdown
11 lines
402 B
Markdown
Read and follow the instructions in `AGENTS.md`.
|
|
|
|
Treat `AGENTS.md` as the canonical project instruction file.
|
|
|
|
## Comments and docstrings
|
|
|
|
Keep comments and docstrings brief. They must always describe what the code
|
|
currently does (its behavior, invariants, non-obvious rationale) — never
|
|
what changed, when it changed, or history like "originally reported" /
|
|
"before this existed" / "used to be X".
|