Skip to content

Commit 647084b

Browse files
committed
docs: finalize Phase 5 documentation and add IntegrationV2 stabilization addendum
- Document high-level security logic and auto-blocking engine (Phase 5) - Clarify handleAttempt flow, AUTO blocking, and SecurityConfig usage - Add Phase 5.5 addendum describing IntegrationV2 as the source of truth - Explicitly deprecate legacy integration behavior at the documentation level - No production code changes
1 parent 3ebbd86 commit 647084b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/phases/README.phase5.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,25 @@ This phase establishes the essential decision-making intelligence that later pha
202202

203203
---
204204

205+
## 🔐 Phase 5.5 — IntegrationV2 Stabilization (Addendum)
206+
207+
This sub-phase introduced the final authoritative IntegrationV2 layer.
208+
209+
Key clarifications:
210+
- IntegrationV2 tests are the only source of truth for real infrastructure behavior.
211+
- Legacy integration tests are deprecated and excluded from PHPUnit execution.
212+
- Unit and Coverage tests remain unchanged.
213+
- All IntegrationV2 tests must:
214+
- Use DatabaseResolver
215+
- Load environment via EnvironmentLoader
216+
- Fail explicitly when infrastructure is unavailable
217+
- Avoid mocks, fakes, and hardcoded hosts
218+
219+
No production code was modified as part of this sub-phase,
220+
except for bug fixes discovered by real integration tests.
221+
222+
---
223+
205224
# 🔜 Next Phase
206225

207226
## **Phase 6: Security Analytics & Real-Time Behavior Insights**

0 commit comments

Comments
 (0)