@tokenroll/acplugin-platform-pi
v0.0.3-beta
Published
Pi Platform integration for acplugin.
Readme
@tokenroll/acplugin-platform-pi
Pi Platform package for @tokenroll/acplugin.
pnpm add -D @tokenroll/acplugin @tokenroll/acplugin-platform-piimport { defineConfig } from '@tokenroll/acplugin';
import pi from '@tokenroll/acplugin-platform-pi';
export default defineConfig({
name: 'my-plugin',
version: '1.0.0',
description: 'Reusable AI workflows.',
platforms: [pi()],
});The package also exports the named pi factory, its option types, PLATFORM_ID, and PLATFORM_API_VERSION.
Pi does not currently expose a Platform Component Contribution payload. A non-empty private component contribution fails during Package finalization rather than becoming a guidance Skill.
License
MIT
