docs(secrets): clarify age strict mode default#9737
Conversation
Greptile SummaryThis PR improves the age encryption documentation by adding a missing prerequisite step (enabling experimental features) to the Quick Start guide and rewriting the strict-mode section to clearly state that strict decryption is the default behavior, with explicit instructions for disabling it. Confidence Score: 5/5Documentation-only change with no runtime impact; safe to merge. The change touches only a single Markdown documentation file. The new content accurately reflects the experimental gating requirement and the strict-by-default decryption behavior, correcting a previously ambiguous description. No code paths are modified. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "docs(secrets): clarify age decryption st..." | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for age-encrypted secrets to include instructions for enabling experimental features and to reflect changes in decryption behavior, which is now strict by default. The review feedback suggests using the explicit set subcommand for consistency, refining the technical description of strict mode to focus on decryption, and standardizing the syntax for setting configuration values.
This comment was marked as outdated.
This comment was marked as outdated.
### 🚀 Features - add --inactive option to outdated and upgrade commands for inactive tools by @roele in [#9640](#9640) ### 🐛 Bug Fixes - **(aqua)** resolve bin paths for prefixed v tags by @risu729 in [#9759](#9759) - **(bun)** create bunx alongside bun.exe on Windows install by @JamBalaya56562 in [#9732](#9732) - **(dotnet)** use shared prerelease tool option by @risu729 in [#9720](#9720) - **(node)** use matching node in npm shim by @jdx in [#9749](#9749) - **(task)** resolve bash deterministically on Windows to avoid WSL launcher by @JamBalaya56562 in [#9750](#9750) ### 📚 Documentation - **(secrets)** clarify age strict mode default by @risu729 in [#9737](#9737) - **(tasks)** add bash shebang to conditional-dependencies example by @JamBalaya56562 in [#9747](#9747) - update backend tool option docs by @risu729 in [#9738](#9738) ### 📦 Registry - remove tools with zero users by @jdx in [#9725](#9725) - add scalafmt ([github:scalameta/scalafmt](https://github.com/scalameta/scalafmt)) by @pokir in [#9757](#9757) - remove flarectl by @risu729 in [#9756](#9756) ### Chore - **(release)** strip pre-existing sponsor block before appending canonical one by @jdx in [#9745](#9745) ### New Contributors - @pokir made their first contribution in [#9757](#9757)
Summary
age.strict=falseskips undecryptable values and continues resolving the environmentTesting
mise run docs:buildRefs #9730