Skip to content

Commit 14b3048

Browse files
committed
Remove remaining prd.md/task.md references now that they're untracked
llms.txt linked both as crawler-facing docs -- dead links now that those files aren't in the repo. CONTRIBUTING.md told contributors to update doc/task.md, which they can't since it's gitignored. Redirected the one still-live CHANGELOG.md pointer to doc/judge-voting-benchmark.md instead; left the two purely historical CHANGELOG entries describing past states as-is.
1 parent e16ab89 commit 14b3048

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ All notable changes to ghostrun are documented here. The format is based on
105105
time, and majority voting only marginally/non-monotonically improved
106106
reliability there (k=1: 49.6%, k=3: 55.8%, k=5: 51.8%) — voting is a better
107107
*detector* of unreliable criteria (via `disagreement_rate`) than a *fix* for
108-
them. Full methodology and numbers in `doc/prd.md`.
108+
them. Full methodology and numbers in `doc/judge-voting-benchmark.md`.
109109
- **Prompt regression tracking (PRD Phase 2, Feature 4).** Runs now snapshot the
110110
text every assertion saw plus each verdict, so two prompt versions can be
111111
compared:

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ real Ollama judge when available and skips gracefully otherwise.
2929
[doc/guide/why-not-diy.md](doc/guide/why-not-diy.md) for examples) —
3030
"I tested it manually" is not sufficient for anything touching concurrency,
3131
caching, or redaction.
32-
- Update `doc/task.md` if you change project status or add/complete a
33-
roadmap item — it's a living document, not written after the fact.
3432
- Update `CHANGELOG.md` under `[Unreleased]`.
3533

3634
## Where things live

llms.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ vcr-langchain, and other tools in this space.
3838
- [Why not just ask an LLM to write this?](doc/guide/why-not-diy.md): concrete bugs found in this project's own development (thread-safety races, secret-redaction false positives, non-monotonic majority voting) as the case for a maintained package over a generated script
3939
- [Judge-voting benchmark](doc/judge-voting-benchmark.md): full methodology and results for whether majority-vote judge caching actually improves reliability (answer: it's a better detector of unreliable assertions than a fix for them)
4040
- [Comparison with other tools](doc/comparison.md): researched, sourced comparison against DeepEval, Promptfoo, Ragas, vcr-langchain, Langfuse, Braintrust, LangSmith, Giskard, and others
41-
- [Product spec](doc/prd.md): the full PRD, including deviations from the original plan and why
4241

4342
## Project status
4443

45-
- [Task tracker](doc/task.md): what's done, what's left, and why — updated as work happens, not retrospectively
4644
- [Changelog](CHANGELOG.md): release notes
4745

4846
## Optional

0 commit comments

Comments
 (0)