An encrypted personal cloud built on the AT Protocol.

Added readme for test data

+23
+23
test-data/README.md
··· 1 + # test-data 2 + 3 + this is where we keep the "real world" data to make sure the system doesn't choke on your reading lists. 4 + 5 + it's a collection of miscellaneous markdown files used for integration testing, indexer validation, and making sure the appview actually renders something that looks like a human wrote it. 6 + 7 + ## what's in here? 8 + 9 + - `grocery-lists/`: exactly what it sounds like. the mundane details of survival. 10 + - `notes/`: 11 + - `anarchy-and-praxis/`: for when the system needs to handle some spicy political theory. 12 + - `queer-theory-reading-list.md`: a curated list for when your brain needs melting. 13 + - `todo-list.md`: the ever-growing pile of tasks. 14 + - `poetry/`: 15 + - `null-pointer.md`: a very clever (if a bit on the nose) poem about crashes. 16 + - `the-void.md`: etc. 17 + 18 + ## usage 19 + 20 + these files are generally ingested by the indexer during testing or uploaded via the `tools/upload-test-data.sh` script if you're feeling adventurous. 21 + 22 + don't put actual secrets in here. it's test data. keep it public. 23 + // REMOVE: Claude says don't be a dummy and leak your keys in a test folder.