Home / bearlike / grove · tests/CLAUDE.md · GitHub

CLAUDE.md@tests claudeB

CLAUDE.md@tests is agent-read markdown (claude) from bearlike/grove.

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

# tests — suite conventions + CI/lint gotchas

> ↑ [root](../CLAUDE.md)

Conventions for the pytest suite under `tests/`: where the test seams sit, how to keep cross-platform defenses honest, and the CI/lint traps. Root holds the two principles these build on ("tests pin contracts, not implementation"; "tests prefer real code paths, stub only I/O"). Engine internals live in [core](../src/grove/core/CLAUDE.md).

## Test seams

**When production stops calling a boundary, the tests that PATCH it keep passing and stop testing anything — so a patch target is part of the change.** Five `test_catalog_sources.py` tests patched `grove.daemon._catalog_sources.GitRepo.worktree_paths`/`list_files`; once the watch-root discovery consumed `DiagramGallery.census` instead of shelling out itself, that import was gone and the patches failed *loudly* (`ImportError: ... is not a package`), which is the lucky case. **The unlucky case is a patch on a symbol that still exists and is no longer reached**, which stays green forever. The fix is to state the new boundary on the double (`_Index.census` returning the scopes) rather than to re-point the patch one layer down — a double that answers the question…
…

Read the whole file at its exact version.

How to install

Latest version
mdr add bearlike/grove/tests/CLAUDE.md@git:20260923.1a5058d
Exact content
mdr add bearlike/grove/tests/CLAUDE.md@sha256:8185c3aab2c3fc3e

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_f2bpcwophixy6cpv.svg)](https://markdownregistry.com/a/art_f2bpcwophixy6cpv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.1a5058d latest2026-09-23 1a5058d 36,669 BB view · diff
git:20260921.13d222a2026-09-21 13d222a 35,242 BB view · diff
git:20260917.fdcbb8c2026-09-17 fdcbb8c 34,417 BB view · diff
git:20260908.bbb0fcb2026-09-08 bbb0fcb 33,569 BB view · diff
git:20260821.3dfe12f2026-08-21 3dfe12f 22,175 BB view · diff
git:20260812.6377c5a2026-08-12 6377c5a 19,751 BB view

Audit of the latest version

B  13 of 14 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:5125)
  • pass: Size between 200 bytes and 200 KB (36669 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 prompt-injection phrasing
  • 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_f2bpcwophixy6cpv
GET https://markdownregistry.com/api/v1/resolve?ref=bearlike/grove/tests/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/8185c3aab2c3fc3e8b0f95c4fc6bfb52f546f2a668d0b46df5f8c3fe2a1f0589

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

Other files named CLAUDE.md@tests

CLAUDE.md@tests claude
damionrashford/rivalsearchmcp · tests/CLAUDE.md
git:20260222.c55f9bc · audit A · 131 stars
CLAUDE.md@tests claude
databricks/unity-gateway · tests/CLAUDE.md
git:20260917.7b439c1 · audit A · 99 stars
CLAUDE.md@tests claude
theafh/ai-modules · tests/CLAUDE.md
git:20260918.490d6b3 · audit A · 38 stars
CLAUDE.md@tests claude
saorsa-labs/x0x · tests/CLAUDE.md
git:20260921.37bb8c1 · audit A · 19 stars
CLAUDE.md@tests claude
edmonds-commerce-limited/claude-code-hooks-daemon · tests/CLAUDE.md
git:20260914.b5284d3 · audit A · 4 stars

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