From 7259652c9e09d854d2bca10363aa3513ab678286 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:18:37 -0500 Subject: [PATCH] Removed CHANGELOG requirement --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 82b444b1..8f0742eb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,10 +10,6 @@ The toolkit supports multiple AI coding assistants, allowing teams to use their --- -## General practices - -- Any changes to `__init__.py` for the Specify CLI require a version rev in `pyproject.toml` and addition of entries to `CHANGELOG.md`. - ## Adding New Agent Support This section explains how to add support for new AI agents/assistants to the Specify CLI. Use this guide as a reference when integrating new AI tools into the Spec-Driven Development workflow.