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.
Files changed (51) hide show
  1. {rag_your_code-1.2.0/src/rag_your_code.egg-info → rag_your_code-1.2.1}/PKG-INFO +11 -1
  2. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/README.md +10 -0
  3. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/pyproject.toml +1 -1
  4. {rag_your_code-1.2.0 → rag_your_code-1.2.1/src/rag_your_code.egg-info}/PKG-INFO +11 -1
  5. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/__init__.py +1 -1
  6. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/LICENSE +0 -0
  7. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/setup.cfg +0 -0
  8. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/SOURCES.txt +0 -0
  9. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/dependency_links.txt +0 -0
  10. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/entry_points.txt +0 -0
  11. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/requires.txt +0 -0
  12. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/rag_your_code.egg-info/top_level.txt +0 -0
  13. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/agentic.py +0 -0
  14. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/annotate.py +0 -0
  15. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/cli.py +0 -0
  16. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/config.py +0 -0
  17. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/descriptions.py +0 -0
  18. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/document.py +0 -0
  19. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/embeddings.py +0 -0
  20. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/graph.py +0 -0
  21. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/indexer.py +0 -0
  22. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/models.py +0 -0
  23. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/parser.py +0 -0
  24. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/providers.py +0 -0
  25. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/py.typed +0 -0
  26. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/search.py +0 -0
  27. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/src/ragyourcode/workflow.py +0 -0
  28. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_absent_queries.py +0 -0
  29. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_agent_protocol.py +0 -0
  30. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_agentic.py +0 -0
  31. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_config.py +0 -0
  32. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_descriptions.py +0 -0
  33. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_doc_comments.py +0 -0
  34. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_document.py +0 -0
  35. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_e2e_cli.py +0 -0
  36. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_evidence.py +0 -0
  37. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_golden.py +0 -0
  38. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_graph_incremental.py +0 -0
  39. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_language_fixtures.py +0 -0
  40. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_large_repo.py +0 -0
  41. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_local_model.py +0 -0
  42. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_metadata.py +0 -0
  43. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_multilanguage.py +0 -0
  44. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_parser_edges.py +0 -0
  45. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_providers.py +0 -0
  46. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_ragyourcode.py +0 -0
  47. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_ranking.py +0 -0
  48. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_repo_queries.py +0 -0
  49. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_resilience.py +0 -0
  50. {rag_your_code-1.2.0 → rag_your_code-1.2.1}/tests/test_retrieval_correctness.py +0 -0
  51. {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.0
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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "rag-your-code"
9
- version = "1.2.0"
9
+ version = "1.2.1"
10
10
  description = "A local, explainable RAG index for codebases and coding agents"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rag-your-code
3
- Version: 1.2.0
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
@@ -3,4 +3,4 @@
3
3
  from .models import CodeUnit, SearchResult
4
4
 
5
5
  __all__ = ["CodeUnit", "SearchResult"]
6
- __version__ = "1.2.0"
6
+ __version__ = "1.2.1"
File without changes
File without changes