Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Li+agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Purpose:

When delegating to a subagent, convey:
- Li+core.md path and Li+operations.md path (subagent reads both before any action).
- Issue number, repository, working directory, intent.
- Li+github.md path, issue number, repository, working directory, intent.
- Execute the full cycle (branch, implementation, commit, push, PR, CI loop) and report result.
Do not convey: Li+github.md, branch name, commit message, step-by-step procedure, file scope constraint.
Subagent reads the issue and operations rules, then decides execution details autonomously.
Do not convey: branch name, commit message, step-by-step procedure, file scope constraint.
Subagent reads the issue, Li+github.md, and operations rules, then decides execution details autonomously.

Subagent issue management:
- Subagent may update issue body when premise or constraints change during implementation.
Expand Down
6 changes: 3 additions & 3 deletions Li+github.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ Issue Rules
Subagent executes: branch, implementation, commit, push, PR, CI loop, merge.

Convey to subagent:
Li+core.md path, Li+operations.md path, issue number, repository, intent.
Do not convey: Li+github.md, step-by-step procedure, branch name, commit message.
Subagent reads Li+core.md and Li+operations.md, then decides execution details.
Li+core.md path, Li+github.md path, Li+operations.md path, issue number, repository, intent.
Do not convey: step-by-step procedure, branch name, commit message.
Subagent reads Li+core.md, Li+github.md, and Li+operations.md, then decides execution details.
Detailed parent instructions risk conflicting with operations rules.

Issue body update:
Expand Down
2 changes: 1 addition & 1 deletion docs/2.-Task.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ issue / commit / PR の形式に適用する。

### 伝達内容

親はサブエージェントに Li+core.md パス、Li+operations.md パス、issue 番号、リポジトリ、意図を伝える。Li+github.md、手順の詳細、ブランチ名、コミットメッセージは伝えない。サブエージェントが Li+core.mdLi+operations.md を読んで実行詳細を自ら決定する。親からの詳細指示はオペレーションルールと矛盾するリスクがある。
親はサブエージェントに Li+core.md パス、Li+github.md パス、Li+operations.md パス、issue 番号、リポジトリ、意図を伝える。手順の詳細、ブランチ名、コミットメッセージは伝えない。サブエージェントが Li+core.md、Li+github.md、Li+operations.md を読んで実行詳細を自ら決定する。親からの詳細指示はオペレーションルールと矛盾するリスクがある。

### issue body 更新

Expand Down
4 changes: 2 additions & 2 deletions docs/4.-Adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ bootstrap は次回セッションから有効。現セッションは Li+config

### 伝達内容

メインエージェントはサブエージェントに Li+core.md パス、Li+operations.md パス、issue 番号、リポジトリ、作業ディレクトリ、意図を伝える。サブエージェントはブランチ作成から実装、コミット、プッシュ、PR 作成、CI ループまでの全サイクルを実行し、結果を報告する。
メインエージェントはサブエージェントに Li+core.md パス、Li+github.md パス、Li+operations.md パス、issue 番号、リポジトリ、作業ディレクトリ、意図を伝える。サブエージェントはブランチ作成から実装、コミット、プッシュ、PR 作成、CI ループまでの全サイクルを実行し、結果を報告する。

Li+github.md、ブランチ名、コミットメッセージ、手順の詳細、ファイルスコープ制約は伝えない。サブエージェントが issue とオペレーションルールを読み、実行詳細を自律的に決定する。
ブランチ名、コミットメッセージ、手順の詳細、ファイルスコープ制約は伝えない。サブエージェントが issue、Li+github.md、オペレーションルールを読み、実行詳細を自律的に決定する。

### issue 管理

Expand Down
Loading