# Tasks - [x] Identify all built-in tool configs with configuration or state mounts. - [x] Remove `pi_state` and `pi_config` mounts from the `pi-agent` manifest in `apps/api/alembic/versions/2026_05_28_add_tool_definition_manifests.py`. - [x] Create an Alembic data migration to remove those mounts from existing `tool_definition_manifests` rows. - [x] Remove the `opencode_home:/tmp` volume and `HOME=/tmp` environment variable from the `opencode` compose template in `apps/api/src/seeds/builtin_tool_types.py`. - [x] Run backend quality gates (`py_compile`, `pytest`). - [x] Commit, merge to `dev`, push.