fix: 修正審查員 P7-P8 問題
P7: envInputs 從 .paperclip.yaml 頂層移至 projects.daily-quant-pipeline.inputs.env
讓 importer 能正確讀取 env input 並進 manifest
同步補入 ALPACA_API_KEY / FMP_API_KEY 需求聲明
P8: .mcp.json 補齊 alpaca 與 fmp MCP server
docs/agent-skill-mapping.md 新增 Runtime 狀態說明表(active / needs-key / local-runtime)
docs/mcp-plan.md 狀態從「規劃中」改為「已配置」,補 Alpaca/FMP 安裝說明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -80,17 +80,26 @@ agents:
|
||||
model: claude-sonnet-4-6
|
||||
status: paused
|
||||
|
||||
envInputs:
|
||||
- name: FRED_API_KEY
|
||||
description: FRED (Federal Reserve Economic Data) API key — get free key at fred.stlouisfed.org
|
||||
required: false
|
||||
- name: FUGLE_API_KEY
|
||||
description: Fugle MarketData API key for Taiwan stock market data — get at developer.fugle.tw
|
||||
required: false
|
||||
|
||||
projects:
|
||||
daily-quant-pipeline:
|
||||
leadAgentSlug: quant-strategist
|
||||
inputs:
|
||||
env:
|
||||
- name: FRED_API_KEY
|
||||
description: FRED (Federal Reserve Economic Data) API key — get free key at fred.stlouisfed.org
|
||||
required: false
|
||||
- name: FUGLE_API_KEY
|
||||
description: Fugle MarketData API key for Taiwan stock market data — get at developer.fugle.tw
|
||||
required: false
|
||||
- name: ALPACA_API_KEY
|
||||
description: Alpaca Markets API key for portfolio management — get at alpaca.markets
|
||||
required: false
|
||||
- name: ALPACA_API_SECRET
|
||||
description: Alpaca Markets API secret
|
||||
required: false
|
||||
- name: FMP_API_KEY
|
||||
description: Financial Modeling Prep API key for earnings calendar — get at financialmodelingprep.com
|
||||
required: false
|
||||
status: active
|
||||
board-ops:
|
||||
leadAgentSlug: ceo
|
||||
|
||||
Reference in New Issue
Block a user