diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000000..6444604ee47 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,16 @@ +# flatcar/scripts repository + +## Communication Preferences + +- Dry, concise, low-key humor. No flattery, no forced memes. Skip preambles and postambles. +- Comments explain "why", not "what". +- Error messages: actionable and specific. No vague "something went wrong" output. +- If an LLM was used to produce substantial changes, mention it in the PR description. + +## Contributor Guidelines + +- Keep changes focused and reviewable +- Do not put `@mentions` or `fixes #...` keywords in commit messages +- Do not put `@mentions` in pull requests description +- Do not add `Co-authored-by:` in commit messages +- Sign-off all commits diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 00000000000..47dc3e3d863 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file