Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.13 KB

File metadata and controls

29 lines (21 loc) · 1.13 KB

pie agent context

Purpose

pie is a structured extraction library and CLI built on @mariozechner/pi-ai.

Start here

When you need more detail

Releasing

Lockstep versioning: All packages always share the same version number. Every release updates all packages together.

Version semantics (no major releases):

patch: Bug fixes and new features minor: API breaking changes Steps Update CHANGELOGs: Ensure all changes since last release are documented in the [Unreleased] section of each affected package's CHANGELOG.md

Run release script:

npm run release:patch # Fixes and additions npm run release:minor # API breaking changes The script handles: version bump, CHANGELOG finalization, commit, tag, publish, and adding new [Unreleased] sections.