From 865e37b6aa17641498f6096e0f081c38dc57e8ab Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 27 Apr 2026 08:30:09 -0700 Subject: [PATCH] docs: mark Phases 3, 6, 7 done in roadmap --- README.md | 9 +++++---- docs/plans/2026-04-26-authforge-implementation.md | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9cae375..87f6e3d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ See [docs/BUILDING.md](docs/BUILDING.md). ## Status -Pre-alpha. Phases 0–2 code complete (workspace scaffold, D-Bus daemon, storage -layer with policy.d / pending / credentials / userdb); Phase 3 (FIDO2 enrollment -backend) is next. See [docs/plans/](docs/plans/) for design, roadmap, and -per-phase implementation plans. +Pre-alpha. Phases 0–3, 6, 7 code complete (workspace scaffold, D-Bus daemon, +storage layer, FIDO2 backend with mock+real authenticator, PAM pending-flag +backstop, `authforgectl` CLI). Phase 4+5 (policy apply via pam-auth-update + +lockout simulator) is next. See [docs/plans/](docs/plans/) for design, +roadmap, and per-phase implementation plans. Copyright 2026 Dangerous Things, LLC. Licensed under the Apache License, Version 2.0. diff --git a/docs/plans/2026-04-26-authforge-implementation.md b/docs/plans/2026-04-26-authforge-implementation.md index ed8cd25..06a3af1 100644 --- a/docs/plans/2026-04-26-authforge-implementation.md +++ b/docs/plans/2026-04-26-authforge-implementation.md @@ -21,11 +21,11 @@ | 0 | Repo, workspace, CI, packaging skeleton | 2–3 days | ✅ **Done** (2026-04-26) | | 1 | Daemon: D-Bus interface stub, systemd unit, polkit rules | 3–4 days | ✅ **Code complete** (2026-04-27); smoke gates deferred | | 2 | Daemon: storage layer (policy.d parser, pending flags, user db) | 3–4 days | ✅ **Done** (2026-04-27, tag `v0.2.0-storage`) | -| 3 | Daemon: FIDO2 enrollment backend via `ctap-hid-fido2` | 5–7 days | **Next** — re-invoke `superpowers:writing-plans` to expand | -| 4 | Daemon: policy apply via pam-auth-update wrapper | 4 days | Spec'd | -| 5 | Daemon: lockout simulator | 3 days | Spec'd | -| 6 | PAM module: `pam_authforge_pending.so` (C) | 3 days | Spec'd | -| 7 | CLI: `authforgectl` | 4 days | Spec'd | +| 3 | Daemon: FIDO2 enrollment backend via `ctap-hid-fido2` | 5–7 days | ✅ **Code complete** (2026-04-27, tag `v0.3.0-multi-lane`); real-HW smoke deferred | +| 4 | Daemon: policy apply via pam-auth-update wrapper | 4 days | **Next** (Lane B for Phase 4+5 bundle) | +| 5 | Daemon: lockout simulator | 3 days | Bundled with Phase 4 | +| 6 | PAM module: `pam_authforge_pending.so` (C) | 3 days | ✅ **Code complete** (2026-04-27); pamtester smoke recipe in pam/TESTING.md | +| 7 | CLI: `authforgectl` | 4 days | ✅ **Code complete** (2026-04-27); 14 subcommands wired | | 8 | GUI: app shell + Security Keys tab | 6–8 days | Spec'd | | 9 | GUI: Policy tab + lockout-warning UX | 4 days | Spec'd | | 10 | First-login flow: autostart entry + fullscreen modal | 4 days | Spec'd |