unic / unic/unic-agents-plugins
Take the reviewer's variance baseline on 0.28.0, before any fix lands
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 16h 43m
- Merged PRs (30d)
- 19
Description
Question
How many unic-dlc-pr-review iterations on identical code make a variance baseline, and what is that
baseline on plugin 0.28.0?
Why it runs now, before any fix lands
#485 is the one ticket on this map whose effect
is only visible against a distribution: it is a property of an LLM reviewer, not a defect with a correct
answer. Run 3 measured it once — 0 of 13 hashes reproduced, the axis split inverting 9/5 to 3/10 on a
byte-identical commit — and once is an anecdote.
The moment #486 changes synthesize, that
distribution stops being observable on this version. 0.28.0 is tagged and reinstallable, so the
measurement is not strictly perishable — but the model behind the reviewer is not frozen, so a replay in
three weeks is not the same measurement. Take it now.
What resolving this produces
- A number for N, which is #485's own open
question, and the reasoning for it. - N iterations of
unic-dlc-pr-reviewrun against the frozen input, with per-iteration counts recorded:
findings per axis, hashes reproduced,reconcile's four counters, and which threadsposttouched. - A line in the findings register.
The frozen input
| Commit | 08e2523 on archon/task-unic-dlc-build-1789577744739 |
On origin |
confirmed 2026-09-17 21:12 CEST, git ls-remote --heads origin |
| Pull request | 5881, abandoned, source branch intact, fifteen threads attached |
ADO reactivates an abandoned pull request, and a fresh pull request can be opened from the same branch
with no thread history. A fresh one per replay pair is the clean experiment: reconcile reads prior
threads, so a pull request that already carries them is not iteration 1 of anything.
Not decided
- Whether each replay pair gets its own pull request, or one pull request carries all N iterations. The
first isolates; the second is what run 3 actually did and is what the run-4 walk will do. - Which target branch the replay pull requests use. Targeting
developputs N abandoned pull requests on
the client's board.
Runs in parallel
This blocks #486 and nothing else. It needs no
human turn and no plugin change, so it runs while the six precondition fixes are being written.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with #485 and the tagged plugin 0.28.0 at commit 08e2523, using the frozen pull-request input described here. Decide the iteration count and replay-pull-request arrangement, then run each iteration and record axis findings, reproduced hashes, reconcile counters, and touched threads. Done means the measurements, rationale for N, and a line in the findings register are recorded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github, javascript
- Domain
- testing, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100