OpenPond
Back to Docs/Profiles

Profiles

Keep instructions, Skills, Agents, and source history in a Git-backed profile.

Profiles

A Profile is the source and sync boundary for instructions, Skills, Agents, and their published versions. It keeps reusable behavior reviewable rather than storing it as an untracked chat setting.

Delivery lifecycle

Initialize or load local source, inspect the current state, review a diff, commit, ensure the hosted target, push, materialize, run hosted checks, and publish an immutable version. Each stage has a distinct authority boundary.

Do not represent Profile publication as an unaudited “upload.” The exact versioned source and hosted checks matter when a Workflow or Work task invokes the resulting behavior.

Next: Skills.