vault backup: 2026-02-11 09:22:03
This commit is contained in:
43
Work/Projects/Laravel-v12-Migration/Logs/TEMPLATE.md
Normal file
43
Work/Projects/Laravel-v12-Migration/Logs/TEMPLATE.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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
|
||||
|
||||
-
|
||||
Reference in New Issue
Block a user