Skip to content

Commit 083f10f

Browse files
committed
Merge branch 'master' into dev
2 parents 9e9b721 + 00afb55 commit 083f10f

File tree

10 files changed

+1430
-947
lines changed

10 files changed

+1430
-947
lines changed

docs/llm_harness.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,18 @@ <h3 id="dependencies">Dependencies</h3>
9696

9797
<ul>
9898
<li>Python &gt;=3.10</li>
99-
<li><p><a href="https://docs.astral.sh/uv/">uv</a></p>
100-
101-
<div class="pdoc-code codehilite">
102-
<pre><span></span><code>pipx<span class="w"> </span>install<span class="w"> </span>uv
103-
</code></pre>
104-
</div></li>
99+
<li><a href="https://github.com/danmar/cppcheck">Cppcheck</a></li>
100+
<li><a href="https://docs.astral.sh/uv/">uv</a></li>
105101
</ul>
106102

107103
<h3 id="installation-steps">Installation Steps</h3>
108104

109105
<ol>
110-
<li><p>Clone the repository:</p>
106+
<li><p>Clone the repository and cd into it:</p>
111107

112108
<div class="pdoc-code codehilite">
113-
<pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/kchousos/llm-harness.git
109+
<pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/kchousos/llm-harness.git<span class="p">;</span>
110+
<span class="nb">cd</span><span class="w"> </span>llm-harness
114111
</code></pre>
115112
</div></li>
116113

docs/llm_harness/cli.html

Lines changed: 127 additions & 128 deletions
Large diffs are not rendered by default.

docs/llm_harness/core/analyzer.html

Lines changed: 467 additions & 190 deletions
Large diffs are not rendered by default.

docs/llm_harness/core/builder.html

Lines changed: 244 additions & 235 deletions
Large diffs are not rendered by default.

docs/llm_harness/core/evaluator.html

Lines changed: 123 additions & 114 deletions
Large diffs are not rendered by default.

docs/llm_harness/core/generator.html

Lines changed: 338 additions & 196 deletions
Large diffs are not rendered by default.

docs/llm_harness/io/file_manager.html

Lines changed: 45 additions & 39 deletions
Large diffs are not rendered by default.

docs/llm_harness/models/project.html

Lines changed: 79 additions & 35 deletions
Large diffs are not rendered by default.

docs/search.js

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llm-harness"
3-
version = "0.4.1"
3+
version = "0.4.10"
44
description = "LLM-generated harnesses for your C/C++ project."
55
authors = [{ name = "Konstantinos Chousos", email = "kon.chousos@gmail.com" }]
66
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)