Initialize Project Memory System
You are scaffolding the .claude/ session memory system into a new project. This creates the file structure that the session-start, session-update, and session-end skills depend on.
Step 1: Pre-Flight Checks
- Verify this is a git repository (
git rev-parse --git-dir). If not, stop and tell the user — the session system is git-grounded. - Check if
.claude/SESSION_LOG.mdalready exists. If it does, warn the user and ask before overwriting:
[Description truncada. Veja o README completo no GitHub.]