Finalize backfill package documentation#816
Conversation
Add changes and package descriptions. Fix version to 2.3.0. Assisted-by: Codex:gpt-5.5
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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.
Code Review
This pull request updates the documentation and type definitions for the @fedify/backfill package. Specifically, it documents the new context-objects strategy and traversal controls in the README, registers the package in CONTRIBUTING.md, updates the changelog, refines the BackfillOrigin type by removing the `
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
|
The existing packages/backfill/README.md document is good, but since users mostly look at the docs website, it would be great if the docs for the |
Publish the @fedify/backfill guide on the documentation website with installation commands, strategy examples, traversal controls, and cache and failure behavior. Add the package to the docs workspace so Twoslash can validate the examples. Assisted-by: Codex:gpt-5.5
93287d7 to
c6ef99d
Compare
|
Addressed in c6ef99d |
| It supports FEP-f228 context collections containing post-like objects or | ||
| `Create` activities, optional reply-tree traversal, ordered hybrid | ||
| strategies, shared safety budgets, deduplication, and traversal-local | ||
| document caching. [[#275], [#779], [#801], [#807] by Jiwon Kwon] |
There was a problem hiding this comment.
Please add a link to this pull request as well!
Summary
This PR wraps up the
@fedify/backfillimplementation completed across #779, #801, and #807, and closes #275.It completes the release-facing documentation, documents all public strategies and traversal controls, adds the package to the contributor package list and changelog, and replaces the provisional
@since 2.x.0tags with the target release version, 2.3.0.It also removes the unused
"context"value fromBackfillOrigin; the implementation only emits"collection","in-reply-to", and"replies".Closes #275
Changes
@fedify/backfillentry toCHANGES.md@fedify/backfillto the package list inCONTRIBUTING.mdcontext-objectsand link FEP-f228@sincetags as 2.3.0"context"backfill originVerification
mise run check:mddeno task -f @fedify/backfill checkdeno task -f @fedify/backfill testmise exec -- pnpm --filter @fedify/backfill testmise exec -- pnpm --filter @fedify/backfill test:bunAI usage
Assisted-by: Codex:gpt-5.5