Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/agent
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 9c8e08e079 fix: migration loop caused by phantom config_v5_migration
Three layered causes:
1. config_v5_migration had no executor phase — structurally impossible
   to mark complete.
2. StateManager.loadConfig unmarshaled into typed config.Config, but
   install template writes version as JSON number while Config types
   it as string — migration completion never persisted to disk.
3. readConfigVersion only parsed float64, so normalized string read 0
   and re-triggered.

Fix: StateManager is map-based (immune to field-type drift). Executor
has real config_v5 phase (bump + mark complete). parseConfigVersion
accepts both number and string. validateMigration uses MkdirAll then
stat (fixes false 'state dir not found' on Windows).
2026-06-08 16:00:56 -04:00
..
cmd fix: Windows agent — service, logging, local state, CPU parse 2026-06-08 16:00:47 -04:00
internal fix: migration loop caused by phantom config_v5_migration 2026-06-08 16:00:56 -04:00
pkg/windowsupdate chore: add windowsupdate COM interface stubs and update third-party licenses 2026-05-21 13:48:42 -04:00
test-config refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
go.mod swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
go.sum swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
install.sh feat: install/sync/RL hardening + upstream version sync subsystem 2026-05-23 15:12:20 -04:00
NOTICE refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
uninstall.sh refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00