chore: update project maps for tool container home directory artifacts

This commit is contained in:
Developer
2026-06-14 10:32:13 +00:00
parent 5fc8e035e6
commit b4203a4a09
16 changed files with 35 additions and 29 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
dir: docs/superpowers/plans
## role
Contains implementation planning documents for core infrastructure, authentication, database modeling, and UI feature development.
Contains dated implementation planning documents that specify step-by-step technical approaches for major infrastructure, authentication, database, and UI feature development.
## parent
index: docs/superpowers/.pi-map.index.md
map: docs/superpowers/.pi-map.md
@@ -13,6 +13,7 @@ map: docs/superpowers/.pi-map.md
- 2026-05-17-auth-oauth.md
- 2026-05-17-database-models.md
- 2026-05-24-session-branch-selection.md
- tool-container-home-directory.md
## links
index: docs/superpowers/plans/.pi-map.index.md
map: docs/superpowers/plans/.pi-map.md
+4 -3
View File
@@ -4,16 +4,17 @@ dir: docs/superpowers/plans
index: docs/superpowers/plans/.pi-map.index.md
## role
Contains implementation planning documents for core infrastructure, authentication, database modeling, and UI feature development.
Contains dated implementation planning documents that specify step-by-step technical approaches for major infrastructure, authentication, database, and UI feature development.
## files
- 2024-05-16-docker-infrastructure.md | Defines a step-by-step implementation plan for setting up a complete Docker-based development infrastructure with multi-service orchestration including PostgreSQL, Redis, Traefik, Authentik, FastAPI backend, and React frontend. | dep: Docker, Docker Compose, Make, Python 3.11, Node.js 20, PostgreSQL, Redis, Traefik, Authentik, FastAPI, React, Vite, nginx, alembic, uvicorn, SQLAlchemy, pydantic, structlog
- 2026-05-17-auth-oauth.md | Implementation plan for adding Authentik-backed OIDC authentication with JWT access tokens and DB-backed refresh tokens to a FastAPI application | dep: FastAPI, SQLAlchemy, Alembic, python-jose, httpx, pytest, Authentik, PostgreSQL
- 2026-05-17-database-models.md | Define an implementation plan for building SQLAlchemy 2.0 async database models, Alembic migrations, and seed data for a FastAPI backend. | dep: SQLAlchemy 2.x, asyncpg, Alembic, pytest, pytest-asyncio, Pydantic Settings, PostgreSQL, FastAPI
- 2026-05-24-session-branch-selection.md | Implementation plan for replacing free-text branch input with a dropdown of available branches and adding "Create new branch" functionality in a session creation form | dep: React, TypeScript, FastAPI, Python, Git subprocess, Pydantic, API client
- tool-container-home-directory.md | Implementation plan to make `/home/user` the configurable default home directory for tool containers while preserving repository name in mount targets, migrating legacy tool types, and maintaining `/workspace` backward compatibility symlink. | dep: Alembic, Docker, Compose, manifest compiler, instance service, config profile resolver, permission fixer, base dockerfile, pytest
## arch
Markdown-based technical specification documents using date-prefixed naming convention, each detailing phased implementation steps for specific system capabilities with technology stack integration points.
Document-driven planning architecture using chronological Markdown specifications with precise technical scope, dependencies, and migration strategies for incremental system evolution.
## tags
05, fastapi, 2026, implementation, plan, docker, postgresql, authentik
05, fastapi, 2026, implementation, plan, docker, alembic, postgresql
## symbols
-
## workflows