fix: disable native touch panning on mobile terminal and archive specs

- Change mobile terminal CSS to use touch-action: none and
  overscroll-behavior: none so the custom touch handler owns swipes
- Archive completed/partial OpenSpec specs to
  openspec/changes/archive/2026-06-14-completed-specs-archive/
- Regenerate project maps

Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,23 +1,23 @@
# archive/2026-05-18-simplify-authentik-auth (index)
dir: archive/2026-05-18-simplify-authentik-auth
# 2026-05-18-simplify-authentik-auth (index)
dir: 2026-05-18-simplify-authentik-auth
## role
Contains historical design documents and planning artifacts for a completed authentication system migration from JWT tokens to session-based cookies with Authentik OAuth2 integration.
Authentication system migration package for replacing JWT/OIDC token-based auth with session-based cookies using Authentik OAuth2.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
- archive/2026-05-18-simplify-authentik-auth/specs
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
- 2026-05-18-simplify-authentik-auth/specs
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: 2026-05-18-simplify-authentik-auth/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/.pi-map.md
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: 2026-05-18-simplify-authentik-auth/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# archive/2026-05-18-simplify-authentik-auth
dir: archive/2026-05-18-simplify-authentik-auth
# 2026-05-18-simplify-authentik-auth
dir: 2026-05-18-simplify-authentik-auth
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
## role
Contains historical design documents and planning artifacts for a completed authentication system migration from JWT tokens to session-based cookies with Authentik OAuth2 integration.
Authentication system migration package for replacing JWT/OIDC token-based auth with session-based cookies using Authentik OAuth2.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document for migrating a backend authentication system from JWT tokens to session cookies with OAuth2/Authentik integration | dep: Authentik (OAuth2), Redis (optional), backend database, frontend
- proposal.md | Proposes simplifying an Authentik-based authentication system by replacing JWT/token-based auth with session-based cookies | dep: Authentik, OAuth2, session cookies, database user model, frontend auth state
- tasks.md | Project task list for migrating an application from JWT/OIDC authentication to session-based authentication using Authentik | dep: Authentik, Alembic, python-jose, ruff, mypy, pytest
## arch
Document-driven design process using OpenSpec schema configuration, structured design/proposal/task documents, and date-based archival organization for tracking architectural decisions and migration planning.
Documentation-driven migration planning with specification files (OpenSpec), design documents, proposals, and task tracking—no implementation code, purely planning artifacts for a backend auth architecture change.
## tags
authentik, authentication, design, jwt, session, .openspec, migrating, system
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-18-simplify-authentik-auth/specs (index)
dir: archive/2026-05-18-simplify-authentik-auth/specs
# 2026-05-18-simplify-authentik-auth/specs (index)
dir: 2026-05-18-simplify-authentik-auth/specs
## role
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with stateless signed session cookies
## parent
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/.pi-map.md
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: 2026-05-18-simplify-authentik-auth/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: 2026-05-18-simplify-authentik-auth/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-18-simplify-authentik-auth/specs
dir: archive/2026-05-18-simplify-authentik-auth/specs
# 2026-05-18-simplify-authentik-auth/specs
dir: 2026-05-18-simplify-authentik-auth/specs
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
## role
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with stateless signed session cookies
## files
- spec.md | Defines a simplified OAuth2 authentication flow using Authentik with stateless signed session cookies | dep: Authentik, HMAC-SHA256, OAuth2
## arch
Specification-driven design documenting a stateless authentication architecture using signed JWT cookies to eliminate server-side session storage
Specification-driven design using markdown documentation to define authentication flow requirements before implementation
## tags
oauth2, authentik, spec, defines, simplified, authentication, flow, stateless
## symbols