You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine-shareable content_recovery commands from excerpt/inspect embed username, repository, DB, and binary absolute paths. status --config similarly exposes user log paths without the redaction controls used by config/doctor.
Audit IDs: Q-14 and O-29.
Existing issue relationship
Residual/follow-up to closed #4313's status/support-safe path contract.
Expected behavior
Shareable output is support-safe by default, with one explicit way to request executable unredacted local commands when needed.
PR scope
One PR should apply the shared path-sensitivity/redaction contract to these surfaces.
Implementation guide for Codex 5.6 sol xhigh
Use the existing structured path redactor; do not regex-replace rendered command strings.
Separate display/recovery template from local resolved execution values.
Define --redact-paths/--show-paths behavior consistently and annotate when a redacted command needs local substitution.
Cover home/repo/DB/binary/log/temp paths, spaces, Windows drives/UNC, and JSON/human modes.
Summary
Machine-shareable
content_recoverycommands from excerpt/inspect embed username, repository, DB, and binary absolute paths.status --configsimilarly exposes user log paths without the redaction controls used by config/doctor.Audit IDs: Q-14 and O-29.
Existing issue relationship
Residual/follow-up to closed #4313's status/support-safe path contract.
Expected behavior
Shareable output is support-safe by default, with one explicit way to request executable unredacted local commands when needed.
PR scope
One PR should apply the shared path-sensitivity/redaction contract to these surfaces.
Implementation guide for Codex 5.6 sol xhigh
--redact-paths/--show-pathsbehavior consistently and annotate when a redacted command needs local substitution.Acceptance criteria