# Rescue Knowledge Pack

This folder contains first-boot troubleshooting knowledge for operators and the in-session AI assistant.

This tree ships inside **`site/public/knowledge/`** and is deployed with the rest of the static site (Wrangler **`[assets]` → `site/public`**). **`https://rescueai.tatarmm.com/knowledge/...`** serves these files. **`releases/latest.json`** includes **`knowledge_base_url`** so the live USB can fetch playbooks over HTTPS after **`rescue-update.sh`** caches the manifest. Bootable ISO: **https://downloads.buy-it.gr/releases/rescueai.iso**.

## Layout

- `skills/first-boot-rescue/SKILL.md`: triage and safety rules
- `playbooks/`: issue-specific markdown runbooks
- `sources/`: upstream source metadata and licensing notes

## Authoring Rules

- Prefer diagnostics-first procedures
- Explicitly separate readonly checks from write/repair actions
- Require user confirmation before destructive operations
- Include command snippets and validation checkpoints
