fix: .env.example: document CLAUDE_SHARED_DIR / CLAUDE_CONFIG_DIR (#645) #658
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
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#658
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-645"
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 #645
Changes
AI Review
Summary\n\nThis PR rewrites the comment block for
CLAUDE_SHARED_DIR/CLAUDE_CONFIG_DIRin.env.example. The new prose is strictly better: it explains why the path must be outside$HOME(UID mapping in Docker bind mounts), adds the absolute-path-parity constraint, and points readers todocs/CLAUDE-AUTH-CONCURRENCY.md— which exists and is the right place for deeper detail.\n\n### Checklist\n\n- Accuracy: The new comment correctly describes the OAuth lock mechanism and the UID-mapping rationale. No false claims detected.\n- Doc reference:docs/CLAUDE-AUTH-CONCURRENCY.mdexists in the repo.\n- Issue cross-references: The old comment cited #641 and #642; the new one drops inline issue refs in favour of the doc file. Acceptable — the doc is the durable reference.\n-[CONFIG]tags: The two variable lines previously carried inline# [CONFIG]tags consistent with the rest of the file. This PR removes them. The convention is defined at the top of the file ("Variables marked [CONFIG] are non-sensitive and safe in plaintext") and every other non-secret variable retains the tag. The omission is a minor style regression but is not harmful — the surrounding prose makes the non-secret nature clear. Not worth blocking.\n- Security / secrets: No secret exposure; both vars are config-only paths.\n- Structural impact: No code or infra changed; structural analysis shows no affected objectives.Verdict
APPROVE — Documentation-only improvement with accurate, more informative comments and a valid doc reference
Reviewed at
0553654| AGENTS.mdAI Review: APPROVE — Documentation-only improvement with accurate, more informative comments and a valid doc reference