mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
docs: professionalize data storage warning section
Replace casual tone with clear risk assessment table and professional recommendations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
086cc2fa2c
commit
a6ba67884d
1 changed files with 7 additions and 16 deletions
23
README.md
23
README.md
|
|
@ -165,24 +165,15 @@ All memories are stored in a **single local SQLite file**:
|
|||
| Linux | `~/.local/share/vestige/core/vestige.db` |
|
||||
| Windows | `%APPDATA%\vestige\core\vestige.db` |
|
||||
|
||||
**⚠️ There is no cloud sync, no redundancy, and no automatic backup.**
|
||||
**Important:** Vestige stores data locally with no cloud sync, redundancy, or automatic backup. Data loss can occur from accidental deletion, disk failure, or device loss.
|
||||
|
||||
If that file gets:
|
||||
- Accidentally deleted
|
||||
- Corrupted (disk failure, power loss mid-write)
|
||||
- Lost (laptop stolen, hard drive dies)
|
||||
| Use Case | Risk Level | Recommendation |
|
||||
|----------|------------|----------------|
|
||||
| AI conversation memory | Low | Acceptable without backup—easily rebuilt |
|
||||
| Coding patterns & decisions | Medium | Periodic backups recommended |
|
||||
| Sensitive/critical data | High | **Not recommended**—use purpose-built systems |
|
||||
|
||||
...the memories are **gone**.
|
||||
|
||||
---
|
||||
|
||||
**For AI memory = Totally Fine**
|
||||
|
||||
If you lose your Claude memories, you just start over. Annoying but not catastrophic.
|
||||
|
||||
**For critical data = Not Fine**
|
||||
|
||||
Don't store medical records, financial transactions, or legal documents in Vestige.
|
||||
**Vestige is not designed for:** medical records, financial transactions, legal documents, or any data requiring compliance guarantees.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue