1.5 KiB
1.5 KiB
openspec/changes/archive/2026-05-23-remove-built-in-tools
dir: openspec/changes/archive/2026-05-23-remove-built-in-tools
index: openspec/changes/archive/2026-05-23-remove-built-in-tools/.pi-map.index.md
role
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 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_builtinfield/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 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, design, types, type, .openspec, refactoring, database, alembic