From 2cef71a9bd2abfe95dc9709a6f1fa014605cb65d Mon Sep 17 00:00:00 2001 From: Justin Middler Date: Thu, 14 May 2026 20:53:17 +1000 Subject: [PATCH] Mark completed roadmap items --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 30393bc..17aea5a 100644 --- a/README.md +++ b/README.md @@ -239,12 +239,12 @@ This is a portfolio MVP. To keep it shippable in a sprint, the following are exp - [x] Backend skeleton: enrollment, heartbeat, JWT - [x] Zig agent skeleton: config, enroll, heartbeat loop - [x] Next.js scaffold: login, agents list -- [ ] Process collector end-to-end -- [ ] Events ingestion + storage -- [ ] Hangfire: MarkStaleAgents, PurgeOldEvents -- [ ] Agent detail page with event timeline -- [ ] Network + FIM collectors (polling) -- [ ] Install scripts (Windows + macOS) +- [x] Process collector end-to-end +- [x] Events ingestion + storage +- [x] Hangfire: MarkStaleAgents, PurgeOldEvents +- [x] Agent detail page with event timeline +- [x] Network + FIM collectors (polling) +- [x] Install scripts (Windows + macOS) - [ ] Release workflow with cross-compiled agent artefacts - [ ] Docs: architecture, threat model, deployment