Found during the 2026-04-18 scitex package audit.
Three local repo directories have `pyproject.toml` with `name = "scitex"` at version 2.27.3:
| dir |
notes |
| `~/proj/scitex-python/` |
natural name, likely canonical |
| `~/proj/scitex-code/` |
prod bind-mounts `.../scholar/citation_graph` from this one in scitex-cloud's `docker_prod/docker-compose.yml` |
| `~/proj/scitex_repo/` |
identity unclear, possibly stale clone or symlink |
Risk: installing in editable mode from the wrong one shadows the others for that machine. scitex-cloud's prod bind-mount path (`scitex-code/`) diverges silently if we commit to one canonical without migrating the mount.
Action
- Diff the three dirs to see if they're actually in sync or drifted.
- Declare one as canonical (suggest: scitex-python, since the pip name matches the dir name).
- Migrate the scitex-cloud bind-mount path to point at the canonical dir.
- Delete or symlink the non-canonical duplicates.
Context: `scitex-cloud:GITIGNORED/SCITEX_VERSIONS.md` §5.1.
Found during the 2026-04-18 scitex package audit.
Three local repo directories have `pyproject.toml` with `name = "scitex"` at version 2.27.3:
Risk: installing in editable mode from the wrong one shadows the others for that machine. scitex-cloud's prod bind-mount path (`scitex-code/`) diverges silently if we commit to one canonical without migrating the mount.
Action
Context: `scitex-cloud:GITIGNORED/SCITEX_VERSIONS.md` §5.1.