You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace enter command with checkout workflow
Remove the /enter slash command and rename its remaining script adapter to
checkout.py.
Refresh the target branch before creating a new managed worktree while
preserving retained branches as explicit resumptions. Update guard guidance,
documentation, and focused lifecycle coverage.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ enter repo → develop on branch → validate affected Components → commit / p
14
14
15
15
The domain spine is **PR/MR → Repo → Component**: every PR/MR belongs to one repo, and each repo may contain multiple components with independent build/lint/test toolchains. A workspace is an optional context that aggregates multiple repos; plain single-repo use is fully supported.
16
16
17
-
The branch is the development axis. For concurrent sessions, a worktree is a special form of branch that provides an isolated checkout; `/enter <repo> --worktree <tag>` manages its creation, reuse, dependency preparation, and cleanup. devloop then projects the current change onto affected components and records validation at the same granularity.
17
+
The branch is the development axis. For concurrent sessions, a worktree is a special form of branch that provides an isolated checkout; devloop's managed-worktree helper handles creation, reuse, dependency preparation, and cleanup. devloop then projects the current change onto affected components and records validation at the same granularity.
0 commit comments