diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..7be35afb --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Agent Rules + +## Feature Parity Update Policy + +- If you change implementation status for any feature tracked in `FEATURE_PARITY.md`, update that file in the same branch. +- Do not open a PR that changes feature behavior without checking `FEATURE_PARITY.md` for needed status updates (`❌`, `🚧`, `✅`, notes, and priorities). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..5c719811 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +## Feature Parity Requirement + +When your change affects a tracked capability, update `FEATURE_PARITY.md` in the same branch. + +### Required before opening a PR + +1. Review the relevant parity rows in `FEATURE_PARITY.md`. +2. Update status/notes if behavior changed. +3. Include the `FEATURE_PARITY.md` diff in your commit when applicable.