Check Forge Version

Reports whether the plain-forge installation on this machine is current. Enumerates every agent directory plain-forge can install into — project scope and global scope, across all supported agent layouts — reads the installed version from each `.plain-forge/manifest.json`, resolves the latest published version from the npm registry, and emits a PASS / WARN / FAIL verdict naming every install that is current, stale, or unmanaged. For a stale install it surfaces the exact `npx plain-forge update` command and asks the user to run it. This concerns the plain-forge tooling itself, so it is not tied to any ***plain project or authoring workflow. Use when someone asks whether plain-forge is up to date, on the first use of a forge skill in a session, after a forge skill or rule behaves unexpectedly, or when a rule referenced in conversation appears to be missing. Do not use to perform the update, which stays the user's decision. Do not use to check a project's host tooling, which is what `check-plain-env` covers.

codeplain-ai 146beab 2 files · 21.6 KB Updated

File contents

codeplain-ai/plain-forge/tree/main/forge/skills/check-forge-version commit 146beabaf5

Frequently asked questions

npx skillmds@latest add codeplain-ai/check-forge-version