Reverse-engineering wiki for the @github/copilot CLI, based on static analysis of the extracted bundle in copilot-cli-pkg/app.js. The notes target whatever bundle currently sits in copilot-cli-pkg/; see its package.json for the exact analysed version.
The notes are organised into eight reader-oriented volumes (runtime, context, sessions, tools, security, models, agents, operations) rather than mirroring the bundle's file layout. Because app.js is minified, symbol names are unstable — source anchors are pointers for grepping the analysed bundle, not public API.
| Path | Contents |
|---|---|
docs/ |
Source markdown (58 pages across 8 volumes). Start at docs/README.md. |
copilot-cli-pkg/ |
The extracted @github/copilot package being analysed. |
website/ |
Astro + Starlight site that renders docs/ as a browsable wiki. |
help/ |
Captured --help text from the CLI, used as a primary source. |
Published at https://copilot-cli.genisisiq.com.
To run the site locally:
cd website
pnpm install
pnpm devCreated and maintained by Yingting Huang.