Skip to main content

Module id

Module id 

Source
Expand description

Boundary ID helpers for agent:boundary markers.

Non-deterministic: new_boundary_id uses UUID v4 — callers must not rely on ordering.

Constants§

BOUNDARY_ID_LEN
Default number of hex characters for boundary IDs.

Functions§

boundary_id_from_seed_with_summary
Derive a deterministic boundary ID from a stable seed (for example the IPC patch_id), optionally suffixed with a summary slug. Same seed → same ID.
format_boundary_marker
Format a boundary marker comment.
new_boundary_id
Generate a new boundary ID (short hex string from UUID v4).
new_boundary_id_with_summary
Generate a boundary ID with an optional summary suffix.