You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
22
22
23
23
## Architecture Overview
24
24
25
-
SensApp is a **sensor data platform** built with Rust that scales from edge deployments (SQLite) to big data clusters (ClickHouse). It uses an **event-driven architecture**with an internal message bus for component communication.
25
+
SensApp is a **sensor data platform** built with Rust that scales from edge deployments (SQLite) to big data clusters (ClickHouse). It uses **direct storage calls**for simplicity and horizontal scalability.
- do focus on postgresql, AND NOT OTHER STORAGE BACKENDS FOR NOW.
78
+
- do focus on postgresql, AND NOT OTHER STORAGE BACKENDS FOR NOW. DO NOT TEST WITH SQLITE. THANKS!
80
79
- You are an excellent and experienced software engineer.
81
80
- When you filter the tests, you may get a success code even when all the tests where filtered out, confusing you as the test you wanted to run passed. But a line such as "test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 78 filtered out; finished in 0.00s" means that you failed your filter, not that the test passed.
82
81
- code used for unit tests and integration tests should be marked with #[cfg(any(test, feature = "test-utils"))]
0 commit comments