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:
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-25-add-config-profiles/specs/tool-config-management
|
||||
dir: archive/2026-05-25-add-config-profiles/specs/tool-config-management
|
||||
# 2026-05-25-add-config-profiles/specs/tool-config-management
|
||||
dir: 2026-05-25-add-config-profiles/specs/tool-config-management
|
||||
|
||||
index: archive/2026-05-25-add-config-profiles/specs/tool-config-management/.pi-map.index.md
|
||||
index: 2026-05-25-add-config-profiles/specs/tool-config-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for a tool configuration system that separates runtime fields from reusable launch setup via config profiles.
|
||||
Specifies requirements for a tool configuration system that introduces config profiles to separate runtime state from reusable launch configurations.
|
||||
## files
|
||||
- spec.md | Defines modified and removed requirements for a tool configuration system that separates runtime fields from reusable launch setup via config profiles.
|
||||
## arch
|
||||
Specification-driven design using requirement documents with explicit modification and removal tracking of prior requirements.
|
||||
Requirements-driven specification using delta notation (MODIFIED/REMOVED) to track evolving constraints for a profile-based configuration management system with clear separation between persistent setup and ephemeral runtime data.
|
||||
## tags
|
||||
spec, defines, modified, removed, requirements, tool, configuration, system
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user