You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**VS Code extension** (`vscode-extension/`) — zero-dependency extension for VS Code / VS Code-compatible editors:
13
+
-**Status bar item** — shows health grade (A/B/C/D) and time since last regeneration; refreshes every 60 s and immediately on file-system change to `copilot-instructions.md`.
14
+
-**`ContextForge: Regenerate Context`** command — runs `node gen-context.js` in an integrated terminal from the workspace root.
15
+
-**`ContextForge: Open Context File`** command — opens `.github/copilot-instructions.md` in the editor.
16
+
-**Stale context notification** — warns when `copilot-instructions.md` is > 24 h old; offers one-click regeneration or "Don't show again" suppression per workspace.
17
+
-**`contextforge.scriptPath` setting** — override the path to `gen-context.js` when it is not at the project root.
18
+
-`onStartupFinished` activation — loads within 3 s of VS Code opening, does not block startup.
19
+
-**Docs site search** — lightweight client-side keyword search added to all 6 HTML docs pages (`index.html`, `quick-start.html`, `strategies.html`, `languages.html`, `roadmap.html`, `repomix.html`):
20
+
- Press `/` anywhere to open the search overlay; `Escape` or click outside to close.
21
+
- Searches all headings, paragraphs, and list items in the current page.
22
+
- Up to 12 results shown with snippet preview; matching text highlighted in amber.
23
+
- Click a result to scroll to the exact section with a 2-second amber outline highlight.
24
+
- Zero external dependencies — ~60 lines of inline JS per page. Theme-aware (dark/light).
25
+
-**`.npmignore`** — excludes `test/`, `docs/`, `scripts/`, `examples/`, `.claude/`, `vscode-extension/`, `.github/workflows/` and planning docs from npm publish. Published package contains only the runtime files listed in `package.json#files`.
26
+
-**`test/integration/v1.5.test.js`** — 58 integration tests covering all v1.5 features:
0 commit comments