Skip to content

Releases: Princey9/NoteNest

v0.2.0

02 Feb 12:21

Choose a tag to compare

NoteNest v0.2.0 — Offline Note Understanding + Cloak Mode (Protected placeholders)

✨ What’s new in v0.2.0

NoteNest is now a Clinical Note Prep Toolkit that runs fully offline with two modes:

  • Summarize & Structure (Note Understanding)
    Converts messy/unstructured notes into:

    • Patient View: complaint-first, plain-language explanation + next steps + red flags
    • Clinician View: structured output with a toggle between SOAP and 5C’s
  • De-identify & Share (Cloak Mode)
    Protects sensitive details using placeholders (e.g., [EMAIL_PROTECTED], [PHONE_PROTECTED], [ID_PROTECTED]) while keeping clinical meaning intact.

Language note: NoteNest uses “Protected” placeholders (never “redacted”).


✅ Key features

  • Protected placeholders for common sensitive fields:
    • email, phone, IDs/MRN-like patterns, DOB/dates, addresses
  • Deterministic extraction (no network calls, no cloud upload)
  • Coverage summary: fields found vs missing + protected counts
  • Static GitHub Pages demo (runs under docs/):
    • Paste or upload note
    • Convert + Clear buttons
    • Summarize vs Cloak toggle
    • Copy + Download outputs
    • Very messy sample notes to prove usefulness

🧪 Quality & verification

This release is expected to pass:

  • cargo fmt --check
  • cargo clippy -- -D warnings
  • cargo test
  • ./scripts/check_pages.sh
  • ./scripts/pre_submit_check.sh

🌍 Links


📦 Binaries

Assets include:

  • aarch64-unknown-linux-musl.tar.gz (required)
  • x86_64-unknown-linux-musl.tar.gz (bonus)

🗒️ Notes

  • No backend: the demo is a static GitHub Pages site.
  • CLI remains stable: existing commands are preserved; functionality is extended.

Release tag

v0.2.0

v0.1.0

01 Feb 11:07

Choose a tag to compare

ci: add cross-compile workflow for release binaries