feat(FN-2262): merge fusion/fn-2262 (auto-resolved)

- feat(FN-2262): document Paperclip runtime configuration and constraints
- docs(FN-2261): update README with implementation details
- feat(FN-2261): add paperclip runtime resolution compatibility tests
- feat(FN-2261): add runtime adapter and registration tests
- feat(FN-2261): integrate adapter into plugin entrypoint
- feat(FN-2261): implement PaperclipRuntimeAdapter
- fix(FN-2261): remove pi-coding-agent re-exports from types.ts
- feat(FN-2261): define runtime types for Paperclip plugin
- feat(FN-2260): merge fusion/fn-2260
This commit is contained in:
Fusion
2026-04-22 15:39:15 -07:00
committed by gsxdsm
parent 2455bfb250
commit 330c1159d3
31 changed files with 1984 additions and 310 deletions

6
packages/engine/src/auth-storage.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
import { AuthStorage } from "@mariozechner/pi-coding-agent";
export declare function getFusionAuthPath(home?: string): string;
export declare function getFusionModelsPath(home?: string): string;
export declare function getModelRegistryModelsPath(home?: string): string;
export declare function createFusionAuthStorage(): AuthStorage;
//# sourceMappingURL=auth-storage.d.ts.map