Skip to content

Commit 6b37b0e

Browse files
rdmuellerclaude
andcommitted
Rename reports with numeric prefix (010, 020, ...) for correct sort order
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7668150 commit 6b37b0e

7 files changed

Lines changed: 10 additions & 10 deletions

docToolchainConfig.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ outputPath = 'build'
33
inputPath = 'src/docs'
44

55
inputFiles = [
6-
[file: 'reports/00-consolidated.adoc', formats: ['html']],
7-
[file: 'reports/experiment-1a-direct.adoc', formats: ['html']],
8-
[file: 'reports/experiment-1c-socratic.adoc', formats: ['html']],
9-
[file: 'reports/experiment-2-twophase.adoc', formats: ['html']],
10-
[file: 'reports/experiment-fair-comparison.adoc', formats: ['html']],
6+
[file: 'reports/010-consolidated.adoc', formats: ['html']],
7+
[file: 'reports/020-experiment-1a-direct.adoc', formats: ['html']],
8+
[file: 'reports/030-experiment-1c-socratic.adoc', formats: ['html']],
9+
[file: 'reports/040-experiment-2-twophase.adoc', formats: ['html']],
10+
[file: 'reports/050-experiment-fair-comparison.adoc', formats: ['html']],
1111
]
1212

1313
imageDirs = ['images/.']

src/docs/landingpage.gsp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
A controlled experiment measuring what LLMs can and cannot recover from source code alone. We deleted all documentation from a well-documented project, asked an LLM to reconstruct it, and compared the output against the originals.
1111
</p>
1212
<p style="margin-top: 1.5rem;">
13-
<a href="reports/00-consolidated.html" class="btn btn-light btn-lg" style="font-weight: 600;">
13+
<a href="reports/010-consolidated.html" class="btn btn-light btn-lg" style="font-weight: 600;">
1414
Read the Report
1515
</a>
1616
<a href="https://github.com/LLM-Coding/brownfield-experiment" class="btn btn-outline-light btn-lg" style="margin-left: 0.5rem;">
@@ -77,24 +77,24 @@
7777
<td><strong>Direct</strong></td>
7878
<td>17.5/30</td>
7979
<td>Most detailed functional requirements, inline threat model</td>
80-
<td><a href="reports/experiment-1a-direct.html">Detailed report</a></td>
80+
<td><a href="reports/020-experiment-1a-direct.html">Detailed report</a></td>
8181
</tr>
8282
<tr>
8383
<td><strong>Socratic</strong></td>
8484
<td>18.5/30</td>
8585
<td>Only version with correct quality goal priorities, most efficient (21% of original)</td>
86-
<td><a href="reports/experiment-1c-socratic.html">Detailed report</a></td>
86+
<td><a href="reports/030-experiment-1c-socratic.html">Detailed report</a></td>
8787
</tr>
8888
<tr>
8989
<td><strong>Two-Phase</strong></td>
9090
<td>22/30</td>
9191
<td>All 5 ADR topics correct, highest traceability (50 team-answer markers)</td>
92-
<td><a href="reports/experiment-2-twophase.html">Detailed report</a></td>
92+
<td><a href="reports/040-experiment-2-twophase.html">Detailed report</a></td>
9393
</tr>
9494
</tbody>
9595
</table>
9696
<p class="text-center">
97-
<a href="reports/experiment-fair-comparison.html" class="btn btn-outline-primary">Fair Comparison (all with team answers)</a>
97+
<a href="reports/050-experiment-fair-comparison.html" class="btn btn-outline-primary">Fair Comparison (all with team answers)</a>
9898
</p>
9999
</div>
100100

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)