File tree Expand file tree Collapse file tree
devlog/260710_pr_cherrypick Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 260710 — Cherry-pick PRs #76 / #74 / #70 into dev
2+
3+ ## Objective
4+
5+ Merge all three open contributor PRs into the dev branch via cherry-pick,
6+ resolving review feedback and verifying builds/tests after each.
7+
8+ ## Work Phases
9+
10+ ### WP1: PR #76 fix(anthropic): normalize tool input schemas
11+ - Cherry-pick commit dae62a9
12+ - Fix: translate Korean Decision Log comment to English
13+ - Fix: add known-limitation comment for oneOf/anyOf property collision
14+ - Verify: tsc + tests
15+
16+ ### WP2: PR #74 feat(debug): unified provider/usage debug CLI and GUI tab
17+ - Cherry-pick 4 commits from feat/debug-provider-gui
18+ - Verify: server/index.ts compat with dev branch
19+ - Verify: tsc + tests
20+
21+ ### WP3: PR #70 feat(diagnostics): project config bypass warnings
22+ - Cherry-pick 2 commits from feat/project-codex-config-warnings
23+ - Fix: test isolation (CODEX_HOME)
24+ - Verify: tsc + tests
25+
26+ ### WP4: Final verification + push + PR ops
27+ - Full bun test pass
28+ - Push dev to origin
29+ - Comment + close PRs #76 , #74 , #70
30+
31+ ## Cherry-pick order: #76 -> #74 -> #70
32+
33+ Smallest-first. #74 and #70 both touch management-api.ts and i18n files,
34+ so #74 goes first (larger surface, base for #70 ).
You can’t perform that action at this time.
0 commit comments