docs: revert delete-all and sync-with-root from CLI reference
This commit is contained in:
parent
52fb385e75
commit
dbdaf93498
@ -170,9 +170,6 @@ takt watch
|
|||||||
# タスクブランチの一覧表示(マージ/削除)
|
# タスクブランチの一覧表示(マージ/削除)
|
||||||
takt list
|
takt list
|
||||||
|
|
||||||
# 全タスクを一括削除
|
|
||||||
takt list --delete-all
|
|
||||||
|
|
||||||
# 非インタラクティブモード(CI/スクリプト向け)
|
# 非インタラクティブモード(CI/スクリプト向け)
|
||||||
takt list --non-interactive
|
takt list --non-interactive
|
||||||
takt list --non-interactive --action diff --branch takt/my-branch
|
takt list --non-interactive --action diff --branch takt/my-branch
|
||||||
@ -180,8 +177,6 @@ takt list --non-interactive --action delete --branch takt/my-branch --yes
|
|||||||
takt list --non-interactive --format json
|
takt list --non-interactive --format json
|
||||||
```
|
```
|
||||||
|
|
||||||
インタラクティブモードでは **Sync with root** アクションも利用可能です。ルートリポジトリの HEAD をワークツリーブランチにマージし、コンフリクトが発生した場合は AI が自動解決を試みます。
|
|
||||||
|
|
||||||
### タスクディレクトリワークフロー(作成 / 実行 / 確認)
|
### タスクディレクトリワークフロー(作成 / 実行 / 確認)
|
||||||
|
|
||||||
1. `takt add` を実行し、`.takt/tasks.yaml` に pending レコードが作成されたことを確認。
|
1. `takt add` を実行し、`.takt/tasks.yaml` に pending レコードが作成されたことを確認。
|
||||||
|
|||||||
@ -170,9 +170,6 @@ List task branches and perform actions (merge, delete, etc.).
|
|||||||
# List task branches (merge/delete)
|
# List task branches (merge/delete)
|
||||||
takt list
|
takt list
|
||||||
|
|
||||||
# Delete all tasks at once
|
|
||||||
takt list --delete-all
|
|
||||||
|
|
||||||
# Non-interactive mode (for CI/scripts)
|
# Non-interactive mode (for CI/scripts)
|
||||||
takt list --non-interactive
|
takt list --non-interactive
|
||||||
takt list --non-interactive --action diff --branch takt/my-branch
|
takt list --non-interactive --action diff --branch takt/my-branch
|
||||||
@ -180,8 +177,6 @@ takt list --non-interactive --action delete --branch takt/my-branch --yes
|
|||||||
takt list --non-interactive --format json
|
takt list --non-interactive --format json
|
||||||
```
|
```
|
||||||
|
|
||||||
In interactive mode, `takt list` also offers a **Sync with root** action to merge the root repository's HEAD into a worktree branch, with AI-assisted conflict resolution.
|
|
||||||
|
|
||||||
### Task Directory Workflow (Create / Run / Verify)
|
### Task Directory Workflow (Create / Run / Verify)
|
||||||
|
|
||||||
1. Run `takt add` and confirm a pending record is created in `.takt/tasks.yaml`.
|
1. Run `takt add` and confirm a pending record is created in `.takt/tasks.yaml`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user