Files
Developer caadd59441 chore: archive 15 completed OpenSpec changes
Move the following audited-and-implemented changes into
openspec/changes/archive/2026-06-12-completed-changes-archive/:

- backend-frontend-refactoring
- config-profile-git-mounts
- config-profile-includes-ui
- config-profile-multi-repo-mounts
- container-monitoring-notifications
- git-mount-url-validation
- home-path-expansion
- mobile-terminal-ux
- mount-specificity-ordering
- notification-center
- persistent-terminal-sessions
- session-list-overhaul
- ssh-key-mounting
- terminal-fullscreen-unified-header
- tool-session-progress-and-updates

Also regenerated .pi-map*.md files for openspec/changes so the
remaining active changes (multi-session-terminal-ux, reorganize-long-files,
working-copies, workspace-first-ui) reflect the new layout.
2026-06-12 14:26:55 +00:00

1.2 KiB

1. Core Includes UI

  • 1.1 Add includes section to profile editor form with heading and empty state
  • 1.2 Display current includes list with profile names and scope badges
  • 1.3 Add remove button per include row
  • 1.4 Add "Add Include" dropdown with available profiles filtered by validity
  • 1.5 Implement frontend cycle detection to filter dropdown options
  • 1.6 Save includes together with profile form on save

2. Drag and Drop Reordering

  • 2.1 Add drag-and-drop reordering to includes list using native HTML5 DnD
  • 2.2 Update order indices after drag-and-drop reorder
  • 2.3 Add visual feedback during drag (ghost image, drop target highlight)

3. Profile List Enhancements

  • 3.1 Add include count badge to profile list items

4. Polish and Error Handling

  • 4.1 Handle API cycle errors gracefully with user-friendly messages
  • 4.2 Ensure save rollback on partial failure (profile saved but includes failed)
  • 4.3 Add loading states for includes operations

5. Quality Gates

  • 5.1 TypeScript type check passes
  • 5.2 Manual testing: add, remove, reorder includes
  • 5.3 Manual testing: cycle prevention in UI
  • 5.4 Manual testing: save includes with profile form