mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Add skill sync for remaining local adapters
This commit is contained in:
parent
b2c0f3f9a5
commit
e619e64433
18 changed files with 1284 additions and 262 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export { execute, ensureCursorSkillsInjected } from "./execute.js";
|
||||
export { listCursorSkills, syncCursorSkills } from "./skills.js";
|
||||
export { testEnvironment } from "./test.js";
|
||||
export { parseCursorJsonl, isCursorUnknownSessionError } from "./parse.js";
|
||||
import type { AdapterSessionCodec } from "@paperclipai/adapter-utils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue