From 2aa09e2bbfd7613ed9b9463aad474aacabc904cc Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 24 Mar 2026 21:32:53 +0100 Subject: [PATCH] [runtimes] AGENTS.md: add spine-flutter and spine-ios to vendored spine-cpp list --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 5e764065d..f636fad56 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ ## Files to never commit - **NEVER** commit Eclipse settings files (`.settings/`, `.classpath`, `.project`). These are IDE-specific and must not be checked in. If `git status` shows changes to these files, revert them before committing. -- **NEVER** commit the spine-cpp copies inside `spine-ue/` or `spine-godot/`. These are managed by setup scripts (`spine-ue/setup.sh`, `spine-godot/build/setup.sh`) and are gitignored. Only commit changes to the wrapper code in those runtimes, not the vendored spine-cpp sources. +- **NEVER** commit the vendored spine-cpp copies inside `spine-ue/`, `spine-godot/`, `spine-flutter/`, or `spine-ios/`. These are managed by setup/build scripts and are gitignored. Only commit changes to the wrapper/binding code in those runtimes, not the vendored spine-cpp sources. ## Git commit subject prefix (required) Every commit subject must start with a runtime prefix.