Add readme for h3 example - #986
Conversation
Assisted-by: ChatGPT:GPT-5.5-mini
…com/m2nsp/fedify into issue-882-add-readme-for-h3-example
✅ Deploy Preview for fedify-json-schema canceled.
|
|
Caution Review failedAn error occurred during the review process. Please try again later. 📝 WalkthroughWalkthroughAdded a README for the Fedify–H3 integration example. The README describes the example and provides local setup, startup, and actor URL instructions. ChangesH3 example documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@examples/h3/README.md`:
- Around line 13-23: Update the setup instructions in the h3 README so the
example-directory command enters the cloned repository first, using cd
fedify/examples/h3 or an equivalent preceding cd fedify step before the existing
examples/h3 path.
- Around line 37-41: Update the actor URL code fence in the README instructions
to include an appropriate language identifier on its opening fence, resolving
the MD040 warning while leaving the URL content unchanged.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 966f2b23-94eb-49a3-b3bd-435aee853162
📒 Files selected for processing (1)
examples/h3/README.md
2chanhaeng
left a comment
There was a problem hiding this comment.
I think the example flow should be clearer.
- Clone the repository
- Go to the directory of the cloned repository
- Trust and install dependencies using
mise - Go to the
h3example directory - Open the server using Deno
- Lookup an actor using
@fedify/cli
Summary
examples/h3/README.mdto document the H3 example.Fixes #882
Test plan
hongdown --check examples/h3/README.mdAI disclosure
This change was written with assistance from ChatGPT (GPT-5.5-mini), reviewed and verified by me.