-
Notifications
You must be signed in to change notification settings - Fork 774
docs(devlog): record the Wave 0/1/2 closeout outcome #1846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+58
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| # 110 — Outcome | ||
|
|
||
| Terminal outcome: **DONE** for Wave 0, Wave 1 and Wave 2. | ||
|
|
||
| Baseline `origin/dev` was `b81314cd2`; the wave closed at `72dcc600c`. | ||
|
|
||
| ## What landed | ||
|
|
||
| | Unit | PR | Merge | Issue | | ||
| |---|---|---|---| | ||
| | 010 Wave 0 triage | — | — | none closed, by design | | ||
| | 020 | #1805, #1806 | `16bffe235`, `cf91d4c60` | #1786 CLOSED | | ||
| | 030 | #1741, #1825 | `948b55903`, `82f4563d1` | #1824 CLOSED | | ||
| | 040 | #1817, #1844 | `f74ae9ea4`, `d4bdbc968` | PR #1801 closed as superseded | | ||
| | 050 | #1819 | `767491c0c` | #1785 CLOSED | | ||
| | 060 | #1788 | `9f82c0003` | #1700 CLOSED | | ||
| | 070 | #1780 | `64206f36c` | #1767 CLOSED | | ||
| | 080 | #1792 | `366a56324` | #1668 CLOSED | | ||
| | 090 | #1703 | `72dcc600c` | #1697 CLOSED | | ||
|
|
||
| Wave 0 mutations: `#1802` gained `bug`; PR `#1822` moved from `bug` to `gui`; `#1049` records `#1798`/`#1802` as independent acceptance cases; `#92`/`#417` carry an explicit note that they stay out of the release-blocker count. Nothing was closed in that phase. | ||
|
|
||
| ## Defects the plan review caught before implementation | ||
|
|
||
| Six review rounds against the decade docs produced 22 accepted corrections. The ones that would have shipped broken code: | ||
|
|
||
| - The `#1806` oracle scanned for `CODEX_SQLITE_HOME=`, which does not exist in a launchd plist (XML) and leaves a trailing quote in a systemd unit. It also asserted the wrong input string. | ||
| - The `#1700` sticky-rejection flag had no way to be set: `SseInspectorHandlers` has no per-payload callback, and adding one to the handler type alone would have left the tee consumers inert. | ||
| - The `#1767` allocator appended `_2`/`_3` without reserving suffix space, and would have sliced the hash tail off a finished string. | ||
| - The `#1668` snippet referenced a `jsonError` helper and an `httpVersionError` local that do not exist in that handler. | ||
| - The `#1697` predicate referenced an `AnthropicMessagesBody` type that does not exist, and its structural conditions alone would have matched ordinary short requests. | ||
| - The `#1697` capture instruction would have written raw request bodies into this public directory. | ||
| - `gatherRoutedModels()` does not filter by `disabledModels`/`selectedModels`; `filterCatalogVisibleModels()` does. | ||
| - `normalizePersistedClaudeCode` was only reachable through a `subagentEffort` short-circuit, so extending it alone would not have activated it. | ||
|
|
||
| ## Defects found during implementation | ||
|
|
||
| - **`#1819` salvage could defeat a security boundary.** A Codex account namespace collision is a relationship between a combo and an account selector but is reported on the combo, so dropping that combo made the document parse and admitted the selector the schema had just refused. Those findings are now unsalvageable. | ||
| - **`#1819` diagnostics salvage initially swallowed the error itself.** Returning `source: "file"` after a successful salvage broke two persisted-combo tests, correctly: provider reload, catalog sync, cost reconcile and Codex admission all gate on `source`/`error`. Only the payload changes now. | ||
| - **`#1801` mixed-catalog misclassification.** `cursorRequestUsesCodeMode()` is true whenever freeform `exec` is visible without a bare bridge, which does not mean `exec` is the only visible tool; the guidance told the model a separately advertised tool was not callable. | ||
|
|
||
| ## Verification | ||
|
|
||
| Every merge had exact-head Cross-platform CI green, including the Windows jobs for the Windows-specific units. Contributor-branch runs were authorized rather than treated as passing while `action_required`. | ||
|
|
||
| Full Linux suite on `ssh lidge` at the final head: **12651 pass / 15 skip / 16 fail**. Every failure also fails on `dev` at the same commit — GUI lint/doctor spawner harnesses, multi-process lock contention, a typecheck-contract case, and one `bun`-not-on-PATH harness case. No routing, adapter, config or server test fails. | ||
|
|
||
| The macOS `#1819` CI failure was a Bun segfault (`panic: Segmentation fault`, RSS 3.6GB), not an assertion; it passed on rerun. | ||
|
|
||
| The four Windows shards fail under `workflow_dispatch` on `dev` itself — 168 failures on both `dev` and the `#1703` head, with a symmetric 4-test difference in each direction and no classifier/router/inbound case among them. Those shards are skipped on the ordinary `pull_request` path, so this is a pre-existing condition of the dispatch route, not a regression. It is worth its own issue. | ||
|
|
||
| ## Deliberately not done | ||
|
|
||
| - **Live per-session classifier affinity (`#1697`).** The draft inferred it from static `claudeCode.model`, which goes stale on a model-picker change and silently crosses provider/privacy/billing boundaries. Shipping only operator-declared targets was the honest scope; the session-scoped store plus a request-shape predicate is follow-up work, recorded in `090`. | ||
| - **`#1795`** stays open: no live SenseNova/Kimi reproduction has been run against the merged guidance change. | ||
| - **Waves 3-5** are out of scope for this unit. | ||
| - No release: nothing was promoted to `main`, no tag, no publish. Every close comment says the fix is on `dev` and ships with the next release. | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_planThis line declares the unit's terminal outcome as
DONE, but the commit leaves the entire unit underdevlog/_plan, so repository tooling and readers will continue to treat the completed 11-document unit as open. Movedevlog/_plan/260816_wave012_closeout/to the corresponding_finpath as part of recording this terminal outcome.AGENTS.md reference: AGENTS.md:L75-L78
Useful? React with 👍 / 👎.