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
@@ -199,10 +199,10 @@ ls -la ~/.hermes/profiles/*/state.db
```bash
# Check standby (app1-bu)
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"
# If larger, pull it
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
```