forked from ChrisTitusTech/linutil
-
Notifications
You must be signed in to change notification settings - Fork 0
AGENTS
TuxLux40 edited this page Jul 11, 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.
-
Troubleshooting_guides/: problem -> diagnosis -> fix guides. -
repo_docs/: stable reference docs for repo/workflow conventions. -
misc/: curated lists and miscellaneous references. -
Home.md: top-level hub and index.
- 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.
Use this lightweight shape when adding a new fix guide:
- Scope / affected systems
- Symptoms
- Diagnosis checks
- Fix steps
- Verification
- References / related docs
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).