Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions crates/refinery_cli/src/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ The analyzer compares selector counterfactuals over final-round proposals and ev

It reports panel quality, quality floor, evaluator disagreement, lexical overlap, and meta-preamble rate.

For whole-panel review, generate a blind packet that hides iteration strategies and model IDs from reviewers while writing a separate answer key:

```sh
refinery review-brainstorm-panels $(cat run-dirs.txt) \
--strategies score-only,own-reviews,full-visibility \
--selector controversy-floor-7 \
--key-path panel-review-key.json \
> panel-review-pack.md
```

Use the review packet to score useful diversity, non-overlap, novelty, actionability, coverage, overall panel value, and best-answer regret.

## Planned Verbs

| Verb | Status | Idea |
Expand Down
1 change: 1 addition & 0 deletions crates/refinery_cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pub mod benchmark_brainstorm;
pub mod brainstorm;
pub mod converge;
pub mod review_brainstorm_panels;
pub mod synthesize;

mod common;
Loading
Loading