mirror of
https://github.com/overcuriousity/trace.git
synced 2025-12-20 04:52:21 +00:00
Changes:
- Modified export format to include Unix timestamp for hash reproducibility
- Each note now shows: "Unix Timestamp: `{timestamp}` (for hash verification)"
- This allows independent verification using: SHA256("{timestamp}:{content}")
- Updated README.md with comprehensive timestamp format documentation:
- Clarified that timestamps are Unix epoch (seconds since 1970-01-01 UTC) as float
- Added example: 1702345678.123456
- Documented exact hash input format: "{timestamp}:{content}"
- Added "Hash Verification (Manual)" section with step-by-step verification instructions
- Included examples using Python and command-line tools
- Updated Core Features table with timestamp format details
- Enhanced Layer 1 integrity documentation with concrete examples
These changes ensure hash reproducibility from exported markdown files,
critical for forensic chain of custody and independent verification.