Home / bearlike / grove · src/grove/skills/reinstalling-grove/SKILL.md · GitHub

reinstalling-grove skillC

reinstalling-grove is agent-read markdown (skill) from bearlike/grove: Use when a user wants to reinstall, update, or upgrade Grove after pulling new code, or when they report seeing the OLD UI / stale behavior after an update ("I still see the old dashboard", "the redesign isn't showing", "I reinstalled but nothing changed"). Covers the editable uv-tool install model, the independently-updated surfaces (package/CLI/TUI, daemon, webapp, plus the opt-in grove-mcp server in either its stdio or networked transport), the reinstall-vs-restart decision, a required verifi.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Reinstalling & updating Grove

[Grove](https://github.com/bearlike/Grove) ships as one Python package whose
surfaces update through **different mechanisms** — three core ones (CLI/TUI,
daemon, webapp) plus the opt-in `grove-mcp` server, whose
staleness rules differ by transport. Most "I updated but
still see the old version" reports come from updating one surface and forgetting
another, or from a process/browser still holding the old code. This skill makes
the update deterministic and gives you a decision tree for the stale-UI case.

The golden rule, and the thing to repeat to the user: **new code on disk does
not change anything already running.** A live process loaded its modules at
startup; a long-lived service keeps running the old build until restarted; a
browser serves a cached page. Updating Grove is therefore never "just pull" — it
is pull, then refresh each surface that needs it.

## 1. The surfaces and how each updates

| Surface | What it is | How it picks up new code |
|---|---|---|
| **Package — CLI + TUI** | the `grove` command and its Textual UI | a fresh `grove` invocation (editable install) OR a `uv tool install --reinstall` when deps changed |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add bearlike/grove/reinstalling-grove@git:20260908.bbb0fcb
Exact content
mdr add bearlike/grove/reinstalling-grove@sha256:e07ada7bac6428dd

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_myorlsiyoar5ppep.svg)](https://markdownregistry.com/a/art_myorlsiyoar5ppep)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260908.bbb0fcb latest2026-09-08 bbb0fcb 16,802 BC view · diff
git:20260803.49581e62026-08-03 49581e6 15,826 BC view

Audit of the latest version

C  15 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No prompt-injection phrasing (matched: Do not tell the user)
  • fail: No link to a raw IP address (matched: http://127.0.0.1:7421)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (16802 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No script tag

Source

GitHub

bearlike/grove · 7 stars · license MIT · pushed 2026-09-23 · branch current

API

GET https://markdownregistry.com/api/v1/artifacts/art_myorlsiyoar5ppep
GET https://markdownregistry.com/api/v1/resolve?ref=bearlike/grove/reinstalling-grove
GET https://markdownregistry.com/api/v1/blob/e07ada7bac6428ddfd18cee95747e1581a050354262a72e99a284f4d21cce8b7

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from bearlike/grove

AGENTS.md agents
bearlike/grove · AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md claude
bearlike/grove · CLAUDE.md
git:20260923.1a5058d · audit A · 7 stars
AGENTS.md@docs agents
bearlike/grove · docs/AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md@docs claude
bearlike/grove · docs/CLAUDE.md
git:20260923.1a5058d · audit B · 7 stars
AGENTS.md@packaging agents
bearlike/grove · packaging/AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md@packaging claude
bearlike/grove · packaging/CLAUDE.md
git:20260812.6377c5a · audit A · 7 stars
AGENTS.md@src/grove/client agents
bearlike/grove · src/grove/client/AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md@src/grove/client claude
bearlike/grove · src/grove/client/CLAUDE.md
git:20260803.49581e6 · audit A · 7 stars
AGENTS.md@src/grove/core agents
bearlike/grove · src/grove/core/AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md@src/grove/core claude
bearlike/grove · src/grove/core/CLAUDE.md
git:20260923.1a5058d · audit C · 7 stars
AGENTS.md@src/grove/core/agents agents
bearlike/grove · src/grove/core/agents/AGENTS.md
git:20260812.6377c5a · audit A · 7 stars
CLAUDE.md@src/grove/core/agents claude
bearlike/grove · src/grove/core/agents/CLAUDE.md
git:20260921.13d222a · audit A · 7 stars

Every file in bearlike/grove

Browse by kind, by grade C, or by owner.