Skip to content

docs(site): correct plugin verb to plugin install in chat/streams docs#870

Merged
rickylabs merged 1 commit into
mainfrom
claude/website-docs-restructure-n2k9z1
Jul 18, 2026
Merged

docs(site): correct plugin verb to plugin install in chat/streams docs#870
rickylabs merged 1 commit into
mainfrom
claude/website-docs-restructure-n2k9z1

Conversation

@rickylabs

Copy link
Copy Markdown
Owner

Summary

Follow-up to the merged #865: the OpenHands docs-accuracy run 29656646840 flagged one BLOCKING finding after merge — three pages documented netscript plugin add streams, but the CLI registers plugin install (verbs: install/new/list/doctor/info/remove; no add). This replaces all four occurrences with the repository-verified form already used by the storefront tutorial (netscript plugin install stream --name streams, --samples where the context scaffolds samples).

Scope

  • Archetype / area: docs
  • Files: docs/site/ai/how-to/build-a-durable-chat.md (2 occurrences), docs/site/tutorials/chat/01-scaffold.md, docs/site/explanation/aspire.md

Slices

  • S1 Replace plugin add with plugin install (4 occurrences, 3 files) — 720b6a7

Validation

  • deno task verify from docs/site: exit 0 — 29,662 internal links across 213 pages — all resolve; 27 caveat markers resolve.
  • grep -rn "plugin add" docs/site (excluding _site/_plan): zero matches remaining.
  • Replacement form copied from the already-evaluator-verified storefront tutorial usage (netscript plugin install stream --name streams --samples).

Harness

  • Phase: impl (single-slice accuracy fix; evidence above).

Drift / Debt

  • none

🤖 Generated with Claude Code

https://claude.ai/code/session_01UVD6TpugadnV8aQw6mcGV6


Generated by Claude Code

The durable-chat recipe, chat tutorial scaffold chapter, and Aspire
essay documented 'netscript plugin add streams', but the CLI registers
'plugin install' (kind 'stream'); flagged BLOCKING by the OpenHands
docs-accuracy run 29656646840 on PR #865, merged before the fix by
maintainer decision. Uses the same verified form as the storefront
tutorial: netscript plugin install stream --name streams.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UVD6TpugadnV8aQw6mcGV6
@rickylabs rickylabs added status:impl area:docs type:docs ci:skip-e2e ci:skip-scaffold Skip the scaffold-static (deno-only) scaffold gate labels Jul 18, 2026 — with Claude
@rickylabs
rickylabs marked this pull request as ready for review July 18, 2026 20:22
@rickylabs
rickylabs merged commit 290c68e into main Jul 18, 2026
16 of 20 checks passed
@rickylabs

Copy link
Copy Markdown
Owner Author

@openhands-agent model=openrouter/minimax/minimax-m3 output=pr-comment iterations=100

use harness

SKILL

  • netscript-harness — preserve evaluator separation and record a concise, evidence-based verdict.
  • netscript-tools — use repository-native commands and keep lock/worktree state clean.
  • openhands-handoff — honor the pr-comment output contract and write the required summary.
  • netscript-cli — hand-test scaffold and documented CLI commands when executable claims exist.
  • rtk — keep changed-file and command inspection compact.

Act as a cheap-and-quick documentation accuracy evaluator. Do not edit source, documentation,
deno.lock, or run artifacts, and do not create commits. Write the complete result to
OPENHANDS_SUMMARY_PATH; output mode pr-comment will publish that result as the single PR
comment.

  1. Identify every changed documentation file in this PR and read each one fully. Include Markdown,
    MDX, READMEs, RFCs, harness/process docs, and skill instructions; do not review only the diff
    hunks.
  2. For every executable claim, QUICKLY hand-test the exact documented command or snippet from the
    repository root. Use the smallest representative scaffold/workspace needed, compare real output
    and generated paths with the document's claim, and stop after the highest-value small checks. Do
    not substitute a full expensive E2E suite for a focused manual check.
  3. If the changed set contains no executable command, snippet, flag, verb, or path claim, say
    exactly:
    No executable documentation claims in this changed set; manual command testing was not applicable.
    Full accuracy and hallucination review is still mandatory.
  4. Check every named command verb, flag, file path, package, API, and expected output against the
    repository. Any hallucinated or nonexistent verb, flag, or path is a BLOCKING finding.
  5. Return a compact per-file table with accurate, inaccurate, or unverifiable, the commands or
    snippets tested, observed-versus-claimed output, and blocking findings. End with one overall
    PASS or FAIL_FIX verdict and a short list of exact fixes.

Keep the iteration budget small. Prefer one to three decisive manual checks over broad exploration,
but never omit a changed documentation file from the per-file verdict table.

@rickylabs

rickylabs commented Jul 18, 2026

Copy link
Copy Markdown
Owner Author

OpenHands Agent — Agent failed

OPENHANDS_VERDICT: NONE

Model: openrouter/minimax/minimax-m3
Provider: OPENROUTER
Job status: failure
Verdict source: none
Summary source: synthesized-after-iteration-limit
Housekeeping: ack=success trace=success commit-artifacts=success replies=skipped draft-pr=skipped
Trace: .llm/tmp/run/openhands/pr-870/run-29659577585-1 (in the Actions artifact)
Artifact: openhands-agent-29659577585-1

OpenHands Agent Summary — INCOMPLETE (iteration limit)

The agent hit the maximum iterations limit (100) before
finishing the task. Any commits on the branch reflect partial work;
treat claims of completed artifacts as unverified.

Re-trigger with a narrower task or a higher iterations= value.

Run: https://github.com/rickylabs/netscript/actions/runs/29659577585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs ci:skip-e2e ci:skip-scaffold Skip the scaffold-static (deno-only) scaffold gate status:shipped type:docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants