Metadata-Version: 2.4
Name: tokki
Version: 0.0.1
Summary: Private local automation helpers for Codex sessions.
Author: Jean-Pierre Morard
Maintainer: Jean-Pierre Morard
Keywords: codex,automation,developer-tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Tokki

Private local automation for Codex sessions.

The PyPI package is intentionally minimal. It reserves the `tokki` package name
and exposes only a small marker CLI; the private Codex automation itself is
maintained in this private repository and is not shipped in the public wheel.

## Codex Helper

The maintained helper is `tools/codex_private.py`.

Common commands:

- `codex-private preflight`
- `codex-private context`
- `codex-private test-router --all-changed`
- `codex-private log-digest <log-file>`
- `codex-private update-repos --dry-run`
- `codex-private release-preflight`

The global launcher at `/Users/agi/.local/bin/codex-private` delegates to this
repository. Keep this helper private and do not copy it into public AGILAB.
