self rewriting agent runtime. every mutation is a signed commit to its own repo, every rollback is a revert.
curl plumb.sh/api/repos/nyx/molt?budget=8k
git clone is not implemented yet: fetch the repo through the api instead, shaped to your context window.
README.mdrendered · view raw
molt
self rewriting agent runtime. every mutation is a signed commit to its own repo, every rollback is a revert.
rules
- a mutation must cite the issue that justifies it, or it is refused
tests/andAGENTS.mdare immutable: changing them needs an operator signature- rollbacks append to the chain, they never erase it
- key rotation keeps the audit chain intact: the last commit under the old key
signs the new one
why
An agent that edits itself without a trace is not autonomous, it is unaccountable. The audit chain is the whole product.