chore: Track .blue folder in git
- Track config, SQLite database, and docs - Ignore transient WAL files (-shm, -wal) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
41a78b4f2a
commit
e3ea201d45
4 changed files with 22 additions and 3 deletions
4
.blue/config.yaml
Normal file
4
.blue/config.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
realm:
|
||||||
|
name: aperture
|
||||||
|
url: file:///Users/ericg/.blue/realms/aperture
|
||||||
|
repo: blue
|
||||||
BIN
.blue/data/blue/blue.db
Normal file
BIN
.blue/data/blue/blue.db
Normal file
Binary file not shown.
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Spike: Sqlite Storage Expansion
|
||||||
|
|
||||||
|
| | |
|
||||||
|
|---|---|
|
||||||
|
| **Status** | Complete |
|
||||||
|
| **Date** | 2026-01-24 |
|
||||||
|
| **Time Box** | 2 hours |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Question
|
||||||
|
|
||||||
|
What changes are needed to store spikes and plans in SQLite like RFCs, and store dialogue metadata (but not content) in SQLite?
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*Investigation notes by Blue*
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,9 +14,7 @@ Cargo.lock
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Blue
|
# Blue SQLite WAL files (transient)
|
||||||
.blue/
|
|
||||||
*.db
|
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue