Skip to content

Commit 0eeb470

Browse files
rdmuellerclaude
andcommitted
Add detailed experiment reports (1a, 1c, 2-phase, fair comparison)
Consolidated report.adoc provides the overview. The four detailed reports contain chapter-by-chapter arc42 comparisons, prompt evolution history, ADR analysis, Open Questions assessment, threats to validity, and full references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 69beb7d commit 0eeb470

5 files changed

Lines changed: 1239 additions & 7 deletions

File tree

README.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@ The experiment validates *Socratic Code Theory Recovery* -- a two-phase workflow
1818

1919
----
2020
src/docs/
21-
├── report.adoc # Consolidated experiment report
22-
├── semantic-diff.html # Interactive semantic traceability matrix
21+
├── report.adoc # Consolidated report (all findings)
22+
├── experiment-1a-direct.adoc # Detailed: Direct approach
23+
├── experiment-1c-socratic.adoc # Detailed: Socratic approach
24+
├── experiment-2-twophase.adoc # Detailed: Two-Phase approach
25+
├── experiment-fair-comparison.adoc # Detailed: Fair comparison (all with team answers)
26+
├── semantic-diff.html # Interactive semantic traceability matrix
2327
└── prompts/
24-
├── 01-direct.md # Approach A: Template-based (69 lines)
25-
├── 02-socratic.md # Approach B: Socratic question refinement (97 lines)
26-
├── 03-twophase-p1.md # Approach C Phase 1: Build Question Tree (51 lines)
27-
├── 04-twophase-p2.md # Approach C Phase 2: Synthesize with team answers (61 lines)
28-
└── 05-reconcile.md # Spec drift detection prompt
28+
├── 01-direct.md # Approach A: Template-based (69 lines)
29+
├── 02-socratic.md # Approach B: Socratic question refinement (97 lines)
30+
├── 03-twophase-p1.md # Approach C Phase 1: Build Question Tree (51 lines)
31+
├── 04-twophase-p2.md # Approach C Phase 2: Synthesize with team answers (61 lines)
32+
└── 05-reconcile.md # Spec drift detection prompt
2933
----
3034

3135
== Subject Project

0 commit comments

Comments
 (0)