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:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,23 +1,23 @@
# archive/2026-05-23-remove-built-in-tools (index)
dir: archive/2026-05-23-remove-built-in-tools
# 2026-05-23-remove-built-in-tools (index)
dir: 2026-05-23-remove-built-in-tools
## role
Archive directory containing historical design documents for a completed refactoring that eliminated special "built-in" tool type handling in favor of uniform database records.
This package contains design documents and planning artifacts for a refactoring initiative to eliminate special-case handling of built-in tool types by converting them to regular database records.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
- archive/2026-05-23-remove-built-in-tools/specs
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
- 2026-05-23-remove-built-in-tools/specs
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/.pi-map.md
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# archive/2026-05-23-remove-built-in-tools
dir: archive/2026-05-23-remove-built-in-tools
# 2026-05-23-remove-built-in-tools
dir: 2026-05-23-remove-built-in-tools
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
## role
Archive directory containing historical design documents for a completed refactoring that eliminated special "built-in" tool type handling in favor of uniform database records.
This package contains design documents and planning artifacts for a refactoring initiative to eliminate special-case handling of built-in tool types by converting them to regular database records.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document for removing built-in tool type special handling by migrating seeded data to regular database records via Alembic migration | dep: Alembic, SQLAlchemy/model layer, main.py startup logic, API layer, frontend
- proposal.md | Proposes a refactoring to eliminate the privileged "built-in" tool type classification and make all tool types equal, first-class database records | dep: ToolType model, main.py, tool_types.py API, database migration system, frontend
- tasks.md | Task checklist tracking the removal of `is_builtin` functionality from tool types across a full-stack application (database, backend, frontend, and testing) | dep: Alembic, SQLAlchemy, Pydantic, FastAPI, PostgreSQL, pytest, ruff, mypy, React/frontend build system
## arch
Migration-driven refactoring with phased full-stack removal (database/backend/frontend/test) using Alembic for data migration and OpenSpec for API schema documentation.
Documentation-driven change management using a structured proposal pipeline (proposal → design → tasks → OpenSpec config) to coordinate a full-stack migration involving database schema changes (Alembic), backend API modifications, frontend updates, and test suite adjustments.
## tags
tool, type, design, database, alembic, frontend, .openspec, records
## symbols
@@ -1,19 +1,19 @@
# archive/2026-05-23-remove-built-in-tools/specs (index)
dir: archive/2026-05-23-remove-built-in-tools/specs
# 2026-05-23-remove-built-in-tools/specs (index)
dir: 2026-05-23-remove-built-in-tools/specs
## role
Contains archived specification documents for the removal of built-in tools feature from the project, dated May 23, 2026.
Contains test specifications for verifying the removal of built-in tools functionality.
## parent
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/.pi-map.md
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/.pi-map.md
## children
- archive/2026-05-23-remove-built-in-tools/specs/tool-types
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
- 2026-05-23-remove-built-in-tools/specs/tool-types
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
## files
## links
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2026-05-23-remove-built-in-tools/specs
dir: archive/2026-05-23-remove-built-in-tools/specs
# 2026-05-23-remove-built-in-tools/specs
dir: 2026-05-23-remove-built-in-tools/specs
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
## role
Contains archived specification documents for the removal of built-in tools feature from the project, dated May 23, 2026.
Contains test specifications for verifying the removal of built-in tools functionality.
## files
## arch
N/A (no code files present; directory serves as historical documentation archive for a completed or planned feature removal)
BDD-style specification files using Gherkin/Cucumber syntax for executable acceptance testing.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-23-remove-built-in-tools/specs/tool-types (index)
dir: archive/2026-05-23-remove-built-in-tools/specs/tool-types
# 2026-05-23-remove-built-in-tools/specs/tool-types (index)
dir: 2026-05-23-remove-built-in-tools/specs/tool-types
## role
Archive of historical specification for removing built-in tool types from the system
Software specification document defining modified and removed requirements for a tool type management system
## parent
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-23-remove-built-in-tools/specs/tool-types
dir: archive/2026-05-23-remove-built-in-tools/specs/tool-types
# 2026-05-23-remove-built-in-tools/specs/tool-types
dir: 2026-05-23-remove-built-in-tools/specs/tool-types
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
## role
Archive of historical specification for removing built-in tool types from the system
Software specification document defining modified and removed requirements for a tool type management system
## files
- spec.md | Software specification document defining modified and removed requirements for a tool type management system
## arch
Document-based specification storage with dated versioning for change tracking
Requirements specification document following standard software specification format with sections for removed and modified requirements
## tags
spec, software, specification, document, defining, modified, removed, requirements
## symbols