From f2b3fd1333c8e4e07dbc3b9ae48c86aab6f65685 Mon Sep 17 00:00:00 2001 From: Frank Trevor Gilson Date: Sun, 6 Sep 2026 19:00:09 -0700 Subject: [PATCH] docs: record worktree adoption implementation status --- docs/IMPORTING_FROM_ANOTHER_TOOL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/IMPORTING_FROM_ANOTHER_TOOL.md b/docs/IMPORTING_FROM_ANOTHER_TOOL.md index 6d3e7a0b2..244d49b4e 100644 --- a/docs/IMPORTING_FROM_ANOTHER_TOOL.md +++ b/docs/IMPORTING_FROM_ANOTHER_TOOL.md @@ -53,3 +53,14 @@ The tool that owns the worktree remains responsible for its archive and deletion ## Conductor imports The bulk `runpane import conductor` workflow is planned as a follow-up to the core adoption support. Until then, enumerate active Conductor workspaces and call `panes adopt` for each one. Pane already reads `conductor.json` for project scripts, but adoption deliberately does not run setup/build scripts. + +## Implementation status + +Core adoption support is implemented on the `warrior` branch as of commit +`4f4c3826` (September 3, 2026). The implementation adds persisted worktree +ownership with database migration `007_add_worktree_ownership.sql`, RunPane +adoption and preview handlers, resume staging, external-worktree lifecycle +guards, sidebar ownership labeling, and generated CLI contract updates. + +The focused validation suite passes with 107 tests passing and 1 skipped. Main +and frontend TypeScript checks and the blocking Oxlint gate also pass.