From 000ae4b1387d55a6de63eaf4b1aeaec78a1eef6f Mon Sep 17 00:00:00 2001 From: flyinghanger Date: Fri, 29 May 2026 00:50:14 +0800 Subject: [PATCH] docs(contributing): replace GPT-5.4-only restriction with disclosure-only policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #724 The previous policy pinned acceptance to a single past model version that is no longer current SOTA, was not reliably detectable by reviewers, and penalized contributors who honestly disclosed their tooling. Swap it for a disclosure-only line — code is judged on merit, transparency is kept. --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7017d44747..f71e31c6d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,13 +11,7 @@ Thank you for your interest in contributing to HAPI! We welcome bug fixes, featu ## AI-Generated Code Policy (Vibe Coding) -If you are using AI tools to generate code ("Vibe Coding"), please note: - -**We only accept code generated by the GPT-5.4 model.** - -Pull requests containing code generated by other AI models (including other GPT versions, Claude, Gemini, or any other LLM) will be rejected. This policy helps us maintain consistency and quality standards across the codebase. - -If you're unsure whether your AI-assisted code meets this requirement, please open an issue to discuss before submitting. +If you used AI tools to generate code ("Vibe Coding"), please disclose the model in your PR description. Code is judged on merit — focused scope, tests, and the other expectations below apply equally regardless of how the code was authored. ## Pull Request Guidelines