synclisted
Install: claude install-skill iroha924/iroha
# Sync iroha memory
Import changed canonical files into the local index:
```bash
iroha sync
```
For a full, deterministic rebuild from `.iroha/` and Git (for example after a conflicting pull or a corrupted index):
```bash
iroha sync --rebuild
```
The local database is disposable — a rebuild reconstructs the same approved entity graph from the canonical files, so it never loses approved knowledge.