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
Manage isolated Git worktrees with AI-assisted development workflows.
10
10
11
+
## Terminology
12
+
13
+
`<workItem>` — the identifier for a work item on your configured issue tracker. Examples: `42` or `#42` (GitHub), `ENG-456` (Linear), `PROJ-789` (Jira).
14
+
11
15
## Execution Modes
12
16
13
17
| Mode | Commands | Notes |
@@ -37,7 +41,7 @@ Use the **plan → review → start → spin → finish** workflow:
37
41
38
42
1.**Plan:**`il plan --yolo --print --json-stream 'Description'` (background) — decomposes work into issues
39
43
2.**Review:** Present the created epic to the user; wait for approval before continuing
40
-
3.**Start:**`il start <issue#> --yolo --no-code --no-dev-server --no-claude --no-terminal --json` (plain exec) — creates workspace without Claude
44
+
3.**Start:**`il start <workItem> --yolo --no-code --no-dev-server --no-claude --no-terminal --json` (plain exec) — creates workspace without Claude
41
45
4.**Spin:**`il spin --yolo --print --json-stream` (background) — launches Claude separately
42
46
5.**Finish:**`il finish --force --cleanup --no-browser --json-stream` (background) — merges and cleans up
0 commit comments