unic / unic/unic-agents-plugins

bug(unic-archon-dlc): `synthesize` dedupes before identity is assigned and merged across two files against its own rule

Open
#486 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app:unic-archon-dlc bug needs-specs p2 wayfinder:grilling
Dominant language
JavaScript
Stars
1
Forks
0
Avg merge
16h 43m
Merged PRs (30d)
19

Description

Observed

unic-dlc-pr-review.yaml:376: synthesize has "no prior-iteration awareness — that is reconcile's job". :390: it dedupes "same file + near-identical title across the two axes → keep the highest-confidence one". In run 3 iteration 2 it cut 13 to 11 and dropped the two twins that would have matched priors (eef8a1fb standards/User2.tsx, c30c2e7d spec/styles.css), keeping the non-matching twin each time; the second merge joined styles.css:88 with Card.tsx:21, two files, against :390.

reconcile then matched both priors through the surviving twins by semantic title, so no wrong verdict resulted this time. Latent, not demonstrated.

Why it matters

The dedup step is upstream of the identity step and blind to it, so an arbitrary dedup choice can destroy cross-iteration continuity. When reconcile's fallback does not rescue it, a still-present finding posts as a prior fixed plus an unrelated new.

Evidence

Not decided

  • Dedup after reconcile assigns identity, or make synthesize prefer the twin whose aspect and file match a prior.
  • Whether a cross-file merge is ever legitimate.

Filed 2026-09-17 by wayfinder-orchestrator-10 from run 3's measurements. needs-specs: grill before dispatch.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with unic-dlc-pr-review.yaml lines 376-390, then inspect the run 3 findings and dispatch records linked in the issue. Define the deduplication and identity behavior, including whether cross-file merges are valid, and provide evidence that the chosen rule preserves prior matching.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
ai, tooling
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.