Getting started
Sync Paperclip issues with Linear. Two-way status updates, label mapping, and cycle tracking for agent-managed projects.
import { paperclip } from "@paperclip/core";
import paperclipPluginLinear from "@oldharlem/paperclip-plugin-linear";
paperclip.use(paperclipPluginLinear({
// configuration goes here
}));Configuration
The plugin reads its configuration from environment variables by default, but every option can be overridden inline. Pass debug: true while wiring it up to get verbose logs scoped to this plugin only.
Capabilities
This plugin registers 2 capabilities with the Paperclip runtime — switch to the Capabilities tab for the full list.