Successor to s8n/auth-limbo following 2026-05-07 void-death incident. Production-grade auth/login gatekeeper aspiring to 2b2t queue robustness while explicitly avoiding pay-to-play / opaque-tier drama. AGPL-3.0. Java 21. Paper 1.21.x. Status: 0.1.0-SNAPSHOT, design phase. Architecture + roadmap docs land from parallel research agents in subsequent commits.
1.1 KiB
1.1 KiB
Changelog
All notable changes to AuthLimbo v2 are recorded here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This is a clean-slate successor to AuthLimbo v1, not v2.0.0 of v1. Versioning restarts at 0.1.0-SNAPSHOT. The v1 history (0.1.0 → 1.1.0) lives in https://git.s8n.ru/s8n/auth-limbo/blob/main/CHANGELOG.md and is referenced here for context only.
Unreleased
Notes
- Project bootstrapped 2026-05-07 following the racked.ru void-death incident. v1 received hot-fixes (F1 + F2 + F4); v2 is the proper redesign.
- Architecture and roadmap docs land from parallel research agents in subsequent commits.
Added
- Repository scaffold (Maven, Java 21, Paper 1.21.x).
- Stub plugin main class (
AuthLimboV2) — logs design-phase banner. docs/MISSION.md,docs/DRAMA-AVOIDANCE.mddefining invariants.- AGPL-3.0 license, baseline
.gitignore,CONTRIBUTING.md.