Skip to content

docs: align stdlib grep one-liner to tredl's form - #5

Merged
neilgfoster merged 1 commit into
mainfrom
docs/align-stdlib-grep
Jun 19, 2026
Merged

docs: align stdlib grep one-liner to tredl's form#5
neilgfoster merged 1 commit into
mainfrom
docs/align-stdlib-grep

Conversation

@neilgfoster

Copy link
Copy Markdown
Owner

What and why

Follow-up to #4. The stdlib-only test logic already matched tredl's tests/test_stdlib_only.py verbatim. This aligns the remaining divergence — the human-facing grep one-liner in README — to tredl's exact form.

Changes

  • README.md verify section: the stdlib grep now uses plugin/src (no trailing slash) with explicit FORBIDDEN IMPORT / stdlib-only OK feedback, described as "the same grep CI enforces in tests/test_stdlib_only.py" — matching tredl's docs/quickstart.md step.

(This template has no docs/quickstart.md, so the grep lives in README's "Verify before done" — the right local home.)

Verification

grep -rnE '...' plugin/src && echo 'FORBIDDEN IMPORT' || echo 'stdlib-only OK'   # stdlib-only OK
ruff check . && ruff format --check . && python3 -m pytest -q                    # 6 passed

🤖 Generated with Claude Code

Match tredl's quickstart verify step: same grep, with explicit
FORBIDDEN IMPORT / stdlib-only OK feedback (plugin/src, no trailing slash).
The test logic was already identical to tredl's tests/test_stdlib_only.py.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@neilgfoster
neilgfoster merged commit 6897fce into main Jun 19, 2026
@neilgfoster
neilgfoster deleted the docs/align-stdlib-grep branch June 19, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant