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
The `issues` command is used to create tracking issues at the start of a project goal session. When you first run it, it will simply tell you what actions it plans to take.
10
+
11
+
To actually commit and create the issues, supply the `--commit` flag:
12
+
13
+
```
14
+
> cargo run -- issues --commit
15
+
```
16
+
17
+
This will also edit the goal documents to include a link to each created tracking issue. You should commit those edits.
18
+
19
+
You can later re-run the command and it will not repeat actions it has already taken.c
0 commit comments