instructvault 0.2.5__tar.gz → 0.2.6__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 (59) hide show
  1. {instructvault-0.2.5 → instructvault-0.2.6}/PKG-INFO +1 -1
  2. {instructvault-0.2.5 → instructvault-0.2.6}/pyproject.toml +1 -1
  3. {instructvault-0.2.5 → instructvault-0.2.6}/.github/CODEOWNERS +0 -0
  4. {instructvault-0.2.5 → instructvault-0.2.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  5. {instructvault-0.2.5 → instructvault-0.2.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  6. {instructvault-0.2.5 → instructvault-0.2.6}/.github/pull_request_template.md +0 -0
  7. {instructvault-0.2.5 → instructvault-0.2.6}/.github/workflows/ci.yml +0 -0
  8. {instructvault-0.2.5 → instructvault-0.2.6}/.github/workflows/prompt-checks.yml +0 -0
  9. {instructvault-0.2.5 → instructvault-0.2.6}/.github/workflows/release.yml +0 -0
  10. {instructvault-0.2.5 → instructvault-0.2.6}/CHANGELOG.md +0 -0
  11. {instructvault-0.2.5 → instructvault-0.2.6}/CODE_OF_CONDUCT.md +0 -0
  12. {instructvault-0.2.5 → instructvault-0.2.6}/CONTRIBUTING.md +0 -0
  13. {instructvault-0.2.5 → instructvault-0.2.6}/LICENSE +0 -0
  14. {instructvault-0.2.5 → instructvault-0.2.6}/README.md +0 -0
  15. {instructvault-0.2.5 → instructvault-0.2.6}/SECURITY.md +0 -0
  16. {instructvault-0.2.5 → instructvault-0.2.6}/docs/assets/playground.png +0 -0
  17. {instructvault-0.2.5 → instructvault-0.2.6}/docs/ci.md +0 -0
  18. {instructvault-0.2.5 → instructvault-0.2.6}/docs/ci_templates/Jenkinsfile +0 -0
  19. {instructvault-0.2.5 → instructvault-0.2.6}/docs/ci_templates/gitlab-ci.yml +0 -0
  20. {instructvault-0.2.5 → instructvault-0.2.6}/docs/cookbooks.md +0 -0
  21. {instructvault-0.2.5 → instructvault-0.2.6}/docs/dropin_guide.md +0 -0
  22. {instructvault-0.2.5 → instructvault-0.2.6}/docs/governance.md +0 -0
  23. {instructvault-0.2.5 → instructvault-0.2.6}/docs/playground.md +0 -0
  24. {instructvault-0.2.5 → instructvault-0.2.6}/docs/release_checklist.md +0 -0
  25. {instructvault-0.2.5 → instructvault-0.2.6}/docs/templates/CODEOWNERS +0 -0
  26. {instructvault-0.2.5 → instructvault-0.2.6}/docs/vision.md +0 -0
  27. {instructvault-0.2.5 → instructvault-0.2.6}/examples/datasets/classifier_cases.jsonl +0 -0
  28. {instructvault-0.2.5 → instructvault-0.2.6}/examples/datasets/rag_agent_cases.jsonl +0 -0
  29. {instructvault-0.2.5 → instructvault-0.2.6}/examples/datasets/rag_answer_cases.jsonl +0 -0
  30. {instructvault-0.2.5 → instructvault-0.2.6}/examples/datasets/support_cases.jsonl +0 -0
  31. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/classifier.prompt.yml +0 -0
  32. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/guardrail.prompt.json +0 -0
  33. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/hello_world.prompt.yml +0 -0
  34. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/rag_agent.prompt.yml +0 -0
  35. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/rag_answer.prompt.yml +0 -0
  36. {instructvault-0.2.5 → instructvault-0.2.6}/examples/prompts/support_reply.prompt.yml +0 -0
  37. {instructvault-0.2.5 → instructvault-0.2.6}/playground/README.md +0 -0
  38. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/__init__.py +0 -0
  39. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/app.py +0 -0
  40. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/routes/api.py +0 -0
  41. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/routes/ui.py +0 -0
  42. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/static/app.css +0 -0
  43. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/static/app.js +0 -0
  44. {instructvault-0.2.5 → instructvault-0.2.6}/playground/ivault_playground/templates/index.html +0 -0
  45. {instructvault-0.2.5 → instructvault-0.2.6}/playground/pyproject.toml +0 -0
  46. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/__init__.py +0 -0
  47. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/bundle.py +0 -0
  48. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/cli.py +0 -0
  49. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/diff.py +0 -0
  50. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/eval.py +0 -0
  51. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/io.py +0 -0
  52. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/junit.py +0 -0
  53. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/render.py +0 -0
  54. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/scaffold.py +0 -0
  55. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/sdk.py +0 -0
  56. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/spec.py +0 -0
  57. {instructvault-0.2.5 → instructvault-0.2.6}/src/instructvault/store.py +0 -0
  58. {instructvault-0.2.5 → instructvault-0.2.6}/tests/test_cli_basic.py +0 -0
  59. {instructvault-0.2.5 → instructvault-0.2.6}/tests/test_playground_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instructvault
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Git-first prompt registry + CI evals + lightweight runtime SDK (ivault).
5
5
  Project-URL: Homepage, https://github.com/05satyam/instruct_vault
6
6
  Project-URL: Repository, https://github.com/05satyam/instruct_vault
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "instructvault"
3
- version = "0.2.5"
3
+ version = "0.2.6"
4
4
  description = "Git-first prompt registry + CI evals + lightweight runtime SDK (ivault)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes