Skip to content

Record only the image file name in case files - #434

Merged
abrignoni merged 1 commit into
mainfrom
fix/case-files-record-image-basename
Aug 25, 2026
Merged

Record only the image file name in case files#434
abrignoni merged 1 commit into
mainfrom
fix/case-files-record-image-basename

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Stops the fixture cutter from writing the absolute local path of the input image into committed case files. Matches iLEAPP #2047.

  • The cutter records the basename; image locations stay in the git-ignored admin/image_manifest.local.json, and image_name identifies the image.
  • A structural test keeps machine-local paths out of the case files. No case files exist here yet, so it starts green.

The fixture cutter wrote the absolute local path of the input image into
each case entry's make_data.input_data_path, publishing one machine's
folder layout into committed case files. The only readers of this field
take its basename for display, and image locations already live in the
git-ignored admin/image_manifest.local.json. The writer now records the
file name alone, and a structural test keeps machine-local paths out of
the case files. No case files exist in this repo yet, so the test starts
green.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit 2ce4213 into main Aug 25, 2026
8 checks passed
@abrignoni
abrignoni deleted the fix/case-files-record-image-basename branch August 25, 2026 05:39
Sign up for free to 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