What
The AnonComms mixnet demo doc tells the reader to git checkout logos-testnet-demo after cloning logos-co/logos-chat-ui, but that branch does not exist in the repo. The same branch is referenced for two more repos in the doc (Chat module and Waku Module). The chat-ui clone fails first and stops the user before they can reach the rest of the flow.
Where
- Doc:
docs/connect/anoncomms/journeys/discover-nodes-and-send-messages-via-the-anoncomms-mixnet-demo-app.md
- Section: C. Runnable happy path → step 2 (lines 41–44 at commit
c72fda5)
Reproduction
git clone https://github.com/logos-co/logos-chat-ui.git && cd logos-chat-ui
git checkout logos-testnet-demo
# error: pathspec 'logos-testnet-demo' did not match any file(s) known to git
Expected vs actual
- Expected:
git checkout logos-testnet-demo succeeds.
- Actual: branch does not exist; checkout aborts.
Evidence
Dogfooding run 20260508-221845 on Raspberry Pi 5 (linux/aarch64). Doc commit: c72fda5707070bf96bb52efb9a8b077e8b8893af. See anoncomms-build.log from that run.
Suggested direction
- Confirm the current canonical branch for each of the three repos in the doc and update the "Applies to" rows accordingly, or
- Pin to a specific commit SHA per repo (more durable against future renames), or
- If the demo has merged to
master, drop the checkout step entirely.
Source: dogfooding run on logos-co/logos-docs@c72fda5 (Raspberry Pi 5, linux/aarch64, 2026-05-08). Finding F-9 in the local report.
What
The AnonComms mixnet demo doc tells the reader to
git checkout logos-testnet-demoafter cloninglogos-co/logos-chat-ui, but that branch does not exist in the repo. The same branch is referenced for two more repos in the doc (Chat module and Waku Module). The chat-ui clone fails first and stops the user before they can reach the rest of the flow.Where
docs/connect/anoncomms/journeys/discover-nodes-and-send-messages-via-the-anoncomms-mixnet-demo-app.mdc72fda5)Reproduction
Expected vs actual
git checkout logos-testnet-demosucceeds.Evidence
Dogfooding run
20260508-221845on Raspberry Pi 5 (linux/aarch64). Doc commit:c72fda5707070bf96bb52efb9a8b077e8b8893af. Seeanoncomms-build.logfrom that run.Suggested direction
master, drop the checkout step entirely.Source: dogfooding run on
logos-co/logos-docs@c72fda5(Raspberry Pi 5, linux/aarch64, 2026-05-08). Finding F-9 in the local report.