Skip to content

Commit ec7190b

Browse files
committed
devlog: record bucket-2 implementation outcomes (WP2-WP6) + branch metadata
1 parent 70d1251 commit ec7190b

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

devlog/_plan/260723_issue_triage/009_triage_result.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,26 @@ codex-cli 0.144.5, consistent with the six-rung bundled-catalog union.
7474

7575
Remaining open from triage: #287, #289, #290 (needs-info reply not yet
7676
posted — outside the approved bucket-1 batch), #292, #294, #295, #300.
77+
78+
---
79+
80+
## Addendum 2 — implementation complete (2026-07-23, same day)
81+
82+
All five bucket-2 fixes landed on `codex/bucket2-fixes-260723`, one PABCD
83+
cycle per decade doc, main-session implementation with Sol micro-audits:
84+
85+
| WP | Issue | Commits | Gates |
86+
|---|---|---|---|
87+
| 2 | #289 | f464f966 + ea39977d | focused 68/68, full 3519/3519, tsc, privacy, docs build |
88+
| 3 | #292 | a4bd1d85 | focused 106/106, full 3525/3525, tsc, privacy |
89+
| 4 | #287 | c771aaa5 | 32/32 API + 5/5 GUI SSR, full 3527/3527, tsc, lint:gui, gui build |
90+
| 5 | #295 | f4f90e94 + 95b8717c | focused 31/31, full 3531/3531, tsc, privacy, docs build |
91+
| 6 | #300 | 44082437 + 70d1251e | focused 97/97, full 3542/3542, tsc, lint:gui, build:gui, docs build |
92+
93+
Deviations recorded: WP4 helper split to `gui/src/pages/claude-autoconnect.ts`
94+
(react-refresh lint rule); WP5 kept the v1-injectionPrompt case as a separate
95+
test; WP6 adapted 4 existing PUT toEqual assertions for the additive response
96+
field. WP6 also fixed a real latent bug found in audit: PUT /api/injection-model
97+
was not a true partial update (absent model key deleted stored model+effort).
98+
#290 needs-info reply posted (issuecomment-5053809339), issue stays open.
99+
No push performed; PR split decision left to the user.

devlog/_plan/260723_issue_triage/010_fix_289_responses_path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 010 — Fix issue #289: configurable Responses resource path
22

33
- **Issue:** #289, Volcengine Ark Agent Plan key-auth Responses URL gets an extra `/v1`
4-
- **Implementation branch:** `codex/fix-289-responses-path` from `dev`
4+
- **Implementation branch:** `codex/bucket2-fixes-260723` (stacked; originally planned `codex/fix-289-responses-path`)
55
- **Work class:** C2 — optional provider contract field across type, persisted-config validation,
66
one adapter branch, focused tests, and synchronized reference docs
77
- **Decision:** add optional relative `responsesPath?: string`; do not infer from a hostname or

devlog/_plan/260723_issue_triage/020_fix_292_discovery_guard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fix #292 — model-discovery destination guard and safe JSON diagnostics
22

33
Status: implementation-ready design only
4-
Target branch: `codex/fix-292-discovery-guard` from `origin/dev`
4+
Target branch: `codex/bucket2-fixes-260723` (stacked; originally planned `codex/fix-292-discovery-guard`)
55
Issue: #292
66

77
## 1. Required outcome

0 commit comments

Comments
 (0)