Fimeg
|
c0d6ece30f
|
cleanup: Remove unused files and fix ETHOS violations
Remove unused generation scripts (not referenced):
- scripts/generate-keypair.go (unused manual utility)
- cmd/tools/keygen/ (unused utility, clutters cmd structure)
Remove root-level dev files (clutter):
- restart_and_fix.sh (dangerous: wipes database)
- test_install_commands.sh (development only)
- test-binary (compiled artifact)
- sudo (third-party tool)
- scanning_ux_summary.txt (dev notes)
Fix ETHOS violations in build-secure-agent.sh:
- Remove emojis (🔨, ✅, ℹ️)
- Replace with proper format: [INFO] [build] ...
Cleanup based on definitive code forensics.
Impact: Cleaner repository, ETHOS-compliant, no functional loss.
|
2025-12-20 15:23:13 -05:00 |
|
Fimeg
|
a90692f1d8
|
fix: Complete AgentHealth improvements and build fixes
- Update Update scanner default from 15min to 12 hours (backend)
- Add 1 week and 2 week frequency options (frontend)
- Rename AgentScanners to AgentHealth component
- Add OS-aware package manager badges (APT, DNF, Windows/Winget, Docker)
- Fix all build errors (types, imports, storage metrics)
- Add useMemo optimization for enabled/auto-run counts
|
2025-12-17 21:30:10 -05:00 |
|