1010
1111## Quick resume
1212
13- | Next action | Detail |
14- | -------------------- | ------------------------------------------------------------------------------------------ |
15- | ** Review / merge** | PR 3 stack — parse worker hardening ( ` feat/parse-worker-hardening ` ) when open |
16- | ** Start next** | ** PR 4 ** — trace recipes or ** PR 5 ** — ` affected-tests-recipe ` (parallel after PR 3 lands) |
17- | ** Do not start yet** | PR 6 (MCP trace tools) until PR 4 land ; PR 9 (eval harness) until PR 8 |
13+ | Next action | Detail |
14+ | -------------------- | ----------------------------------------------------------------------------------- |
15+ | ** Review / merge** | PR 4 — trace recipes ( [ # 131 ] ( https://github.com/stainless-code/codemap/pull/131 ) ) |
16+ | ** Start next** | ** PR 5 ** — ` affected-tests-recipe ` or ** PR 6 ** — MCP trace tools ( after PR 4 lands) |
17+ | ** Do not start yet** | PR 6 until PR 4 lands ; PR 9 (eval harness) until PR 8 |
1818
1919Update the table below when a PR merges or a new branch opens.
2020
@@ -35,15 +35,15 @@ Merge each PR to `main` directly. No long-lived integration branch (`feat/agent-
3535
3636Max ** 3 parallel tracks** at once.
3737
38- | PR | Plans | Status | Blocked by | Parallel with |
39- | ----- | ----------------------------------------------------------------------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------- | --------------------------------- |
40- | ** 3** | [ ` index-lock-and-error-log ` ] ( ./index-lock-and-error-log.md ) → [ ` parse-worker-hardening ` ] ( ./parse-worker-hardening.md ) (stack) | open | [ #129 ] ( https://github.com/stainless-code/codemap/pull/129 ) merged; worker hardening in flight | 4, 5 |
41- | ** 4** | Recipe half of [ ` mcp-trace-explore-tools ` ] ( ./mcp-trace-explore-tools.md ) (` call-path ` , ` symbol-neighborhood ` SQL + tests) | planned | — | 3, 5 |
42- | ** 5** | [ ` affected-tests-recipe ` ] ( ./affected-tests-recipe.md ) | planned | — | 3, 4 |
43- | ** 6** | MCP half of trace (` trace ` / ` explore ` / ` node ` tools) + update instructions | planned | PR 1, PR 4 | — |
44- | ** 7** | [ ` field-qualified-search ` ] ( ./field-qualified-search.md ) | planned | PR 1 | 4, 5 if ` mcp-server.ts ` untouched |
45- | ** 8** | [ ` agents-init-mcp-wiring ` ] ( ./agents-init-mcp-wiring.md ) | planned | PR 1 | 3–5 |
46- | ** 9** | [ ` agent-eval-harness ` ] ( ./agent-eval-harness.md ) | planned | PR 1, PR 8, allowlist | ** last P1** |
38+ | PR | Plans | Status | Blocked by | Parallel with |
39+ | ----- | ----------------------------------------------------------------------------------------------------------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
40+ | ** 3** | [ ` index-lock-and-error-log ` ] ( ./index-lock-and-error-log.md ) → [ ` parse-worker-hardening ` ] ( ./parse-worker-hardening.md ) (stack) | merged | [ #129 ] ( https://github.com/stainless-code/codemap/pull/129 ) , [ # 130 ] ( https://github.com/stainless-code/codemap/pull/130 ) | 4, 5 |
41+ | ** 4** | Recipe half of [ ` mcp-trace-explore-tools ` ] ( ./mcp-trace-explore-tools.md ) (` call-path ` , ` symbol-neighborhood ` SQL + tests) | open | [ # 131 ] ( https://github.com/stainless-code/codemap/pull/131 ) | 3, 5 |
42+ | ** 5** | [ ` affected-tests-recipe ` ] ( ./affected-tests-recipe.md ) | planned | — | 3, 4 |
43+ | ** 6** | MCP half of trace (` trace ` / ` explore ` / ` node ` tools) + update instructions | planned | PR 1, PR 4 | — |
44+ | ** 7** | [ ` field-qualified-search ` ] ( ./field-qualified-search.md ) | planned | PR 1 | 4, 5 if ` mcp-server.ts ` untouched |
45+ | ** 8** | [ ` agents-init-mcp-wiring ` ] ( ./agents-init-mcp-wiring.md ) | planned | PR 1 | 3–5 |
46+ | ** 9** | [ ` agent-eval-harness ` ] ( ./agent-eval-harness.md ) | planned | PR 1, PR 8, allowlist | ** last P1** |
4747
4848** Parallelization constraints**
4949
0 commit comments