add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
+26
View File
@@ -0,0 +1,26 @@
# Tools
Tool docs — CLI references, browser automation, frameworks, anything with a CLI or API.
## Naming
`TOOL_NAME_INSTRUCTIONS.md` — matches the existing convention from `/home/user/000-configs/`.
## Current
- `GH_CLI_INSTRUCTIONS.md` — GitHub CLI
- `PLAYWRIGHT_BROWSER_INSTRUCTIONS.md` — browser automation
- `VITE_PREVIEW_INSTRUCTIONS.md` — Vite preview server
## Adding a new tool doc
```bash
cd /home/user/02-repos/shit_in_a_vault/000-configs/tools
touch NEW_TOOL_INSTRUCTIONS.md
```
Include:
- Install location
- Auth status
- Common commands
- Server-specific quirks