DocHub
Handoff tasks that require host access or per-container setup

Remaining Tasks

Requires OVH5 Host Access

1. Run propagation script

ssh ovh5
git clone https://github.com/OmelasAI/claude-skills.git /tmp/claude-propagate
cd /tmp/claude-propagate
bash infrastructure/propagate-from-host.sh

Pushes CLAUDE-BASE.md and network-config.md to all 5 containers.

2. Copy ovh_vps SSH key to infoclaude

# From OVH5 host:
lxc-attach -n chasclaude -- cat /home/dev/.ssh/ovh_vps \
  | lxc-attach -n infoclaude -- tee /home/dev/.ssh/ovh_vps > /dev/null
lxc-attach -n infoclaude -- chmod 600 /home/dev/.ssh/ovh_vps
lxc-attach -n infoclaude -- chown dev:dev /home/dev/.ssh/ovh_vps

Status: DONE

3. Add infoclaude key to CMS droplet

Status: DONE — SSH config updated to use root user, access confirmed.

Per-Container Setup

4. chasclaude

cd ~/code/ClaudeSkills && git pull
# Update ~/.claude/CLAUDE.md to reference CLAUDE-BASE.md

5. seanclaude

cp ~/code/ClaudeSkills/infrastructure/claude-md-seanclaude.md ~/.claude/CLAUDE.md
mkdir -p ~/.claude/commands
cp ~/code/ClaudeSkills/commands/*.md ~/.claude/commands/

6. jazclaude

cp ~/code/ClaudeSkills/infrastructure/claude-md-jazclaude.md ~/.claude/CLAUDE.md
mkdir -p ~/.claude/commands
cp ~/code/ClaudeSkills/commands/*.md ~/.claude/commands/

7. managerclaude

Create CLAUDE.md from template, install skills.

Email

8. Send draft emails to Sean and Jaz

HTML emails with connection scripts are in Gmail drafts.

Phase 3 — DocHub Population

9. Add all 12 projects to DocHub

Currently only infrastructure and whatsapp-crm have content.

10. Create docs/ directories

Projects need architecture.md and deployment.md in their docs/ folders.