forked from ChrisTitusTech/linutil
-
Notifications
You must be signed in to change notification settings - Fork 0
AGENTS
Claude Agent edited this page Aug 26, 2026
·
2 revisions
Purpose: Help AI coding agents make clean, minimal edits in this markdown-only wiki.
- Personal knowledge wiki, not application source code.
- Content is markdown docs only.
- No build, test, lint, package manager, or CI pipeline in this repo.
- Only create or edit
.mdfiles (plus image links when needed). - Keep edits focused on user ask. No speculative restructuring.
- Preserve existing voice and practical, hands-on style.
-
repo_docs/: stable reference docs for repo/workflow conventions. -
misc/: curated lists and miscellaneous references. -
Home.md: top-level hub and index.
Note: Troubleshooting_guides/ was removed 2026-08-26 — all 20 guides
migrated to the Notion AI Knowledgebase (Note database, page
873e47a7-c6fe-8256-a6fe-017e2c1eff07). Do not recreate this directory;
new problem -> diagnosis -> fix guides go to the Notion KB instead (see
notion-kb-sync skill), not this wiki.
- Prefer
PascalCase-with-hyphens.mdfor new pages. - Keep names specific to symptom/topic, not generic titles.
- One
#title per file, then clear##sections. - Use fenced code blocks with language labels (for example
bash,json). - Explain command intent briefly, not just command text.
- Keep steps actionable and verifiable.
Prefer linking to existing docs over copying large sections:
- If you add a new guide, add a link from
Home.mdin relevant section. - Keep relative links valid from file location.
- Do not invent results from commands not run.
- Avoid destructive recommendations unless user explicitly asks.
- Keep hardware/distro specifics explicit when relevant (for example CachyOS, ThinkPad T570, Raspberry Pi).