Skip to content

docs: Fix incorrect paths, obsolete flags, and missing BIP39 recovery info#30

Closed
Copilot wants to merge 6 commits intomainfrom
copilot/review-documentation-accuracy
Closed

docs: Fix incorrect paths, obsolete flags, and missing BIP39 recovery info#30
Copilot wants to merge 6 commits intomainfrom
copilot/review-documentation-accuracy

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 14, 2025

Documentation audit revealed broken references, non-existent flag documentation, and outdated recovery instructions.

Path Corrections

  • docs/04-reference/docs/04-troubleshooting/
  • docs/05-development/{doctor-command,ci-cd,branch-workflow}docs/05-operations/health-checks, docs/06-development/{ci-cd,branch-workflow}
  • specs/003-bip39-mnemonic-based/specs/archive/003-bip39-mnemonic-based/

Removed Non-Existent Flags

  • --no-keychain (never implemented; keychain disabled via OS credential manager)
  • --no-audit (never implemented; audit disabled by default, enabled with --enable-audit)

BIP39 Recovery Documentation

Updated FAQ sections to reflect recovery capability:

# Forgot password? Use recovery phrase (if vault initialized with it)
pass-cli change-password --recover

# Recovery phrases generated by default since recent versions
pass-cli init --no-recovery  # Skip if desired (not recommended)

Minor Fixes

  • Standardized config file extension to .yml (code creates config.yml, one doc referenced config.yaml)
Original prompt

please review all the documentation and make sure that we aren't missing anything, or making reference to things that don't exist (or might be obsolete)

The user has attached the following file paths as relevant context:

  • docs

Created from VS Code via the GitHub Pull Request extension.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits November 14, 2025 22:51
Co-authored-by: ari1110 <37885347+ari1110@users.noreply.github.com>
- Fix README.md path references to correct directory structure
- Remove references to non-existent --no-keychain and --no-audit flags
- Update documentation to reflect actual command behavior
- Add missing BIP39 recovery information to FAQ
- Update master password recovery instructions

Co-authored-by: ari1110 <37885347+ari1110@users.noreply.github.com>
Standardize config file references to use .yml consistently

Co-authored-by: ari1110 <37885347+ari1110@users.noreply.github.com>
Copilot AI changed the title [WIP] Review documentation for completeness and accuracy docs: Fix incorrect paths, obsolete flags, and missing BIP39 recovery info Nov 14, 2025
Copilot AI requested a review from arimxyer November 14, 2025 23:02
@arimxyer arimxyer marked this pull request as ready for review November 14, 2025 23:03
@arimxyer arimxyer closed this Nov 14, 2025
@arimxyer arimxyer reopened this Nov 14, 2025
@arimxyer
Copy link
Copy Markdown
Collaborator

Closing to create a cleaner PR without duplicate content

@arimxyer arimxyer closed this Nov 14, 2025
@arimxyer arimxyer deleted the copilot/review-documentation-accuracy branch November 14, 2025 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants