caadd59441
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.
1.5 KiB
1.5 KiB
archive/2026-05-24-terminal-startup-and-container-tools
dir: archive/2026-05-24-terminal-startup-and-container-tools
index: archive/2026-05-24-terminal-startup-and-container-tools/.pi-map.index.md
role
Defines specifications and implementation plans for adding per-tool-type terminal startup commands and productivity utilities to a WebSocket-based container terminal system.
files
- .openspec.yaml | Defines an OpenSpec configuration file with schema version and creation date metadata
- design.md | Design specification for adding per-tool-type terminal startup commands and productivity utilities to a WebSocket-based container terminal system | dep: tool-types-definition, tool-terminal, opencode-web-server, tool-config-management, Docker, WebSocket, bash, Docker Compose
- proposal.md | Proposes adding customizable startup commands to terminal tool types and productivity tools to the OpenCode container
- tasks.md | Task tracking checklist for implementing a
startup_commandfeature across database, backend API, terminal execution, frontend, and container tooling | dep: Alembic, SQLAlchemy, Pydantic, FastAPI, WebSocket, bash/tmux/ranger, npm, pytest, mypy, ruff
arch
Specification-driven development with layered architecture (database schema → API → WebSocket execution → frontend UI), using OpenSpec for configuration management, and task-driven agile tracking across backend/frontend/container boundaries.
tags
tool, terminal, design, startup, websocket, container, .openspec, adding