Skip to content

Improve Clinical KB design and RAG hardening - #10

Closed
BigSimmo wants to merge 7 commits into
mainfrom
codex/clinical-kb-design-upgrade
Closed

Improve Clinical KB design and RAG hardening#10
BigSimmo wants to merge 7 commits into
mainfrom
codex/clinical-kb-design-upgrade

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

  • upgrades the Clinical KB dashboard answer experience with compact scope controls, structured clinical sections, threshold tables, clearer Documents-mode states, and improved source viewer evidence handling
  • includes the broader local RAG/search/indexing hardening already present on this branch
  • preserves unrelated unstaged evidence-relevance edits in the local worktree; they are not included in this push

Verification

  • npm test -- tests/ward-output.test.ts
  • npm run typecheck
  • npm run lint (0 errors; existing warnings remain in tests/private-access-routes.test.ts)
  • npm run build
  • targeted Playwright checks for demo answer flow, document search mode, and mobile document viewer evidence/PDF flow
  • in-app browser QA on http://localhost:4298 with /api/local-project-id verified

Notes

  • Draft PR because this branch is large and should be reviewed before merge.
  • Original local codex/backup branch remains divergent from origin/codex/backup and was not force-pushed or merged.

@BigSimmo

Copy link
Copy Markdown
OwnerAuthor

Superseded by #11, which contains the final local lint and evidence relevance fixes without force-pushing this divergent branch. Leaving this draft open for now rather than closing it automatically.

@BigSimmo

Copy link
Copy Markdown
OwnerAuthor

Closed as superseded by merged PR #11. The final fixes landed on main in e042003 without preserving this stale divergent branch.

@BigSimmoBigSimmo closed this Jun 3, 2026
@BigSimmo
BigSimmo deleted the codex/clinical-kb-design-upgrade branch June 3, 2026 07:40
BigSimmo added a commit that referenced this pull request Jul 24, 2026
* issues: capture sitewide design/UX review findings #68#72
Record confirmed presentation-tab, fake Add, Tools affordance, compare-dock,
and hard-reload defects from the 2026-07-24 production-page design review;
queue them as A2 UI work and note Compact/Detailed selected styling on #10.
* docs: record sitewide design/UX review in branch-review ledger
Append the main@6ceaaff5 production-page design/UX review outcome and checks
so the same HEAD+scope is not re-reviewed without an explicit fresh pass.
* issues: format outstanding-issues after #68#72 capture
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
BigSimmo added a commit that referenced this pull request Jul 25, 2026
Resolve docs/outstanding-issues.md by keeping main's ledger and re-applying closures for #9#10#32#41#63 into Resolved/archive.
Co-authored-by: Cursor <cursoragent@cursor.com>
cursorBot pushed a commit that referenced this pull request Jul 25, 2026
* docs: close ledger #9#10#32#41#63
Record ops-only /api/jobs decision, coming-soon audit, governance
ranking REFUTED guardrail, Factsheets reading-model brief, and Current
Clinical Work privacy/persistence brief. Archive the five open items;
no RAG or application behavior changes.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* fix(ci): prettier ledger docs and drop stale PR_POLICY_BODY
Static PR checks failed on Prettier for five docs files. Also remove
leftover PR_POLICY_BODY.md from merged #1134 so Sync PR policy body
stops overwriting this docs PR description.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* docs: record PR #1175 review ledger outcome
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* chore: restore PR #1175 description via PR_POLICY_BODY sync
Temporary template so CI Sync PR policy body replaces the polluted
search-performance description left from merged #1134.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* chore: remove temporary PR_POLICY_BODY after description sync
Keep the corrected PR #1175 description without leaving the sync
template on the branch for merge to main.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* docs: supersede PR #1175 review ledger after body sync
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* style: prettier-format outstanding-issues after ledger merge
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo