fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
+7
-7
@@ -1,11 +1,11 @@
|
||||
# archive/2026-06-12-active-changes-archive/multi-session-terminal-ux (index)
|
||||
dir: archive/2026-06-12-active-changes-archive/multi-session-terminal-ux
|
||||
# 2026-06-12-completed-changes-archive/multi-session-terminal-ux (index)
|
||||
dir: 2026-06-12-completed-changes-archive/multi-session-terminal-ux
|
||||
|
||||
## role
|
||||
Archive of design documents and implementation plans for adding multi-session terminal UX support to a tool instance platform, preserving historical decision-making and phased development records.
|
||||
Archive of completed design documents and implementation specifications for adding multi-session terminal support to an existing tool instance platform.
|
||||
## parent
|
||||
index: archive/2026-06-12-active-changes-archive/.pi-map.index.md
|
||||
map: archive/2026-06-12-active-changes-archive/.pi-map.md
|
||||
index: 2026-06-12-completed-changes-archive/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
@@ -18,8 +18,8 @@ map: archive/2026-06-12-active-changes-archive/.pi-map.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-06-12-active-changes-archive/multi-session-terminal-ux/.pi-map.index.md
|
||||
map: archive/2026-06-12-active-changes-archive/multi-session-terminal-ux/.pi-map.md
|
||||
index: 2026-06-12-completed-changes-archive/multi-session-terminal-ux/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/multi-session-terminal-ux/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,10 +1,10 @@
|
||||
# archive/2026-06-12-active-changes-archive/multi-session-terminal-ux
|
||||
dir: archive/2026-06-12-active-changes-archive/multi-session-terminal-ux
|
||||
# 2026-06-12-completed-changes-archive/multi-session-terminal-ux
|
||||
dir: 2026-06-12-completed-changes-archive/multi-session-terminal-ux
|
||||
|
||||
index: archive/2026-06-12-active-changes-archive/multi-session-terminal-ux/.pi-map.index.md
|
||||
index: 2026-06-12-completed-changes-archive/multi-session-terminal-ux/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of design documents and implementation plans for adding multi-session terminal UX support to a tool instance platform, preserving historical decision-making and phased development records.
|
||||
Archive of completed design documents and implementation specifications for adding multi-session terminal support to an existing tool instance platform.
|
||||
## files
|
||||
- .openspec.yaml | Defines metadata for a completed project specification named "multi-session-terminal-ux"
|
||||
- apply-pr1.md | Documents the implementation of database schema, Alembic migration, and TerminalManager multi-session core for a multi-session terminal UX feature. | dep: Alembic, SQLAlchemy, aiosqlite, asyncio, pytest, TerminalSession, TerminalManager, UUIDPrimaryKeyMixin, TimestampMixin, SessionLocal
|
||||
@@ -15,7 +15,7 @@ Archive of design documents and implementation plans for adding multi-session te
|
||||
- proposal.md | Proposes architectural changes to support multiple concurrent terminal sessions per tool instance with improved UI/UX features | dep: TerminalManager, TerminalSession, api/terminal.py, TerminalComponent, terminal.tsx, WebSocket protocol, database schema
|
||||
- tasks.md | A software design document specifying 12 implementation tasks for adding multi-session terminal UX support across backend (Python/FastAPI) and frontend (React/TypeScript) with detailed acceptance criteria, file changes, and TDD testing steps. | dep: Alembic, FastAPI, WebSocket, React, TypeScript, xterm.js (implied), pytest, Jest/npm test
|
||||
## arch
|
||||
Specification-driven development with phased PR documentation (backend schema/migrations → API/WebSocket/frontend hooks → UI components), using FastAPI/Python backend with Alembic migrations, React/TypeScript frontend, WebSocket protocol, and TDD acceptance criteria across 12 structured implementation tasks.
|
||||
Design-driven development with phased PR implementation (backend core → API/WebSocket → frontend UI), using FastAPI/WebSocket backend and React/TypeScript frontend, with explicit architectural exploration and task breakdown before coding.
|
||||
## tags
|
||||
terminal, session, multi, apply, implementation, alembic, websocket, support
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user