mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
Stop exporting paperclipSkillSync in company packages
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
140c4e1feb
commit
f8249af501
2 changed files with 7 additions and 1 deletions
|
|
@ -315,7 +315,12 @@ function normalizePortableConfig(
|
|||
const next: Record<string, unknown> = {};
|
||||
|
||||
for (const [key, entry] of Object.entries(input)) {
|
||||
if (key === "cwd" || key === "instructionsFilePath" || key === "promptTemplate") continue;
|
||||
if (
|
||||
key === "cwd" ||
|
||||
key === "instructionsFilePath" ||
|
||||
key === "promptTemplate" ||
|
||||
key === "paperclipSkillSync"
|
||||
) continue;
|
||||
if (key === "env") continue;
|
||||
next[key] = entry;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue