# AGENTS

This repository is a Bun-based package with a pi-coding-agent extension.

## Mise tasks
- build: Build the project
- dev: Build plugin for development with sourcemaps and vendor splitting
- format: Format code with Prettier
- link
- lint: Run ESLint
- lint_fix: Run ESLint with auto-fix
- pkgjsonlint: Validate package.json has no scripts property
- prepare: Prepare for publishing
- publish: Publish to npm registry
- setup: Setting up project
- test: Run tests
- typecheck: Type check TypeScript files without emitting
- version: Bump version - handles 'next' prerelease or syncs after 'latest'
- watch: Watch mode for plugin development with sourcemaps and vendor splitting

## Package info
- Bun repo: yes (bun.lock present)
- pi-package for pi-coding-agent: https://www.npmjs.com/package/@mariozechner/pi-coding-agent
