nrepo duplicate
Synopsis
Section titled “Synopsis”nrepo duplicate list [options]nrepo duplicate dismiss <id> [options]nrepo duplicate merge <id> [options]Description
Section titled “Description”NeuralRepo automatically detects ideas that may be duplicates. The nrepo duplicate command lets you review these detections and take action on them.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
list | Show all pending duplicate detections. |
dismiss | Dismiss a duplicate detection as a false positive. |
merge | Merge the detected duplicate into the primary idea. |
Options
Section titled “Options”All subcommands support:
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | (see auth) | Output as JSON. |
--human | boolean | (see auth) | Output as human-readable text. |
Examples
Section titled “Examples”List pending duplicates
Section titled “List pending duplicates”nrepo duplicate listOutput:
Pending duplicates: #101 "Auth flow redesign" ↔ #42 "Rewrite auth flow" (score: 0.91) #103 "Dark mode support" ↔ #42 "Add dark mode to dash" (score: 0.85)Dismiss a false positive
Section titled “Dismiss a false positive”nrepo duplicate dismiss 101# Dismissed duplicate detection #101Merge a confirmed duplicate
Section titled “Merge a confirmed duplicate”nrepo duplicate merge 103# Merged #103 into primary #42The merge subcommand works like nrepo merge — it combines bodies, unions tags, and creates a supersedes relation.
Related commands
Section titled “Related commands”- nrepo merge — manually merge any two ideas
- nrepo search — find similar ideas yourself
- nrepo log — list all ideas