docs: revert delete-all and sync-with-root from CLI reference

This commit is contained in:
nrslib 2026-02-20 19:59:22 +09:00
parent 52fb385e75
commit dbdaf93498
2 changed files with 0 additions and 10 deletions

View File

@ -170,9 +170,6 @@ takt watch
# タスクブランチの一覧表示(マージ/削除)
takt list
# 全タスクを一括削除
takt list --delete-all
# 非インタラクティブモードCI/スクリプト向け)
takt list --non-interactive
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
```
インタラクティブモードでは **Sync with root** アクションも利用可能です。ルートリポジトリの HEAD をワークツリーブランチにマージし、コンフリクトが発生した場合は AI が自動解決を試みます。
### タスクディレクトリワークフロー(作成 / 実行 / 確認)
1. `takt add` を実行し、`.takt/tasks.yaml` に pending レコードが作成されたことを確認。

View File

@ -170,9 +170,6 @@ List task branches and perform actions (merge, delete, etc.).
# List task branches (merge/delete)
takt list
# Delete all tasks at once
takt list --delete-all
# Non-interactive mode (for CI/scripts)
takt list --non-interactive
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
```
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)
1. Run `takt add` and confirm a pending record is created in `.takt/tasks.yaml`.