Skip to content

docs: add use cases and clearer examples#10

Merged
calvinbrewer merged 4 commits into
mainfrom
improve-readme
Dec 10, 2024
Merged

docs: add use cases and clearer examples#10
calvinbrewer merged 4 commits into
mainfrom
improve-readme

Conversation

@calvinbrewer

Copy link
Copy Markdown
Contributor

No description provided.

@calvinbrewer
calvinbrewer merged commit e66fc5a into main Dec 10, 2024
@calvinbrewer
calvinbrewer deleted the improve-readme branch December 10, 2024 23:05
coderdan added a commit that referenced this pull request Jul 8, 2026
… walk (#7, #8, #10)

- #7: collapse three copies of the default encryption-client path
  (DEFAULT_ENCRYPT_CLIENT_PATH in config/index.ts, DEFAULT_CLIENT_PATH in
  config-scaffold.ts, and a private copy in build-schema.ts) into one exported
  DEFAULT_CLIENT_PATH in config/index.ts, imported everywhere — so the scaffold
  default and the Zod default can't drift.
- #8: move the "`<pkg>` is not installed" guidance into messages.ts
  (db.missingCipherStashPackage) per the assertion-stable-strings convention.
- #10: loadStashConfig accepts an optional knownConfigPath; resolveInstallContext
  passes the path it already located so the cwd→root filesystem walk runs once
  instead of twice on the existing-config path.

No behaviour change; message output is byte-identical. Full unit + e2e green.
coderdan added a commit that referenced this pull request Jul 8, 2026
… walk (#7, #8, #10)

- #7: collapse three copies of the default encryption-client path
  (DEFAULT_ENCRYPT_CLIENT_PATH in config/index.ts, DEFAULT_CLIENT_PATH in
  config-scaffold.ts, and a private copy in build-schema.ts) into one exported
  DEFAULT_CLIENT_PATH in config/index.ts, imported everywhere — so the scaffold
  default and the Zod default can't drift.
- #8: move the "`<pkg>` is not installed" guidance into messages.ts
  (db.missingCipherStashPackage) per the assertion-stable-strings convention.
- #10: loadStashConfig accepts an optional knownConfigPath; resolveInstallContext
  passes the path it already located so the cwd→root filesystem walk runs once
  instead of twice on the existing-config path.

No behaviour change; message output is byte-identical. Full unit + e2e green.
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