Skip to content

Commit de5ff4f

Browse files
Optimize steering file inclusion rules
[skip-ci] - benchpark-development: always -> fileMatch (benchpark-bridge/**, .gitlab-ci.yml) - benchpark-results-format: always -> fileMatch (result_converter.py, result_detail.html) - benchpark-generator-plan: always -> manual - benchpark-todo: always -> manual - troubleshooting-systems: always -> manual - language.md, nfs-troubleshooting.md, yaml-generation.md: unchanged
1 parent a4001c1 commit de5ff4f

5 files changed

Lines changed: 22 additions & 0 deletions

File tree

.kiro/steering/benchpark-development.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
inclusion: fileMatch
3+
fileMatchPattern: 'benchpark-bridge/**/*|.gitlab-ci.yml'
4+
---
5+
16
# BenchPark開発時のコミットメッセージ制御
27

38
## 重要: コミットメッセージによるCI制御

.kiro/steering/benchpark-generator-plan.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
inclusion: manual
3+
---
4+
15
# BenchPark Generator - 将来の実装計画
26

37
## 概要

.kiro/steering/benchpark-results-format.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
inclusion: fileMatch
3+
fileMatchPattern: 'benchpark-bridge/scripts/result_converter.py|result_server/templates/result_detail.html'
4+
---
5+
16
# BenchPark結果ファイル形式と技術仕様
27

38
BenchParkのRamble結果形式とBenchKit形式への変換に関する技術仕様を記録します。

.kiro/steering/benchpark-todo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
inclusion: manual
3+
---
4+
15
# BenchParkモニター機能 - 今後の作業事項
26

37
## 🎯 現在の状況

.kiro/steering/troubleshooting-systems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
inclusion: manual
3+
---
4+
15
# システム追加時のトラブルシューティング
26

37
新しいシステムをBenchKitに追加する際に遭遇しやすい問題と解決方法をまとめています。

0 commit comments

Comments
 (0)