diff --git a/README.md b/README.md index b972f7a..da50e18 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![React 19.2](https://img.shields.io/badge/react-19.2-61dafb.svg)](https://react.dev/) [![Coverage 98%](https://img.shields.io/badge/coverage-98%25-brightgreen.svg)](docs/HARNESS.md) -> A production-quality coding harness for Python (FastAPI) + Vite/React/TypeScript projects. Designed for LLM-driven development: every gate — lint, types, architecture, security, eval — is enforced mechanically so code quality stays consistent across many human and AI contributors. +> Production-grade SDLC harness for human–LLM coding collaborations — keeping quality consistent regardless of who shipped the code. Python (FastAPI) + Vite/React/TypeScript, with every gate (lint, types, architecture, security, eval) enforced mechanically in CI, not by discipline. ## What ships diff --git a/pyproject.toml b/pyproject.toml index c7affac..7961745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "harness-python-react" -version = "0.2.14" +version = "0.2.15" description = "Production-quality LLM-driven coding harness — Python (FastAPI) backend, Vite + React + TypeScript frontend." readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index 851edd4..9e4e858 100644 --- a/uv.lock +++ b/uv.lock @@ -337,7 +337,7 @@ wheels = [ [[package]] name = "harness-python-react" -version = "0.2.14" +version = "0.2.15" source = { virtual = "." } dependencies = [ { name = "fastapi" },