Skip to content

feat: コロン(:)と箇条書きの機械的組み合わせパターンの検出機能を追加 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

azu
Copy link
Member

@azu azu commented Jun 30, 2025

  • ai-tech-writing-guideline ルールに新しい検出パターンを追加
  • Document レベルでParagraph → List の連続パターンを解析
  • 段落末尾がコロン(:、:)で終わり直後にリストが続く場合を検出
  • 建設的で中立的なメッセージで自然な表現への改善を提案
  • 既存の巨大な処理を関数に分割してモジュール化し保守性を向上
  • テストケースを追加して機能の動作を保証

Closes #8

- ai-tech-writing-guideline ルールに新しい検出パターンを追加
- Document レベルでParagraph → List の連続パターンを解析
- 段落末尾がコロン(:、:)で終わり直後にリストが続く場合を検出
- 建設的で中立的なメッセージで自然な表現への改善を提案
- 既存の巨大な処理を関数に分割してモジュール化し保守性を向上
- テストケースを追加して機能の動作を保証

Closes #8
@azu azu closed this Jun 30, 2025
@azu azu deleted the feature/colon-list-pattern-detection branch June 30, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【機能追加】コロン(:)と箇条書きの機械的な組み合わせパターンの検出
1 participant