Unverified Commit e028df05 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add @fedify/fastify to docs and remove outdated build.yaml reference



- Add @fedify/fastify package to AGENTS.md, CONTRIBUTING.md, and README.md
- Remove reference to thollander/actions-comment-pull-request action
  which no longer exists in .github/workflows/build.yaml

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent 1d390609
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ The repository is organized as a monorepo with the following packages:
 -  *packages/denokv/*: Deno KV integration (@fedify/denokv)
 -  *packages/elysia/*: Elysia integration (@fedify/elysia)
 -  *packages/express/*: Express.js integration (@fedify/express)
 -  *packages/fastify/*: Fastify integration (@fedify/fastify)
 -  *packages/h3/*: h3 framework integration (@fedify/h3)
 -  *packages/hono/*: Hono integration (@fedify/hono)
 -  *packages/koa/*: Koa integration (@fedify/koa)
@@ -175,10 +176,8 @@ When adding a new package to the monorepo, the following files must be updated:
 2. *README.md*: Add the package to the "Packages" section table
 3. *package.json*: Add the `repository` field to the package metadata.
    This is required for provenance information when publishing to npm.
 4. *.github/workflows/build.yaml*: Update the PR comment in the `publish` job
    (around the `thollander/actions-comment-pull-request` action)
 5. Root *deno.json*: Add the package path to the `workspace` array
 6. *pnpm-workspace.yaml*: Add the package path to the `packages` array
 4. Root *deno.json*: Add the package path to the `workspace` array
 5. *pnpm-workspace.yaml*: Add the package path to the `packages` array

**Conditional updates:**

+3 −4
Original line number Diff line number Diff line
@@ -178,10 +178,8 @@ When adding a new package to the monorepo, the following files must be updated:
 2. *README.md*: Add the package to the "Packages" section table.
 3. *package.json*: Add the `repository` field to the package metadata.
    This is required for provenance information when publishing to npm.
 4. *.github/workflows/build.yaml*: Update the PR comment in the `publish` job
    (around the `thollander/actions-comment-pull-request` action).
 5. Root *deno.json*: Add the package path to the `workspace` array.
 6. *pnpm-workspace.yaml*: Add the package path to the `packages` array.
 4. Root *deno.json*: Add the package path to the `workspace` array.
 5. *pnpm-workspace.yaml*: Add the package path to the `packages` array.

**Conditional updates:**

@@ -255,6 +253,7 @@ The repository is organized as a monorepo with the following packages:
 -  *packages/denokv/*: Deno KV integration (@fedify/denokv) for Fedify.
 -  *packages/elysia/*: Elysia integration (@fedify/elysia) for Fedify.
 -  *packages/express/*: Express integration (@fedify/express) for Fedify.
 -  *packages/fastify/*: Fastify integration (@fedify/fastify) for Fedify.
 -  *packages/h3/*: h3 framework integration (@fedify/h3) for Fedify.
 -  *packages/hono/*: Hono integration (@fedify/hono) for Fedify.
 -  *packages/koa/*: Koa integration (@fedify/koa) for Fedify.
+3 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ Here is the list of packages:
| [@fedify/denokv](/packages/denokv/)       | [JSR][jsr:@fedify/denokv]    |                              | Deno KV integration                     |
| [@fedify/elysia](/packages/elysia/)       |                              | [npm][npm:@fedify/elysia]    | Elysia integration                      |
| [@fedify/express](/packages/express/)     | [JSR][jsr:@fedify/express]   | [npm][npm:@fedify/express]   | Express integration                     |
| [@fedify/fastify](/packages/fastify/)     | [JSR][jsr:@fedify/fastify]   | [npm][npm:@fedify/fastify]   | Fastify integration                     |
| [@fedify/h3](/packages/h3/)               | [JSR][jsr:@fedify/h3]        | [npm][npm:@fedify/h3]        | H3 integration                          |
| [@fedify/hono](/packages/hono/)           | [JSR][jsr:@fedify/hono]      | [npm][npm:@fedify/hono]      | Hono integration                        |
| [@fedify/koa](/packages/koa/)             | [JSR][jsr:@fedify/koa]       | [npm][npm:@fedify/koa]       | Koa integration                         |
@@ -120,6 +121,8 @@ Here is the list of packages:
[npm:@fedify/elysia]: https://www.npmjs.com/package/@fedify/elysia
[jsr:@fedify/express]: https://jsr.io/@fedify/express
[npm:@fedify/express]: https://www.npmjs.com/package/@fedify/express
[jsr:@fedify/fastify]: https://jsr.io/@fedify/fastify
[npm:@fedify/fastify]: https://www.npmjs.com/package/@fedify/fastify
[jsr:@fedify/h3]: https://jsr.io/@fedify/h3
[npm:@fedify/h3]: https://www.npmjs.com/package/@fedify/h3
[jsr:@fedify/hono]: https://jsr.io/@fedify/hono