원클릭으로
update-framework
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Identify the highest-value next actions from the current workspace or project state without loading unnecessary context.
Shape a product, design, or implementation idea as Simple, Lovable, and Complete before planning execution.
Keep a project’s task state, library files, and key docs aligned with the actual state of the project.
Keep workspace-level coordination files healthy, current, and concise.
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
Verify whether work actually satisfies the intended outcome and acceptance criteria, then return a structured verdict.
| name | update-framework |
| description | Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates. |
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
framework/INSTALLATION.mdframework/README.mdframework/MIGRATIONS.md when presentframework/WORKSPACE.md, framework/TASKS.md, and framework/SKILLS.md when presentframework/VERSIONframework/CURRENT_VERSION when presentframework/TEMPLATES/framework/ working tree state, then pull the latest framework repo changes using the workspace's normal git flow. Do not pull over local framework edits or unresolved conflicts; ask before risky git operations.framework/INSTALLATION.md to understand the current expected setup shape, including the phased adoption guidance for existing workspaces.framework/CURRENT_VERSION if it exists, and read the newly pulled framework/VERSION.CURRENT_VERSION is missing, treat the workspace as having an unknown installed framework version, create it from VERSION after the update, and mention that version-specific diff review was not possible.VERSION before changing workspace files. Prefer git tag comparison when tags exist, for example git -C framework diff vOLD..vNEW -- INSTALLATION.md MIGRATIONS.md FRAMEWORK.md WORKSPACE.md TASKS.md SKILLS.md ROLES/ SKILLS/ TEMPLATES/ README.md USAGE-PROMPTS.md COMMANDS.md prompts/; otherwise compare the current files directly and note the limitation.framework/MIGRATIONS.md exists, read only the migration sections that apply between the old installed version and the new VERSION..gitignore still matches the current framework repository model and ignore guidance.projects/[name]/library/ and projects/[name]/work/ are not being ignored under the default model.SKILLS/INDEX.md and SKILLS/*/SKILL.md;projects/[name]/SKILLS/INDEX.md and projects/[name]/SKILLS/*/SKILL.md;framework/tools/tool-orchestrator/, framework/tools/session-browser/, or framework/tools/task-browser/, do not force workspace changes; tell the Operator the tools are available after updating framework/, and point them to the relevant tool READMEs for optional setup/use.framework/prompts/, do not force setup; tell the Operator they are available and point them to framework/COMMANDS.md for Pi symlink/copy setup and OpenCode guidance.CLAUDE.md intact unless the user explicitly wants them updated.framework/CURRENT_VERSION to match framework/VERSION.If the updated framework includes optional browser tools:
framework/tools/tool-orchestrator/) to the Operator as an optional local shell for opening small framework browser tools from one place.framework/tools/session-browser/) as an optional local, read-only browser for Pi and OpenCode coding-agent sessions.framework/tools/task-browser/) as an optional local browser for tracked task directories and task-browser-owned metadata.node --version and point to:
cd framework/tools/tool-orchestrator && npm starthttp://localhost:8789node --versionsqlite3 --versioncd framework/tools/session-browser && npm starthttp://localhost:8787WORKSPACE_ROOT=/path/to/workspaceSESSION_SOURCES=pi, SESSION_SOURCES=opencode, or SESSION_SOURCES=pi,opencodePORT=8790 when the default port is busyPI_SESSION_ROOT / SESSION_ROOT when Pi sessions are not in the default locationOPENCODE_DB / OPENCODE_DATA_DIR when OpenCode data is not in the default location.env files, local .tools-config/, or legacy local .task-browser/ metadata into the framework repo.framework/tools/.framework/CURRENT_VERSION updated to the installed framework version after successful sync.gitignore expectations rechecked rather than assumedlibrary/ and work preserved under the default repo model while nested project/ repositories remain ignored as expectedframework/CURRENT_VERSION matches framework/VERSION after successful synclibrary/ or work paths while updating .gitignoreAGENTS.md, .gitignore, README.md, or other workspace files blindlyMIGRATIONS.md notes when framework behavior or file organization changedframework/tools/session-browser/ or treating optional tools as required workspace setupCURRENT_VERSION before checking whether the old/new framework versions require workspace changesframework/INSTALLATION.mdframework/README.mdframework/MIGRATIONS.mdframework/WORKSPACE.mdframework/TASKS.mdframework/SKILLS.mdframework/TEMPLATES/WORKSPACE/framework/TEMPLATES/TASKS/