16 lines
404 B
Markdown
16 lines
404 B
Markdown
# Jeannie Memory With Provenance
|
|
|
|
The homelab RAG path must stay grounded:
|
|
|
|
- every answer should cite repo files, runbooks, metrics, or command outputs
|
|
- stale index data should be detected before relying on retrieved context
|
|
- missing context should produce an inspection command, not a guess
|
|
|
|
Commands:
|
|
|
|
```bash
|
|
./jeannie ask --citations "how do I recover the cluster?"
|
|
./jeannie ai-memory check
|
|
```
|
|
|