From e636097f6795d53b354a7ec4602f91270ffa58d5 Mon Sep 17 00:00:00 2001 From: Even Date: Tue, 11 Aug 2026 17:10:47 +0800 Subject: [PATCH] fix(powercontext): use --frozen instead of --locked for uv run commands --- integrations/codex/plugins/powercontext/hooks/hooks.json | 2 +- .../codex/plugins/powercontext/skills/project-context/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.