feat: add swarm-common obsidian vault

Add Obsidian vault to the swarm-common virtiofs share for access
from zap VM and other VMs. Contains agent memory, notes, and
infrastructure documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-03-19 15:36:02 -07:00
parent d96efca2c4
commit 4b1afb1073
80 changed files with 65150 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 2026-03-03
## Skills security decision
- Installed several ClawHub skills successfully.
- Two candidate skills were flagged as suspicious by ClawHub/VirusTotal and were NOT force-installed:
- `kubectl`
- `faster-whisper-transcribe`
- Built safer local equivalents instead:
- `skills/swarm-kubectl-safe`
- `skills/whisper-local-safe`
- Decision rationale: avoid force-installing flagged third-party skills in this environment.
- Revisit policy: we may revisit those flagged skills later after manual security review and explicit approval.