Skip to content

Commit fc4a5e3

Browse files
feat(docs): code relationship mapping with 3 supporting modules
stats: lines: "+8/-5 (net +3)" files: 3 complexity: "Stable complexity"
1 parent a355dce commit fc4a5e3

5 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
`quality:regix``gate:regix`, `quality:redup*``gate:redup`,
6161
`quality:sumr:*``gate:sumr`.
6262

63+
## [0.1.55] - 2026-05-12
64+
65+
### Docs
66+
- Update README.md
67+
68+
### Other
69+
- Update uv.lock
70+
6371
## [0.1.54] - 2026-05-12
6472

6573
### Docs

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
## AI Cost Tracking
66

7-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.54-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
8-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$2.51-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-24.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
7+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.55-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
8+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$2.51-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-24.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
99

10-
- 🤖 **LLM usage:** $2.5084 (78 commits)
11-
- 👤 **Human dev:** ~$2430 (24.3h @ $100/h, 30min dedup)
10+
- 🤖 **LLM usage:** $2.5148 (79 commits)
11+
- 👤 **Human dev:** ~$2455 (24.5h @ $100/h, 30min dedup)
1212

1313
Generated on 2026-05-12 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
1414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.54
1+
0.1.55

pyproject.toml

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

55
[project]
66
name = "koru"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "Closed-loop automation across semcod/* repositories."
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -49,6 +49,9 @@ where = ["src"]
4949

5050
[tool.pytest.ini_options]
5151
testpaths = ["tests"]
52+
markers = [
53+
"slow: marks slow/integration tests (deselect with -m not slow)",
54+
]
5255

5356
[tool.ruff]
5457
target-version = "py312"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)