Commit Graph

55 Commits

Author SHA1 Message Date
GitHub Actions cd900e2495 feat: Add path verification instructions and constraints to agent workflows 2025-12-02 22:30:05 +00:00
GitHub Actions 9859a40294 feat(agent): update mandatory test coverage command to use script 2025-12-02 03:52:04 +00:00
GitHub Actions 47a4966676 feat(workflow): add context acquisition steps for handoff contract in agent workflows 2025-12-02 02:21:59 +00:00
GitHub Actions fa01664eb7 fix(workflow): update pre-commit requirements to ensure coverage goals are met 2025-12-02 01:25:49 +00:00
GitHub Actions b0a4d75a2a Refactor security configuration: Remove external CrowdSec mode support
- Updated SecurityConfig model to only support 'local' or 'disabled' modes for CrowdSec.
- Modified related logic in the manager and services to reject external mode.
- Adjusted tests to validate the new restrictions on CrowdSec modes.
- Updated frontend components to remove references to external mode and provide appropriate user feedback.
- Enhanced documentation to reflect the removal of external CrowdSec mode support.
2025-12-01 19:43:45 +00:00