fix: remove non-existent ensemble→repertoire breaking change from CHANGELOG

This commit is contained in:
nrslib 2026-02-22 12:29:50 +09:00
parent d2c4acd3de
commit 717afd232f
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Changed ### Changed
- **BREAKING: "ensemble" renamed to "repertoire"**: All CLI commands, directories, config keys, and APIs renamed — `takt ensemble``takt repertoire`, `~/.takt/ensemble/``~/.takt/repertoire/`. Migration: rename your `~/.takt/ensemble/` directory to `~/.takt/repertoire/`
- **BREAKING: Facets directory restructured**: Facet directories moved under a `facets/` subdirectory at all levels — `builtins/{lang}/{facetType}/``builtins/{lang}/facets/{facetType}/`, `~/.takt/{facetType}/``~/.takt/facets/{facetType}/`, `.takt/{facetType}/``.takt/facets/{facetType}/`. Migration: move your custom facet files into the new `facets/` subdirectory - **BREAKING: Facets directory restructured**: Facet directories moved under a `facets/` subdirectory at all levels — `builtins/{lang}/{facetType}/``builtins/{lang}/facets/{facetType}/`, `~/.takt/{facetType}/``~/.takt/facets/{facetType}/`, `.takt/{facetType}/``.takt/facets/{facetType}/`. Migration: move your custom facet files into the new `facets/` subdirectory
- Contract string hardcoding prevention rule added to coding policy and architecture review instruction - Contract string hardcoding prevention rule added to coding policy and architecture review instruction

View File

@ -19,7 +19,6 @@
### Changed ### Changed
- **BREAKING: "ensemble" を "repertoire" にリネーム**: 全 CLI コマンド、ディレクトリ、設定キー、API を変更 — `takt ensemble``takt repertoire``~/.takt/ensemble/``~/.takt/repertoire/`。マイグレーション: `~/.takt/ensemble/` ディレクトリを `~/.takt/repertoire/` にリネームしてください
- **BREAKING: ファセットディレクトリ構造の変更**: 全レイヤーでファセットディレクトリが `facets/` サブディレクトリ配下に移動 — `builtins/{lang}/{facetType}/``builtins/{lang}/facets/{facetType}/``~/.takt/{facetType}/``~/.takt/facets/{facetType}/``.takt/{facetType}/``.takt/facets/{facetType}/`。マイグレーション: カスタムファセットファイルを新しい `facets/` サブディレクトリに移動してください - **BREAKING: ファセットディレクトリ構造の変更**: 全レイヤーでファセットディレクトリが `facets/` サブディレクトリ配下に移動 — `builtins/{lang}/{facetType}/``builtins/{lang}/facets/{facetType}/``~/.takt/{facetType}/``~/.takt/facets/{facetType}/``.takt/{facetType}/``.takt/facets/{facetType}/`。マイグレーション: カスタムファセットファイルを新しい `facets/` サブディレクトリに移動してください
- 契約文字列のハードコード散在防止ルールをコーディングポリシーとアーキテクチャレビューインストラクションに追加 - 契約文字列のハードコード散在防止ルールをコーディングポリシーとアーキテクチャレビューインストラクションに追加