Commit graph

2 commits

Author SHA1 Message Date
c5e6cec4a6 refactor: rename zsqlite to zcatsql
Consistent naming with zcat ecosystem (zcatui, zcatgui, zcatsql).
All lowercase per Zig naming conventions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 02:19:52 +01:00
6891d6e026 feat: add audit log system with hash chain integrity
- Complete audit logging for INSERT, UPDATE, DELETE operations
- SHA-256 hash chain for tamper detection
- File rotation by size (100MB) and age (30 days)
- Context tracking (user, app, host, pid)
- JSON Lines format output
- verifyChain() for integrity verification
- Comprehensive REFERENCE.md technical documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 22:56:23 +01:00