- Ya
- 5 Agosti 2026, 18:47 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 9c70cb7
Checking in work left uncommitted in this working tree by a concurrent session. Not authored here; committed so it is not lost and so main is not left with a tree that does not compile. What it removes: the GodModeSession class, the GET /session/god-mode activation endpoint on SessionRefreshController with its justification and expiry handling, the PHI audit hooks around activation, and the mask-if-expired call in KSessionService.getSession that enforced the bounded, non-sliding elevation window. GodModeSessionTest went with it. It was the last reference to the deleted class and could not compile without it, so `mvn test-compile` was already failing on this tree — a test cannot outlive the only type it exercises. Deleting it is the mechanical completion of the removal, not a judgement about whether the removal is right. Verified: mvn -o test-compile is green at this commit.