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,18 +1,18 @@
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-organization (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
# 2025-05-18-test-infrastructure-improvements/specs/test-organization (index)
|
||||
dir: 2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
|
||||
## role
|
||||
Defines testing standards for categorizing backend tests by scope using pytest markers
|
||||
Defines testing standards and categorization requirements for the backend test suite using pytest markers.
|
||||
## 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-organization/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
index: 2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
map: 2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
# 2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
dir: 2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
index: 2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines testing standards for categorizing backend tests by scope using pytest markers
|
||||
Defines testing standards and categorization requirements for the backend test suite using pytest markers.
|
||||
## files
|
||||
- spec.md | Defines requirements for organizing backend tests into unit, integration, and system categories with pytest markers | dep: pytest, pyproject.toml, apps/api/tests/
|
||||
## arch
|
||||
Specification-driven testing strategy with hierarchical test classification (unit/integration/system) and marker-based test selection
|
||||
Specification-driven documentation pattern establishing a three-tier test hierarchy (unit/integration/system) with marker-based test organization.
|
||||
## tags
|
||||
tests, pytest, spec, defines, requirements, organizing, backend, unit
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user