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,24 +1,11 @@
# . (index)
dir: .
## Project Map Protocol
1. Read this protocol and the root `.pi-map.index.md` first.
2. Use `index:` / `map:` references to open relevant directory indexes and maps.
3. Load indexes before rich maps during task-start navigation.
4. Read the local rich map and actual source before editing.
5. Treat non-empty `## dirty` sections in either artifact as stale.
6. If source and generated artifacts disagree, trust source.
7. If map and index disagree, trust neither blindly; verify from source and regenerate the pair.
8. After editing source, run `project_map_patch` for each changed file.
9. Before broad architectural claims or final handoff, run `project_map_validate` when freshness matters.
Trust boundary: index routes, map orients, source decides.
# 2026-06-12-completed-changes-archive/config-profile-directory-mounts (index)
dir: 2026-06-12-completed-changes-archive/config-profile-directory-mounts
## role
Provides configuration and documentation for a mount staging system that resolves file ownership issues in containerized environments.
Archives a completed configuration profile refactoring that fixes root-owned directory mount issues by staging and bind-mounting entire directories.
## parent
-
index: 2026-06-12-completed-changes-archive/.pi-map.index.md
map: 2026-06-12-completed-changes-archive/.pi-map.md
## children
-
## files
@@ -26,8 +13,8 @@ Provides configuration and documentation for a mount staging system that resolve
- proposal.md
- tasks.md
## links
index: ./.pi-map.index.md
map: ./.pi-map.md
index: 2026-06-12-completed-changes-archive/config-profile-directory-mounts/.pi-map.index.md
map: 2026-06-12-completed-changes-archive/config-profile-directory-mounts/.pi-map.md
## workflows
-
## dirty
@@ -1,30 +1,16 @@
# .
dir: .
# 2026-06-12-completed-changes-archive/config-profile-directory-mounts
dir: 2026-06-12-completed-changes-archive/config-profile-directory-mounts
index: ./.pi-map.index.md
## Project Map Protocol
1. Read this protocol and the root `.pi-map.index.md` first.
2. Use `index:` / `map:` references to open relevant directory indexes and maps.
3. Load indexes before rich maps during task-start navigation.
4. Read the local rich map and actual source before editing.
5. Treat non-empty `## dirty` sections in either artifact as stale.
6. If source and generated artifacts disagree, trust source.
7. If map and index disagree, trust neither blindly; verify from source and regenerate the pair.
8. After editing source, run `project_map_patch` for each changed file.
9. Before broad architectural claims or final handoff, run `project_map_validate` when freshness matters.
Trust boundary: index routes, map orients, source decides.
index: 2026-06-12-completed-changes-archive/config-profile-directory-mounts/.pi-map.index.md
## role
Provides configuration and documentation for a mount staging system that resolves file ownership issues in containerized environments.
Archives a completed configuration profile refactoring that fixes root-owned directory mount issues by staging and bind-mounting entire directories.
## files
- .openspec.yaml | Defines an OpenSpec configuration profile for directory mounts with completion tracking metadata
- proposal.md | Proposes a design change to fix root-owned directory issues in config profile mounts by staging and bind-mounting entire directories instead of individual files. | dep: Docker, config_profile_resolver.py, test_config_profile_resolver.py
- tasks.md | Tracks completed development tasks for refactoring a mount staging system and running quality gates.
## arch
Configuration-driven design using YAML profiles for directory mounts, with a proposal-based development approach documenting a shift from file-level to directory-level bind-mount staging.
Documentation-driven change proposal with OpenSpec configuration, using a task-tracked implementation workflow for filesystem mount refactoring.
## tags
tasks, profile, directory, mounts, .openspec, staging, py, proposal
## symbols