From 91e27b739594e5e1c69d6e42499ae71a28e0944a Mon Sep 17 00:00:00 2001 From: "firat.sertgoz" Date: Mon, 9 Feb 2026 07:00:35 +0400 Subject: [PATCH] Codex/feature parity pr hook (#6) * CI: auto-refresh FEATURE_PARITY.md on PR updates * docs: keep manual feature parity policy only --------- Co-authored-by: Firat Sertgoz --- AGENTS.md | 6 ++++++ CONTRIBUTING.md | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 AGENTS.md create mode 100644 CONTRIBUTING.md 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.