Initial sync: memory, agents, commands, and gitignore

Syncs project memory, custom agents, and commands across machines.
Excludes secrets (settings.json), session state, and runtime files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris
2026-06-11 09:19:24 -05:00
commit 33cab10cef
47 changed files with 1229 additions and 0 deletions
@@ -0,0 +1,14 @@
---
name: HA Blue SSH access
description: How to SSH into Home Assistant Blue — port 2222, user csader, not root
type: reference
---
SSH to HA Blue: `ssh -p 2222 csader@192.168.86.36`
- Port 2222 (SSH add-on)
- User `csader` — root is blocked by AllowUsers
- Key: `~/.ssh/id_ed25519` (ed25519, csader@chrissader.com)
- Use `sudo` for privileged operations (e.g., HACS install)
**How to apply:** When needing to run commands on HA Blue directly (install HACS, check custom_components, etc.), use this SSH path.