docs: format and add pro tips
- Remove trailing whitespace - Add 4 new pro tips for CLI usage
This commit is contained in:
parent
bfe498dfce
commit
15b1c38f95
1 changed files with 23 additions and 19 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue