diff --git a/docs/00_overview/MVP1_DASHBOARD.md b/docs/00_overview/MVP1_DASHBOARD.md index 3af5fc40..cc8dea0d 100644 --- a/docs/00_overview/MVP1_DASHBOARD.md +++ b/docs/00_overview/MVP1_DASHBOARD.md @@ -6,14 +6,14 @@ _Reflects feature-folder state as of **2026-05-24** (latest mtime of any planned ## Next up -**[feat_digest_executable_followups](../02_product/planned_features/feat_digest_executable_followups/feature_spec.md)** — Feature, currently in **Plan** +**[feat_digest_executable_followups](../02_product/planned_features/feat_digest_executable_followups/feature_spec.md)** — Feature, currently in **Implementing** > The LLM emits a discriminated union (`narrow` \| `widen` \| `text`) for each followup with a structured `search_space` when applicable. -Plan approved; run /impl-execute to ship +Implementation in progress — resume to finish ```bash -/impl-execute docs/02_product/planned_features/feat_digest_executable_followups/implementation_plan.md --all +/pipeline docs/02_product/planned_features/feat_digest_executable_followups/phase2_idea.md ``` ## MVP1 Progress @@ -29,7 +29,7 @@ Plan approved; run /impl-execute to ship | Open bugs | 1 | | Legacy "Path to MVP1" | 9 items — scoped-not-done + bugs + chore-ideas only (excludes feat/infra ideas) | | Backlog ideas | 5 idea-only feat/infra (not yet scoped into MVP1) | -| In flight | 0 feature(s) actively shipping | +| In flight | 1 feature(s) actively shipping | ## Pipeline @@ -127,15 +127,15 @@ Plan approved; run /impl-execute to ship | [bug_test_smoke_requires_env_vars](implemented_features/2026_05_13_bug_test_smoke_requires_env_vars/idea.md) | Bug | `backend/tests/unit/test_smoke.py::test_app_import` fails when run without `DATABASE_URL_FILE` and `POSTGRES_PASSWORD_FILE` env vars in the test environment: | — | Complete | | [bug_worker_optuna_init_race](implemented_features/2026_05_13_bug_worker_optuna_init_race/idea.md) | Bug | Compose ordering: | — | Complete | -### Implementing (0) - -_None._ - -### Plan (1) +### Implementing (1) | # | Priority | Feature | Type | One-liner | Depends on | Status | |---|---|---|---|---|---|---| -| 1 | P2 | [feat_digest_executable_followups](../02_product/planned_features/feat_digest_executable_followups/feature_spec.md) | Feature | The LLM emits a discriminated union (`narrow` \| `widen` \| `text`) for each followup with a structured `search_space` when applicable. | — | [PR #223](https://github.com/SoundMindsAI/relyloop/pull/223) merged 2026-05-24 | +| 1 | P2 | [feat_digest_executable_followups](../02_product/planned_features/feat_digest_executable_followups/feature_spec.md) | Feature | The LLM emits a discriminated union (`narrow` \| `widen` \| `text`) for each followup with a structured `search_space` when applicable. | — | [PR #225](https://github.com/SoundMindsAI/relyloop/pull/225) merged 2026-05-24 | + +### Plan (0) + +_None._ ### Spec (0) @@ -171,7 +171,7 @@ graph LR classDef spec fill:#dbeafe,stroke:#1e40af,color:#1e40af; classDef idea fill:#f1f5f9,stroke:#334155,color:#334155; feat_digest_executable_followups["digest executable followups"] - class feat_digest_executable_followups plan; + class feat_digest_executable_followups implement; infra_foundation["foundation"] class infra_foundation done; feat_study_lifecycle["study lifecycle"] diff --git a/docs/00_overview/mvp1_dashboard.html b/docs/00_overview/mvp1_dashboard.html index 6d7ab64b..16750e2f 100644 --- a/docs/00_overview/mvp1_dashboard.html +++ b/docs/00_overview/mvp1_dashboard.html @@ -383,11 +383,11 @@

RelyLoop MVP1 Dashboard

-
Next up — Feature, currently in Plan
+
Next up — Feature, currently in Implementing
The LLM emits a discriminated union (`narrow` | `widen` | `text`) for each followup with a structured `search_space` when applicable.
-
Plan approved; run /impl-execute to ship
- /impl-execute docs/02_product/planned_features/feat_digest_executable_followups/implementation_plan.md --all +
Implementation in progress — resume to finish
+ /pipeline docs/02_product/planned_features/feat_digest_executable_followups/phase2_idea.md
@@ -446,7 +446,7 @@

MVP1 Progress

In flight: - 0 feature(s) actively shipping + 1 feature(s) actively shipping @@ -641,14 +641,19 @@

Spec 0

-

Plan 1

+

Plan 0

+ +
+ +
+

Implementing 1

Feature P2 - PR #223 merged 2026-05-24 + PR #225 merged 2026-05-24
The LLM emits a discriminated union (`narrow` | `widen` | `text`) for each followup with a structured `search_space` when applicable.
deferred: Phase 2, Phase 3
@@ -657,11 +662,6 @@

Plan 1

-
-

Implementing 0

- -
-

Done 89

@@ -1835,7 +1835,7 @@

Dependency graph (feat_ + infra_)

classDef spec fill:#dbeafe,stroke:#1e40af,color:#1e40af; classDef idea fill:#f1f5f9,stroke:#334155,color:#334155; feat_digest_executable_followups["digest executable followups"] - class feat_digest_executable_followups plan; + class feat_digest_executable_followups implement; infra_foundation["foundation"] class infra_foundation done; feat_study_lifecycle["study lifecycle"] @@ -2034,7 +2034,7 @@

Dependency graph (feat_ + infra_)

classDef spec fill:#dbeafe,stroke:#1e40af,color:#1e40af; classDef idea fill:#f1f5f9,stroke:#334155,color:#334155; feat_digest_executable_followups["digest executable followups"] - class feat_digest_executable_followups plan; + class feat_digest_executable_followups implement; infra_foundation["foundation"] class infra_foundation done; feat_study_lifecycle["study lifecycle"] diff --git a/docs/02_product/planned_features/feat_digest_executable_followups/pipeline_status.md b/docs/02_product/planned_features/feat_digest_executable_followups/pipeline_status.md index bd29bfeb..56cd43f2 100644 --- a/docs/02_product/planned_features/feat_digest_executable_followups/pipeline_status.md +++ b/docs/02_product/planned_features/feat_digest_executable_followups/pipeline_status.md @@ -25,4 +25,9 @@ - Phases covered: Phase 1 (Tier A — `narrow` / `widen` / `text` followup kinds). Phase 2 (Tier B `swap_template`) deferred via `phase2_idea.md`; Phase 3 (Tier C `edit_template`) deferred via `phase3_idea.md`. ## Implementation -- Status: Not started +- Status: Phase 1 Complete — merged into main as PR #225 squash `83c526f2` on 2026-05-24. +- Branch: `feature/digest-executable-followups` (deleted post-merge). +- PR: [#225](https://github.com/SoundMindsAI/relyloop/pull/225) — CI all 7 jobs green, Gemini Code Assist 2 Medium accepted + applied (head-and-tail truncate + parent-name 200-char cap), final GPT-5.5 cross-model review 3 findings (1 accepted as documented drift — `search_space_json` string workaround captured in plan §9; 2 rejected with cited counter-evidence — repo `**fields` passthrough + types.ts already regenerated). +- All 16 stories shipped across 6 epics. Test deltas: backend unit 1282 → 1316 (+34); +5 integration, +6 contract, +19 vitest, +1 Playwright E2E. Alembic head moves from `0017_proposals_last_polled_at` to `0019_digests_suggested_followups_jsonb` (two migrations: 0018 studies parent_proposal columns + BEFORE DELETE trigger + partial index, 0019 ARRAY(Text) → JSONB column-type change via PL/pgSQL helpers). +- **Folder stays in `planned_features/`** because Phase 2 (`phase2_idea.md` — `swap_template` kind) and Phase 3 (`phase3_idea.md` — `edit_template` kind) remain deferred per the spec's phase boundaries. Run `/pipeline docs/02_product/planned_features/feat_digest_executable_followups/phase2_idea.md` to start the next deferred phase. +- Tangential capture: `bug_markdown_doc_localstorage_undefined_jsdom/idea.md` — pre-existing vitest failure in unrelated guide-viewer tests, captured per CLAUDE.md tangential-discoveries rule. diff --git a/state.md b/state.md index 11f0139a..98dac9f0 100644 --- a/state.md +++ b/state.md @@ -8,8 +8,8 @@ ## Current branch / execution context -- **Branch:** `docs/finalize-feat-auto-followup-studies` — finalization docs PR after PR #223 (`20cf183a`) merged 2026-05-24; moves the feature folder to `implemented_features/2026_05_24_feat_auto_followup_studies/` per CLAUDE.md convention. `feature/auto-followup-studies` branch already deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-dashboard-pr-extraction-from-idea` — finalization docs PR after PR #221 (`8a6452d5`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_dashboard_pr_extraction_from_idea/` per CLAUDE.md convention. `feature/chore-dashboard-pr-extraction-from-idea` branch deleted post-merge. Also adds tangential `chore_dashboard_regen_quoted_pr_false_positive` idea capturing the pre-existing priority-3 fuzzy-regex weakness surfaced during empirical verification. Earlier: `docs/finalize-migration-test-head-brittleness` — finalization docs PR after PR #219 (`63cb7c41`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_migration_test_head_brittleness/` per CLAUDE.md convention. `feature/chore-migration-test-head-brittleness` branch deleted post-merge. Earlier: `docs/finalize-chore-study-default-stop-conditions` — finalization docs PR after PR #215 (`370c87d9`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_study_default_stop_conditions/` per CLAUDE.md convention. `feature/chore-study-default-stop-conditions` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-reconciler-no-poll` — finalization docs PR after PR #216 (`95d4c414`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_reconciler_terminal_closed_no_poll/` per CLAUDE.md convention. `chore/reconciler-terminal-closed-no-poll` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-dashboard-banner-dismiss-persistence-flake` — finalization docs PR after PR #213 (`a8b788c`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_banner_dismiss_persistence_flake/` per CLAUDE.md convention. `bug/dashboard-banner-dismiss-persistence-flake` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-dashboard-classifier-half-step-releases` — finalization docs PR after PR #211 (`ab8674a`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_classifier_half_step_releases/` per CLAUDE.md convention. `bug/dashboard-classifier-missing-mvp1-5` branch deleted post-merge by `gh pr merge --delete-branch` (note: the local branch name retains the pre-rename slug since the rename happened mid-fix). Earlier: `docs/finalize-dashboard-depends-on-column-bloat` — finalization docs PR after PR #208 (`8bb7148`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_depends_on_column_bloat/` per CLAUDE.md convention. `bug/dashboard-depends-on-column-bloat` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-contract-test-stub-target-filter-kwarg` — finalization docs PR after PR #206 (`d3fbbce`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_contract_test_stub_missing_target_filter_kwarg/` per CLAUDE.md convention. `bug/contract-test-stub-target-filter-kwarg` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-pr-reconciler-blocked-by-closed-fallback` — finalization docs PR after PR #204 (`a0ca5b9`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_pr_reconciler_blocked_by_closed_fallback/` per CLAUDE.md convention. `bug/pr-reconciler-blocked-by-closed-fallback` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-config-repo-baseline-tracking` — finalization docs PR after PR #202 (`435badf`) merged 2026-05-23; moves the feature folder to `implemented_features/2026_05_23_feat_config_repo_baseline_tracking/` per CLAUDE.md convention. `feature/config-repo-baseline-tracking` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `feature/config-repo-baseline-tracking` — implementation branch for `feat_config_repo_baseline_tracking` (32nd MVP1-era artifact). 10 stories across 3 epics shipped: Alembic 0016 (config_repos.last_merged_proposal_id + FK + partial index + backfill), three new repo helpers (update_config_repo_last_merged_pointer with SELECT FOR UPDATE + strict-monotonic-timestamp guard, find_currently_live_proposal_ids, get_config_repo_with_last_merged_proposal), webhook handler patch at github.py:181-194 (FR-3), pr_reconcile.py patch at line 173 (FR-3a — with documented limitation for the `merged_at=null` fallback path captured as bug_pr_reconciler_blocked_by_closed_fallback), ConfigRepoDetail.last_merged_proposal API field with embed-side is_currently_live=True derivation, ProposalSummary/Detail.is_currently_live pointer-only derivation in the existing batch serializer, ?is_last_merged=true|false NULL-safe EXISTS/NOT EXISTS filter, frontend via on both proposals table rows + proposal detail page header, two new glossary entries (proposal.currently_live + proposal.currently_live_filter), and a two-state "Currently live only" filter chip on /proposals with empty-state copy override. Backend 1128 unit tests passing; integration + contract tests written for AC-1..AC-15 (skip locally without Postgres but run in CI); ui/src/lib/types.ts manually patched with the three new fields; UI vitest case for the badge added. Spec converged at GPT-5.5 cycle 3 (21 findings: 15 cycle-1 + 5 cycle-2 + 1 cycle-3, all accepted, 0 rejected); plan converged at GPT-5.5 cycle 3 (17 findings: 14 cycle-1 + 3 cycle-2 + 0 cycle-3, 15 accepted + 2 rejected with codebase counter-evidence). Earlier: `docs/finalize-mvp1-5-ubi-foundation` — finalization docs PR after PR #200 (`594f7b4`) merged 2026-05-23; introduced the MVP1.5 / v0.1.5 "Real Signals" release tier (planning artifact — `feat_ubi_judgments` (P1) + `bug_dashboard_depends_on_column_bloat` (P2) idea files + canonical-matrix update). `feature/mvp1-5-ubi-foundation` branch deleted post-merge. Earlier: `docs/finalize-ir-measures-migration` — finalization docs PR after PR #198 (`350b2fc`) merged 2026-05-23; moves the feature folder to `implemented_features/2026_05_23_infra_ir_measures_migration/` per CLAUDE.md convention. `feature/infra-ir-measures-migration` branch deleted post-merge by the user. Earlier: `docs/finalize-guides-glossary-faq-and-regen` — finalization docs PR after PR #195 (`ea2b242`) merged 2026-05-22; moves the three planned-feature folders to `implemented_features/` per CLAUDE.md convention. `feature/guides-glossary-faq-and-regen` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-study-preflight-overlap-probe` — finalization docs PR after PR #193 (`ca835e0`) merged 2026-05-22. `feature/study-preflight-overlap-probe` branch deleted post-merge. Earlier: `docs/finalize-orchestrator-zero-streak-abort` — finalization docs PR after PR #191 (`51ae4b3c`) merged 2026-05-22. `feature/orchestrator-zero-streak-abort` branch deleted post-merge. Earlier: `docs/finalize-home-first-run-demo-nudge` — finalization docs PR after PR #188 (`21325432`) merged 2026-05-22. `feature/home-first-run-demo-nudge` branch deleted post-merge. Earlier: `docs/finalize-e2e-test-rows-isolation` — finalization docs PR after PR #186 (`a444b94`) merged 2026-05-21. `chore/e2e-test-rows-isolation` branch deleted post-merge. Earlier: `docs/finalize-study-target-judgment-mismatch-guard` — finalization docs PR after PR #184 (`ce3fcf4`) merged 2026-05-21. `feature/study-target-judgment-mismatch-guard` branch deleted post-merge. Earlier: `docs/finalize-pr-metric-confidence` — finalization docs PR after PR #180 (`d0a8358`) merged 2026-05-21. `feat_pr_metric_confidence` branch deleted post-merge. Earlier: `docs/finalize-agent-propose-search-space` — finalization docs PR after PR #175 (`5d29355`) merged 2026-05-21. `feature/agent-propose-search-space` deleted post-merge. Earlier: `docs/finalize-cluster-target-filter` — finalization docs PR after PR #168 (`57d3ba0`) + PR #169 (`c44d774`) both merged. Prior `main` post-merge of PR #168 squash `57d3ba0` (`feat_cluster_target_filter`) + PR #169 squash `c44d774` (`chore_seed_meaningful_demos`) 2026-05-20. Earlier: PR #165 squash commit `bd4516a` 2026-05-20. Finalization docs branch `docs/finalize-create-study-target-autocomplete`. Prior squash same day: PR #163 `c703953` (`feat_create_study_search_space_builder`). Finalization docs PR off `docs/finalize-create-study-search-space-builder`. Prior squashes (same day): PR #161 `0879df2` (`chore_create_study_modal_e2e_stability`), PR #160 `160ff6b` (`bug_err_metric_frontend_backend_drift`), PR #159 `52e106d` (`bug_tutorial_template_param_boost_naming`), PR #158 `308c315` (finalize chore_create_study_wizard_polish), PR #157 `075c46b` (`chore_create_study_wizard_polish`). Prior squash: PR #155 `9a72514` 2026-05-19. Prior squashes: PR #154 `ed4121f` 2026-05-19 (`chore_form_dropdown_guide_screenshot_refresh`), PR #153 `199e225` 2026-05-19 (`chore_extract_shadcn_select_test_mock`), PR #152 `476db78` 2026-05-19 (`chore_ci_prettier_check`), PR #151 `110dc5a` 2026-05-19 (finalize chore_data_table_columnvisibility_tanstack), PR #150 `c1e4545` 2026-05-19 (`chore_data_table_columnvisibility_tanstack`), PR #149 `da9506b` 2026-05-19 (finalize infra_e2e_wire_seed_helper_into_studies_spec), PR #148 `65f4150` 2026-05-19 (`infra_e2e_wire_seed_helper_into_studies_spec` — `?study_id=` filter bug + E2E test restore), PR #147 `8854e47` 2026-05-18 (capture chore_detail_page_shell_primitive idea), PR #146 `7299fca` 2026-05-18 (bug_install_skip_ui_rebuild — `make up`/`make down` lifecycle fix), PR #136 `cb7d9ee` 2026-05-18 (chore_form_dropdown_primitive), PR #132 `ee4c8d4` 2026-05-17 (chore_data_table_primitive_followups items 1+2+4+6), PR #130 `13b3383` 2026-05-17 (infra_e2e_seed_completed_study), PR #128 `73459d2` 2026-05-17 (bug_cursor_decode_value_validation), PR #126 `d6115b3` 2026-05-16 (feat_data_table_primitive). `v0.1.0` annotated tag still on `main` commit `d099536` 2026-05-13; GitHub Release at https://github.com/SoundMindsAI/relyloop/releases/tag/v0.1.0. -- **Active feature:** none in flight (PR #223 closed `feat_auto_followup_studies` on 2026-05-24 — 33rd MVP1-era artifact merged. Operator-controlled cross-study compounding via `studies.config.auto_followup_depth`; chain of up to 5 auto-enqueued follow-up studies, each narrowing the search space around the prior winner. Re-uses existing `studies.parent_study_id` self-FK so **no schema migration**. New `enqueue_followup_study` Arq job + cancel cascade endpoint extension + new `GET /studies/{id}/children` endpoint + chain panel + wizard depth selector + cascade radio in cancel modal. Node engines bumped to `>=22`. 4 new tangential ideas captured during the work: `chore_auto_followup_completed_parent_stop_chain_race` (P3 — cycle 1 phase-gate F2), `chore_auto_followup_e2e_chain_seed_helper` (P3 — final-review F1 deferred subset; needs new `/api/v1/_test/auto-followup/seed-chain` endpoint to seed 3-node chains for full E2E coverage). Only this finalization docs PR remains.). Prior: none in flight (PR #221 closed `chore_dashboard_pr_extraction_from_idea` on 2026-05-23 — third MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep. Build-script-only refactor; extends `_extract_pr_number` with idea-aware extraction so legacy idea-only implemented folders surface their PRs in the dashboard's Status column; also adds a one-liner fallback per Gemini cycle 1 that materially improves rendering of many idea-only rows. Only this finalization docs PR remains. New tangential `chore_dashboard_regen_quoted_pr_false_positive` (P3) captures the pre-existing priority-3 fuzzy-regex weakness for future hardening. Remaining MVP1.0 backlog per dashboard Idea table: 3 P2 chores + 1 Backlog chore + 1 P3 (`chore_studies_post_arq_spy_fixture`, `chore_template_library_expansion`, `chore_e2e_seed_acme_idea_obsolete`, plus the new `chore_dashboard_regen_quoted_pr_false_positive` at P3, plus `chore_e2e_seed_acme_helper_dead` at Backlog).). Prior: none in flight (PR #219 closed `chore_migration_test_head_brittleness` on 2026-05-23 — second MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep. Test-only refactor; eliminates the recurring 2-lines-per-migration sympathy-edit tax on `backend/tests/integration/test_migrations.py`. Only this finalization docs PR remains. Remaining MVP1.0 backlog per dashboard Idea table: 4 P2 chores + 1 Backlog chore (`chore_dashboard_pr_extraction_from_idea`, `chore_e2e_seed_acme_idea_obsolete` newly captured during this chore's tangential sweep, `chore_studies_post_arq_spy_fixture`, `chore_template_library_expansion`, `chore_e2e_seed_acme_helper_dead` Backlog — though the last one is itself obsolete per the new tangential capture).). Prior: none in flight (PR #215 closed `chore_study_default_stop_conditions` on 2026-05-23 — first MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Remaining MVP1.0 backlog is 2 P2 chores + 1 Backlog chore.). Prior: none in flight (PR #213 closed `bug_dashboard_banner_dismiss_persistence_flake` on 2026-05-23 — fifth MVP1.0-cleanup bug, last `bug_*` item in the operator's MVP1.0 cleanup queue. Only this finalization docs PR remains. Remaining MVP1.0 backlog is 3 P2 chores + 1 Backlog chore.). Prior: none in flight (PR #211 closed `bug_dashboard_classifier_half_step_releases` on 2026-05-23 — fourth MVP1.0-cleanup bug; restores trust in `/pipeline status` priority ordering by routing MVP1.5 features to their own dashboard. Only this finalization docs PR remains. The MVP1_DASHBOARD.md's Idea-table top is now correctly an MVP1.0 item.). Prior: none in flight (PR #208 closed `bug_dashboard_depends_on_column_bloat` on 2026-05-23 — third MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Dashboard "Depends on" column now time-ordered for shipped features; `feat_chat_agent` 46→10 entries, `chore_tutorial_polish` 42→11. Side effect captured as [`chore_dashboard_pr_extraction_from_idea/idea.md`](docs/02_product/planned_features/chore_dashboard_pr_extraction_from_idea/idea.md) — legacy implemented features with only `idea.md` lose their PR# at extraction time, leaving ~1 missing edge per legacy feature in same-day peers' deps). Prior: none in flight (PR #206 closed `bug_contract_test_stub_missing_target_filter_kwarg` on 2026-05-23 — second MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Contract-test stubs now match the `SearchAdapter` Protocol's `target_filter` kwarg; 291 contract tests pass clean). Prior: none in flight (PR #204 closed `bug_pr_reconciler_blocked_by_closed_fallback` on 2026-05-23 — first MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Side effect captured as [`chore_reconciler_terminal_closed_no_poll/idea.md`](docs/02_product/planned_features/chore_reconciler_terminal_closed_no_poll/idea.md) — widened candidate query now polls genuinely-closed-unmerged proposals; bounded no-op but worth a `last_polled_at` polish layer). Prior: none in flight (PR #202 closed `feat_config_repo_baseline_tracking` on 2026-05-23 as the **32nd MVP1-era artifact** merged; only this finalization docs PR remains. Substrate for the downstream `feat_auto_followup_studies` work — tracks the most recently merged proposal per config_repo via a denormalized FK, exposed on ConfigRepoDetail + ProposalSummary + a proposals-page filter chip. Captured pre-existing reconciler bug `bug_pr_reconciler_blocked_by_closed_fallback` as a separate planned idea — out of scope for the merge; documented limitation surfaced in `webhook-debugging.md §8`). Prior: none in flight (PR #200 introduced the MVP1.5 / v0.1.5 "Real Signals" release tier on 2026-05-23 as a **planning artifact, not a shipped feature** — added `feat_ubi_judgments` (P1) and `bug_dashboard_depends_on_column_bloat` (P2) ideas + spec patches + canonical-matrix update; only the docs/finalize-mvp1-5-ubi-foundation finalization docs PR remains). Prior: none in flight (PR #198 closed `infra_ir_measures_migration` on 2026-05-23 as the **31st MVP1-era artifact** merged; only this finalization docs PR remains). Prior: none in flight (PR #195 closed `chore_guides_glossary_route` + `chore_guides_faq` + `chore_guide_06_screenshot_refresh_confidence_panel` on 2026-05-22; only this finalization docs PR remains. The three siblings shipped bundled per "one branch, one PR" memory). Prior: none in flight (PR #193 closed `feat_study_preflight_overlap_probe` on 2026-05-22 as the **27th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #191 closed `feat_orchestrator_zero_streak_abort` on 2026-05-22 as the **26th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #188 closed `feat_home_first_run_demo_nudge` on 2026-05-22 as the **25th MVP1 feature** merged; only finalization docs PR remains. Phase 2 reseed-endpoint work captured in [`feat_home_demo_reseed_endpoint/idea.md`](docs/02_product/planned_features/feat_home_demo_reseed_endpoint/idea.md)). Prior: none in flight (PR #186 closed `chore_e2e_test_rows_isolation` on 2026-05-21 as the **24th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #184 closed `feat_study_target_judgment_mismatch_guard` on 2026-05-21 as the **23rd MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #180 closed `feat_pr_metric_confidence` on 2026-05-21 as the **22nd MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #175 closed `feat_agent_propose_search_space` on 2026-05-21; only finalization docs PR remains for the 21st MVP1 feature). Prior — none in flight (PR #168 closed `feat_cluster_target_filter` + PR #169 closed `chore_seed_meaningful_demos` on 2026-05-20; only finalization docs PR remains for the 20th MVP1 feature). Prior — none in flight (PR #165 closed `feat_create_study_target_autocomplete` + the bundled `bug_get_schema_unhandled_connect_error` fix on 2026-05-20). Prior — none in flight (PR #163 closed `feat_create_study_search_space_builder` + the `bug_judgment_lists_listing_ignores_query_set_filter` bundled fix on 2026-05-20). PR #168 closed `feat_cluster_target_filter` + PR #169 closed `chore_seed_meaningful_demos` (sibling). **Three PRs shipped 2026-05-15:** PR #122 (Phase 1, 16th MVP1 feature — Tooltip primitive + 26 placements on create-study modal + study detail), PR #123 (Phase 1 finalization docs), PR #124 (Phases 2 + 3 — 17th MVP1 feature; 21 additional tooltips on judgments + proposals + cluster registration + 2 new first-run components: chat ExamplePrompts strip + Stripe-style StartHereChecklist on home page). The original "MVP1 Phase 1 only" scope-lock was reversed mid-day: operator decided to ship Phases 2 + 3 together with a Stripe-style design call rather than wait for MVP2. PR #124 took 2 hours from idea-folder reuse to merge. 47 total tooltip placements + 2 new first-run components live in `main`. **PR #122 shipped 2026-05-15 morning** — `feat_contextual_help` Phase 1 (16th MVP1 feature). Adds the first Tooltip primitive (`@radix-ui/react-tooltip@~1.2.8` + shadcn-style wrapper at `ui/src/components/ui/tooltip.tsx`), two glossary-backed wrappers (`InfoTooltip` standalone + asChild modes; `HelpPopover` click-to-open with `react-markdown` safety filter), and a 49-key glossary source-of-truth at `ui/src/lib/glossary.ts` (8 enum groups parity-tested against `enums.ts`). 26 tooltip placements across the create-study modal (Step 1 target + Step 3 template + 9 Step 5 inputs), study-header (status badge dynamic key + Best metric + Trials), trials-table (5 column headers + Sort label), and digest panel (5 section labels + Open PR enabled + Open PR disabled). The disabled Open PR button refactored from native `disabled` to `aria-disabled="true"` so it stays focusable and the tooltip reveals on focus (AC-11). Gemini Code Assist: 2 findings (1 accepted + fixed, 1 rejected with cited counter-evidence). Final GPT-5.5 review: 1 Medium accepted-framing-but-deferred. Spec converged at GPT-5.5 cycle 3 (24 findings, 23 accepted + 1 rejected); plan converged at cycle 2 (12 findings, 10 accepted + 1 rejected + 1 spec patch). UI vitest now **279 passing across 48 files** (was 249 across 45 — +3 new test files, +30 cases). Playwright E2E **8 passing** (was 5 — +3 new contextual-help tests). One follow-up filed: `infra_e2e_seed_completed_study/idea.md` tracks the E2E gap for digest-panel triggers + AC-11 (cross-subsystem helper for seeding a completed study with digest + proposal; component-level coverage is in place). Phases 2 + 3 deferred to MVP2 via `feat_contextual_help_mvp2/` (judgments + proposals tooltips; chat + cluster + home onboarding; the home-page "Start here" panel is the only product-design-shaped item). +- **Branch:** `docs/finalize-digest-executable-followups` — finalization docs PR after PR #225 (`83c526f2`) merged 2026-05-24. Phase 1 of `feat_digest_executable_followups` (Tier A — `narrow` / `widen` / `text` followup kinds). **Folder stays in `planned_features/`** because Phase 2 (`phase2_idea.md` — `swap_template` kind) + Phase 3 (`phase3_idea.md` — `edit_template` kind) remain deferred per the spec's phase boundaries. Just updates `pipeline_status.md` Implementation section to "Phase 1 Complete" + adds a "Most recent meaningful changes" entry + regens the dashboards. `feature/digest-executable-followups` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-feat-auto-followup-studies` — finalization docs PR after PR #223 (`20cf183a`) merged 2026-05-24; moves the feature folder to `implemented_features/2026_05_24_feat_auto_followup_studies/` per CLAUDE.md convention. `feature/auto-followup-studies` branch deleted post-merge. Earlier: `docs/finalize-dashboard-pr-extraction-from-idea` — finalization docs PR after PR #221 (`8a6452d5`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_dashboard_pr_extraction_from_idea/` per CLAUDE.md convention. `feature/chore-dashboard-pr-extraction-from-idea` branch deleted post-merge. Also adds tangential `chore_dashboard_regen_quoted_pr_false_positive` idea capturing the pre-existing priority-3 fuzzy-regex weakness surfaced during empirical verification. Earlier: `docs/finalize-migration-test-head-brittleness` — finalization docs PR after PR #219 (`63cb7c41`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_migration_test_head_brittleness/` per CLAUDE.md convention. `feature/chore-migration-test-head-brittleness` branch deleted post-merge. Earlier: `docs/finalize-chore-study-default-stop-conditions` — finalization docs PR after PR #215 (`370c87d9`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_study_default_stop_conditions/` per CLAUDE.md convention. `feature/chore-study-default-stop-conditions` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-reconciler-no-poll` — finalization docs PR after PR #216 (`95d4c414`) merged 2026-05-23; moves the chore folder to `implemented_features/2026_05_23_chore_reconciler_terminal_closed_no_poll/` per CLAUDE.md convention. `chore/reconciler-terminal-closed-no-poll` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-dashboard-banner-dismiss-persistence-flake` — finalization docs PR after PR #213 (`a8b788c`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_banner_dismiss_persistence_flake/` per CLAUDE.md convention. `bug/dashboard-banner-dismiss-persistence-flake` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-dashboard-classifier-half-step-releases` — finalization docs PR after PR #211 (`ab8674a`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_classifier_half_step_releases/` per CLAUDE.md convention. `bug/dashboard-classifier-missing-mvp1-5` branch deleted post-merge by `gh pr merge --delete-branch` (note: the local branch name retains the pre-rename slug since the rename happened mid-fix). Earlier: `docs/finalize-dashboard-depends-on-column-bloat` — finalization docs PR after PR #208 (`8bb7148`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_dashboard_depends_on_column_bloat/` per CLAUDE.md convention. `bug/dashboard-depends-on-column-bloat` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-contract-test-stub-target-filter-kwarg` — finalization docs PR after PR #206 (`d3fbbce`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_contract_test_stub_missing_target_filter_kwarg/` per CLAUDE.md convention. `bug/contract-test-stub-target-filter-kwarg` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-pr-reconciler-blocked-by-closed-fallback` — finalization docs PR after PR #204 (`a0ca5b9`) merged 2026-05-23; moves the bug folder to `implemented_features/2026_05_23_bug_pr_reconciler_blocked_by_closed_fallback/` per CLAUDE.md convention. `bug/pr-reconciler-blocked-by-closed-fallback` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-config-repo-baseline-tracking` — finalization docs PR after PR #202 (`435badf`) merged 2026-05-23; moves the feature folder to `implemented_features/2026_05_23_feat_config_repo_baseline_tracking/` per CLAUDE.md convention. `feature/config-repo-baseline-tracking` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `feature/config-repo-baseline-tracking` — implementation branch for `feat_config_repo_baseline_tracking` (32nd MVP1-era artifact). 10 stories across 3 epics shipped: Alembic 0016 (config_repos.last_merged_proposal_id + FK + partial index + backfill), three new repo helpers (update_config_repo_last_merged_pointer with SELECT FOR UPDATE + strict-monotonic-timestamp guard, find_currently_live_proposal_ids, get_config_repo_with_last_merged_proposal), webhook handler patch at github.py:181-194 (FR-3), pr_reconcile.py patch at line 173 (FR-3a — with documented limitation for the `merged_at=null` fallback path captured as bug_pr_reconciler_blocked_by_closed_fallback), ConfigRepoDetail.last_merged_proposal API field with embed-side is_currently_live=True derivation, ProposalSummary/Detail.is_currently_live pointer-only derivation in the existing batch serializer, ?is_last_merged=true|false NULL-safe EXISTS/NOT EXISTS filter, frontend via on both proposals table rows + proposal detail page header, two new glossary entries (proposal.currently_live + proposal.currently_live_filter), and a two-state "Currently live only" filter chip on /proposals with empty-state copy override. Backend 1128 unit tests passing; integration + contract tests written for AC-1..AC-15 (skip locally without Postgres but run in CI); ui/src/lib/types.ts manually patched with the three new fields; UI vitest case for the badge added. Spec converged at GPT-5.5 cycle 3 (21 findings: 15 cycle-1 + 5 cycle-2 + 1 cycle-3, all accepted, 0 rejected); plan converged at GPT-5.5 cycle 3 (17 findings: 14 cycle-1 + 3 cycle-2 + 0 cycle-3, 15 accepted + 2 rejected with codebase counter-evidence). Earlier: `docs/finalize-mvp1-5-ubi-foundation` — finalization docs PR after PR #200 (`594f7b4`) merged 2026-05-23; introduced the MVP1.5 / v0.1.5 "Real Signals" release tier (planning artifact — `feat_ubi_judgments` (P1) + `bug_dashboard_depends_on_column_bloat` (P2) idea files + canonical-matrix update). `feature/mvp1-5-ubi-foundation` branch deleted post-merge. Earlier: `docs/finalize-ir-measures-migration` — finalization docs PR after PR #198 (`350b2fc`) merged 2026-05-23; moves the feature folder to `implemented_features/2026_05_23_infra_ir_measures_migration/` per CLAUDE.md convention. `feature/infra-ir-measures-migration` branch deleted post-merge by the user. Earlier: `docs/finalize-guides-glossary-faq-and-regen` — finalization docs PR after PR #195 (`ea2b242`) merged 2026-05-22; moves the three planned-feature folders to `implemented_features/` per CLAUDE.md convention. `feature/guides-glossary-faq-and-regen` branch deleted post-merge by `gh pr merge --delete-branch`. Earlier: `docs/finalize-study-preflight-overlap-probe` — finalization docs PR after PR #193 (`ca835e0`) merged 2026-05-22. `feature/study-preflight-overlap-probe` branch deleted post-merge. Earlier: `docs/finalize-orchestrator-zero-streak-abort` — finalization docs PR after PR #191 (`51ae4b3c`) merged 2026-05-22. `feature/orchestrator-zero-streak-abort` branch deleted post-merge. Earlier: `docs/finalize-home-first-run-demo-nudge` — finalization docs PR after PR #188 (`21325432`) merged 2026-05-22. `feature/home-first-run-demo-nudge` branch deleted post-merge. Earlier: `docs/finalize-e2e-test-rows-isolation` — finalization docs PR after PR #186 (`a444b94`) merged 2026-05-21. `chore/e2e-test-rows-isolation` branch deleted post-merge. Earlier: `docs/finalize-study-target-judgment-mismatch-guard` — finalization docs PR after PR #184 (`ce3fcf4`) merged 2026-05-21. `feature/study-target-judgment-mismatch-guard` branch deleted post-merge. Earlier: `docs/finalize-pr-metric-confidence` — finalization docs PR after PR #180 (`d0a8358`) merged 2026-05-21. `feat_pr_metric_confidence` branch deleted post-merge. Earlier: `docs/finalize-agent-propose-search-space` — finalization docs PR after PR #175 (`5d29355`) merged 2026-05-21. `feature/agent-propose-search-space` deleted post-merge. Earlier: `docs/finalize-cluster-target-filter` — finalization docs PR after PR #168 (`57d3ba0`) + PR #169 (`c44d774`) both merged. Prior `main` post-merge of PR #168 squash `57d3ba0` (`feat_cluster_target_filter`) + PR #169 squash `c44d774` (`chore_seed_meaningful_demos`) 2026-05-20. Earlier: PR #165 squash commit `bd4516a` 2026-05-20. Finalization docs branch `docs/finalize-create-study-target-autocomplete`. Prior squash same day: PR #163 `c703953` (`feat_create_study_search_space_builder`). Finalization docs PR off `docs/finalize-create-study-search-space-builder`. Prior squashes (same day): PR #161 `0879df2` (`chore_create_study_modal_e2e_stability`), PR #160 `160ff6b` (`bug_err_metric_frontend_backend_drift`), PR #159 `52e106d` (`bug_tutorial_template_param_boost_naming`), PR #158 `308c315` (finalize chore_create_study_wizard_polish), PR #157 `075c46b` (`chore_create_study_wizard_polish`). Prior squash: PR #155 `9a72514` 2026-05-19. Prior squashes: PR #154 `ed4121f` 2026-05-19 (`chore_form_dropdown_guide_screenshot_refresh`), PR #153 `199e225` 2026-05-19 (`chore_extract_shadcn_select_test_mock`), PR #152 `476db78` 2026-05-19 (`chore_ci_prettier_check`), PR #151 `110dc5a` 2026-05-19 (finalize chore_data_table_columnvisibility_tanstack), PR #150 `c1e4545` 2026-05-19 (`chore_data_table_columnvisibility_tanstack`), PR #149 `da9506b` 2026-05-19 (finalize infra_e2e_wire_seed_helper_into_studies_spec), PR #148 `65f4150` 2026-05-19 (`infra_e2e_wire_seed_helper_into_studies_spec` — `?study_id=` filter bug + E2E test restore), PR #147 `8854e47` 2026-05-18 (capture chore_detail_page_shell_primitive idea), PR #146 `7299fca` 2026-05-18 (bug_install_skip_ui_rebuild — `make up`/`make down` lifecycle fix), PR #136 `cb7d9ee` 2026-05-18 (chore_form_dropdown_primitive), PR #132 `ee4c8d4` 2026-05-17 (chore_data_table_primitive_followups items 1+2+4+6), PR #130 `13b3383` 2026-05-17 (infra_e2e_seed_completed_study), PR #128 `73459d2` 2026-05-17 (bug_cursor_decode_value_validation), PR #126 `d6115b3` 2026-05-16 (feat_data_table_primitive). `v0.1.0` annotated tag still on `main` commit `d099536` 2026-05-13; GitHub Release at https://github.com/SoundMindsAI/relyloop/releases/tag/v0.1.0. +- **Active feature:** none in flight (PR #225 closed `feat_digest_executable_followups` Phase 1 on 2026-05-24 — 34th MVP1-era artifact merged. Turns the digest worker's `suggested_followups` field from `array of string` into a Pydantic discriminated union of `narrow | widen | text` kinds; structured kinds carry a validated `search_space` that pre-fills the create-study modal in one click via the new `parent` body on `POST /api/v1/studies`. Two migrations land: 0018 adds `studies.parent_proposal_id` FK + `parent_proposal_followup_index` + BEFORE DELETE trigger + partial index for the lineage pair invariant; 0019 changes `digests.suggested_followups` from `ARRAY(Text)` to `JSONB` via PL/pgSQL helper functions (subqueries are rejected by Postgres in `ALTER COLUMN TYPE ... USING`). The existing half-built `?hypothesis=` query-string path is retired in the same PR per the Legacy Behavior Parity table. Frontend rewrites `SuggestedFollowupsPanel` as a kind-discriminated card list with lazy `useStudy(parent_study_id)` enabled whenever the proposal has ≥1 actionable followup. Tier B (`swap_template`) + Tier C (`edit_template`) deferred via `phase2_idea.md` + `phase3_idea.md` per the spec's phase boundaries — folder stays in `planned_features/` until those ship. Tangential capture: `bug_markdown_doc_localstorage_undefined_jsdom/idea.md` — pre-existing vitest failure in unrelated guide-viewer tests. Only this finalization docs PR remains.). Prior: none in flight (PR #223 closed `feat_auto_followup_studies` on 2026-05-24 — 33rd MVP1-era artifact merged. Operator-controlled cross-study compounding via `studies.config.auto_followup_depth`; chain of up to 5 auto-enqueued follow-up studies, each narrowing the search space around the prior winner. Re-uses existing `studies.parent_study_id` self-FK so **no schema migration**. New `enqueue_followup_study` Arq job + cancel cascade endpoint extension + new `GET /studies/{id}/children` endpoint + chain panel + wizard depth selector + cascade radio in cancel modal. Node engines bumped to `>=22`. 4 new tangential ideas captured during the work: `chore_auto_followup_completed_parent_stop_chain_race` (P3 — cycle 1 phase-gate F2), `chore_auto_followup_e2e_chain_seed_helper` (P3 — final-review F1 deferred subset; needs new `/api/v1/_test/auto-followup/seed-chain` endpoint to seed 3-node chains for full E2E coverage). Only this finalization docs PR remains.). Prior: none in flight (PR #221 closed `chore_dashboard_pr_extraction_from_idea` on 2026-05-23 — third MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep. Build-script-only refactor; extends `_extract_pr_number` with idea-aware extraction so legacy idea-only implemented folders surface their PRs in the dashboard's Status column; also adds a one-liner fallback per Gemini cycle 1 that materially improves rendering of many idea-only rows. Only this finalization docs PR remains. New tangential `chore_dashboard_regen_quoted_pr_false_positive` (P3) captures the pre-existing priority-3 fuzzy-regex weakness for future hardening. Remaining MVP1.0 backlog per dashboard Idea table: 3 P2 chores + 1 Backlog chore + 1 P3 (`chore_studies_post_arq_spy_fixture`, `chore_template_library_expansion`, `chore_e2e_seed_acme_idea_obsolete`, plus the new `chore_dashboard_regen_quoted_pr_false_positive` at P3, plus `chore_e2e_seed_acme_helper_dead` at Backlog).). Prior: none in flight (PR #219 closed `chore_migration_test_head_brittleness` on 2026-05-23 — second MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep. Test-only refactor; eliminates the recurring 2-lines-per-migration sympathy-edit tax on `backend/tests/integration/test_migrations.py`. Only this finalization docs PR remains. Remaining MVP1.0 backlog per dashboard Idea table: 4 P2 chores + 1 Backlog chore (`chore_dashboard_pr_extraction_from_idea`, `chore_e2e_seed_acme_idea_obsolete` newly captured during this chore's tangential sweep, `chore_studies_post_arq_spy_fixture`, `chore_template_library_expansion`, `chore_e2e_seed_acme_helper_dead` Backlog — though the last one is itself obsolete per the new tangential capture).). Prior: none in flight (PR #215 closed `chore_study_default_stop_conditions` on 2026-05-23 — first MVP1.0-cleanup chore from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Remaining MVP1.0 backlog is 2 P2 chores + 1 Backlog chore.). Prior: none in flight (PR #213 closed `bug_dashboard_banner_dismiss_persistence_flake` on 2026-05-23 — fifth MVP1.0-cleanup bug, last `bug_*` item in the operator's MVP1.0 cleanup queue. Only this finalization docs PR remains. Remaining MVP1.0 backlog is 3 P2 chores + 1 Backlog chore.). Prior: none in flight (PR #211 closed `bug_dashboard_classifier_half_step_releases` on 2026-05-23 — fourth MVP1.0-cleanup bug; restores trust in `/pipeline status` priority ordering by routing MVP1.5 features to their own dashboard. Only this finalization docs PR remains. The MVP1_DASHBOARD.md's Idea-table top is now correctly an MVP1.0 item.). Prior: none in flight (PR #208 closed `bug_dashboard_depends_on_column_bloat` on 2026-05-23 — third MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Dashboard "Depends on" column now time-ordered for shipped features; `feat_chat_agent` 46→10 entries, `chore_tutorial_polish` 42→11. Side effect captured as [`chore_dashboard_pr_extraction_from_idea/idea.md`](docs/02_product/planned_features/chore_dashboard_pr_extraction_from_idea/idea.md) — legacy implemented features with only `idea.md` lose their PR# at extraction time, leaving ~1 missing edge per legacy feature in same-day peers' deps). Prior: none in flight (PR #206 closed `bug_contract_test_stub_missing_target_filter_kwarg` on 2026-05-23 — second MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Contract-test stubs now match the `SearchAdapter` Protocol's `target_filter` kwarg; 291 contract tests pass clean). Prior: none in flight (PR #204 closed `bug_pr_reconciler_blocked_by_closed_fallback` on 2026-05-23 — first MVP1.0-cleanup bug from the operator's stated "finish MVP1.0 before MVP1.5" sweep; only this finalization docs PR remains. Side effect captured as [`chore_reconciler_terminal_closed_no_poll/idea.md`](docs/02_product/planned_features/chore_reconciler_terminal_closed_no_poll/idea.md) — widened candidate query now polls genuinely-closed-unmerged proposals; bounded no-op but worth a `last_polled_at` polish layer). Prior: none in flight (PR #202 closed `feat_config_repo_baseline_tracking` on 2026-05-23 as the **32nd MVP1-era artifact** merged; only this finalization docs PR remains. Substrate for the downstream `feat_auto_followup_studies` work — tracks the most recently merged proposal per config_repo via a denormalized FK, exposed on ConfigRepoDetail + ProposalSummary + a proposals-page filter chip. Captured pre-existing reconciler bug `bug_pr_reconciler_blocked_by_closed_fallback` as a separate planned idea — out of scope for the merge; documented limitation surfaced in `webhook-debugging.md §8`). Prior: none in flight (PR #200 introduced the MVP1.5 / v0.1.5 "Real Signals" release tier on 2026-05-23 as a **planning artifact, not a shipped feature** — added `feat_ubi_judgments` (P1) and `bug_dashboard_depends_on_column_bloat` (P2) ideas + spec patches + canonical-matrix update; only the docs/finalize-mvp1-5-ubi-foundation finalization docs PR remains). Prior: none in flight (PR #198 closed `infra_ir_measures_migration` on 2026-05-23 as the **31st MVP1-era artifact** merged; only this finalization docs PR remains). Prior: none in flight (PR #195 closed `chore_guides_glossary_route` + `chore_guides_faq` + `chore_guide_06_screenshot_refresh_confidence_panel` on 2026-05-22; only this finalization docs PR remains. The three siblings shipped bundled per "one branch, one PR" memory). Prior: none in flight (PR #193 closed `feat_study_preflight_overlap_probe` on 2026-05-22 as the **27th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #191 closed `feat_orchestrator_zero_streak_abort` on 2026-05-22 as the **26th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #188 closed `feat_home_first_run_demo_nudge` on 2026-05-22 as the **25th MVP1 feature** merged; only finalization docs PR remains. Phase 2 reseed-endpoint work captured in [`feat_home_demo_reseed_endpoint/idea.md`](docs/02_product/planned_features/feat_home_demo_reseed_endpoint/idea.md)). Prior: none in flight (PR #186 closed `chore_e2e_test_rows_isolation` on 2026-05-21 as the **24th MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #184 closed `feat_study_target_judgment_mismatch_guard` on 2026-05-21 as the **23rd MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #180 closed `feat_pr_metric_confidence` on 2026-05-21 as the **22nd MVP1 feature** merged; only finalization docs PR remains). Prior: none in flight (PR #175 closed `feat_agent_propose_search_space` on 2026-05-21; only finalization docs PR remains for the 21st MVP1 feature). Prior — none in flight (PR #168 closed `feat_cluster_target_filter` + PR #169 closed `chore_seed_meaningful_demos` on 2026-05-20; only finalization docs PR remains for the 20th MVP1 feature). Prior — none in flight (PR #165 closed `feat_create_study_target_autocomplete` + the bundled `bug_get_schema_unhandled_connect_error` fix on 2026-05-20). Prior — none in flight (PR #163 closed `feat_create_study_search_space_builder` + the `bug_judgment_lists_listing_ignores_query_set_filter` bundled fix on 2026-05-20). PR #168 closed `feat_cluster_target_filter` + PR #169 closed `chore_seed_meaningful_demos` (sibling). **Three PRs shipped 2026-05-15:** PR #122 (Phase 1, 16th MVP1 feature — Tooltip primitive + 26 placements on create-study modal + study detail), PR #123 (Phase 1 finalization docs), PR #124 (Phases 2 + 3 — 17th MVP1 feature; 21 additional tooltips on judgments + proposals + cluster registration + 2 new first-run components: chat ExamplePrompts strip + Stripe-style StartHereChecklist on home page). The original "MVP1 Phase 1 only" scope-lock was reversed mid-day: operator decided to ship Phases 2 + 3 together with a Stripe-style design call rather than wait for MVP2. PR #124 took 2 hours from idea-folder reuse to merge. 47 total tooltip placements + 2 new first-run components live in `main`. **PR #122 shipped 2026-05-15 morning** — `feat_contextual_help` Phase 1 (16th MVP1 feature). Adds the first Tooltip primitive (`@radix-ui/react-tooltip@~1.2.8` + shadcn-style wrapper at `ui/src/components/ui/tooltip.tsx`), two glossary-backed wrappers (`InfoTooltip` standalone + asChild modes; `HelpPopover` click-to-open with `react-markdown` safety filter), and a 49-key glossary source-of-truth at `ui/src/lib/glossary.ts` (8 enum groups parity-tested against `enums.ts`). 26 tooltip placements across the create-study modal (Step 1 target + Step 3 template + 9 Step 5 inputs), study-header (status badge dynamic key + Best metric + Trials), trials-table (5 column headers + Sort label), and digest panel (5 section labels + Open PR enabled + Open PR disabled). The disabled Open PR button refactored from native `disabled` to `aria-disabled="true"` so it stays focusable and the tooltip reveals on focus (AC-11). Gemini Code Assist: 2 findings (1 accepted + fixed, 1 rejected with cited counter-evidence). Final GPT-5.5 review: 1 Medium accepted-framing-but-deferred. Spec converged at GPT-5.5 cycle 3 (24 findings, 23 accepted + 1 rejected); plan converged at cycle 2 (12 findings, 10 accepted + 1 rejected + 1 spec patch). UI vitest now **279 passing across 48 files** (was 249 across 45 — +3 new test files, +30 cases). Playwright E2E **8 passing** (was 5 — +3 new contextual-help tests). One follow-up filed: `infra_e2e_seed_completed_study/idea.md` tracks the E2E gap for digest-panel triggers + AC-11 (cross-subsystem helper for seeding a completed study with digest + proposal; component-level coverage is in place). Phases 2 + 3 deferred to MVP2 via `feat_contextual_help_mvp2/` (judgments + proposals tooltips; chat + cluster + home onboarding; the home-page "Start here" panel is the only product-design-shaped item). **Earlier — seven PRs shipped 2026-05-14:** `feat_judgments_periodic_resume_sweep` (PR #104, 14th MVP1 feature), `bug_query_inline_crud_since_filter_uuidv7_ms_collision` (PR #106 — UUIDv7 ms-collision test flake), `infra_dashboard_regen_pre_commit_conflict §2+§4` (PR #108 — dashboard regen idempotency + relative-link rewriting), `infra_make_targets_split_backend_only` (PR #110 — `make backend-fmt/lint/typecheck` + symmetric `ui-fmt` so Node-18 contributors aren't blocked), `chore_digest_worker_narrow_except` (PR #112 — narrowed `except Exception` allowlist to `(ValueError,)` + ERROR-level `digest_importance_failed_unexpected` event), `infra_structlog_test_helpers` (PR #114 — factored the two structlog test-assertion patterns into `backend/tests/_log_helpers.py`), and `chore_chat_last_message_preview` (PR #117 — `last_message_preview` + `last_message_at` on `ConversationSummary` via LATERAL JOIN; frontend shows preview under title + swaps displayed timestamp from `created_at` to `last_message_at`). Plus PR #116 dropped `chore_studies_ui_shadcn_polish` as won't-do (forward-compat audit on NavigationMenu primitive + ClusterFilterSelect precedent on native `