From e3917fdfef946674db80894c9c13881a18676563 Mon Sep 17 00:00:00 2001 From: Seoa Yoon Date: Fri, 24 Jul 2026 17:21:35 +0900 Subject: [PATCH] Add instructions for running focused checks on integration packages Assisted-by: OpenCode:gpt-5.6-terra --- docs/manual/integration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/integration.md b/docs/manual/integration.md index e395014be..b0b372fde 100644 --- a/docs/manual/integration.md +++ b/docs/manual/integration.md @@ -12,6 +12,13 @@ Integration Fedify is designed to be used together with web frameworks. This document explains how to integrate Fedify with web frameworks. +When changing an integration package, run its focused check with the package +name. For example, after changing *@fedify/express*, run: + +~~~~ sh +mise run check-each express +~~~~ + How it works ------------