Releases: rusty4444/agentcontract
Releases · rusty4444/agentcontract
Release list
v0.0.6
What's Changed
- chore(deps): update click requirement from >=8.4.1 to >=8.4.2 by @dependabot[bot] in #8
Full Changelog: v0.0.5...v0.0.6
Release v0.0.5
What's Changed
- chore(deps-dev): update pytest requirement from >=9.0.3 to >=9.1.1 by @dependabot[bot] in #7
Full Changelog: v0.0.4...v0.0.5
Release v0.0.4
What's Changed
- Add Buy Me a Coffee badge by @rusty4444 in #6
- chore(deps-dev): update pytest requirement from >=8.0.0 to >=9.0.3 by @dependabot[bot] in #2
- chore(deps): update pydantic requirement from >=2.9.0 to >=2.13.4 by @dependabot[bot] in #3
- chore(deps): update rich requirement from >=13.0.0 to >=15.0.0 by @dependabot[bot] in #5
- chore(deps): update click requirement from >=8.1.0 to >=8.4.1 by @dependabot[bot] in #4
New Contributors
- @rusty4444 made their first contribution in #6
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.0.3...v0.0.4
v0.0.3 — enforcement interface
CHANGELOG
[0.0.3] — 2026-05-24
Changed
- bumped version to 0.0.3
[0.0.2] — 2026-05-24
Added
enforcement.py—ContractEnforcer,ContractViolation,AuditTrailcheck(),enforce(),check_hermes(),replace_contract()- 38 tests covering deny/block/approval/exception/audit/hot-swap
v0.0.1
agentcontract v0.0.1
Initial public release.
Highlights
- Adds
agc gui, a localhost-only browser GUI for creating, validating, saving, and dry-running agent contracts. - Adds a README screenshot of the setup GUI.
- Adds safe GUI save-path handling, same-origin POST checks, and tests for GUI validation/gate/save helpers.
- Adds MIT license and repository hygiene cleanup.
Validation
python -m ruff check .python -m pytest tests -q -vv— 28 passedpython -m build- Browser validation of
agc guiwith screenshot captured for README.