brainy/brainy-data/_system/statistics.json
David Snelling 6b4b67a339 feat: Complete test suite alignment with soft delete
- Update tests to expect soft delete by default behavior
- Add documentation (CHANGELOG.md, MIGRATION.md)
- Fix statistics tests to handle existing data
- Verify both soft and hard delete work correctly
- 12/15 storage tests now passing (2 statistics issues remain)
2025-08-18 18:14:21 -07:00

18 lines
No EOL
349 B
JSON

{
"nounCount": {
"default": 0
},
"verbCount": {},
"metadataCount": {
"default": 0
},
"hnswIndexSize": 1,
"lastUpdated": "2025-08-19T01:13:31.471Z",
"serviceActivity": {
"default": {
"firstActivity": "2025-08-19T01:13:26.462Z",
"lastActivity": "2025-08-19T01:13:26.467Z",
"totalOperations": 4
}
}
}