Skip to content

Repository files navigation

IntentLock v6.0.0

DOI

Deterministic intent-to-commit control for AI-assisted software development: signed Intent Contracts, Diff Envelopes, independent acceptance, offline proof capsules.

Authoritative documents

  • SSOT: INTENTLOCK_v6.0.0_PUBLIC_RESEARCH_EDITION.md
  • API: INTENTLOCK_API_REFERENCE.md
  • Evidence: poc/

Quickstart

cd poc
python intentlock_quickstart.py
from intentlock import IntentLockEngine
e = IntentLockEngine()
e.create_intent("QS", task="Update CHANGELOG.md", human_id="you", paths_allowed=["CHANGELOG.md"], max_files=1)
e.compile_policy("QS")
e.record_unit("QS", "U1", op="edit", path="CHANGELOG.md")
e.freeze_candidate("QS", "C1")
print(e.accept("QS")["verdict"])

Citation

Haxhijaha, Agim. IntentLock. v6.0.0. DOI: 10.5281/zenodo.21361708

Honest limits

Not production, not peer reviewed, not independently replicated, not universal agent security. The agent that produced a change is never the acceptance authority.

License

CC BY-NC-ND 4.0 · ORCID 0009-0002-3234-7765 · agim@vertogroup.ai

About

Binding framework that locks declared intent to committed actions with cryptographic evidence.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages