Loading AGENTS.md +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ Prefer the project commands already defined in the `Makefile`. ## Code Style - Python code is formatted and linted with Ruff. - Use type hinting extensively. - Keep edits ASCII unless the file already uses non-ASCII or the text/domain requires it. - Prefer explicit, descriptive local names over one-letter variables. - Keep comments sparse and useful; explain non-obvious behavior, not routine assignments. Loading Loading
AGENTS.md +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ Prefer the project commands already defined in the `Makefile`. ## Code Style - Python code is formatted and linted with Ruff. - Use type hinting extensively. - Keep edits ASCII unless the file already uses non-ASCII or the text/domain requires it. - Prefer explicit, descriptive local names over one-letter variables. - Keep comments sparse and useful; explain non-obvious behavior, not routine assignments. Loading