diff --git a/.blue/config.yaml b/.blue/config.yaml new file mode 100644 index 0000000..e4fc769 --- /dev/null +++ b/.blue/config.yaml @@ -0,0 +1,4 @@ +realm: + name: aperture + url: file:///Users/ericg/.blue/realms/aperture +repo: blue diff --git a/.blue/data/blue/blue.db b/.blue/data/blue/blue.db new file mode 100644 index 0000000..a9211c4 Binary files /dev/null and b/.blue/data/blue/blue.db differ diff --git a/.blue/repos/blue/docs/spikes/2026-01-24-sqlite-storage-expansion.md b/.blue/repos/blue/docs/spikes/2026-01-24-sqlite-storage-expansion.md new file mode 100644 index 0000000..1045a97 --- /dev/null +++ b/.blue/repos/blue/docs/spikes/2026-01-24-sqlite-storage-expansion.md @@ -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* diff --git a/.gitignore b/.gitignore index 94577c1..c454031 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,7 @@ Cargo.lock .DS_Store Thumbs.db -# Blue -.blue/ -*.db +# Blue SQLite WAL files (transient) *.db-shm *.db-wal