From 8b60bc98da3f08afbca9fa40a76762d977451e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20P=C4=99dzim=C4=85=C5=BC?= Date: Sat, 18 Apr 2026 12:11:25 +0200 Subject: [PATCH 1/2] docs: add CLAUDE.md redirect to AGENTS.md The repo already has a comprehensive AGENTS.md. Add a one-line CLAUDE.md so the other tooling family (Claude Code / Codex / Cursor / Aider) auto-loads the same content via redirect, keeping AGENTS.md as the single source of truth. --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c9cefbf --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +See AGENTS.md. From 77f2902f1490cd85224237b47dd9ac7baed784bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20P=C4=99dzim=C4=85=C5=BC?= Date: Sun, 19 Apr 2026 09:39:36 +0200 Subject: [PATCH 2/2] chore: bump version to 3.2.2+1; update tts-api submodule to v3.2.0+2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tts_service_api/VERSION.py: 3.2.2 → 3.2.2+1 - submodules/tts-service-api: v3.2.0 → v3.2.0+2 (adds CLAUDE.md + AGENTS.md) - CHANGELOG.md: add 3.2.2+1 entry --- CHANGELOG.md | 8 ++++++++ submodules/tts-service-api | 2 +- tts_service_api/VERSION.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214f4c5..f95cb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The major version of this package tracks the TTS Service API major version. ## [Unreleased] +## [3.2.2+1] - 2026-04-19 + +### Added +- `CLAUDE.md`: one-line redirect to `AGENTS.md` for AI coding agents that auto-load `CLAUDE.md` (Claude Code, Codex, Cursor, Aider). + +### Changed +- `submodules/tts-service-api`: updated to [v3.2.0+2](https://github.com/techmo-pl/tts-api/releases/tag/v3.2.0%2B2). + ## [3.2.2] - 2026-04-01 ### Fixed diff --git a/submodules/tts-service-api b/submodules/tts-service-api index b1703e1..d6aa302 160000 --- a/submodules/tts-service-api +++ b/submodules/tts-service-api @@ -1 +1 @@ -Subproject commit b1703e1908d3994df6fd28c6b357d7b1efe381d7 +Subproject commit d6aa302c7b1ac73d16f36690fde4288e91038271 diff --git a/tts_service_api/VERSION.py b/tts_service_api/VERSION.py index 1e3bed4..9696b92 100644 --- a/tts_service_api/VERSION.py +++ b/tts_service_api/VERSION.py @@ -1 +1 @@ -__version__ = "3.2.2" +__version__ = "3.2.2+1"