chore: add agentic tooling, cleanup

This commit is contained in:
Flo
2026-03-30 12:59:23 +02:00
parent 7645402347
commit ebb42dbad7
40 changed files with 2066 additions and 2 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
```