Skip to content

Releases: rusty4444/agentcontract

v0.0.6

Choose a tag to compare

@rusty4444 rusty4444 released this 27 Jun 16:12
c412b54

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

Choose a tag to compare

@rusty4444 rusty4444 released this 20 Jun 16:11
ea2f313

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

Choose a tag to compare

@rusty4444 rusty4444 released this 06 Jun 02:46
3246af4

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

Full Changelog: v0.0.3...v0.0.4

v0.0.3 — enforcement interface

Choose a tag to compare

@rusty4444 rusty4444 released this 24 May 06:21

CHANGELOG

[0.0.3] — 2026-05-24

Changed

  • bumped version to 0.0.3

[0.0.2] — 2026-05-24

Added

  • enforcement.pyContractEnforcer, ContractViolation, AuditTrail
  • check(), enforce(), check_hermes(), replace_contract()
  • 38 tests covering deny/block/approval/exception/audit/hot-swap

v0.0.1

Choose a tag to compare

@rusty4444 rusty4444 released this 23 May 22:52

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 passed
  • python -m build
  • Browser validation of agc gui with screenshot captured for README.