rag-your-code 1.2.0__tar.gz → 1.2.1__tar.gz
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.
- {rag_your_code-1.2.0/src/rag_your_code.egg-info → rag_your_code-1.2.1}/PKG-INFO +11 -1
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/README.md +10 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/pyproject.toml +1 -1
- {rag_your_code-1.2.0 → rag_your_code-1.2.1/src/rag_your_code.egg-info}/PKG-INFO +11 -1
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/__init__.py +1 -1
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/LICENSE +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/setup.cfg +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/SOURCES.txt +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/dependency_links.txt +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/entry_points.txt +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/requires.txt +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/top_level.txt +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/agentic.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/annotate.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/cli.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/config.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/descriptions.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/document.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/embeddings.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/graph.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/indexer.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/models.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/parser.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/providers.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/py.typed +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/search.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/workflow.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_absent_queries.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_agent_protocol.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_agentic.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_config.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_descriptions.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_doc_comments.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_document.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_e2e_cli.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_evidence.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_golden.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_graph_incremental.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_language_fixtures.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_large_repo.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_local_model.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_metadata.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_multilanguage.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_parser_edges.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_providers.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_ragyourcode.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_ranking.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_repo_queries.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_resilience.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_retrieval_correctness.py +0 -0
- {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_workflow.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rag-your-code
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A local, explainable RAG index for codebases and coding agents
|
|
5
5
|
Author: rag-your-code contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -651,6 +651,16 @@ need a dependency, and the policy for those is settled: they follow the
|
|
|
651
651
|
embedding provider's pattern — optional, user-selected, never in the default
|
|
652
652
|
install. Full reasoning in [docs/ROADMAP.md](docs/ROADMAP.md).
|
|
653
653
|
|
|
654
|
+
**Whether the skill fires unprompted is not measured**, and until 1.2.1 this
|
|
655
|
+
project claimed no command could measure it. That was wrong: `claude plugin
|
|
656
|
+
eval` grades exactly this, with `tool_used: Skill` as a plugin-fired indicator
|
|
657
|
+
and a no-plugin baseline arm. It is unmeasured because the command is in early
|
|
658
|
+
access on the account here and its case schema is undocumented, so a suite
|
|
659
|
+
written from `--help` fragments could not be run even once to see whether it
|
|
660
|
+
loads — and a suite that silently fails to load reads as a gate while checking
|
|
661
|
+
nothing. Since 1.2.0 the four commands give an entry path that does not depend
|
|
662
|
+
on it.
|
|
663
|
+
|
|
654
664
|
## 12 · Development
|
|
655
665
|
|
|
656
666
|
```bash
|
|
@@ -622,6 +622,16 @@ need a dependency, and the policy for those is settled: they follow the
|
|
|
622
622
|
embedding provider's pattern — optional, user-selected, never in the default
|
|
623
623
|
install. Full reasoning in [docs/ROADMAP.md](docs/ROADMAP.md).
|
|
624
624
|
|
|
625
|
+
**Whether the skill fires unprompted is not measured**, and until 1.2.1 this
|
|
626
|
+
project claimed no command could measure it. That was wrong: `claude plugin
|
|
627
|
+
eval` grades exactly this, with `tool_used: Skill` as a plugin-fired indicator
|
|
628
|
+
and a no-plugin baseline arm. It is unmeasured because the command is in early
|
|
629
|
+
access on the account here and its case schema is undocumented, so a suite
|
|
630
|
+
written from `--help` fragments could not be run even once to see whether it
|
|
631
|
+
loads — and a suite that silently fails to load reads as a gate while checking
|
|
632
|
+
nothing. Since 1.2.0 the four commands give an entry path that does not depend
|
|
633
|
+
on it.
|
|
634
|
+
|
|
625
635
|
## 12 · Development
|
|
626
636
|
|
|
627
637
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rag-your-code
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A local, explainable RAG index for codebases and coding agents
|
|
5
5
|
Author: rag-your-code contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -651,6 +651,16 @@ need a dependency, and the policy for those is settled: they follow the
|
|
|
651
651
|
embedding provider's pattern — optional, user-selected, never in the default
|
|
652
652
|
install. Full reasoning in [docs/ROADMAP.md](docs/ROADMAP.md).
|
|
653
653
|
|
|
654
|
+
**Whether the skill fires unprompted is not measured**, and until 1.2.1 this
|
|
655
|
+
project claimed no command could measure it. That was wrong: `claude plugin
|
|
656
|
+
eval` grades exactly this, with `tool_used: Skill` as a plugin-fired indicator
|
|
657
|
+
and a no-plugin baseline arm. It is unmeasured because the command is in early
|
|
658
|
+
access on the account here and its case schema is undocumented, so a suite
|
|
659
|
+
written from `--help` fragments could not be run even once to see whether it
|
|
660
|
+
loads — and a suite that silently fails to load reads as a gate while checking
|
|
661
|
+
nothing. Since 1.2.0 the four commands give an entry path that does not depend
|
|
662
|
+
on it.
|
|
663
|
+
|
|
654
664
|
## 12 · Development
|
|
655
665
|
|
|
656
666
|
```bash
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|