Skip to content

Commit 58425b5

Browse files
docs(docs): configuration management system
stats: lines: "+4/-4 (net +0)" files: 1 complexity: "Stable complexity" Co-authored-by: Koru Agent <agent@coru.dev>
1 parent 4599840 commit 58425b5

7 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114114
guides; top-level [`README.md`](./README.md) Documentation section links into
115115
`docs/*` by topic.
116116

117+
## [0.1.370] - 2026-07-04
118+
119+
### Docs
120+
- Update README.md
121+
117122
## [0.1.369] - 2026-07-04
118123

119124
### Docs

README.md

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

88
## AI Cost Tracking
99

10-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.369-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
11-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$2.69-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-181.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fdeep%2Fdeep--v4--pro-lightgrey)
10+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.370-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
11+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$2.68-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-182.0h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fdeep%2Fdeep--v4--pro-lightgrey)
1212

13-
- 🤖 **LLM usage:** $2.6906 (509 commits)
14-
- 👤 **Human dev:** ~$18148 (181.5h @ $100/h, 30min dedup)
13+
- 🤖 **LLM usage:** $2.6779 (511 commits)
14+
- 👤 **Human dev:** ~$18197 (182.0h @ $100/h, 30min dedup)
1515

1616
Generated on 2026-07-04 using [openrouter/deep/deep-v4-pro](https://openrouter.ai/deep/deep-v4-pro)
1717

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.369
1+
0.1.370

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koru-autopilot-plugins-workspace",
3-
"version": "0.1.369",
3+
"version": "0.1.370",
44
"private": true,
55
"description": "Monorepo root for all koru autopilot IDE plugins. Each IDE has its own VSIX so a regression in one cannot leak into another. Shared code (protocol, socket, host-click-submit) lives in plugins/koru-autopilot-shared and is copied into per-IDE plugins at prebuild time.",
66
"workspaces": [

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 = "koru"
7-
version = "0.1.369"
7+
version = "0.1.370"
88
description = "Closed-loop automation across semcod/* repositories."
99
readme = "README.md"
1010
requires-python = ">=3.12,<3.14"

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)