Roo-Code/.roo/rules
Eric Wheeler cb978cd65b safe-json: add streaming read support
Implement safeReadJson function to complement the existing safeWriteJson
functionality:

- Uses stream-json for efficient processing of large JSON files
- Supports both full object reading and selective path extraction
- Provides file locking to prevent concurrent access
- Includes comprehensive error handling
- Adds complete test coverage
- Passthrough all exceptions

This enables efficient and safe JSON reading operations throughout the
codebase.

Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-09-18 15:08:29 -06:00
..
rules.md Miscellaneous cleanup (#6453) 2025-07-30 16:10:53 -07:00
use-safeReadJson.md safe-json: add streaming read support 2025-09-18 15:08:29 -06:00