docs: update documentation to OKF v0.1 format

This commit is contained in:
OpenVelo Agent
2026-07-23 03:47:06 +00:00
parent 54f72f88dc
commit 4fd5c37d27
6 changed files with 236 additions and 17 deletions
+5 -1
View File
@@ -11,7 +11,7 @@ scoreboard, an event window with a public countdown, theming, and admin
controls.
The docs below are organized by purpose so agents can pull just the slice
they need. Last regenerated 2026-07-23T03:09:36Z.
they need. Last regenerated 2026-07-23T03:45:00Z.
# Architecture
@@ -90,6 +90,10 @@ they need. Last regenerated 2026-07-23T03:09:36Z.
* [Challenges Board](/guides/challenges-board.md) - How a signed-in
player navigates `/challenges`, opens the modal, submits a flag, and
watches live solve updates.
* [Per-User `solvedByMe` Across the Session Boundary](/guides/challenges-per-user-state.md) -
How `ChallengesStore`, `HomeComponent`, and the challenges page
cooperate so PlayerA's `solvedByMe` flags never leak into PlayerB's
view across logout/login or peer-tab invalidation.
* [Change Password](/guides/change-password.md) - How a signed-in user
changes their own password, including every error branch and the
refresh-token revocation behavior.