rlmgrep 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rlmgrep/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  __all__ = ["__version__"]
2
- __version__ = "0.1.6"
2
+ __version__ = "0.1.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlmgrep
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Grep-shaped CLI search powered by DSPy RLM
5
5
  Author: rlmgrep
6
6
  License: MIT
@@ -70,7 +70,8 @@ Common options:
70
70
  - `--no-recursive` do not recurse directories
71
71
  - `-a`, `--text` treat binary files as text
72
72
  - `-y`, `--yes` skip file count confirmation
73
- - `--stdin-files` treat stdin as newline-delimited file paths
73
+ - `--files-from-stdin` treat stdin as newline-delimited file paths (e.g., `rg -l`)
74
+ - `--files-from-rg` alias for `--files-from-stdin`
74
75
  - `--model`, `--sub-model` override model names
75
76
  - `--api-key`, `--api-base`, `--model-type` override provider settings
76
77
  - `--max-iterations`, `--max-llm-calls` cap RLM search effort
@@ -180,6 +181,14 @@ If more than one provider key is set and the model does not make the provider ob
180
181
  - Converted image/audio text is cached in sidecar files named `<original>.<ext>.md` next to the original file and reused on subsequent runs.
181
182
  - Use `-a/--text` to force binary files to be read as text (UTF-8 with replacement).
182
183
 
184
+ ## Skill (Anthropic-style)
185
+
186
+ A ready-to-copy skill lives in:
187
+
188
+ - `skills/rlmgrep-usage/SKILL.md`
189
+
190
+ Install it by copying the folder into your agent’s skills directory (for example, `~/.claude/skills/rlmgrep-usage/`), then invoke it as `$rlmgrep-usage` in prompts. This is a lightweight, documentation-only skill meant to guide when to use rlmgrep vs `rg`/`grep`.
191
+
183
192
  ## Development
184
193
 
185
194
  - Install locally: `pip install -e .` or `uv tool install .`
@@ -1,4 +1,4 @@
1
- rlmgrep/__init__.py,sha256=uEY-o5UpO0zjCdZ1SCWaClP-xXaDZDIXmwIfxAtFffI,48
1
+ rlmgrep/__init__.py,sha256=-w_IYq2qirUd-aSQcHEODBy3Q_jqwhPRWywcT_M1mMc,48
2
2
  rlmgrep/__main__.py,sha256=MHKZ_ae3fSLGTLUUMOx15fWdeOnJSHhq-zslRP5F5Lc,79
3
3
  rlmgrep/cli.py,sha256=eUdM9aC0znZFzjqj-4YmT0_ymisSc_lUwDVjRi4ZU-s,20589
4
4
  rlmgrep/config.py,sha256=u1iz-nI8dj-dZETbpIki3RQefHJEyi5oE5zE4_IR8kg,2399
@@ -7,8 +7,8 @@ rlmgrep/ingest.py,sha256=uCz2el9B-RIT9umFo-gFEdAsmWPP1IJOArFFQY0D_1A,9127
7
7
  rlmgrep/interpreter.py,sha256=s_nMRxLlAU9C0JmUzUBW5NbVbuH67doVWF54K54STlA,2478
8
8
  rlmgrep/render.py,sha256=OYZy7BuJJe-KsDhEGAz6JA5RGd65ZInPWf9wLDJE0ag,3554
9
9
  rlmgrep/rlm.py,sha256=i3rCTp8OABByF60Un5gO7265gaW4spwU0OFKIz4surg,5750
10
- rlmgrep-0.1.6.dist-info/METADATA,sha256=g9zfDLY_x-QCcMzB0pcyXWZ6FoXr_c67mLiVRrOcHyI,6318
11
- rlmgrep-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- rlmgrep-0.1.6.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
- rlmgrep-0.1.6.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
- rlmgrep-0.1.6.dist-info/RECORD,,
10
+ rlmgrep-0.1.7.dist-info/METADATA,sha256=Rq6XsCDbifQcXrvTGWAYvwbIFBlNDJ0jn0gdDpOYplQ,6753
11
+ rlmgrep-0.1.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ rlmgrep-0.1.7.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
+ rlmgrep-0.1.7.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
+ rlmgrep-0.1.7.dist-info/RECORD,,