docs(12): finalize wave resequencing in plans and tracking

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 21:15:09 +02:00
parent 640f986967
commit 1414c3e95c
5 changed files with 17 additions and 16 deletions
@@ -2,8 +2,8 @@
phase: 12
plan: 03
type: execute
wave: 2
depends_on: [1]
wave: 3
depends_on: [1, 2]
files_modified:
- src/lib/offer-queries.ts
- src/app/admin/offers/actions.ts
@@ -2,7 +2,7 @@
phase: 12
plan: 04
type: execute
wave: 3
wave: 4
depends_on: [1, 3]
files_modified:
- src/app/admin/offers/page.tsx
@@ -2,7 +2,7 @@
phase: 12
plan: 05
type: execute
wave: 3
wave: 4
depends_on: [1, 3]
files_modified:
- src/app/admin/offers/[id]/edit/page.tsx