Skip to content

Commit 62f68f6

Browse files
committed
feat: 効率的なアーキテクチャとStringSourceを使ったコードブロック除外の実装
- [Syntax.Paragraph]で個別チェック + [Syntax.DocumentExit]で文書全体サマリーに変更 - StringSourceを使用してコードブロック(Code, InlineCode)を正確に除外 - カテゴリ別の詳細エラー内訳を表示(簡潔性、明確性、具体性、一貫性、構造化) - originalIndexFromIndexで正確な位置マッピングを実装 - テストケースをenableDocumentAnalysis: falseで個別エラーのみテストするよう最適化 - 重複処理を削除し、より効率的で一貫したエラー報告を実現
1 parent 1e458f1 commit 62f68f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ Install with [npm](https://www.npmjs.com/package/textlint-rule-preset-ai-writing
187187

188188
npm install textlint-rule-preset-ai-writing
189189

190+
## Requirements
191+
192+
- [textlint 15.1.0](https://github.com/textlint/textlint/releases/tag/v15.1.0)以降が必要です
193+
194+
190195
## Usage
191196

192197
Via `.textlintrc`(Recommended)

0 commit comments

Comments
 (0)