chore: Add agentic coding tooling

This commit is contained in:
Flo
2026-03-30 13:39:40 +02:00
parent 2a5302388e
commit 078d55982b
40 changed files with 2131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
## 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
```