@aramassa/ai-rules 0.5.2 → 0.6.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.
@@ -1,3 +1,5 @@
1
+ description: AI向けプロンプト作成のための包括的なルールとガイドラインです。
2
+
1
3
  config:
2
4
  baseDir: .github/prompts
3
5
  recipe:
@@ -1,3 +1,5 @@
1
+ description: プロジェクトのTODO計画を管理するためのワークフローとガイドラインです。
2
+
1
3
  config:
2
4
  baseDir: .github/prompts
3
5
  recipe:
@@ -1,3 +1,5 @@
1
+ description: TypeScriptプロジェクト向けの標準的なinstruction構成です。
2
+
1
3
  recipe:
2
4
  - import: :basic
3
5
  - import: :docs-ai
@@ -4,6 +4,10 @@
4
4
  "description": "JSON Schema for AI Rules recipe file validation",
5
5
  "type": "object",
6
6
  "properties": {
7
+ "description": {
8
+ "type": "string",
9
+ "description": "Human-readable description of what this preset does and when to use it"
10
+ },
7
11
  "config": {
8
12
  "type": "object",
9
13
  "properties": {