decapod 0.38.10

Decapod is the daemonless, local-first control plane that agents call on demand to align intent, enforce boundaries, and produce proof-backed completion across concurrent multi-agent work. 🦀
Documentation
# release-plz configuration
# https://release-plz.ieni.dev/docs/config

[workspace]
# Enable changelog generation
changelog_update = true
# Changelog path
changelog_path = "CHANGELOG.md"
# Git tag format
git_tag_name = "v{{ version }}"
# Release PR labels
pr_labels = ["release"]
# allow release-pr computation even if runtime-generated files make tree dirty
allow_dirty = true

# Semantic versioning based on conventional commits:
# - feat: minor version bump
# - fix: patch version bump
# - BREAKING CHANGE: major version bump
# - chore/docs/style/refactor/perf/test: no version bump