Skip to content

Commit 6e1b5fc

Browse files
jennyf19Copilot
andcommitted
address risk-scan: drop npx http-server example in SKILL.md
Avoid recommending a package-exec command (npx); keep the guidance that any static file server works and that you just need an http:// origin. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 07e720ee-ca02-419e-9adb-300738b6fc76
1 parent 59d2433 commit 6e1b5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/daily-focus-board/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Replace `null` with the config object. Schema:
7676
opening the file path directly:
7777

7878
- Serve: `python -m http.server 8799` from the board's folder (or `scripts/serve-board.ps1`).
79-
If Python isn't available, any static server works (`npx http-server`, etc.).
79+
If Python isn't available, any static file server works — you just need an `http://` origin.
8080
- Open: prefer a **browser canvas** side-panel if the host supports one (best experience —
8181
it sits next to the chat). Otherwise open `http://localhost:8799/focus-board.html` in the
8282
default browser.

0 commit comments

Comments
 (0)