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.
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools (index)
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools
|
||||
# archive/2026-05-23-remove-built-in-tools (index)
|
||||
dir: archive/2026-05-23-remove-built-in-tools
|
||||
|
||||
## role
|
||||
Contains planning and design documents for a refactoring initiative to remove the special-cased "built-in" tool type classification and migrate to a unified database-driven tool type system.
|
||||
Archive directory containing historical design documents for a completed refactoring that eliminated special "built-in" tool type handling in favor of uniform database records.
|
||||
## parent
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
- archive/2026-05-23-remove-built-in-tools/specs
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools
|
||||
# archive/2026-05-23-remove-built-in-tools
|
||||
dir: archive/2026-05-23-remove-built-in-tools
|
||||
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains planning and design documents for a refactoring initiative to remove the special-cased "built-in" tool type classification and migrate to a unified database-driven tool type system.
|
||||
Archive directory containing historical design documents for a completed refactoring that eliminated special "built-in" tool type handling in favor of uniform database records.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for removing built-in tool type special handling by migrating seeded data to regular database records via Alembic migration | dep: Alembic, SQLAlchemy/model layer, main.py startup logic, API layer, frontend
|
||||
- proposal.md | Proposes a refactoring to eliminate the privileged "built-in" tool type classification and make all tool types equal, first-class database records | dep: ToolType model, main.py, tool_types.py API, database migration system, frontend
|
||||
- tasks.md | Task checklist tracking the removal of `is_builtin` functionality from tool types across a full-stack application (database, backend, frontend, and testing) | dep: Alembic, SQLAlchemy, Pydantic, FastAPI, PostgreSQL, pytest, ruff, mypy, React/frontend build system
|
||||
## arch
|
||||
Specification-driven change management using OpenSpec schema with structured documentation (design doc, proposal, task tracking) for cross-stack database migration and feature removal.
|
||||
Migration-driven refactoring with phased full-stack removal (database/backend/frontend/test) using Alembic for data migration and OpenSpec for API schema documentation.
|
||||
## tags
|
||||
tool, type, design, database, alembic, frontend, .openspec, records
|
||||
## symbols
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
|
||||
# archive/2026-05-23-remove-built-in-tools/specs (index)
|
||||
dir: archive/2026-05-23-remove-built-in-tools/specs
|
||||
|
||||
## role
|
||||
Contains archived specification documents for a planned removal of built-in tools feature, dated May 23, 2026.
|
||||
Contains archived specification documents for the removal of built-in tools feature from the project, dated May 23, 2026.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
|
||||
- archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
|
||||
# archive/2026-05-23-remove-built-in-tools/specs
|
||||
dir: archive/2026-05-23-remove-built-in-tools/specs
|
||||
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived specification documents for a planned removal of built-in tools feature, dated May 23, 2026.
|
||||
Contains archived specification documents for the removal of built-in tools feature from the project, dated May 23, 2026.
|
||||
## files
|
||||
## arch
|
||||
Simple archival storage pattern using date-based directory naming with no active code or architectural patterns.
|
||||
N/A (no code files present; directory serves as historical documentation archive for a completed or planned feature removal)
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types (index)
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
# archive/2026-05-23-remove-built-in-tools/specs/tool-types (index)
|
||||
dir: archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
|
||||
## role
|
||||
Contains archived software specification documents for historical tool type management system changes from May 2026.
|
||||
Archive of historical specification for removing built-in tool types from the system
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
map: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
# archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
dir: archive/2026-05-23-remove-built-in-tools/specs/tool-types
|
||||
|
||||
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
index: archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived software specification documents for historical tool type management system changes from May 2026.
|
||||
Archive of historical specification for removing built-in tool types from the system
|
||||
## files
|
||||
- spec.md | Software specification document defining modified and removed requirements for a tool type management system
|
||||
## arch
|
||||
Document-based specification archive using dated directory versioning with markdown specs for tracking removed/modified requirements.
|
||||
Document-based specification storage with dated versioning for change tracking
|
||||
## tags
|
||||
spec, software, specification, document, defining, modified, removed, requirements
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user