Skip to content

Session boundary

Point stores the participant-visible Session event stream supplied by an Agent integration, plus source and Git metadata in manifest.json. Point does not prescribe a closed set of participants or event types; an adapter can preserve the native semantics of the runtime it connects.

It does not claim access to hidden model reasoning.

Preserve the source

Point does not replace the Session with a summary or rewrite a participant’s intent. session.jsonl remains the source; titles and terminal rendering are indexes and views.

Publishing is explicit

A Stash Point or Commit Point is local until point push succeeds. Publishing a Point also publishes the immutable ancestors needed to reconstruct it. Unrelated local directions are not included.

Inspect a Point before publication when needed:

point show <point-id> --full

Point v0.2 does not provide a redaction engine. The integration decides which participant-visible Session is intentionally supplied, and the user decides when that lineage becomes team-visible.