Rename import_dicom to import-dicom for consistency
This commit is contained in:
parent
c604514abb
commit
6fc2a08ea5
4
Makefile
4
Makefile
|
|
@ -46,8 +46,8 @@ $(BINDIR)/import-genome: ./import-genome/*.go ./lib/*.go | $(BINDIR)
|
|||
|
||||
# DICOM import tool
|
||||
import-dicom: $(BINDIR)/import-dicom
|
||||
$(BINDIR)/import-dicom: ./import_dicom/*.go ./lib/*.go | $(BINDIR)
|
||||
$(FIPS) go build $(LDFLAGS) -o $@ ./import_dicom
|
||||
$(BINDIR)/import-dicom: ./import-dicom/*.go ./lib/*.go | $(BINDIR)
|
||||
$(FIPS) go build $(LDFLAGS) -o $@ ./import-dicom
|
||||
|
||||
# Debug tools (no FIPS needed)
|
||||
tools: $(BINDIR)/decrypt $(BINDIR)/fips-check
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ The LLM extraction prompts define `input_config` — the UI renders whatever str
|
|||
|
||||
## Must Have
|
||||
|
||||
- **Empty prompt always at top** — the primary entry point, always visible, inviting input
|
||||
- Edit recognized prompts (change question, schedule, fields)
|
||||
- Delete/dismiss prompts
|
||||
- Works beautifully on web and mobile (WebView)
|
||||
|
|
|
|||
Loading…
Reference in New Issue