code-lens-cli 0.9.1__tar.gz → 0.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/CHANGELOG.md +7 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/CLAUDE.md +14 -0
- code_lens_cli-0.9.2/PKG-INFO +71 -0
- code_lens_cli-0.9.2/README.md +53 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/pyproject.toml +1 -1
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/uv.lock +1 -1
- code_lens_cli-0.9.1/PKG-INFO +0 -36
- code_lens_cli-0.9.1/README.md +0 -18
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/settings.json +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/scripts/_resolve-nick.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/scripts/portability-lint.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/scripts/pr-reply.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/scripts/pr-status.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/cicd/scripts/workflow.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/code-lookup/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/code-lookup/scripts/classify.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/code-lookup/scripts/grep.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/code-lookup/scripts/recent.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/fetch-issues.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/mesh-message.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/post-comment.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/post-issue.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/templates/skill-update-brief.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/eval/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/repo-map/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/repo-map/scripts/connections.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/repo-map/scripts/graph.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/repo-map/scripts/profile.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/run-tests/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/run-tests/scripts/test.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/sonarclaude/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/sonarclaude/scripts/sonar.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/version-bump/SKILL.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/version-bump/scripts/bump.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills.local.yaml.example +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.flake8 +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.github/workflows/publish.yml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.github/workflows/security-checks.yml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.github/workflows/tests.yml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.gitignore +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.markdownlint-cli2.yaml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.pre-commit-config.yaml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/LICENSE +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/__main__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/classify.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/explain.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/grep.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/learn.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/recent.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_commands/whoami.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_errors.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/cli/_output.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/ast_scope.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/classify.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/grep_context.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/recent_outline.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/lookup/render.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/__main__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/config.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/connections.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/detect.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/errors.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/graph.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/manifest.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/profile.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/antoine/repo/render.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/culture.yaml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/eval-rounds/2026-05-15-round-01.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/eval-rounds/2026-05-15-smoke-02-examples.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/eval-rounds/2026-05-16-round-02.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/skill-sources.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/plans/2026-05-15-repo-map.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/plans/2026-05-15-scripts-eval-harness.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/plans/2026-05-16-seer-classify.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/specs/2026-05-15-repo-map-design.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/specs/2026-05-15-scripts-eval-harness-design.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/specs/2026-05-16-seer-classify-design.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/README.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/RUNBOOK.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/_io.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/backfill.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/corpus.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/corpus.yaml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/hooks/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/hooks/post_tool.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/hooks/pre_tool.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/judge.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/judge_rubric.md +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/manifest.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/report.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/results/.gitkeep +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/summarize.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/switch-arm.sh +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/trial.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/experiments/scripts_eval/validate.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/sonar-project.properties +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/__init__.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/fixtures/.gitkeep +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/fixtures/corpus_minimal.yaml +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/fixtures/sidechain_min.jsonl +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_backfill.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_corpus.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_hooks_post_tool.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_hooks_pre_tool.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_io.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_judge.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_manifest.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_report.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_summarize.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_trial.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/scripts_eval/test_validate.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_ast_scope.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_classify.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_classify_render.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_cli_chassis.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_cli_errors.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_cli_output.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_cli_stubs.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_grep_cmd.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_grep_context.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_package.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_recent_cmd.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_recent_outline.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_cli.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_config.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_connections.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_detect.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_errors.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_graph.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_manifest.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_profile.py +0 -0
- {code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/tests/test_repo_render.py +0 -0
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
Format follows [Keep a Changelog](https://keepachangelog.com/). This project
|
|
6
6
|
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.9.2] - 2026-05-17
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- CLAUDE.md + README.md: add Name section explaining antoine = N to 1 (collapse N ad-hoc tool calls into one `kata` / `antoine` verb; `kata-cli` is the PyPI distribution label, not a command name).
|
|
13
|
+
- README.md: expand "What's here" to cover the three things antoine manages — the CLI surface (dual-published as `antoine-cli` / `kata-cli` / `code-lens-cli`), the `experiments/scripts_eval/` A/B harness, and the recorded results in `docs/eval-rounds/`.
|
|
14
|
+
|
|
8
15
|
## [0.9.1] - 2026-05-17
|
|
9
16
|
|
|
10
17
|
### Changed
|
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
4
4
|
|
|
5
|
+
## Name
|
|
6
|
+
|
|
7
|
+
**antoine** = **"N to 1"** (an-to-one). The name encodes the goal: collapse
|
|
8
|
+
the N ad-hoc tool calls an agent would otherwise make against a codebase
|
|
9
|
+
(`ls` + `cat` + `grep` + `git log` + `git show` + …) into **one** call to a
|
|
10
|
+
purpose-built `kata` verb (or its `antoine` alias — both console scripts are
|
|
11
|
+
defined in [`pyproject.toml`](./pyproject.toml); `kata-cli` is the PyPI
|
|
12
|
+
**distribution** name, not a command name) that returns the same information
|
|
13
|
+
as structured data. Every verb antoine ships is a bet that some recurring
|
|
14
|
+
N-call pattern
|
|
15
|
+
has a 1-call replacement that is cheaper, more reliable, and easier to
|
|
16
|
+
delegate to a subagent. You are that agent — when you face a task shape
|
|
17
|
+
covered by the dispatching table below, prefer the 1-call verb.
|
|
18
|
+
|
|
5
19
|
## Project Status
|
|
6
20
|
|
|
7
21
|
`antoine` is an AgentCulture sibling repo — **codebase lookup and indexing for
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: code-lens-cli
|
|
3
|
+
Version: 0.9.2
|
|
4
|
+
Summary: antoine — codebase lookup and indexing for agent skills (greenfield AgentCulture sibling).
|
|
5
|
+
Project-URL: Homepage, https://github.com/agentculture/antoine
|
|
6
|
+
Project-URL: Issues, https://github.com/agentculture/antoine/issues
|
|
7
|
+
Author: AgentCulture
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Topic :: Software Development
|
|
15
|
+
Requires-Python: >=3.12
|
|
16
|
+
Requires-Dist: pyyaml>=6.0
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# antoine
|
|
20
|
+
|
|
21
|
+
Codebase lookup and indexing for agent skills.
|
|
22
|
+
|
|
23
|
+
The name encodes the goal: **antoine = "N to 1"** (an-to-one). Collapse the
|
|
24
|
+
N ad-hoc tool calls an agent would otherwise make against a codebase
|
|
25
|
+
(`ls` + `cat` + `grep` + `git log` + `git show` + …) into **one** call to a
|
|
26
|
+
purpose-built `kata` verb (or its `antoine` alias — see
|
|
27
|
+
[`pyproject.toml`](./pyproject.toml) for the console-script wiring;
|
|
28
|
+
`kata-cli` is the PyPI **distribution** name, not a command name) that
|
|
29
|
+
returns the same information as structured data. Every verb antoine ships is a bet that some recurring
|
|
30
|
+
N-call pattern has a 1-call replacement that is cheaper, more reliable,
|
|
31
|
+
and easier to delegate to a subagent.
|
|
32
|
+
|
|
33
|
+
## What's here
|
|
34
|
+
|
|
35
|
+
This repo manages three intertwined things — the CLI that ships the
|
|
36
|
+
1-call verbs, the evaluation harness that tells us whether the verbs are
|
|
37
|
+
actually worth the bet, and the recorded results from past rounds.
|
|
38
|
+
|
|
39
|
+
- **`antoine/`** — the package that will eventually expose the lookup
|
|
40
|
+
verbs. Greenfield: `learn` / `explain` / `whoami` are honest
|
|
41
|
+
placeholder stubs. See [`CLAUDE.md`](./CLAUDE.md) for build / test /
|
|
42
|
+
architecture details.
|
|
43
|
+
|
|
44
|
+
- **`kata-cli` (and `code-lens-cli`) — alt-published PyPI distributions**
|
|
45
|
+
carrying the same wheel content as `antoine-cli`. Installing any of the
|
|
46
|
+
three exposes the same pair of console scripts — `antoine` and `kata`
|
|
47
|
+
(see [`pyproject.toml`](./pyproject.toml)). The dispatching directives
|
|
48
|
+
baked into [`CLAUDE.md`](./CLAUDE.md) refer to **verbs** invoked via the
|
|
49
|
+
`kata` / `antoine` commands; `kata-cli` is the distribution label users
|
|
50
|
+
`pip install`, not a command they run. The dual-publish loop is defined
|
|
51
|
+
in [`.github/workflows/`](./.github/workflows/); see
|
|
52
|
+
[`CHANGELOG.md`](./CHANGELOG.md) entries for v0.7.0 / v0.7.1 for the
|
|
53
|
+
history of how the three distribution names were wired up.
|
|
54
|
+
|
|
55
|
+
- **`experiments/scripts_eval/`** — the A/B-test harness for the
|
|
56
|
+
`repo-map` skill (env-var-gated hooks, three-layer scoring, 5-repo
|
|
57
|
+
round-1 corpus, multi-arm rider design with banned / directed /
|
|
58
|
+
organic modes, multi-pair LLM-as-judge). The eval rounds are the
|
|
59
|
+
validation gate before the `learn` / `explain` / `overview` /
|
|
60
|
+
`doctor` verb redesign lands. See
|
|
61
|
+
[`experiments/scripts_eval/README.md`](./experiments/scripts_eval/README.md)
|
|
62
|
+
and
|
|
63
|
+
[`experiments/scripts_eval/RUNBOOK.md`](./experiments/scripts_eval/RUNBOOK.md).
|
|
64
|
+
|
|
65
|
+
- **`docs/eval-rounds/`** — write-ups from completed evaluation rounds
|
|
66
|
+
(round 01, smoke 02, round 02 so far). These are the empirical record
|
|
67
|
+
behind the directives in [`CLAUDE.md`](./CLAUDE.md) — including the
|
|
68
|
+
round-2 finding that subagents build their plans from the prompt body
|
|
69
|
+
*before* consulting the skills catalog, which is why the dispatching
|
|
70
|
+
table lives in the parent agent's instructions rather than in skill
|
|
71
|
+
descriptions.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# antoine
|
|
2
|
+
|
|
3
|
+
Codebase lookup and indexing for agent skills.
|
|
4
|
+
|
|
5
|
+
The name encodes the goal: **antoine = "N to 1"** (an-to-one). Collapse the
|
|
6
|
+
N ad-hoc tool calls an agent would otherwise make against a codebase
|
|
7
|
+
(`ls` + `cat` + `grep` + `git log` + `git show` + …) into **one** call to a
|
|
8
|
+
purpose-built `kata` verb (or its `antoine` alias — see
|
|
9
|
+
[`pyproject.toml`](./pyproject.toml) for the console-script wiring;
|
|
10
|
+
`kata-cli` is the PyPI **distribution** name, not a command name) that
|
|
11
|
+
returns the same information as structured data. Every verb antoine ships is a bet that some recurring
|
|
12
|
+
N-call pattern has a 1-call replacement that is cheaper, more reliable,
|
|
13
|
+
and easier to delegate to a subagent.
|
|
14
|
+
|
|
15
|
+
## What's here
|
|
16
|
+
|
|
17
|
+
This repo manages three intertwined things — the CLI that ships the
|
|
18
|
+
1-call verbs, the evaluation harness that tells us whether the verbs are
|
|
19
|
+
actually worth the bet, and the recorded results from past rounds.
|
|
20
|
+
|
|
21
|
+
- **`antoine/`** — the package that will eventually expose the lookup
|
|
22
|
+
verbs. Greenfield: `learn` / `explain` / `whoami` are honest
|
|
23
|
+
placeholder stubs. See [`CLAUDE.md`](./CLAUDE.md) for build / test /
|
|
24
|
+
architecture details.
|
|
25
|
+
|
|
26
|
+
- **`kata-cli` (and `code-lens-cli`) — alt-published PyPI distributions**
|
|
27
|
+
carrying the same wheel content as `antoine-cli`. Installing any of the
|
|
28
|
+
three exposes the same pair of console scripts — `antoine` and `kata`
|
|
29
|
+
(see [`pyproject.toml`](./pyproject.toml)). The dispatching directives
|
|
30
|
+
baked into [`CLAUDE.md`](./CLAUDE.md) refer to **verbs** invoked via the
|
|
31
|
+
`kata` / `antoine` commands; `kata-cli` is the distribution label users
|
|
32
|
+
`pip install`, not a command they run. The dual-publish loop is defined
|
|
33
|
+
in [`.github/workflows/`](./.github/workflows/); see
|
|
34
|
+
[`CHANGELOG.md`](./CHANGELOG.md) entries for v0.7.0 / v0.7.1 for the
|
|
35
|
+
history of how the three distribution names were wired up.
|
|
36
|
+
|
|
37
|
+
- **`experiments/scripts_eval/`** — the A/B-test harness for the
|
|
38
|
+
`repo-map` skill (env-var-gated hooks, three-layer scoring, 5-repo
|
|
39
|
+
round-1 corpus, multi-arm rider design with banned / directed /
|
|
40
|
+
organic modes, multi-pair LLM-as-judge). The eval rounds are the
|
|
41
|
+
validation gate before the `learn` / `explain` / `overview` /
|
|
42
|
+
`doctor` verb redesign lands. See
|
|
43
|
+
[`experiments/scripts_eval/README.md`](./experiments/scripts_eval/README.md)
|
|
44
|
+
and
|
|
45
|
+
[`experiments/scripts_eval/RUNBOOK.md`](./experiments/scripts_eval/RUNBOOK.md).
|
|
46
|
+
|
|
47
|
+
- **`docs/eval-rounds/`** — write-ups from completed evaluation rounds
|
|
48
|
+
(round 01, smoke 02, round 02 so far). These are the empirical record
|
|
49
|
+
behind the directives in [`CLAUDE.md`](./CLAUDE.md) — including the
|
|
50
|
+
round-2 finding that subagents build their plans from the prompt body
|
|
51
|
+
*before* consulting the skills catalog, which is why the dispatching
|
|
52
|
+
table lives in the parent agent's instructions rather than in skill
|
|
53
|
+
descriptions.
|
code_lens_cli-0.9.1/PKG-INFO
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: code-lens-cli
|
|
3
|
-
Version: 0.9.1
|
|
4
|
-
Summary: antoine — codebase lookup and indexing for agent skills (greenfield AgentCulture sibling).
|
|
5
|
-
Project-URL: Homepage, https://github.com/agentculture/antoine
|
|
6
|
-
Project-URL: Issues, https://github.com/agentculture/antoine/issues
|
|
7
|
-
Author: AgentCulture
|
|
8
|
-
License-Expression: MIT
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Classifier: Development Status :: 3 - Alpha
|
|
11
|
-
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Classifier: Topic :: Software Development
|
|
15
|
-
Requires-Python: >=3.12
|
|
16
|
-
Requires-Dist: pyyaml>=6.0
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
|
|
19
|
-
# antoine
|
|
20
|
-
|
|
21
|
-
Codebase lookup and indexing for agent skills.
|
|
22
|
-
|
|
23
|
-
## What's here
|
|
24
|
-
|
|
25
|
-
- **`antoine/`** — the package that will eventually expose the lookup
|
|
26
|
-
verbs. Greenfield: `learn` / `explain` / `whoami` are honest
|
|
27
|
-
placeholder stubs. See [`CLAUDE.md`](./CLAUDE.md) for build / test /
|
|
28
|
-
architecture details.
|
|
29
|
-
|
|
30
|
-
- **`experiments/scripts_eval/`** — A/B-test harness for the `repo-map`
|
|
31
|
-
skill (env-var-gated hooks, three-layer scoring, 5-repo round-1
|
|
32
|
-
corpus). Round 1 is the validation gate before the verb design
|
|
33
|
-
lands. See
|
|
34
|
-
[`experiments/scripts_eval/README.md`](./experiments/scripts_eval/README.md)
|
|
35
|
-
and
|
|
36
|
-
[`experiments/scripts_eval/RUNBOOK.md`](./experiments/scripts_eval/RUNBOOK.md).
|
code_lens_cli-0.9.1/README.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# antoine
|
|
2
|
-
|
|
3
|
-
Codebase lookup and indexing for agent skills.
|
|
4
|
-
|
|
5
|
-
## What's here
|
|
6
|
-
|
|
7
|
-
- **`antoine/`** — the package that will eventually expose the lookup
|
|
8
|
-
verbs. Greenfield: `learn` / `explain` / `whoami` are honest
|
|
9
|
-
placeholder stubs. See [`CLAUDE.md`](./CLAUDE.md) for build / test /
|
|
10
|
-
architecture details.
|
|
11
|
-
|
|
12
|
-
- **`experiments/scripts_eval/`** — A/B-test harness for the `repo-map`
|
|
13
|
-
skill (env-var-gated hooks, three-layer scoring, 5-repo round-1
|
|
14
|
-
corpus). Round 1 is the validation gate before the verb design
|
|
15
|
-
lands. See
|
|
16
|
-
[`experiments/scripts_eval/README.md`](./experiments/scripts_eval/README.md)
|
|
17
|
-
and
|
|
18
|
-
[`experiments/scripts_eval/RUNBOOK.md`](./experiments/scripts_eval/RUNBOOK.md).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/fetch-issues.sh
RENAMED
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/mesh-message.sh
RENAMED
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/post-comment.sh
RENAMED
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/.claude/skills/communicate/scripts/post-issue.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/eval-rounds/2026-05-15-smoke-02-examples.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/plans/2026-05-16-seer-classify.md
RENAMED
|
File without changes
|
{code_lens_cli-0.9.1 → code_lens_cli-0.9.2}/docs/superpowers/specs/2026-05-15-repo-map-design.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|