bf79a6f5ae62173858c895885c195a60e8c4b283
Failsafe discovers classes by name pattern (*IT, *ITCase, IT*). The nested static classes EnforcementDisabled/EnforcementEnabled inside the outer AgentCommandEnforcementIT were invisible to the test runner — the outer class matched *IT but had no @Test methods; the inner classes did not match the naming convention and were silently skipped. Split into AgentCommandEnforcementDisabledIT and AgentCommandEnforcementEnabledIT — identical logic, each a proper top-level class extending AbstractPostgresIT. All 6 enforcement tests (3 signing-failure + 1 disabled + 2 enabled) now execute and pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
Observability server for Cameleer agents
Languages
Java
64.3%
TypeScript
28.1%
HTML
4.8%
CSS
2.7%