summaryrefslogtreecommitdiff
path: root/engine/src
AgeCommit message (Collapse)Author
2026-02-26test: expand test coverage across all modulesSho Sakuma
- Add 23 new test files covering exceptions, data classes, permissions, setting handlers, commands, and cross-server relay - Change command execute methods from private to internal visibility to enable unit testing (16 command files) - Engine coverage: 65.5% → 92.4% - Platform-paper coverage: 16.8% → 40.0% - Platform-velocity coverage: 62.4% → 76.8% Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25feat: add Codecov/Jacoco integration and expand test coverageSho Sakuma
- Add Jacoco plugin to all subprojects with XML report generation - Replace post-test-results.sh with Codecov upload in CI workflow - Add codecov.yml configuration - Add 140 new tests across engine, platform-paper, and platform-velocity Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07test: Add kana converter test-caseSho Sakuma
2026-02-07fix: Fix kana converter valid romajiSho Sakuma
2026-02-06feat: Add global chat protocolSho Sakuma
2026-02-01feat: Add Velocity protocolSho Sakuma
2026-01-31feat: Add channel loggingSho Sakuma
2026-01-27refactor: Rename exceptionSho Sakuma
2026-01-26feat: Add channel-chat configurationSho Sakuma
2026-01-26feat: Add ChangeChat message notificationSho Sakuma
2026-01-26feat: Add channel-chat handleSho Sakuma
2026-01-26feat: Add chatmode dataSho Sakuma
2026-01-26feat: Add channel commandSho Sakuma
2026-01-25feat: Add Channel CRUD operatorSho Sakuma
2026-01-25feat: Initialize Channel storage logicSho Sakuma
2026-01-24feat: Add status commandSho Sakuma
2026-01-24feat: Add new permissionSho Sakuma
2026-01-20test: Add Kana Conversion TestSho Sakuma
2026-01-20fix: Fix Kana conversion with voiced consonantsSho Sakuma
2026-01-17feat: Add `directMessageNotice` settingsSho Sakuma
2026-01-17refactor: Move modules without dependencies to the engineSho Sakuma
2026-01-17feat: Add noticeUpdate permissionSho Sakuma
2026-01-10feat: Release v0.1.0Sho Sakuma
2026-01-10feat: Add toggle command permissionSho Sakuma
2026-01-10feat: Add Romaji ConverterSho Sakuma
2026-01-09feat: Add spy logicSho Sakuma
2026-01-07feat: Add permission collectorSho Sakuma