chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
@@ -1,23 +1,23 @@
# 2026-05-23-remove-built-in-tools (index)
dir: 2026-05-23-remove-built-in-tools
# openspec/changes/archive/2026-05-23-remove-built-in-tools (index)
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools
## role
This package contains design documents and planning artifacts for a refactoring initiative to eliminate special-case handling of built-in tool types by converting them to regular database records.
Contains archived specification documents for a completed refactoring that removed the privileged "built-in" tool type classification to make all tool types user-editable database records.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 2026-05-23-remove-built-in-tools/specs
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
- 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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/.pi-map.md
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
## workflows
-
## dirty
@@ -1,19 +1,19 @@
# 2026-05-23-remove-built-in-tools
dir: 2026-05-23-remove-built-in-tools
# openspec/changes/archive/2026-05-23-remove-built-in-tools
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
## role
This package contains design documents and planning artifacts for a refactoring initiative to eliminate special-case handling of built-in tool types by converting them to regular database records.
Contains archived specification documents for a completed refactoring that removed the privileged "built-in" tool type classification to make all tool types user-editable 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
- design.md | Design document for refactoring built-in tool types from hardcoded/seeded entities to regular editable database records | dep: Alembic, ToolType model, main.py, API layer, frontend
- proposal.md | Proposes a system refactoring to eliminate the privileged "built-in" tool type classification, making all tool types equally manageable by users
- tasks.md | A completed task checklist documenting the removal of the `is_builtin` field/column from tool types across a full-stack application (database, backend, frontend, and testing) | dep: Alembic, PostgreSQL, Pydantic, FastAPI, React/TypeScript, pytest, ruff, mypy
## arch
Documentation-driven change management using a structured proposal pipeline (proposal → design → tasks → OpenSpec config) to coordinate a full-stack migration involving database schema changes (Alembic), backend API modifications, frontend updates, and test suite adjustments.
Documentation-driven change management using OpenSpec schema with structured design/proposal/task artifacts tracking a full-stack migration (database → backend → frontend → testing) from hardcoded seeded entities to regular editable records.
## tags
tool, type, design, database, alembic, frontend, .openspec, records
tool, design, types, type, .openspec, refactoring, database, alembic
## symbols
-
## workflows
@@ -1,19 +1,19 @@
# 2026-05-23-remove-built-in-tools/specs (index)
dir: 2026-05-23-remove-built-in-tools/specs
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs (index)
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
## role
Contains test specifications for verifying the removal of built-in tools functionality.
Contains archived specification documents for a planned removal of built-in tools feature, dated 2026-05-23.
## parent
index: 2026-05-23-remove-built-in-tools/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/.pi-map.md
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
## children
- 2026-05-23-remove-built-in-tools/specs/tool-types
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
- 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
## files
## links
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
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
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# 2026-05-23-remove-built-in-tools/specs
dir: 2026-05-23-remove-built-in-tools/specs
# openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
## role
Contains test specifications for verifying the removal of built-in tools functionality.
Contains archived specification documents for a planned removal of built-in tools feature, dated 2026-05-23.
## files
## arch
BDD-style specification files using Gherkin/Cucumber syntax for executable acceptance testing.
Simple archival directory structure using date-prefixed naming convention for change tracking and versioned specification storage.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# 2026-05-23-remove-built-in-tools/specs/tool-types (index)
dir: 2026-05-23-remove-built-in-tools/specs/tool-types
# 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
## role
Software specification document defining modified and removed requirements for a tool type management system
Defines specification changes for a simplified tool type model system that removes built-in/custom distinctions and template validation while adding port requirements.
## parent
index: 2026-05-23-remove-built-in-tools/specs/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/.pi-map.md
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
## children
-
## files
- spec.md
## links
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
map: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.md
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
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-23-remove-built-in-tools/specs/tool-types
dir: 2026-05-23-remove-built-in-tools/specs/tool-types
# 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
index: 2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/specs/tool-types/.pi-map.index.md
## role
Software specification document defining modified and removed requirements for a tool type management system
Defines specification changes for a simplified tool type model system that removes built-in/custom distinctions and template validation while adding port requirements.
## files
- spec.md | Software specification document defining modified and removed requirements for a tool type management system
- spec.md | Defines modified and removed requirements for a tool type model system, removing built-in/custom distinction and template validation while adding port requirements
## arch
Requirements specification document following standard software specification format with sections for removed and modified requirements
Specification-driven change documentation using requirement-based modeling with additive/modified/removal categorization for API schema evolution.
## tags
spec, software, specification, document, defining, modified, removed, requirements
requirements, spec, defines, modified, removed, tool, type, model
## symbols
-
## workflows