From 25662a77b78709d356e4787bc1d6791ae9553664 Mon Sep 17 00:00:00 2001 From: hanger Date: Fri, 29 May 2026 09:45:02 +0800 Subject: [PATCH] docs(contributing): replace GPT-5.4-only restriction with disclosure-only policy (#727) 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 7017d447..f71e31c6 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