unic / unic/unic-agents-plugins
bug(unic-archon-dlc): `report.md` says "nothing was flaky" from `verification`'s single final run
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 16h 43m
- Merged PRs (30d)
- 19
Description
Observed
Run 3 build c283e296, report.md § 4: "Nothing was skipped and nothing was flaky. No need came back unresolved." build-state.json, written by the same run, records three retried slices: icon-user2 ("the first two runs failed on Vite dependency optimisation reloading the test file … the third run passed 72/72"), badge-main ("the first run failed …; the second run passed 75/75"), card-profile-main ("the first run failed on Motion alone"). The transcripts show twelve pnpm test runs, eight with failures.
report inherited the sentence from verification, which ran pnpm test once at the end and had no view into the slice loop.
Why it matters
With no CI in the Consumer the report is the only record that a check ran, and "nothing was flaky" is a claim written by a node that could not see the retries. Same shape as #457's PR-description finding (12 tests claimed, 16 ran).
Evidence
- Findings register, § "G. What run 3 taught about the instrument", row G9: https://github.com/unic/unic-agents-plugins/blob/bcf688a/docs/research/2026-08-31-dlc-run-2-findings.md
- Run record and harvested artefacts:
~/Desktop/run3-parked/on the maintainer's machine (artefacts-c283e296/report.md,build-state.json,run-c283e296-transcripts-1934-final/) - Dispatch record: #457 from comment 5698289748 down
Not decided
- Whether
reportreadsbuild-state.json's per-slice notes for retries, orverification's sentence is scoped to "the final run".
Filed 2026-09-17 by wayfinder-orchestrator-10 from run 3's measurements. needs-specs: grill before dispatch.
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
Read the findings register’s G9 row, dispatch record #457, and the run 3 report.md and build-state.json artefacts. Compare verification’s final-run result with the slice-loop retry records and the twelve pnpm test runs, then resolve the intended scope for retry visibility. Done when the report’s flaky-status wording matches the recorded run evidence and the behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vite
- Domain
- testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100