mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add kilo.md with AI agent coding guidelines (#42939)
This commit is contained in:
parent
f30de7bba3
commit
17532cc159
1 changed files with 11 additions and 0 deletions
11
kilo.md
Normal file
11
kilo.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
## Code style
|
||||||
|
|
||||||
|
- Do NOT make any formatting, whitespace, or stylistic changes beyond what is strictly necessary for the task.
|
||||||
|
- Do not reformat, re-indent, or reorganize code that is not directly related to the requested change.
|
||||||
|
- Follow existing code patterns and conventions in the repository.
|
||||||
|
- If a linter or formatter is configured in the repo, do not fight it — but also do not run it on unrelated files.
|
||||||
|
|
||||||
|
## Pull requests
|
||||||
|
|
||||||
|
- Keep PRs focused: only include changes that are directly relevant to the task.
|
||||||
|
- Do not include drive-by cleanups, import reordering, or trailing whitespace fixes unless explicitly asked.
|
||||||
Loading…
Reference in a new issue