@aramassa/ai-rules 0.9.10 → 0.9.11
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.
|
@@ -12,6 +12,12 @@ agent: codex
|
|
|
12
12
|
|
|
13
13
|
このプロンプトは、OpenAI の CodexWeb で新機能や改善の実装計画を作成するためのものです。計画フェーズのうち、`todo_plans/` へのファイル出力のみを実施します。GitHub Issue の起票やブランチ作成は対象外です。
|
|
14
14
|
|
|
15
|
+
なお、この手順が実施するのは
|
|
16
|
+
|
|
17
|
+
* `todo_plans/` 以下への作業計画の出力のみ
|
|
18
|
+
|
|
19
|
+
であって、以下のいずれも、いかなる場合においても `todo_plans/` 以外への変更を実施してはいけません。
|
|
20
|
+
|
|
15
21
|
### 目的
|
|
16
22
|
|
|
17
23
|
対象リポジトリを分析し、以下のファイルを `todo_plans/` 配下に出力します:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aramassa/ai-rules",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"description": "This repository collects guidelines and instructions for developing AI agents. It contains documents covering communication rules, coding standards, testing strategies, and general operational practices.",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
"packages/extract",
|