Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: camoneart/maestro

Tags

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (#209)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

[email protected]

Toggle [email protected]'s commit message
chore: version 3.5.18

[email protected]

Toggle [email protected]'s commit message
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]>

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.16

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.15

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.14

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.13

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.12

[email protected]

Toggle [email protected]'s commit message
chore: release v3.5.11