diff --git a/integrations/codex/plugins/powercontext/hooks/hooks.json b/integrations/codex/plugins/powercontext/hooks/hooks.json index 49c47a7cb..fba24ad40 100644 --- a/integrations/codex/plugins/powercontext/hooks/hooks.json +++ b/integrations/codex/plugins/powercontext/hooks/hooks.json @@ -6,7 +6,7 @@ "hooks": [ { "type": "command", - "command": "uv run --locked --quiet --project \"${PLUGIN_ROOT}\" python \"${PLUGIN_ROOT}/hooks/recall.py\"", + "command": "uv run --frozen --quiet --project \"${PLUGIN_ROOT}\" python \"${PLUGIN_ROOT}/hooks/recall.py\"", "timeout": 10, "statusMessage": "Syncing PowerContext" } diff --git a/integrations/codex/plugins/powercontext/skills/project-context/SKILL.md b/integrations/codex/plugins/powercontext/skills/project-context/SKILL.md index 4d9dbcfe4..b49b58b13 100644 --- a/integrations/codex/plugins/powercontext/skills/project-context/SKILL.md +++ b/integrations/codex/plugins/powercontext/skills/project-context/SKILL.md @@ -18,7 +18,7 @@ to duplicate the current prompt. Before the first memory tool call, run: ```bash -uv run --locked --quiet --project "$PLUGIN_ROOT" python "$PLUGIN_ROOT/scripts/project_scope.py" --cwd "$PWD" +uv run --frozen --quiet --project "$PLUGIN_ROOT" python "$PLUGIN_ROOT/scripts/project_scope.py" --cwd "$PWD" ``` Reuse that exact `scope_id` for the task.