From 6a0f0ae2e4042c0cad5782baf09d4383021f42a0 Mon Sep 17 00:00:00 2001 From: Brian Harrison Date: Tue, 14 Apr 2026 23:53:47 -0400 Subject: [PATCH] chore: doc/gitignore cleanup --- .gitignore | 7 ++++++- README.md | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e85760d..d6e4855 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,9 @@ Thumbs.db # Analyzer outputs *.report -claude_exp \ No newline at end of file +claude_export_*.md + +# Frame database +*.db +*.db-wal +*.db-shm diff --git a/README.md b/README.md index 847dc37..1c86de0 100644 --- a/README.md +++ b/README.md @@ -263,4 +263,6 @@ Use **com0com** or **VSPD** to create the virtual COM pair on Windows. - [x] SQLite persistence — events, monitor log, and session history in `seismo_relay.db` - [x] SFM REST API — device control + DB query endpoints, live device cache - [ ] Terra-view integration — seismo-relay router, unit detail page, VISON-style event listing -- [ ] Vibra \ No newline at end of file +- [ ] Vibration summary reports — highest legit PPV per project → Word doc (false trigger filtering first) +- [ ] Compliance config encoder — build raw write payloads from a `ComplianceConfig` object +- [ ] Modem manager — push RV50/RV55 configs via Sierra Wireless API