4 Commits

Author SHA1 Message Date
ryan fd0273f9dd Add an encrypted variant: smoke_enc.hdb decrypted to tmpfs
Exercises the pass-2 path end to end — key lookup, decrypt into tmpfs rather
than the on-disk cache, results written into tmpfs and returned as an encrypted
.hrb the server stores without a key. The .hek stays out of the repo.
2026-08-15 10:29:53 +02:00
ryan 40b46d2099 Mount the bundle at bundled/ so it does not collide with the loose copy
This repo carries data/smoke/labels.csv for the loose-file config and the same
data inside smoke.hdb. Mounting the bundle at data/ made two sources claim one
path, which the provider refuses. Giving the bundle its own mount keeps both
configs working.
2026-08-15 09:49:00 +02:00
ryan 79c109613d Add a bundle-backed config: dataset as smoke.hdb via git-lfs
Exercises the provider bundle path — verify sha256, unpack to the
content-addressed cache, symlink in at mount="data" so the config metadata_csv
path resolves. The loose-file config stays alongside it as the plain case.
2026-08-15 08:45:00 +02:00
ryan 4e815df327 Smoke job repo: grouped tabular dataset + config
400 rows / 200 patients, two samples each, so grouped splitting is actually
exercised. Signal is modest and noisy on purpose — a separable toy would score
1.0 with a broken model and prove nothing.
2026-08-13 21:16:22 +02:00