pointbreak 0.5.0

Durable terminal code review for changes humans and coding agents collaborate on together
Documentation
mod actor_attributes;
mod clock;
mod delegates;
mod instant;
mod principal;
mod writer;

pub use actor_attributes::{
    ACTOR_ATTRIBUTES_LOCAL_REL_PATH, ACTOR_ATTRIBUTES_REL_PATH, ActorAttributes,
    ActorAttributesMap, ActorAttributesStageOutcome, ActorAttributesWriteRecord,
    actor_attributes_from_value, stage_actor_attributes,
};
pub(crate) use clock::current_timestamp;
pub use clock::now_rfc3339_utc;
pub use delegates::{
    DELEGATES_LOCAL_REL_PATH, DELEGATES_REL_PATH, DelegationMap, DelegationRecord,
    DelegationStageOutcome, DelegationWriteRecord, PrincipalResolution, UnresolvedReason,
    delegation_map_from_value, stage_delegation,
};
pub use instant::format_rfc3339_utc_millis;
pub use principal::{
    PrincipalSource, PrincipalStatus, PrincipalView, principal_display_label,
    principal_resolution_for_writer, principal_view_for,
};
pub(crate) use writer::writer_from_options;
pub use writer::{is_agent_actor_id, is_valid_actor_id, resolve_writer_actor_id};