Skip to content

Commit a4f3a20

Browse files
docs(docs): update README
Statistics: 1 files changed, 3 insertions, 5 deletions Summary: - Dirs: .=1 - Exts: .md=1 - A/M/D: 0/1/0 Modified files: - README.md (+3/-5) Changes (notes): - README.md (+3/-5): update documentation Implementation notes (heuristics): - Type inferred from file paths + diff keywords + add/delete ratio - Scope prefers 'goal' when goal/* is touched; otherwise based on top-level dirs - For <=6 files: generate short per-file notes from added lines (defs/classes/click options/headings) - A/M/D derived from git name-status; per-file +X/-X from git numstat
1 parent 23f46cc commit a4f3a20

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8] - 2026-06-29
11+
12+
### Docs
13+
- Update README.md
14+
1015
## [0.1.7] - 2026-05-26
1116

1217
### Docs

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33

44
## AI Cost Tracking
55

6-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.60-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.0h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$1.50-green) ![AI Model](https://img.shields.io/badge/AI%20Model-openrouter%2Fqwen%2Fqwen3-coder-next-lightgrey)
87

9-
- 🤖 **LLM usage:** $0.6007 (8 commits)
10-
- 👤 **Human dev:** ~$300 (3.0h @ $100/h, 30min dedup)
8+
This project uses AI-generated code. Total cost: **$1.5000** with **10** AI commits.
119

12-
Generated on 2026-05-26 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
10+
Generated on 2026-06-29 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/models/openrouter/qwen/qwen3-coder-next)
1311

1412
---
1513

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7
1+
0.1.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "testless"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Analyze test value, coverage, duplication, and generate LLM planfiles"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/testless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""testless — analyze test value, coverage, duplication, and generate LLM planfiles."""
22

3-
__version__ = "0.1.7"
3+
__version__ = "0.1.8"

0 commit comments

Comments
 (0)