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,18 +1,18 @@
# archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation (index)
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
# 2025-05-18-test-infrastructure-improvements/specs/test-isolation (index)
dir: 2025-05-18-test-infrastructure-improvements/specs/test-isolation
## role
Defines specifications for test isolation mechanisms ensuring clean, independent test execution through shared fixtures and transaction management.
Defines requirements for ensuring test isolation through shared fixtures and database transaction management in a testing infrastructure.
## parent
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
index: 2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
map: 2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
index: 2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
map: 2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
# 2025-05-18-test-infrastructure-improvements/specs/test-isolation
dir: 2025-05-18-test-infrastructure-improvements/specs/test-isolation
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
index: 2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
## role
Defines specifications for test isolation mechanisms ensuring clean, independent test execution through shared fixtures and transaction management.
Defines requirements for ensuring test isolation through shared fixtures and database transaction management in a testing infrastructure.
## files
- spec.md | Defines requirements for shared test fixtures and transaction isolation in a testing infrastructure | dep: pytest, SQLAlchemy, TestClient, SQLite, PostgreSQL
## arch
Specification-driven design using requirement documents to define behavioral contracts for test infrastructure components.
Specification-driven architecture using markdown-based requirements documents to define behavioral contracts for test infrastructure components.
## tags
spec, defines, requirements, shared, test, fixtures, transaction, isolation
## symbols