diff --git a/project/roadmap.md b/project/roadmap.md index 98daad3..fac7cae 100644 --- a/project/roadmap.md +++ b/project/roadmap.md @@ -8,7 +8,7 @@ This document tracks the high-level goals and future development milestones for ## Phase 1: TYR Service Identity (SPIFFE/SVID) - [x] Deploy step-ca -- [~] Bootstrap SPIRE (staged, pending daemon execution) +- [x] Bootstrap SPIRE ## Phase 3: Memory Bank & Project Management - [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools. diff --git a/tyr/memory_bank/completed.md b/tyr/memory_bank/completed.md index ec5f90d..7425393 100644 --- a/tyr/memory_bank/completed.md +++ b/tyr/memory_bank/completed.md @@ -5,5 +5,5 @@ - Notes: `step ca init` was successful and the `step-ca` systemd service is active. - **Phase 1.2: Bootstrap SPIRE** - - Status: **Staged** - - Notes: `install_spire.sh` executed successfully. Configs are generated, pending manual daemon execution. + - Status: **Complete** + - Notes: `install_spire.sh` executed and daemons are running.