44 lines
936 B
Markdown
44 lines
936 B
Markdown
# Migration Session Log
|
|
|
|
> Copy this template for each AI session. Name the file `YYYY-MM-DD-short-description.md`.
|
|
|
|
**Date:** YYYY-MM-DD
|
|
**AI Tool:** (e.g., Claude Code, Cursor, Copilot, ChatGPT)
|
|
**Project/Repo:**
|
|
**Scope:** (e.g., "Upgrade Laravel 11 → 12", "Update Spatie packages", "Fix test suite after upgrade")
|
|
|
|
---
|
|
|
|
## What Was Attempted
|
|
|
|
-
|
|
|
|
## What Went Wrong
|
|
|
|
### Issue 1: Title
|
|
**Symptom:** What you observed (error message, failing test, broken behavior).
|
|
**Root Cause:** Why it happened (breaking change, deprecated API, version conflict).
|
|
**Fix Applied:** What resolved it.
|
|
**Time Wasted:** (optional) Rough estimate of how long this blocked progress.
|
|
|
|
### Issue 2: Title
|
|
<!-- Repeat as needed -->
|
|
|
|
## What Worked Without Issues
|
|
|
|
-
|
|
|
|
## Packages Changed
|
|
|
|
| Package | From | To | Notes |
|
|
|---------|------|----|-------|
|
|
| | | | |
|
|
|
|
## Remaining / Unresolved
|
|
|
|
-
|
|
|
|
## Recommendations for Next Session
|
|
|
|
-
|