chore: archive 15 completed OpenSpec changes

Move the following audited-and-implemented changes into
openspec/changes/archive/2026-06-12-completed-changes-archive/:

- backend-frontend-refactoring
- config-profile-git-mounts
- config-profile-includes-ui
- config-profile-multi-repo-mounts
- container-monitoring-notifications
- git-mount-url-validation
- home-path-expansion
- mobile-terminal-ux
- mount-specificity-ordering
- notification-center
- persistent-terminal-sessions
- session-list-overhaul
- ssh-key-mounting
- terminal-fullscreen-unified-header
- tool-session-progress-and-updates

Also regenerated .pi-map*.md files for openspec/changes so the
remaining active changes (multi-session-terminal-ux, reorganize-long-files,
working-copies, workspace-first-ui) reflect the new layout.
This commit is contained in:
Developer
2026-06-12 14:26:55 +00:00
parent 30549f4863
commit caadd59441
493 changed files with 3563 additions and 3490 deletions
@@ -1,23 +1,23 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
# archive/2025-05-17-oauth-traefik-integration (index)
dir: archive/2025-05-17-oauth-traefik-integration
## role
This package contains planning and design documents for integrating OAuth/Authentik authentication with Traefik reverse proxy deployment into a Docker-based application.
Designs and tracks the integration of a Docker-based application with Traefik reverse proxy and Authentik OAuth through environment-based configuration externalization.
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
index: archive/.pi-map.index.md
map: archive/.pi-map.md
## children
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
- archive/2025-05-17-oauth-traefik-integration/specs
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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
index: archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
# archive/2025-05-17-oauth-traefik-integration
dir: archive/2025-05-17-oauth-traefik-integration
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
index: archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
## role
This package contains planning and design documents for integrating OAuth/Authentik authentication with Traefik reverse proxy deployment into a Docker-based application.
Designs and tracks the integration of a Docker-based application with Traefik reverse proxy and Authentik OAuth through environment-based configuration externalization.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- design.md | Design document for making a Docker-based application deployable behind an existing Traefik reverse proxy by removing hardcoded URLs and adding environment-based configuration | dep: Docker, Docker Compose, Traefik, Authentik, Python (config.py, auth.py), Vite (frontend)
- proposal.md | Proposes architectural changes to externalize Authentik/domain configuration to environment variables and add Traefik reverse proxy deployment support.
- tasks.md | A task tracking document for externalizing authentication/domain configuration, creating Traefik deployment, updating frontend config, and running verification tests.
## arch
Specification-driven development using OpenAPI metadata, with task-driven implementation planning focused on environment-based configuration externalization and reverse proxy integration patterns.
Documentation-driven design process using markdown specifications with phased task tracking, focusing on 12-factor app configuration principles (env vars over hardcoded values) and reverse proxy deployment patterns.
## tags
traefik, design, configuration, .openspec, document, docker, reverse, proxy
## symbols
@@ -1,25 +1,25 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
# archive/2025-05-17-oauth-traefik-integration/specs (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs
## role
Contains specification documents for OAuth-Traefik integration architecture implemented on 2025-05-17, serving as archived design reference for the project's authentication/authorization infrastructure.
Contains specification documents for OAuth-Traefik integration design.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
index: archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: archive/2025-05-17-oauth-traefik-integration/.pi-map.md
## children
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
- 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
## files
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
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
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
# archive/2025-05-17-oauth-traefik-integration/specs
dir: archive/2025-05-17-oauth-traefik-integration/specs
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
index: archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
## role
Contains specification documents for OAuth-Traefik integration architecture implemented on 2025-05-17, serving as archived design reference for the project's authentication/authorization infrastructure.
Contains specification documents for OAuth-Traefik integration design.
## files
## arch
Specification-driven architecture using archived dated design documents for reverse-proxy-based OAuth integration, likely detailing Traefik middleware configuration patterns for external authentication providers.
Documentation-only package with no code architecture; stores technical specifications and design documents.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
# archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
## role
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
Defines OAuth2/OIDC authentication requirements using Authentik with session security via httpOnly cookies for the Traefik integration project.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
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
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
# archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
dir: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
index: archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
## role
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
Defines OAuth2/OIDC authentication requirements using Authentik with session security via httpOnly cookies for the Traefik integration project.
## 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 design using markdown-based requirements documentation for external identity provider integration and browser security patterns.
Specification-driven requirements document using markdown-based technical specification pattern with security-focused authentication flow definitions.
## tags
oauth2, oidc, authentik, spec, specifies, modified, requirements, authentication
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
# archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
## role
Defines Docker infrastructure requirements for OAuth-Traefik integration using behavior-driven specification examples.
Defines Docker infrastructure requirements and environment configuration specifications for the OAuth-Traefik integration project using behavior-driven examples.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
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
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
# archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
dir: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
index: archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
## role
Defines Docker infrastructure requirements for OAuth-Traefik integration using behavior-driven specification examples.
Defines Docker infrastructure requirements and environment configuration specifications for the OAuth-Traefik integration project using behavior-driven examples.
## 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 for declarative infrastructure requirements, separating environment configuration concerns from implementation details.
Specification-by-example pattern with Gherkin-style scenarios documenting Docker Compose setup requirements as executable documentation.
## tags
spec, defines, modified, requirements, docker, compose, setup, environment
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
# archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
dir: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
## role
Defines infrastructure deployment specifications for Traefik reverse proxy with OAuth integration
Defines deployment specifications for Traefik reverse proxy integration with OAuth authentication services
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
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
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
# archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
dir: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
index: archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
## role
Defines infrastructure deployment specifications for Traefik reverse proxy with OAuth integration
Defines deployment specifications for Traefik reverse proxy integration with OAuth authentication services
## files
- spec.md | Specifies requirements for Traefik Docker Compose deployment configuration and environment variable documentation | dep: Traefik, Docker Compose, Authentik, OIDC
## arch
Markdown-based specification document using declarative configuration patterns for Docker Compose orchestration with environment-driven configuration management
Infrastructure-as-documentation pattern using Markdown specification files for declarative container orchestration configuration
## tags
traefik, spec, specifies, requirements, docker, compose, deployment, configuration
## symbols