summaryrefslogtreecommitdiff
path: root/platform-paper/src
AgeCommit message (Collapse)Author
2026-01-11docs: Update docsSho Sakuma
2026-01-11fix: Change file formatSho Sakuma
2026-01-11fix: Prevent Romanization conversion for Japanese textSho Sakuma
2026-01-10Release LunaticChat v0.3.0v0.3.0Sho Sakuma
2026-01-10fix: Fixed an issue where long messages were not converting correctlySho Sakuma
2026-01-10feat: Release v0.1.0Sho Sakuma
2026-01-10docs: Add LunaticChat docsSho Sakuma
2026-01-10feat: Add user-settingsSho Sakuma
2026-01-10feat: Add convert japanese toggleSho Sakuma
2026-01-10feat: Add toggle command permissionSho Sakuma
2026-01-10feat: Add feature toggleSho Sakuma
2026-01-10feat: Add cache version checkSho Sakuma
2026-01-10feat: Add manager registerSho Sakuma
2026-01-10feat: Add chat listenerSho Sakuma
2026-01-10chore: Change feature configSho Sakuma
2026-01-10feat: Add Romaji ConverterSho Sakuma
2026-01-09feat: Add suggest commandSho Sakuma
2026-01-09feat: Add spy logicSho Sakuma
2026-01-07feat: Add `/tell`, `/reply` commandSho Sakuma
2026-01-07feat: Add command systemSho Sakuma
2026-01-07feat: Add permission collectorSho Sakuma
2026-01-07chore: Fix debug server container configSho Sakuma
2026-01-06chore: Add default configSho Sakuma
2026-01-06feat: Add LunaticChat configSho Sakuma
2026-01-05refactor: migrate to multi-project structureSho Sakuma
マルチプロジェクト構造に移行し,Paper と Velocity の両方をサポートできるようにしました. - engine: 共通ロジック(データモデル,JSON シリアライゼーション) - platform-paper: Paper プラグイン実装 - platform-velocity: Velocity プラグイン実装(将来用) 主な変更: - settings.gradle.kts: サブプロジェクト定義を追加 - build.gradle.kts: マルチプロジェクト用に再構成 - 既存コードを platform-paper に移動 - CI/CD ワークフローを更新 - Docker 設定を更新 - IntelliJ Run Configurations を更新 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>