()
| 117 | |
| 118 | /** Shared Magic Context user config, independent of the Pi agent settings dir. */ |
| 119 | export function getPiUserConfigPath(): string { |
| 120 | return resolveCortexKitUserConfigPath(); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Pi's `pi install <source>` command persists extension package sources in |
no test coverage detected