lucy-cli 1.7.0

A small local JSONL agent harness
Documentation
1
2
3
4
5
6
7
8
9
[workspace]
# Version bumps are committed by the main-branch workflow, not by a release PR.
# Generate CHANGELOG.md from releasable Conventional Commits during each version bump.
changelog_update = true
dependencies_update = false

# Release only feature, bug-fix, performance, or explicitly breaking commits.
# The final alternative also includes a BREAKING CHANGE footer in any commit type.
release_commits = '^(?:(?:feat|fix|perf)(?:\([^)]*\))?!?:|[a-z]+(?:\([^)]*\))?!:)|BREAKING[- ]CHANGE'