This commit is contained in:
@@ -14,7 +14,6 @@ max_movements: 999
|
||||
initial_movement: collect
|
||||
movements:
|
||||
- name: collect
|
||||
edit: true
|
||||
persona: researcher
|
||||
instruction: |
|
||||
X (Twitter) から AI 技術関連のツイートを収集し、深掘り調査を行う。
|
||||
@@ -57,29 +56,11 @@ movements:
|
||||
- **次の compose へ**: `transition({next_step: "compose"})`
|
||||
- **対象が曖昧で確認が必要**: `complete({status: "needs_user_input", missing_info: "...", why_no_default: "..."})`
|
||||
- **技術的失敗で打ち切り**: `complete({status: "aborted", abort_reason: "..."})`
|
||||
allowed_tools:
|
||||
- XSearch
|
||||
- XUserPosts
|
||||
- XPostDetail
|
||||
- XTimeline
|
||||
- XFetchCardMedia
|
||||
- BrowseWeb
|
||||
- WebFetch
|
||||
- WebSearch
|
||||
- Read
|
||||
- Write
|
||||
- Edit
|
||||
- Glob
|
||||
- Grep
|
||||
- Bash
|
||||
- DownloadFile
|
||||
- 'mcp__*'
|
||||
default_next: compose
|
||||
rules:
|
||||
- condition: 十分な情報を収集し output/raw/ に書き出した
|
||||
next: compose
|
||||
- name: compose
|
||||
edit: true
|
||||
persona: writer
|
||||
instruction: |
|
||||
output/raw/ の収集データから、articles JSON とヘッドライン記事 Markdown を生成する。
|
||||
@@ -117,14 +98,6 @@ movements:
|
||||
## verify 由来の指摘がある場合
|
||||
「これまでのレビュー指摘」がある場合は、指摘事項を漏れなく解消すること。
|
||||
|
||||
allowed_tools:
|
||||
- Read
|
||||
- Write
|
||||
- Edit
|
||||
- Glob
|
||||
- Grep
|
||||
- Bash
|
||||
- 'mcp__*'
|
||||
default_next: verify
|
||||
rules:
|
||||
- condition: 2ファイル(articles JSON + headline MD)を書き出した
|
||||
@@ -132,7 +105,6 @@ movements:
|
||||
- condition: 情報が不十分で追加収集が必要(output/raw/ が空を含む)
|
||||
next: collect
|
||||
- name: verify
|
||||
edit: false
|
||||
persona: supervisor
|
||||
instruction: |
|
||||
出力ファイルの存在とフォーマットを確認する。
|
||||
@@ -183,10 +155,6 @@ movements:
|
||||
- 合格: `complete({status: "success", result: "ユーザー向け最終回答"})`
|
||||
- 修正必要: `transition({next_step: "compose", summary: "差し戻し指摘"})` (上記形式で)
|
||||
- 技術的失敗: `complete({status: "aborted", abort_reason: "..."})`
|
||||
allowed_tools:
|
||||
- Read
|
||||
- Glob
|
||||
- Grep
|
||||
default_next: COMPLETE
|
||||
rules:
|
||||
- condition: ファイルがない、またはフォーマットに不足がある
|
||||
|
||||
Reference in New Issue
Block a user