@drawbridge/drawbridge-agents 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,6 +30,12 @@ knowledge graph, and the Asana handoff so nothing drifts at ship time.
|
|
|
30
30
|
and retry (do NOT run `graphify install`; it rewrites `CLAUDE.md`).
|
|
31
31
|
5. **Hand off the task.** Invoke `drawbridge-asana-ship-handoff` with the Asana task to reassign
|
|
32
32
|
to the last commenter, post the change summary + retest steps, and set the due date.
|
|
33
|
+
6. **Clear the worktree.** If the feature was built in a git worktree (a sibling directory or a
|
|
34
|
+
`.worktrees/` folder), remove it now that the branch is merged: from the main checkout,
|
|
35
|
+
`git worktree remove <path>` then `git worktree prune`. If the removal complains about
|
|
36
|
+
uncommitted changes, inspect them first — add `--force` only once you've confirmed the dirt
|
|
37
|
+
is disposable (`.claude/` pin state, or edits already superseded on `develop`). Leftover
|
|
38
|
+
merged worktrees pile up and break editor git integrations; the branch itself can stay.
|
|
33
39
|
|
|
34
40
|
## Notes
|
|
35
41
|
|
package/package.json
CHANGED