Skip to content

Commit 4cf020d

Browse files
e-margotclaude
andcommitted
v0.1.9: --json output mode
Release the --json arc: - build_report() seam between Transform and Load (5e5e70e) - --json flag for programmatic consumers (7d0dcfa) - JSON honors requested scope without auto-fallback (4db06e4) - cost_usd rounded to cents at the report boundary (ddfbcdb) - README schema reference + docstring (ccb1a1b) The schema is documented and stable within schema_version=1. CreatureView and other consumers can shell out to `codestrain --json` and read the dict from stdout. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Margarita <ermachenkova.rita@mail.ru>
1 parent ccb1a1b commit 4cf020d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codestrain_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from pathlib import Path
1919

2020
# Keep in sync with pyproject.toml [project].version at every release.
21-
__version__ = "0.1.8"
21+
__version__ = "0.1.9"
2222

2323

2424
# ── ANSI Colors ──────────────────────────────────────────────────────────────

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codestrain"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Your AI coding recovery score, from the terminal."
55
requires-python = ">=3.9"
66
readme = "README.md"

0 commit comments

Comments
 (0)