- Ya
- 27 Agosti 2026, 09:06 UTC
- Mwandishi
- Kamo
- Ahadi ya
- dd8ad8c
SystemConfigurationController gained a twelfth parameter, PlatformSecretCipher, when platform secrets began being encrypted at rest. This test still passed eleven, so `mvn test` failed at testCompile on a pristine checkout of origin/main — no test ran, in any package, for any session working in this repo. Not my change and not my area, but the fix has exactly one correct answer: the compiler names the missing type and nothing on the paths under test encrypts anything, so it is mocked like its eleven neighbours. That is the difference between this and the KamoPBX strings I decoderd to write — there, inventing copy would have produced wording somebody had to unpick; here, there is nothing to invent. Verified on a worktree of origin/main with no other change: testCompile passes and the full suite is 1645 green.