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,25 +1,25 @@
# archive/2025-05-17-oauth-traefik-integration/specs (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs
# 2025-05-17-oauth-traefik-integration/specs (index)
dir: 2025-05-17-oauth-traefik-integration/specs
## role
Contains specification documents for OAuth-Traefik integration design.
Contains specification documents and design requirements for the OAuth-Traefik integration feature
## parent
index: archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/.pi-map.md
## children
- archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
- archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
- archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
- 2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
- 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
- 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
## files
## links
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2025-05-17-oauth-traefik-integration/specs
dir: archive/2025-05-17-oauth-traefik-integration/specs
# 2025-05-17-oauth-traefik-integration/specs
dir: 2025-05-17-oauth-traefik-integration/specs
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
## role
Contains specification documents for OAuth-Traefik integration design.
Contains specification documents and design requirements for the OAuth-Traefik integration feature
## files
## arch
Documentation-only package with no code architecture; stores technical specifications and design documents.
Documentation-driven development with structured specification files (likely markdown/asciidoc) defining system requirements, API contracts, and integration patterns before implementation
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
# 2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
dir: 2025-05-17-oauth-traefik-integration/specs/auth-oauth
## role
Defines OAuth2/OIDC authentication requirements using Authentik with session security via httpOnly cookies for the Traefik integration project.
Defines authentication requirements for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
## parent
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
dir: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
# 2025-05-17-oauth-traefik-integration/specs/auth-oauth
dir: 2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
## role
Defines OAuth2/OIDC authentication requirements using Authentik with session security via httpOnly cookies for the Traefik integration project.
Defines authentication requirements for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
## files
- spec.md | Specifies modified requirements for OAuth2/OIDC authentication via Authentik and session security with httpOnly cookies | dep: Authentik, Traefik, OAuth2, OIDC
## arch
Specification-driven requirements document using markdown-based technical specification pattern with security-focused authentication flow definitions.
Specification-driven architecture with external identity provider delegation, token-based authentication flows, and cookie-based session security patterns.
## tags
oauth2, oidc, authentik, spec, specifies, modified, requirements, authentication
## symbols
@@ -1,18 +1,18 @@
# archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
# 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
dir: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
## role
Defines Docker infrastructure requirements and environment configuration specifications for the OAuth-Traefik integration project using behavior-driven examples.
Defines Docker infrastructure specifications using behavior-driven development examples to validate environment configuration and service orchestration requirements.
## parent
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
dir: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
# 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
dir: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
## role
Defines Docker infrastructure requirements and environment configuration specifications for the OAuth-Traefik integration project using behavior-driven examples.
Defines Docker infrastructure specifications using behavior-driven development examples to validate environment configuration and service orchestration requirements.
## files
- spec.md | Defines modified requirements for Docker Compose setup and environment configuration using specification by example (Gherkin-style scenarios) | dep: Docker Compose, Traefik
## arch
Specification-by-example pattern with Gherkin-style scenarios documenting Docker Compose setup requirements as executable documentation.
Specification-by-example pattern with Gherkin-style scenarios for executable requirements, targeting Docker Compose-based infrastructure validation.
## tags
spec, defines, modified, requirements, docker, compose, setup, environment
## symbols
@@ -1,18 +1,18 @@
# archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
# 2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
dir: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
## role
Defines deployment specifications for Traefik reverse proxy integration with OAuth authentication services
Defines deployment specifications for Traefik reverse proxy infrastructure in a Docker Compose environment.
## parent
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
dir: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
# 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
dir: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
## role
Defines deployment specifications for Traefik reverse proxy integration with OAuth authentication services
Defines deployment specifications for Traefik reverse proxy infrastructure in a Docker Compose environment.
## files
- spec.md | Specifies requirements for Traefik Docker Compose deployment configuration and environment variable documentation | dep: Traefik, Docker Compose, Authentik, OIDC
## arch
Infrastructure-as-documentation pattern using Markdown specification files for declarative container orchestration configuration
Infrastructure-as-specification pattern using markdown-based requirements documentation for containerized reverse proxy deployment.
## tags
traefik, spec, specifies, requirements, docker, compose, deployment, configuration
## symbols