Skip to main content
ckdn — deterministic check runner and log digester for AI-assisted development loops

Deterministic check runner and log digester for AI-assisted development loops

Let agents move fast.
Keep verification explicit, bounded, and machine-readable.

PyPI CI Documentation MIT license Python ≥ 3.11 core: stdlib only digest schema v2


ckdn (short for checkdown) sits between a coding agent and your project’s verification tools. The agent never reads a 10 000-line pytest log and never decides from prose whether a run “looks green”.

Every check goes through one orchestrator that:

  1. owns the true process exit code,
  2. archives the full log as evidence,
  3. emits a bounded, machine-readable digest — the only thing the agent is supposed to read.
ckdn pipeline: agent → ckdn run coverage → subprocess (owns exit code) → .agent-runs artifacts; agent reads digest.json

Text-based interpretation of tool output fails two ways: context bloat (the agent drowns in a thousand-line log) and false green (a collection error prints no FAILED lines, so a regex calls it clean). ckdn's answer is a strict status model from both the exit code and a format-aware parser: the two must agree before anything is called green. ckdn may downgrade green; it never upgrades red.

Runtime: Python ≥ 3.11, stdlib only for the core CLI (zero third-party dependencies). The optional MCP server is an extra (ckdn[mcp]).

Install

uv tool install ckdn          # global CLI
# or as a project dev dependency:
uv add --dev ckdn

Quick start

cd your-project
ckdn init                      # writes starter ckdn.toml
echo '.agent-runs/' >> .gitignore

ckdn checks                    # list configured checks
ckdn run ruff                  # one atomic check → compact digest on stdout
ckdn run lint                  # alias → members (e.g. ruff, pylint)
ckdn show                      # pretty-print latest digest

ckdn run exits with the original command’s code, so it slots into any hook or CI step where the raw command used to be — with a bounded, schema-backed digest as a side effect.

Documentation

Full documentation lives at orenlab.github.io/ckdn:

License & community

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckdn-1.3.0.tar.gz (262.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckdn-1.3.0-py3-none-any.whl (92.8 kB view details)

Uploaded Python 3

File details

Details for the file ckdn-1.3.0.tar.gz.

File metadata

  • Download URL: ckdn-1.3.0.tar.gz
  • Upload date:
  • Size: 262.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ckdn-1.3.0.tar.gz
Algorithm Hash digest
SHA256 88bcf506404ef6137407b8235cad7f1c9af07bc227c01b126ee10317caef5658
MD5 3e238c199aaa9305da17624f6c87d183
BLAKE2b-256 b9a48c35c44e56de8713c42e3f887381ca92f5ca90efa3ec44e019abcffc65fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ckdn-1.3.0.tar.gz:

Publisher: publish.yml on orenlab/ckdn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ckdn-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: ckdn-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 92.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ckdn-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f4bb804624db0363648ef5f547a70f366a55757c762f2c6cc0acbf9bf06105b
MD5 2f4cc97eb11e7e9cbd847bcbcd9e9b8f
BLAKE2b-256 545dbd99efc0099c83498d5dde17e2958fa42c145305adbc1e488ecb5587cd0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ckdn-1.3.0-py3-none-any.whl:

Publisher: publish.yml on orenlab/ckdn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.3.2

2 files

1.3.1

2 files

This release

1.3.0 This release

2 files

1.2.0

2 files

1.1.1

2 files

1.1.0

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page