@paintless/pipeline
v0.1.0
Published
Route/execute/deliver engine shared by the Paintless CLI and server
Maintainers
Readme
@paintless/pipeline
The engine behind both shells: config resolution, routing, agent execution and delivery.
import { defineConfig } from '@paintless/pipeline'
export default defineConfig({
agents: { default: claudeCode() },
destinations: [github({ repo: 'acme/shop' })],
routes: [{ when: { env: 'dev' }, run: 'default' }],
})paintless dev and @paintless/server embed this same engine, so a route
behaves identically locally and in production.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
