Public review beta

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

The public artifact

One packet. Four independently replayable checks.

This is the current synthetic review result, presented without private authoring or routing machinery.

codemani.intent.v1 / synthetic example PASS
{
  "kind": "codemani.intent.v1",
  "payload_count": 1,
  "container_bytes": 876,
  "container_sha256":
  "d14af806...f218d5b"
}
Replay checks
Packet structure inspected
Synthetic source hashes match
Precomputed JavaScript present
Node oracle passed
What you can do today

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.

01 / Inspect

Open the packet

Read the synthetic intent, source fingerprints, target runtime, and required checks.

02 / Verify

Recompute the hashes

Confirm that the packet, source slice, precomputed output, and receipt still agree.

03 / Replay

Run the oracle

Execute the included local test and verify a clean PASS without an account or network call.

The intended workflow

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.

01 Fingerprint

Bind the packet to a specific source slice rather than a loose prompt history.

02 Package intent

Record the bounded change, target runtime, and checks that define success.

03 Materialize privately

A trusted engine may produce a supported result or refuse an unsupported request.

04 Verify

Bind the result to its source, packet, checks, and replayable receipt.

Claim boundary

Useful because it is narrow.

CodeMani is not being presented as a general translator or autonomous coding agent.

Proved publicly

Inspectable replay

The synthetic packet, fingerprints, precomputed result, receipt, and oracle can be checked locally.

Kept private

Authoring and materialization

The engine that proposes, repairs, routes, or produces new code is not part of the public repository.

Not claimed

Autonomous production changes

No broad code translation, production refactoring, customer-code handling, or public sandbox is claimed.

Public review

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.