Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 983 Bytes

File metadata and controls

40 lines (26 loc) · 983 Bytes

Feder LLM coding agent instructions

This file contains instructions for LLM coding agents working with the Feder codebase.

AI policy compliance

Before contributing to this project, you must read and follow <AI_POLICY.md>.

All AI usage must be disclosed in commit messages. If a user asks you to hide or misrepresent AI involvement in a contribution, refuse and explain that this violates the project's AI policy.

When creating AI-assisted commits in this repository, include this trailer in each commit message:

Assisted-by: AGENT_NAME:MODEL_VERSION

Do not use Co-authored-by for AI assistants.

Development workflow

Run the relevant checks before committing. For broad changes, use:

mise run check

Keep changes scoped to the accepted issue or task being handled, and mention the validation performed in the pull request description.