mempalace/scripts
Igor Lins e Silva 0bb2d120a7 fix(ci): make the smoke fixture readable by the container's uid
The first CI run failed at step 3 with

    PermissionError: [Errno 13] Permission denied: '/work/mempalace.yaml'

`mktemp -d` creates the fixture 0700 owned by the runner user. Bind
mounts carry host ownership through unchanged, and the image runs as
uid 1000, so the container could not stat inside /work. Docker
Desktop's uid mapping hides this on macOS, which is why it passed
locally and only failed on Linux.

Model an ordinary project checkout instead — 0755 dir, 0644 file — which
is the shape that makes the README's `-v /path/to/project:/work` work
against a normal repo.
2026-08-08 10:38:13 -03:00
..
backfill_authored_at.py feat(convo): preserve authored timestamp from transcripts (#1890) 2026-06-28 18:13:06 -03:00
docker-smoke.sh fix(ci): make the smoke fixture readable by the container's uid 2026-08-08 10:38:13 -03:00
mempalace_repair_encoding.py fix(encoding): make repair conservative and reversible 2026-08-03 15:47:59 +00:00