fix: fix: reproduce container must mount ~/.claude.json for Claude auth (#312) #328
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-312"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #312
Changes
AI Review
Summary\n\nAdds a missing volume mount for
~/.claude.jsonindispatch_reproduce(), fixing Claude authentication in reproduce containers (issue #312).\n\n### Review\n\n- infodispatcher.sh:557-559: New block correctly uses-f(file test) rather than-d, and mounts the file as:ro— matching the security posture of the~/.sshmount on line 561. Good.\n- nitdispatcher.sh:552: Comment still reads "Mount ~/.claude and ~/.ssh" — now also covers~/.claude.json. Not blocking; trivial doc drift.Verdict
APPROVE — Correct minimal fix: mounts ~/.claude.json read-only following existing pattern
Reviewed at
2b0f4f0| AGENTS.mdAI Review: APPROVE — Correct minimal fix: mounts ~/.claude.json read-only following existing pattern