mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
CLI: add secrets configuration, doctor check, and path resolver extraction
Add secrets section to onboard, configure, and doctor commands. Doctor validates local encrypted provider key file and can auto-repair missing keys. Extract shared path resolution into path-resolver module used by database and log checks. Show secrets env vars in `paperclip env`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
cli/src/checks/path-resolver.ts
Normal file
1
cli/src/checks/path-resolver.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { resolveRuntimeLikePath } from "../utils/path-resolver.js";
|
||||
Reference in New Issue
Block a user