mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-13 00:55:53 +00:00
Adds the rsl-siege-manager evaluation under a new `evaluations/` convention: - `evaluations/README.md` — directory index for future evaluations. - `evaluations/rsl-siege-manager/runbook.md` — methodology used (relocated from siege-web's `docs/experiments/graphify-dry-run.md`). - `evaluations/rsl-siege-manager/results.md` — decision log with quoted findings and acid-test scoring. Verdict: do not adopt. - `evaluations/rsl-siege-manager/graphify-out/` and `…-with-tests/` — raw artifacts (GRAPH_REPORT.md, graph.html, graph.json, manifest.json) so quoted findings stay auditable. AST cache excluded. Also extends `.gitignore` with a scoped exception so the rule that hides fresh `graphify-out/` from a developer's working checkout still applies, while committed evaluation artifacts under `evaluations/` are preserved. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Graphify Evaluations
Per-codebase evaluations of graphify — runbook + captured artifacts + a written verdict.
Each subdirectory is one evaluation:
- A
runbook.mdcapturing the methodology used at the time. - A
results.mddocumenting the run output, the acid-test scoring, and the adopt / don't-adopt decision. - The raw
graphify-out/directories (often two: one with tests excluded, one with tests included) so quoted findings remain auditable.
Evaluations
| Codebase | Verdict | Date |
|---|---|---|
rsl-siege-manager/ |
Do not adopt | 2026-05-15 |
🤖 Generated by Claude Code on behalf of @cbeaulieu-gt