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,15 +1,15 @@
# openspec/changes/archive/2026-05-17-auth-oauth (index)
dir: openspec/changes/archive/2026-05-17-auth-oauth
# archive/2026-05-17-auth-oauth (index)
dir: archive/2026-05-17-auth-oauth
## role
Archive of a 2026-05-17 design proposal for implementing OAuth2/OIDC authentication with Authentik integration in a backend API.
Archive directory containing design documents and proposals for an OAuth2/OIDC authentication system with Authentik integration and JWT token management.
## 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-17-auth-oauth/specs
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.md
- archive/2026-05-17-auth-oauth/specs
index: archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/specs/.pi-map.md
## files
- .openspec.yaml
- README.md
@@ -17,8 +17,8 @@ map: openspec/changes/archive/.pi-map.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2026-05-17-auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/.pi-map.md
index: archive/2026-05-17-auth-oauth/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/.pi-map.md
## workflows
-
## dirty
@@ -1,10 +1,10 @@
# openspec/changes/archive/2026-05-17-auth-oauth
dir: openspec/changes/archive/2026-05-17-auth-oauth
# archive/2026-05-17-auth-oauth
dir: archive/2026-05-17-auth-oauth
index: openspec/changes/archive/2026-05-17-auth-oauth/.pi-map.index.md
index: archive/2026-05-17-auth-oauth/.pi-map.index.md
## role
Archive of a 2026-05-17 design proposal for implementing OAuth2/OIDC authentication with Authentik integration in a backend API.
Archive directory containing design documents and proposals for an OAuth2/OIDC authentication system with Authentik integration and JWT token management.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- README.md | Documents a project that implements OAuth2/OIDC authentication using Authentik with internal JWTs and database-backed refresh tokens | dep: Authentik, OAuth2, OIDC, JWT
@@ -12,7 +12,7 @@ Archive of a 2026-05-17 design proposal for implementing OAuth2/OIDC authenticat
- proposal.md | Proposes a technical implementation plan for adding production-ready OAuth2/OIDC authentication with Authentik integration, JWT session management, and secure token lifecycle handling to a backend API project. | dep: Authentik, OAuth2/OIDC, JWKS, JWT, database, apps/api/src, config, models, auth services, API routes
- tasks.md | Task tracking document for implementing OIDC/JWT authentication system with refresh tokens in a backend application. | dep: SQLAlchemy, Alembic, Authentik OIDC, pytest, ruff, mypy, asyncpg, PostgreSQL
## arch
Specification-driven design documentation using OpenAPI metadata, with phased implementation planning (proposal → design → tasks → README) for a hybrid token architecture (JWT access tokens + opaque DB-backed refresh tokens) with environment-aware security policies.
Document-driven design specification using markdown-based RFCs, with OpenAPI metadata, separating concerns into design rationale (design.md), implementation planning (proposal.md), task tracking (tasks.md), and project documentation (README.md).
## tags
oidc, authentik, oauth2, jwt, authentication, tokens, refresh, design
## symbols
@@ -1,19 +1,19 @@
# openspec/changes/archive/2026-05-17-auth-oauth/specs (index)
dir: openspec/changes/archive/2026-05-17-auth-oauth/specs
# archive/2026-05-17-auth-oauth/specs (index)
dir: archive/2026-05-17-auth-oauth/specs
## role
Contains archived OpenAPI specification files for an OAuth authentication feature change from May 17, 2026, serving as versioned documentation snapshots in the API specification change tracking system.
Contains historical specification documents for the OAuth authentication implementation from May 2026, serving as archived design reference.
## parent
index: openspec/changes/archive/2026-05-17-auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/.pi-map.md
index: archive/2026-05-17-auth-oauth/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/.pi-map.md
## children
- openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.md
- archive/2026-05-17-auth-oauth/specs/auth-oauth
index: archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.md
## files
## links
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.md
index: archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# openspec/changes/archive/2026-05-17-auth-oauth/specs
dir: openspec/changes/archive/2026-05-17-auth-oauth/specs
# archive/2026-05-17-auth-oauth/specs
dir: archive/2026-05-17-auth-oauth/specs
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
index: archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
## role
Contains archived OpenAPI specification files for an OAuth authentication feature change from May 17, 2026, serving as versioned documentation snapshots in the API specification change tracking system.
Contains historical specification documents for the OAuth authentication implementation from May 2026, serving as archived design reference.
## files
## arch
Flat directory structure with dated, feature-named archival folders using a timestamped naming convention (YYYY-MM-DD-{feature}) to preserve immutable specification versions for historical reference and auditability.
Documentation-only archive with no active code; likely contains markdown/ADR-style specification files capturing past architectural decisions for external authentication provider integration.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth (index)
dir: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth
# archive/2026-05-17-auth-oauth/specs/auth-oauth (index)
dir: archive/2026-05-17-auth-oauth/specs/auth-oauth
## role
Defines authentication and authorization requirements for OAuth2/OIDC integration with Authentik identity provider.
Defines authentication requirements for OAuth2/OIDC integration with Authentik identity provider.
## parent
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/specs/.pi-map.md
index: archive/2026-05-17-auth-oauth/specs/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.md
index: archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
map: archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth
dir: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth
# archive/2026-05-17-auth-oauth/specs/auth-oauth
dir: archive/2026-05-17-auth-oauth/specs/auth-oauth
index: openspec/changes/archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
index: archive/2026-05-17-auth-oauth/specs/auth-oauth/.pi-map.index.md
## role
Defines authentication and authorization requirements for OAuth2/OIDC integration with Authentik identity provider.
Defines authentication requirements for OAuth2/OIDC integration with Authentik identity provider.
## files
- spec.md | Specifies OAuth2/OIDC authentication, session security, token refresh, and logout requirements for a web application using Authentik as the identity provider. | dep: Authentik, JWKS, OAuth2, OIDC, HTTP cookies, database
## arch
Specification-driven architecture using Markdown-based requirements documentation for security and session management patterns.
Requirements specification document following standard markdown-based spec format with no implemented architecture.
## tags
oauth2, oidc, authentik, spec, specifies, authentication, session, security
## symbols