CodeMani.
A code change as a verifiable work order.
CodeMani records one bounded change as a compact packet: which synthetic source is involved, what result is expected, and which checks must pass. The public preview lets you inspect the packet and replay a precomputed result. It does not include the private engine that authors or materializes new changes.
Synthetic source only · no customer code · no private materializer in the public repository
One packet. Four independently replayable checks.
This is the current synthetic review result, presented without private authoring or routing machinery.
"kind": "codemani.intent.v1",
"payload_count": 1,
"container_bytes": 876,
"container_sha256":
"d14af806...f218d5b"
}
Inspect the claim instead of trusting the pitch.
The public repository is deliberately narrow. It provides enough material to audit the packet boundary without publishing the private engine.
Open the packet
Read the synthetic intent, source fingerprints, target runtime, and required checks.
Recompute the hashes
Confirm that the packet, source slice, precomputed output, and receipt still agree.
Run the oracle
Execute the included local test and verify a clean PASS without an account or network call.
Compact intent travels. Dense work happens at a trusted boundary.
The public preview proves the review and replay surface. Private materialization remains a separate, controlled capability.
Bind the packet to a specific source slice rather than a loose prompt history.
Record the bounded change, target runtime, and checks that define success.
A trusted engine may produce a supported result or refuse an unsupported request.
Bind the result to its source, packet, checks, and replayable receipt.
Useful because it is narrow.
CodeMani is not being presented as a general translator or autonomous coding agent.
Inspectable replay
The synthetic packet, fingerprints, precomputed result, receipt, and oracle can be checked locally.
Authoring and materialization
The engine that proposes, repairs, routes, or produces new code is not part of the public repository.
Autonomous production changes
No broad code translation, production refactoring, customer-code handling, or public sandbox is claimed.
Check the packet yourself.
The preview has no hosted dependency and no private engine. Clone it, run the review command, and judge the boundary from the artifact.