···11+# test-data
22+33+this is where we keep the "real world" data to make sure the system doesn't choke on your reading lists.
44+55+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.
66+77+## what's in here?
88+99+- `grocery-lists/`: exactly what it sounds like. the mundane details of survival.
1010+- `notes/`:
1111+ - `anarchy-and-praxis/`: for when the system needs to handle some spicy political theory.
1212+ - `queer-theory-reading-list.md`: a curated list for when your brain needs melting.
1313+ - `todo-list.md`: the ever-growing pile of tasks.
1414+- `poetry/`:
1515+ - `null-pointer.md`: a very clever (if a bit on the nose) poem about crashes.
1616+ - `the-void.md`: etc.
1717+1818+## usage
1919+2020+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.
2121+2222+don't put actual secrets in here. it's test data. keep it public.
2323+// REMOVE: Claude says don't be a dummy and leak your keys in a test folder.