12 lines
472 B
Markdown
12 lines
472 B
Markdown
## Crosslink (Available)
|
|
|
|
Crosslink issue tracking is available but not required. Use it when it helps.
|
|
|
|
```bash
|
|
crosslink quick "title" -p <priority> -l <label> # Create + label + work
|
|
crosslink issue list -s open # See open issues
|
|
crosslink issue close <id> # Close issue
|
|
crosslink session work <id> # Mark focus
|
|
crosslink session end --notes "..." # Save handoff
|
|
```
|