docs(roadmap/backlog): priority install-friction plugins and bundled-plugin policy - #102
docs(roadmap/backlog): priority install-friction plugins and bundled-plugin policy#102tonythethompson wants to merge 2 commits into
Conversation
…plugin policy Add an explicit install-friction priority queue to the plugin roadmap (compress, terminal_qr/qr_maker, nugins endecode, units, hashes, kdl, plotters/plot, dbus) and a core/bundled plugins policy. Remove FMotalleb/nu_plugin_clipboard from P4 maintained forks because Nushell 0.111+ provides the clip native command. Update backlog source data: correct repos for nu_plugin_endecode, nu_plugin_hashes, and nu_plugin_plotters; set nu_plugin_formats to BUILTIN; add priority notes and version data for the listed candidates. Generated with [Devin](https://devin.ai)
Review of PR #102Overall: Documentation-only changes, internally consistent. JSON is valid and properly formatted; One substantive concern — the Minor nits:
Neither nit blocks merge. The |
|
/oc fix |
Co-authored-by: tonythethompson <tonythethompson@users.noreply.github.com>
|
fatal: could not read Username for 'https://github.com': No such device or address |
|
/oc fix your opencode.yml config so you stop quietly failing at the tasks your assigned |
There was a problem hiding this comment.
2 issues found across 2 files
Confidence score: 3/5
- In
docs/backlog.json, theELIGIBLEentry has an emptybackfill_targets, so the 0.113 and 0.112 backfill opportunities will be hidden from the queue; populate it with["0.113", "0.112"]or revise the status. - In
docs/backlog.json, thenative-clipnote excludes the plugin while it remains gated, conflicting with the roadmap’s stated practical path until default-on; update the timing or clarify the intended P4 maintenance scope.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/backlog.json">
<violation number="1" location="docs/backlog.json:31">
P2: While `native-clip` is still gated, this note excludes the plugin from consideration even though the roadmap says it remains the practical path until default-on. Change the timing, or clarify that only the P4 maintained-fork queue is excluded.</violation>
<violation number="2" location="docs/backlog.json:790">
P2: Because this entry is `ELIGIBLE` and lists unpromoted 0.113/0.112 releases, an empty `backfill_targets` hides both backfill opportunities from the queue. Populate it with `["0.113", "0.112"]`, or change the status if these releases are intentionally ineligible.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with Cursor | Re-trigger cubic
| ], | ||
| "backfill_targets": [], | ||
| "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Candidate for P4 numan-maintained fork evaluation under ADR 0001." | ||
| "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Nushell 0.111+ native `clip`/`clipboard` is gated behind the `native-clip` experimental option; supersedes this plugin once default-on. Not a numan candidate until then (see official/bundled policy)." |
There was a problem hiding this comment.
P2: While native-clip is still gated, this note excludes the plugin from consideration even though the roadmap says it remains the practical path until default-on. Change the timing, or clarify that only the P4 maintained-fork queue is excluded.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/backlog.json, line 31:
<comment>While `native-clip` is still gated, this note excludes the plugin from consideration even though the roadmap says it remains the practical path until default-on. Change the timing, or clarify that only the P4 maintained-fork queue is excluded.</comment>
<file context>
@@ -28,7 +28,7 @@
],
"backfill_targets": [],
- "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Candidate for P4 numan-maintained fork evaluation under ADR 0001."
+ "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Nushell 0.111+ native `clip`/`clipboard` is gated behind the `native-clip` experimental option; supersedes this plugin once default-on. Not a numan candidate until then (see official/bundled policy)."
},
{
</file context>
| "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Nushell 0.111+ native `clip`/`clipboard` is gated behind the `native-clip` experimental option; supersedes this plugin once default-on. Not a numan candidate until then (see official/bundled policy)." | |
| "c1_note": "2026-07-22: latest release pins nu-plugin 0.110.0. Nushell 0.111+ native `clip`/`clipboard` is gated behind the `native-clip` experimental option; supersedes this plugin once default-on. Keep it out of the maintained-fork queue; until then the upstream plugin remains the practical path (see official/bundled policy)." |
| "stars": 0, | ||
| "status": "NO_RELEASE", | ||
| "versions": [], | ||
| "status": "ELIGIBLE", |
There was a problem hiding this comment.
P2: Because this entry is ELIGIBLE and lists unpromoted 0.113/0.112 releases, an empty backfill_targets hides both backfill opportunities from the queue. Populate it with ["0.113", "0.112"], or change the status if these releases are intentionally ineligible.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/backlog.json, line 790:
<comment>Because this entry is `ELIGIBLE` and lists unpromoted 0.113/0.112 releases, an empty `backfill_targets` hides both backfill opportunities from the queue. Populate it with `["0.113", "0.112"]`, or change the status if these releases are intentionally ineligible.</comment>
<file context>
@@ -783,34 +783,49 @@
"stars": 0,
- "status": "NO_RELEASE",
- "versions": [],
+ "status": "ELIGIBLE",
+ "versions": [
+ {
</file context>
|
fatal: could not read Username for 'https://github.com': No such device or address |
|
fatal: could not read Username for 'https://github.com': No such device or address |

Add an explicit install-friction priority queue to the plugin roadmap (compress, terminal_qr/qr_maker, nugins endecode, units, hashes, kdl, plotters/plot, dbus) and a core/bundled plugins policy.
Remove FMotalleb/nu_plugin_clipboard from P4 maintained forks because Nushell 0.111+ provides the clip native command.
Update backlog source data: correct repos for
u_plugin_endecode,
u_plugin_hashes, and
u_plugin_plotters; set
u_plugin_formats to BUILTIN; add priority notes and version data for the listed candidates.
Generated with Devin