Install and manage the Apothem shared profile for GitHub Copilot and the VS Code family from your workspace — one profile, materialized into the editor's native configuration surface.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Install and manage the Apothem shared profile for VS Code and
GitHub Copilot directly from your
editor. One profile, materialized into the editor's native configuration surface
(.github/copilot-instructions.md and the rest of the governed corpus), kept in
lock-step with the Apothem engine.
This extension is a thin convenience layer: every command runs the Apothem
engine itself, so it always reflects your installed Apothem version and never
duplicates engine logic.
Commands
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run:
Command
Action
Apothem: Install in this workspace
Materialize the shared profile into this workspace
Apothem: Verify
Check the installed configuration against the profile
Apothem: Update
Refresh the workspace to the current profile
Apothem: Uninstall
Remove the materialized configuration
Apothem: Doctor
Diagnose the environment and report a next step
Requirements
The extension drives the Apothem engine through the npm shim by default
(npx @ahmed-g-gad/apothem), which needs Node.js on the PATH. To run from a
local checkout instead, set apothem.runner in Settings (for example,
python -m apothem).