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/2026-05-25-add-config-profiles/specs/user-config (index)
|
||||
dir: archive/2026-05-25-add-config-profiles/specs/user-config
|
||||
# 2026-05-25-add-config-profiles/specs/user-config (index)
|
||||
dir: 2026-05-25-add-config-profiles/specs/user-config
|
||||
|
||||
## role
|
||||
Defines requirements for a user configuration profile management system with settings editor and launch-time profile selection UI.
|
||||
Defines requirements for a configuration profile management system enabling users to create, edit, and select runtime profiles through both a settings editor and launch-time UI.
|
||||
## parent
|
||||
index: archive/2026-05-25-add-config-profiles/specs/.pi-map.index.md
|
||||
map: archive/2026-05-25-add-config-profiles/specs/.pi-map.md
|
||||
index: 2026-05-25-add-config-profiles/specs/.pi-map.index.md
|
||||
map: 2026-05-25-add-config-profiles/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-25-add-config-profiles/specs/user-config/.pi-map.index.md
|
||||
map: archive/2026-05-25-add-config-profiles/specs/user-config/.pi-map.md
|
||||
index: 2026-05-25-add-config-profiles/specs/user-config/.pi-map.index.md
|
||||
map: 2026-05-25-add-config-profiles/specs/user-config/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-25-add-config-profiles/specs/user-config
|
||||
dir: archive/2026-05-25-add-config-profiles/specs/user-config
|
||||
# 2026-05-25-add-config-profiles/specs/user-config
|
||||
dir: 2026-05-25-add-config-profiles/specs/user-config
|
||||
|
||||
index: archive/2026-05-25-add-config-profiles/specs/user-config/.pi-map.index.md
|
||||
index: 2026-05-25-add-config-profiles/specs/user-config/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for a user configuration profile management system with settings editor and launch-time profile selection UI.
|
||||
Defines requirements for a configuration profile management system enabling users to create, edit, and select runtime profiles through both a settings editor and launch-time UI.
|
||||
## files
|
||||
- spec.md | Defines requirements for a config profile management system including a settings editor and launch-time profile selection UI
|
||||
## arch
|
||||
Specification-driven design using markdown-based requirements documentation for a feature archived on 2026-05-25.
|
||||
Specification-driven design using markdown-based requirements documents that separate functional requirements (profile CRUD, UI flows) from system constraints, following a document-as-contract pattern for feature development.
|
||||
## tags
|
||||
profile, spec, defines, requirements, config, management, system, including
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user