Hong Minhee (洪 民憙)
Hong Minhee (洪 民憙)
### Summary Currently, the Vocabulary API code generator resides in `packages/fedify/src/codegen/` and is tightly coupled with the main Fedify library. This code generator is only compatible with Deno, which limits...
## Summary Following the discussion in #375, we should create a dedicated `@fedify/codemods` package to provide automated code transformations for Fedify projects. This would initially support migrating from `@fedify/fedify/x/*` modules...
### Description The Fedify CLI currently has no automated tests (0% test coverage), while the main library has comprehensive test coverage. This makes it difficult to ensure CLI commands work...
The “quiet fediverse” problem occurs when users see incomplete conversations due to the distributed nature of ActivityPub. Currently, most implementations use reply tree crawling (recursively fetching `inReplyTo` chains), which can...
## Description Implement an ecosystem CI system similar to [Vite's ecosystem-ci](https://github.com/vitejs/vite-ecosystem-ci) to test backward compatibility of new Fedify versions against real-world projects in the Fedify ecosystem. This will help catch...
## Summary Add functionality for package submitters to cancel or requeue their package submissions when submission processing gets stuck or takes an unusually long time. ## Problem Sometimes when publishing...
### Problem BridgyFed generates ActivityPub JSON-LD documents that include AT protocol URIs with DIDs in Link objects, but these URIs violate URL syntax rules, causing parsing failures in ActivityPub libraries....