auth-limbo-v2/docs/ROADMAP.md

49 lines
1.3 KiB
Markdown
Raw Normal View History

# ROADMAP
> **Placeholder.** Full roadmap lands from a parallel research agent in
> a subsequent commit. Until then, the closest existing reference is
> v1's roadmap note:
>
> <https://git.s8n.ru/s8n/auth-limbo/blob/main/docs/V2-ROADMAP.md>
>
> That document sketches the milestones identified during the v1
> lifecycle. Treat it as the starting point — items will be re-scoped
> and re-prioritised as v2 design firms up.
## High-level phases (sketch)
### Phase 0 — bootstrap (current)
- Repo scaffold ✅
- Mission, drama-avoidance docs ✅
- Stub plugin compiles ✅
- Architecture + roadmap docs (this commit and the next) ⏳
### Phase 1 — design
- Architecture doc landed.
- State machine fully diagrammed.
- Failure-mode catalogue complete.
- Test plan written.
### Phase 2 — implementation
- State machine implemented.
- AuthMe integration ported / rewritten from v1.
- Persistence layer.
- Observability surface.
### Phase 3 — hardening
- Storm test (200-concurrent-login).
- Security review.
- Regression test for every historical v1 bug.
### Phase 4 — 1.0.0
- All five "done" criteria from MISSION.md hold.
- Tag, release notes, reproducible-build hash published.
- v1 deprecated.
Detailed task list and milestones land with the real ROADMAP.md.