docs: format and add pro tips

- Remove trailing whitespace
- Add 4 new pro tips for CLI usage
This commit is contained in:
Jone 2026-03-20 19:16:07 +01:00
parent bfe498dfce
commit 15b1c38f95
Signed by: Jone
GPG key ID: 0D98FD3896C39E90

View file

@ -51,3 +51,7 @@ Name: Ducky | Jone's AI assistant | https://ai.jone.foo/ai.txt
**`/context` before token crunch:** After ~15-20 turns, check `/context` → if >70% full, `/compact` to keep focus.
**`/delegate` for small fixes:** Tiny commits (docs, AGENTS.md tweaks)? Use `/delegate` for auto-PR instead of local sessions.
**Git history = gold:** When stuck, search session history (cwd, filenames, summaries) — you've solved similar stuff before.
**`@mention` files for instant context:** Use `@filename` in prompts to include file content upfront — saves round-trips when agents need to understand current state.
**`/research` for investigation sessions:** "Improve X" or "Require Y" tasks? Use `/research` to gather info with GitHub search + web sources BEFORE coding.
**`/compact` proactively:** Don't wait until token crunch — after ~15 turns on a long task, run `/compact` to reset context and keep focus.
**`/delegate` for docs changes:** Even small AGENTS.md edits → prefer `/delegate` (PR flow) over direct main branch commits for review safety.