Tags: camoneart/maestro
Tags
feat: watchコマンドの削除 (v5.0.0) (#213) * remove: watchコマンドの削除 watchコマンドが正常に動作していないため、機能全体を削除してコードベースをシンプルに保つ。 **削除内容:** - src/commands/watch.ts - コマンド実装 - src/__tests__/commands/watch.test.ts - テストファイル - docs/commands/watch.md - ドキュメント - src/cli.ts からのインポートと登録 **理由:** - 実際のファイル同期が動作していない - 使用頻度が低い機能である - 修正するよりも削除してコードベースをシンプルに保つ Fixes #212 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: watchコマンド関連ドキュメントの削除 watchコマンド削除に伴い、関連するドキュメントからの参照を削除。 **更新内容:** - docs/COMMANDS.md - watchコマンドセクションと参照を削除 - docs/commands/sync.md - watchコマンドへのリンクを削除 - README.md - watch関連記述を削除 - README.ja.md - watch関連記述を削除 **変更:** - ui.pathDisplay設定の説明からwatchコマンドを除外 - 関連コマンドリストからwatchコマンドを削除 Related to #212 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * chore: v5.0.0へのバージョンアップ watchコマンドの削除に伴うBreaking Changeのため、メジャーバージョンをアップデート。 **変更:** - package.json version: 4.0.0 → 5.0.0 **Breaking Change:** - mst watchコマンドが完全に削除され、使用できなくなります Related to #212 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: E2Eテストからwatchコマンドの確認を削除 watchコマンド削除に伴い、E2Eテストでwatchコマンドの存在を確認する行を削除。 **修正内容:** - e2e/tests/basic.test.ts: expect(output).toContain('watch')を削除 **理由:** - watchコマンドが削除されたため、ヘルプテストが失敗していた - CIエラーの修正 Related to #212 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
test: exclude .git directory from test runs - Prevents test runner from executing tests in worktree directories - Improves test performance and reduces false failures 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
chore: release v3.5.14 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
PreviousNext