📜 Session Records
The session-records section holds chronological dumps
generated by rc-record.sh, capturing environment details,
command history, manifests, and logs for each ritual session.
Location
- Directory:
archive/records/ - Naming:
record-YYYYMMDD-HHMMSS.txtand.md
Contents
- Text dumps: raw environment, history, and manifest snapshots.
- Markdown summaries: annotated overviews highlighting key environment variables and recent commands.
- Optional logs: embedded snippets from
CHANGELOG.mdor other selected logs.
🧭 Usage
To view the latest session summary:
less archive/records/record-$(date +%Y%m%d-)*.mdTo extract a specific section (e.g., history):
grep -A 20 "## History" archive/records/record-20250527-*.md🛣️ Navigation
Future Additions
- Support filtering by user or session tag.
- Include structured JSON output for automation.
- Integrate with audit logs for compliance tracing.