CLI — cheat sheet#
Pierwsze kroki#
| Chcę... | Komenda |
|---|---|
| Pierwsze uruchomienie (passphrase + vault + identity) | memphis init |
| Sanity check | memphis health |
| Deep diagnostic + auto-fix | memphis doctor --fix |
| Install user-service | memphis service install |
| Start / stop / restart | memphis service start|stop|restart |
| Status daemonu | memphis service status |
| Ostatnie logi (n=100) | memphis service logs -n 100 |
| TUI cockpit | memphis tui |
Pamięć#
| Chcę... | Komenda |
|---|---|
| Zapisać notatkę do journal chain | memphis journal "<text>" |
| Semantic recall | memphis recall "<query>" |
| Exact search (FTS5) | memphis search "<phrase>" |
| Meta-cognitive reflection | memphis reflect |
| Zmienić tryb poznawczy A/B/C/D/E | memphis mode <A\|B\|C\|D\|E> |
Vault#
| Chcę... | Komenda |
|---|---|
| Listing sekretów | memphis vault list |
| Dodać sekret | memphis vault add <key> |
| Rotate pepper (re-wrap master key) | memphis vault pepper-rotate --confirm |
| Rotate master key | memphis vault master-key-rotate --confirm |
| Usunąć jeden sekret | memphis vault entry-delete --key <k> --confirm |
| Reset passphrase (recovery Q/A) | memphis vault recovery-unlock |
Providers#
| Chcę... | Komenda |
|---|---|
| Lista providerów | memphis providers list |
| Test cascade (lokalny + cloud) | memphis providers test |
| Wyłączyć providera | memphis providers disable <name> |
Chain#
| Chcę... | Komenda |
|---|---|
| Verify wszystkich chainów | memphis chain verify |
| Verify jednego typu | memphis chain verify --type journal |
| Verify od daty | memphis chain verify --since 7d |
| Quarantine chain | memphis chain quarantine <type> |
| Rebuild SQLite index | memphis chain replay <type> |
RAG#
| Chcę... | Komenda |
|---|---|
| Zaindeksować katalog | memphis rag add <path> |
| Z tagiem | memphis rag add --tag personal <path> |
| Zapytanie | memphis rag query "<question>" |
| Statystyki | memphis rag stats |
| Reindex | memphis rag reindex <collection> |
Evolve (self-modification)#
| Chcę... | Komenda |
|---|---|
| Zaproponować modyfikację | memphis evolve propose "<description>" |
| Log zmian | memphis evolve log |
| Zatwierdzić (Tier 2) | memphis evolve approve <id> |