Document Pass 11 Phase 1 synthesis and close static archaeology.

Add executive summary and ability migration matrix; finalize evidence index, runtime validation plan, and Phase 1 handoff.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-16 23:40:52 -07:00
co-authored by Cursor
parent 48d7a75149
commit aa0058a018
15 changed files with 2368 additions and 359 deletions
@@ -1,17 +1,19 @@
# 05 — Legacy Ability Architecture
**Status: Draft**
**Status: Complete**
- **Scope:** Shared `BP_PlayerCharacterBase` ability architecture (Batch 2) plus per-character Ability 001004 connected-path reconstruction (Batch 3 Pass 6), qualified by animation-notify wiring (Batch 4A Pass 8) and Pass 7 legacy/GAS boundary clarification.
- **Inspection method:** BlueprintTools connected subgraphs (Pass 6); AnimNotify `Received_Notify` DSL + montage dependency/referencer graphs (Pass 8); Pass 7 GAS GE/ASC inventory correlation.
- **Evidence classifications used:** Observed Implementation, Documented Intent, Observed Runtime Behavior, Inferred, Unknown.
- **Tool or visibility limitations:** CustomEvent Reliable flags not exposed; Montage Notifies array / trigger times unreadable via ObjectTools; AnimGraph DSL empty.
- **Last updated:** 2026-07-16
- **Current phase:** Phase 1 — Static Architecture
- **Last completed pass:** Pass 7 (Batch 4B) — boundary clarification only; ability tables unchanged
- **Next pass expected to contribute:** Pass 11 migration matrix / other Batch 4 passes when authorized
- **Current phase:** Phase 1 — Static Architecture (complete)
- **Last completed pass:** Pass 11 (Batch 5) — migration matrix in `07`; ability tables unchanged
- **Next pass expected to contribute:** Phase 2B/2C when authorized
## Draft tracking
## Completion notes
Static ability archaeology is complete. Migration matrix: [`07-AbilityMigrationMatrix.md`](07-AbilityMigrationMatrix.md). Runtime CDO values, interrupt cleanup, notify times: [`13-Unknowns-And-RuntimeQuestions.md`](13-Unknowns-And-RuntimeQuestions.md).
### Completed sections
- Shared input → Server RPC routing on base
@@ -24,17 +26,7 @@
- Montage dependency seeds
- **Pass 8:** UseAbility* callers resolved (`AN_Ability_001004`); `AN_AttackComplete` cleanup; Pass 6 reclassification table in `10`
- **Pass 7:** Legacy vs GAS dual-resource boundary clarified (no ability-graph GE/ASC usage)
### Pending sections
- Cross-character migration matrix (Pass 11 → doc 07)
- Runtime verification of CDO damage/mana values (PIE)
- Interrupt cleanup if `AN_AttackComplete` skipped
### Evidence still required
- Notify trigger times (Manual Editor Inspection)
- FCanUseMana implementation body (call sites only)
- Client_Charge timeline numeric details
- PIE: potion ASC Health vs DEPRECATED_CurrentHealth divergence
- **Pass 11:** Cross-character migration matrix → doc 07
---