4 Commits

Author SHA1 Message Date
Chris
e894446416 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>
2026-04-10 21:31:44 +00:00
Chris
ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00
Chris
aceb1ba8b3 fix: 依審查報告修正 Paperclip package(P1-P4)
P1: routine key 改為 daily-quant-run,與 TASK.md slug 對齊
P2: 移除 quant-strategist 的 canCreateAgents 權限
P3: PROJECT.md 只保留 name/description/slug,leadAgentSlug/status 移至 .paperclip.yaml
P4: daily-secretary-digest 從 daily-quant-pipeline/tasks 移到 board-ops/tasks

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 17:19:39 +00:00
Chris
43c1770e13 feat: 建立第一版 Paperclip company package
管理 + 完整量化團隊(方案 A + 多空研究員),10 active + 1 paused

Package 結構:
- COMPANY.md:agentcompanies/v1 company root
- .paperclip.yaml:11 agents adapter/model/status + 4 routines
- agents/:11 個 agent(ceo, secretary, reviewer, quant-strategist,
  finance-researcher, market-structure-researcher, bullish-researcher,
  bearish-researcher, quant-engineer, data-analyst, xiao-an)
- teams/:management, quant-research
- projects/:daily-quant-pipeline, board-ops
- tasks/:4 個 recurring tasks(pipeline 啟動、盤後整理、資料摘要、記憶壓縮)
- skills/:deep-research, code-reviewer

每個 AGENTS.md 包含完整 instructions:Mission, Scope, Forbidden,
輸出 JSON Schema, Escalation, 行為規範

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 17:11:03 +00:00