mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 03:10:38 +09:00
feat(cursor): export skill injection helper and document auto-behaviors
Export ensureCursorSkillsInjected from the server entrypoint and add a test for skill directory injection. Document the auto-inject and auto-trust behaviors in the adapter notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c9b7ef918
commit
e1b24c1d5c
3 changed files with 106 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export { execute } from "./execute.js";
|
||||
export { execute, ensureCursorSkillsInjected } from "./execute.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