Skip to content

docs(ports): document port 8007 for llamacpp-cpu-qwen3-embed (fixes CI)#113

Merged
kh0pper merged 1 commit into
mainfrom
fix/port-doc-and-ci
Jun 29, 2026
Merged

docs(ports): document port 8007 for llamacpp-cpu-qwen3-embed (fixes CI)#113
kh0pper merged 1 commit into
mainfrom
fix/port-doc-and-ci

Conversation

@kh0pper

@kh0pper kh0pper commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Problem

The Port Allocation Check CI (scripts/check-port-allocation.js) is failing on main and was failing on PR #111. The CPU embedding bundle (#111) binds host port 8007 (127.0.0.1:8007:8000), but the corresponding row was never added to docs/developers/port-allocation.md. The check requires every bundle host port to be documented, so it exits non-zero:

ERROR: Undocumented ports (add a row to docs/developers/port-allocation.md):
  Port 8007 (llamacpp-cpu-qwen3-embed)

(This check is a GitHub Actions check run, which is why it didn't appear in the legacy commit-status API when #111 was merged.)

Fix

Add the 8007 row in numeric order. The check now passes:

OK: 43 unique port(s) across 73 bundle(s), all documented, no collisions.

Note

The deploy-docs VitePress build was verified separately and passes (exit 0) — the only failing workflow was the port check.

The CPU embedding bundle (#111) binds host port 8007, but the row was never
added to docs/developers/port-allocation.md, so the Port Allocation Check CI
(scripts/check-port-allocation.js) failed on the PR and on the main push.
Add the 8007 row; check now passes (43 ports, all documented).
@kh0pper kh0pper merged commit 35da863 into main Jun 29, 2026
1 check passed
@kh0pper kh0pper deleted the fix/port-doc-and-ci branch June 29, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant