1e0f95f8bd
Move the following audited-and-implemented changes into openspec/changes/archive/2026-06-12-completed-changes-archive/: - tool-config-mount-cleanup - config-profile-directory-mounts Update archive README count and project map index/files accordingly. openspec/changes/ now contains only the archive directory. Quality gates: pytest 313 passed/34 skipped, npm run typecheck/lint clean, npm test -- --run 87 passed
608 B
608 B
Tasks
- Identify all built-in tool configs with configuration or state mounts.
- Remove
pi_stateandpi_configmounts from thepi-agentmanifest inapps/api/alembic/versions/2026_05_28_add_tool_definition_manifests.py. - Create an Alembic data migration to remove those mounts from existing
tool_definition_manifestsrows. - Remove the
opencode_home:/tmpvolume andHOME=/tmpenvironment variable from theopencodecompose template inapps/api/src/seeds/builtin_tool_types.py. - Run backend quality gates (
py_compile,pytest). - Commit, merge to
dev, push.