Add pipelock YAML render contract tests #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Issue #117 identifies
bot_bottle/pipelock.pyas a remaining hotspot.pipelock_render_yamlhand-renders a fixed YAML shape and reads specific config keys. Ifpipelock_build_configchanges shape, rendering can fail at runtime or silently emit YAML whose semantics no longer match the structured config.Desired outcome
Add a PRD for locking down the pipelock config render contract. The PRD should cover structured render helpers or assertions, round-trip/semantic tests for rendered YAML, optional sections, and failure behavior for unsupported config shapes.
Parent context
Carved out from the broader hotspot review in #117.