1.5 KiB
1.5 KiB
openspec/changes/archive/2026-05-22-tool-workshop/specs
dir: openspec/changes/archive/2026-05-22-tool-workshop/specs
index: openspec/changes/archive/2026-05-22-tool-workshop/specs/.pi-map.index.md
role
Defines core specifications for a containerized development tool management system enabling reproducible, project-configured tool instances with lifecycle health verification.
files
- config-folders.md | Defines requirements and design for a reusable configuration folder system that mounts user dotfiles and settings into containerized tool instances with project-specific override support
- readiness-probes.md | Defines functional requirements and behavior for container readiness probes that verify tool instances are fully initialized before being marked as "running" | dep: docker, pydantic, BaseModel, json
- tool-workshop.md | Defines requirements and specifications for a unified Tool Workshop system that manages Docker-based development tools through type definitions, configurations, folders, and instance lifecycle management with readiness probes. | dep: Docker, Docker Compose, design.md (external reference)
arch
Specification-driven architecture using layered configuration (base/user/project), Docker container orchestration with readiness probe health checks, and declarative type-based tool definitions with mountable config folder overlays.
tags
tool, readiness, probes, defines, requirements, folders, docker, workshop