fix: 修正 Agent 卡住問題
1. .paperclip.yaml 全部 agent 補 cwd(Required 欄位,遺漏導致 agent 無法啟動) 2. us-stock-analysis、institutional-flow-tracker 移除 OctagonAI 為第一 source (Paperclip skill sync 嘗試拉付費 OctagonAI 造成卡住) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
permissions:
|
||||
canCreateAgents: true
|
||||
status: active
|
||||
@@ -15,6 +16,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-sonnet-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
reviewer:
|
||||
@@ -22,6 +24,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
quant-strategist:
|
||||
@@ -29,6 +32,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
finance-researcher:
|
||||
@@ -36,6 +40,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-haiku-4-5
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
market-structure-researcher:
|
||||
@@ -43,6 +48,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
bullish-researcher:
|
||||
@@ -50,6 +56,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
bearish-researcher:
|
||||
@@ -57,6 +64,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-opus-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
quant-engineer:
|
||||
@@ -64,6 +72,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-sonnet-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
data-analyst:
|
||||
@@ -71,6 +80,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-sonnet-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: active
|
||||
|
||||
xiao-an:
|
||||
@@ -78,6 +88,7 @@ agents:
|
||||
type: claude_local
|
||||
config:
|
||||
model: claude-sonnet-4-6
|
||||
cwd: /home/chris/workspace/KingClawArmy
|
||||
status: paused
|
||||
|
||||
projects:
|
||||
|
||||
@@ -5,13 +5,9 @@ description: 追蹤法人資金流向,涵蓋 13F 持倉、ETF 資金流、暗
|
||||
metadata:
|
||||
sources:
|
||||
- kind: github-file
|
||||
repo: OctagonAI/skills
|
||||
repo: tradermonty/claude-trading-skills
|
||||
path: skills/institutional-flow-tracker/SKILL.md
|
||||
usage: referenced
|
||||
- kind: github-file
|
||||
repo: ginlix-ai/langalpha
|
||||
path: skills/institutional-holdings/SKILL.md
|
||||
usage: referenced
|
||||
---
|
||||
|
||||
# 法人資金流向追蹤器
|
||||
|
||||
@@ -5,13 +5,9 @@ description: 美股個股深度分析,涵蓋基本面、財報、估值模型
|
||||
metadata:
|
||||
sources:
|
||||
- kind: github-file
|
||||
repo: OctagonAI/skills
|
||||
repo: tradermonty/claude-trading-skills
|
||||
path: skills/us-stock-analysis/SKILL.md
|
||||
usage: referenced
|
||||
- kind: github-file
|
||||
repo: ginlix-ai/langalpha
|
||||
path: skills/stock-fundamentals/SKILL.md
|
||||
usage: referenced
|
||||
---
|
||||
|
||||
# 美股個股分析
|
||||
|
||||
Reference in New Issue
Block a user