Files
Brain/TOOLS.md

63 lines
1.4 KiB
Markdown

---
summary: "Workspace template for TOOLS.md"
read_when:
- Bootstrapping a workspace manually
---
# TOOLS.md - Local Notes
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
## TekDek Infrastructure
### Domains
- **Gitea (Git repos)**: `git.tekdek.dev`
- **BookStack (Docs)**: `docs.tekdek.dev`
- **Website/Database**: `web.tekdek.dev` (in progress)
### Git Repos
- **Brain** (ParzivalTD workspace): `http://git.tekdek.dev/ParzivalTD/Brain.git`
- **TekDek-Strategy** (Project spec): `http://git.tekdek.dev/TekDekOC/TekDek-Strategy.git`
### Sync & Automation
- **Daily Brain sync**: `sync-brain.sh` runs at 03:30 UTC
- **Gitea auth**: HTTP-based (credentials in `.git/config`)
---
## What Goes Here
Things like:
- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific
## Examples
```markdown
### Cameras
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
- home-server → 192.168.1.100, user: admin
### TTS
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePod
```
## Why Separate?
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
---
Add whatever helps you do your job. This is your cheat sheet.