antoine — codebase lookup and indexing for agent skills (greenfield AgentCulture sibling).
Project description
antoine
Codebase lookup and indexing for agent skills.
The name encodes the goal: antoine = "N to 1" (an-to-one). Collapse the
N ad-hoc tool calls an agent would otherwise make against a codebase
(ls + cat + grep + git log + git show + …) into one call to a
purpose-built kata verb (or its antoine alias — see
pyproject.toml for the console-script wiring;
kata-cli is the PyPI distribution name, not a command name) that
returns the same information as structured data. Every verb antoine ships is a bet that some recurring
N-call pattern has a 1-call replacement that is cheaper, more reliable,
and easier to delegate to a subagent.
What's here
This repo manages three intertwined things — the CLI that ships the 1-call verbs, the evaluation harness that tells us whether the verbs are actually worth the bet, and the recorded results from past rounds.
-
antoine/— the package that will eventually expose the lookup verbs. Greenfield:learn/explain/whoamiare honest placeholder stubs. SeeCLAUDE.mdfor build / test / architecture details. -
kata-cli(andcode-lens-cli) — alt-published PyPI distributions carrying the same wheel content asantoine-cli. Installing any of the three exposes the same pair of console scripts —antoineandkata(seepyproject.toml). The dispatching directives baked intoCLAUDE.mdrefer to verbs invoked via thekata/antoinecommands;kata-cliis the distribution label userspip install, not a command they run. The dual-publish loop is defined in.github/workflows/; seeCHANGELOG.mdentries for v0.7.0 / v0.7.1 for the history of how the three distribution names were wired up. -
experiments/scripts_eval/— the A/B-test harness for therepo-mapskill (env-var-gated hooks, three-layer scoring, 5-repo round-1 corpus, multi-arm rider design with banned / directed / organic modes, multi-pair LLM-as-judge). The eval rounds are the validation gate before thelearn/explain/overview/doctorverb redesign lands. Seeexperiments/scripts_eval/README.mdandexperiments/scripts_eval/RUNBOOK.md. -
docs/eval-rounds/— write-ups from completed evaluation rounds (round 01, smoke 02, round 02 so far). These are the empirical record behind the directives inCLAUDE.md— including the round-2 finding that subagents build their plans from the prompt body before consulting the skills catalog, which is why the dispatching table lives in the parent agent's instructions rather than in skill descriptions.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kata_cli-0.10.0.tar.gz.
File metadata
- Download URL: kata_cli-0.10.0.tar.gz
- Upload date:
- Size: 345.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57347071897193b39ea34e932a4f87390c005f1027f3193ee76ba12abe74f126
|
|
| MD5 |
5b4edac49fdd1791932ebf09b9f1587d
|
|
| BLAKE2b-256 |
f229a34a2f0923ace4f17546093c504647798b393ef46304602984f60ace535b
|
File details
Details for the file kata_cli-0.10.0-py3-none-any.whl.
File metadata
- Download URL: kata_cli-0.10.0-py3-none-any.whl
- Upload date:
- Size: 56.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
239a40260d9a6c94495d5b3ce97b658e7f154364a85e3f07e6a2ecc90260d76d
|
|
| MD5 |
57945f68680199625c13a06b6e897474
|
|
| BLAKE2b-256 |
32a410776620fdb1b7755f8e10810d938fe342aaa82b048cf199346e4d20d78d
|