klasp-core 0.5.0

Public traits, types, and protocol for klasp — block AI coding agents on the same quality gates humans hit at git commit.
Documentation
1
2
3
4
5
6
7
8
//! Text-manipulation helpers shared across klasp's agent surfaces.
//!
//! These are pure, filesystem-free string transforms. The first inhabitant
//! is [`managed_block`], the delimited-region writer that every surface
//! (AGENTS.md markdown, git-hook shell, future YAML configs) layers its
//! file-format-specific framing on top of.

pub mod managed_block;