Conversation
Systems like Glama and modelcontextprotocol/servers CI require a README.md at the repo root. This is a Markdown conversion of the existing README.adoc with identical content. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b055d8dd87
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| cd ../../ffi/zig && zig build | ||
|
|
||
| # Run tests | ||
| cd ffi/zig && zig build test |
There was a problem hiding this comment.
Fix test step path in Quick Start
The quick-start sequence changes into ffi/zig on the previous line, so this step attempts to enter ffi/zig/ffi/zig, which does not exist; users following the README verbatim will fail before running tests. Either run zig build test from the current directory or cd back to the repo root before descending again.
Useful? React with 👍 / 👎.
Summary
README.mdat repo root (Markdown conversion of existingREADME.adoc)README.mdREADME.adoc🤖 Generated with Claude Code