🖥️ Render Logs
This section archives the logs and statistics produced by each
execution of rc-render.sh, capturing timing, template
usage, and any errors or warnings.
Location
- Directory:
archive/renders/ - Naming:
render-log-YYYYMMDD-HHMMSS.logand.md
Contents
- Log files: raw console output from the render pipeline.
- Markdown summaries: human-readable overviews of successes, failures, and timing.
- HTML snapshots: sample rendered pages for verification.
🧭 Usage
To view the latest render summary:
less archive/renders/render-log-$(date +%Y%m%d-)*.mdTo compare render timings between runs:
diff archive/renders/render-log-20250526-*.md archive/renders/render-log-20250527-*.md🛣️ Navigation
Future Additions
- Capture HTML diff summaries (e.g., unchanged vs changed elements).
- Integrate visual regression snapshots.
- Flag and annotate performance regressions.