foundruu 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,6 +127,7 @@ module.exports = {
|
|
|
127
127
|
### 公式プラグイン
|
|
128
128
|
|
|
129
129
|
- [foundruu-plugin-security](plugins/foundruu-plugin-security/) — SECURITY.md / .env の gitignore / 依存更新自動化のチェックを追加(`npm i -D foundruu-plugin-security`)。自作プラグインの参考実装でもあります
|
|
130
|
+
- [foundruu-plugin-node](plugins/foundruu-plugin-node/) — Node バージョン固定 / ロックファイル / node_modules の gitignore のチェックを追加(`npm i -D foundruu-plugin-node`)
|
|
130
131
|
|
|
131
132
|
## ダッシュボード
|
|
132
133
|
|
|
@@ -159,7 +160,7 @@ jobs:
|
|
|
159
160
|
runs-on: ubuntu-latest
|
|
160
161
|
steps:
|
|
161
162
|
- uses: actions/checkout@v4
|
|
162
|
-
- uses: Ruu5LP/foundruu@v0.
|
|
163
|
+
- uses: Ruu5LP/foundruu@v0.8.0 # リリースタグに固定(移動タグ v0 でも可)
|
|
163
164
|
with:
|
|
164
165
|
fail-on: error # error / warning / never
|
|
165
166
|
deep: "true" # --deep のスコア診断も実行
|
|
@@ -167,7 +168,7 @@ jobs:
|
|
|
167
168
|
|
|
168
169
|
結果はジョブサマリに表形式で出力されます。依存ごとバンドル済みのため、実行時に
|
|
169
170
|
npm install や TypeScript ビルドは走りません(`node` で即実行)。`@main` ではなく
|
|
170
|
-
リリースタグ(`@v0.
|
|
171
|
+
リリースタグ(`@v0.8.0` など)への固定を推奨します。
|
|
171
172
|
|
|
172
173
|
## VSCode Extension
|
|
173
174
|
|
|
@@ -195,6 +196,7 @@ lint / format:check / typecheck / test:coverage / build は CI([.github/workfl
|
|
|
195
196
|
- [docs/roadmap.md](docs/roadmap.md) — MVP以降のロードマップ
|
|
196
197
|
- [docs/PLUGIN_DEV.md](docs/PLUGIN_DEV.md) — プラグイン開発ガイド
|
|
197
198
|
- [docs/cloud.md](docs/cloud.md) — Cloud(レポート集約)の設計
|
|
199
|
+
- [CHANGELOG.md](CHANGELOG.md) — 変更履歴
|
|
198
200
|
|
|
199
201
|
## ライセンス
|
|
200
202
|
|