ワンクリックで
fynmesh
fynmesh には jchip から収集した 2 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Modify an existing FynApp — change rendering, add/consume/author middleware, adjust exposes or dependencies. Use whenever the user asks to change, extend, fix, or add a feature to a FynApp (any app whose rollup.config imports create-fynapp). NOT for creating a new FynApp (use the create-fynapp CLI) and NOT for a kernel-wide API migration (use fynapp-migrate-kernel).
Update FynApps after the @fynmesh/kernel API changes (a type/method/event renamed, removed, reshaped, or added). Use when the kernel changed and FynApps must be brought back into alignment, or when apps report build/type errors after a kernel update. NOT for a single feature edit to one app (use fynapp-modify).