netgescon-day0/docs/automation/README.md

10 lines
608 B
Markdown

# NetGescon Automation Logs
This directory stores automatically generated checkpoints so future teammates (human or AI) can quickly recover context after an editor crash or environment reset.
- `commit-log/` → append-only monthly files created by the Git post-commit hook.
- `daily/` → day-by-day snapshots produced by `scripts/generate-daily-summary.sh`.
- `HANDOFF-PROTOCOL.md` → quick start handoff for any new assistant picking up the thread.
> Tip: keep these files under version control. After every session, run `git add docs/automation` so the latest notes travel with the rest of the code.