chore: sync skill updates and references

This commit is contained in:
root
2026-08-08 13:08:35 -04:00
parent b92542c8ae
commit 2f9b99b03a
33 changed files with 315 additions and 42 deletions
@@ -6,10 +6,10 @@ If a profile's state.db on the live app1 server is smaller than expected after m
```bash
# 1. Check standby
ssh -i ~/.ssh/itpp-infra root@5.161.114.8 "ls -la ~/.hermes/profiles/<name>/state.db"
ssh -i ~/.ssh/itpp-infra root@5.161.225.131 "ls -la ~/.hermes/profiles/<name>/state.db"
# 2. Pull from standby if larger
scp -i ~/.ssh/itpp-infra root@5.161.114.8:/root/.hermes/profiles/<name>/state.db \
scp -i ~/.ssh/itpp-infra root@5.161.225.131:/root/.hermes/profiles/<name>/state.db \
~/.hermes/profiles/<name>/state.db.live
# 3. Swap on live (gateway continues running; profile gateway may need restart)