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/2026-05-18-simplify-authentik-auth (index)
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth
# archive/2026-05-18-simplify-authentik-auth (index)
dir: archive/2026-05-18-simplify-authentik-auth
## role
Contains planning and design documents for migrating authentication from JWT tokens to session-based cookies with Authentik/OAuth2 integration.
Contains historical design documents and planning artifacts for a completed authentication system migration from JWT tokens to session-based cookies with Authentik OAuth2 integration.
## 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/2026-05-18-simplify-authentik-auth/specs
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
- 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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.md
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# openspec/changes/archive/2026-05-18-simplify-authentik-auth
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth
# archive/2026-05-18-simplify-authentik-auth
dir: archive/2026-05-18-simplify-authentik-auth
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
## role
Contains planning and design documents for migrating authentication from JWT tokens to session-based cookies with Authentik/OAuth2 integration.
Contains historical design documents and planning artifacts for a completed authentication system migration from JWT tokens to session-based cookies with Authentik OAuth2 integration.
## 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
Documentation-driven architecture using OpenSpec configuration with structured design docs (design, proposal, tasks) following a formal specification and change-management pattern.
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.
## tags
authentik, authentication, design, jwt, session, .openspec, migrating, system
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs (index)
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
# archive/2026-05-18-simplify-authentik-auth/specs (index)
dir: archive/2026-05-18-simplify-authentik-auth/specs
## role
Defines authentication specification for a simplified OAuth2 integration with Authentik using stateless signed session cookies
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
## parent
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.md
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
map: archive/2026-05-18-simplify-authentik-auth/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
# archive/2026-05-18-simplify-authentik-auth/specs
dir: archive/2026-05-18-simplify-authentik-auth/specs
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
## role
Defines authentication specification for a simplified OAuth2 integration with Authentik using stateless signed session cookies
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
## 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 with markdown-based technical documentation for authentication flow requirements
Specification-driven design documenting a stateless authentication architecture using signed JWT cookies to eliminate server-side session storage
## tags
oauth2, authentik, spec, defines, simplified, authentication, flow, stateless
## symbols