Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.19 KB

File metadata and controls

35 lines (27 loc) · 2.19 KB

AI Berkshire Codex Setup

Core Rules

  • This repository is originally a Claude Code investment research skill collection.
  • For Codex work in this repository, read codex/PROJECT_GUIDE.md for project structure, report naming rules, and financial verification rules.
  • Keep CLAUDE.md as the original upstream Chinese reference. Do not rely on it as the primary Codex operating guide.
  • Respond to the user in Korean by default. Use English or Chinese only when the user asks for it.
  • For investment-related work, separate confirmed facts, estimates, and opinions. Do not present conclusions as personalized financial advice.

Paths

  • Repository root: /Users/kangmingyu/dev/ai-berkshire
  • Original upstream Claude Code skills: /Users/kangmingyu/dev/ai-berkshire/skills
  • English Codex operational skill instructions: /Users/kangmingyu/dev/ai-berkshire/codex/skills-en
  • Helper tools: /Users/kangmingyu/dev/ai-berkshire/tools
  • Reports: /Users/kangmingyu/dev/ai-berkshire/reports

Codex Usage

  • User-scope Codex skill wrappers are installed in ~/.agents/skills.
  • Invoke them with names such as $investment-research, $investment-team, $earnings-review, and $portfolio-review.
  • For the Korean user-facing usage guide, see docs/CODEX_USAGE.md.
  • For the English Codex project guide, see codex/PROJECT_GUIDE.md.
  • When a skill runs, read the matching English operational instruction from codex/skills-en/*.md first.
  • Keep skills/*.md as the original upstream Chinese reference. Do not edit or overwrite those files merely to translate them.
  • Interpret ~/ai-berkshire in upstream instructions as /Users/kangmingyu/dev/ai-berkshire.
  • Interpret upstream WebSearch references as the currently available web search tools.
  • If the upstream workflow assumes Claude Code Team/Task tools and equivalent Codex subagents are unavailable, perform the roles sequentially in the same conversation and label each role clearly.

Verification

  • Use python3 tools/financial_rigor.py when financial calculations need precision.
  • Use python3 tools/report_audit.py when report data needs an audit pass.
  • Always verify current prices, financials, news, policies, and product information with web sources.