instructvault 0.2.3__tar.gz → 0.2.4__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.3 → instructvault-0.2.4}/.github/workflows/prompt-checks.yml +7 -2
  2. {instructvault-0.2.3 → instructvault-0.2.4}/PKG-INFO +2 -1
  3. {instructvault-0.2.3 → instructvault-0.2.4}/pyproject.toml +2 -1
  4. {instructvault-0.2.3 → instructvault-0.2.4}/.github/CODEOWNERS +0 -0
  5. {instructvault-0.2.3 → instructvault-0.2.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  6. {instructvault-0.2.3 → instructvault-0.2.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  7. {instructvault-0.2.3 → instructvault-0.2.4}/.github/pull_request_template.md +0 -0
  8. {instructvault-0.2.3 → instructvault-0.2.4}/.github/workflows/ci.yml +0 -0
  9. {instructvault-0.2.3 → instructvault-0.2.4}/.github/workflows/release.yml +0 -0
  10. {instructvault-0.2.3 → instructvault-0.2.4}/CHANGELOG.md +0 -0
  11. {instructvault-0.2.3 → instructvault-0.2.4}/CODE_OF_CONDUCT.md +0 -0
  12. {instructvault-0.2.3 → instructvault-0.2.4}/CONTRIBUTING.md +0 -0
  13. {instructvault-0.2.3 → instructvault-0.2.4}/LICENSE +0 -0
  14. {instructvault-0.2.3 → instructvault-0.2.4}/README.md +0 -0
  15. {instructvault-0.2.3 → instructvault-0.2.4}/SECURITY.md +0 -0
  16. {instructvault-0.2.3 → instructvault-0.2.4}/docs/assets/playground.png +0 -0
  17. {instructvault-0.2.3 → instructvault-0.2.4}/docs/ci.md +0 -0
  18. {instructvault-0.2.3 → instructvault-0.2.4}/docs/ci_templates/Jenkinsfile +0 -0
  19. {instructvault-0.2.3 → instructvault-0.2.4}/docs/ci_templates/gitlab-ci.yml +0 -0
  20. {instructvault-0.2.3 → instructvault-0.2.4}/docs/cookbooks.md +0 -0
  21. {instructvault-0.2.3 → instructvault-0.2.4}/docs/dropin_guide.md +0 -0
  22. {instructvault-0.2.3 → instructvault-0.2.4}/docs/governance.md +0 -0
  23. {instructvault-0.2.3 → instructvault-0.2.4}/docs/playground.md +0 -0
  24. {instructvault-0.2.3 → instructvault-0.2.4}/docs/release_checklist.md +0 -0
  25. {instructvault-0.2.3 → instructvault-0.2.4}/docs/templates/CODEOWNERS +0 -0
  26. {instructvault-0.2.3 → instructvault-0.2.4}/docs/vision.md +0 -0
  27. {instructvault-0.2.3 → instructvault-0.2.4}/examples/datasets/classifier_cases.jsonl +0 -0
  28. {instructvault-0.2.3 → instructvault-0.2.4}/examples/datasets/rag_agent_cases.jsonl +0 -0
  29. {instructvault-0.2.3 → instructvault-0.2.4}/examples/datasets/rag_answer_cases.jsonl +0 -0
  30. {instructvault-0.2.3 → instructvault-0.2.4}/examples/datasets/support_cases.jsonl +0 -0
  31. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/classifier.prompt.yml +0 -0
  32. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/guardrail.prompt.json +0 -0
  33. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/hello_world.prompt.yml +0 -0
  34. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/rag_agent.prompt.yml +0 -0
  35. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/rag_answer.prompt.yml +0 -0
  36. {instructvault-0.2.3 → instructvault-0.2.4}/examples/prompts/support_reply.prompt.yml +0 -0
  37. {instructvault-0.2.3 → instructvault-0.2.4}/playground/README.md +0 -0
  38. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/__init__.py +0 -0
  39. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/app.py +0 -0
  40. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/routes/api.py +0 -0
  41. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/routes/ui.py +0 -0
  42. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/static/app.css +0 -0
  43. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/static/app.js +0 -0
  44. {instructvault-0.2.3 → instructvault-0.2.4}/playground/ivault_playground/templates/index.html +0 -0
  45. {instructvault-0.2.3 → instructvault-0.2.4}/playground/pyproject.toml +0 -0
  46. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/__init__.py +0 -0
  47. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/bundle.py +0 -0
  48. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/cli.py +0 -0
  49. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/diff.py +0 -0
  50. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/eval.py +0 -0
  51. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/io.py +0 -0
  52. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/junit.py +0 -0
  53. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/render.py +0 -0
  54. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/scaffold.py +0 -0
  55. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/sdk.py +0 -0
  56. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/spec.py +0 -0
  57. {instructvault-0.2.3 → instructvault-0.2.4}/src/instructvault/store.py +0 -0
  58. {instructvault-0.2.3 → instructvault-0.2.4}/tests/test_cli_basic.py +0 -0
  59. {instructvault-0.2.3 → instructvault-0.2.4}/tests/test_playground_api.py +0 -0
@@ -21,8 +21,13 @@ jobs:
21
21
  with:
22
22
  python-version: "3.11"
23
23
  - run: pip install instructvault
24
- - run: ivault validate prompts
25
- - run: ivault eval prompts/hello_world.prompt.yml --report out/report.json --junit out/junit.xml
24
+ - run: |
25
+ if [ -d "prompts" ]; then
26
+ ivault validate prompts
27
+ ivault eval prompts/hello_world.prompt.yml --report out/report.json --junit out/junit.xml
28
+ else
29
+ echo "No prompts/ directory found; skipping prompt checks."
30
+ fi
26
31
  - uses: actions/upload-artifact@v4
27
32
  if: always()
28
33
  with:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instructvault
3
- Version: 0.2.3
3
+ Version: 0.2.4
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
@@ -14,6 +14,7 @@ Requires-Dist: pyyaml>=6.0
14
14
  Requires-Dist: rich>=13.7
15
15
  Requires-Dist: typer>=0.12
16
16
  Provides-Extra: dev
17
+ Requires-Dist: fastapi>=0.110; extra == 'dev'
17
18
  Requires-Dist: httpx>=0.27; extra == 'dev'
18
19
  Requires-Dist: mypy>=1.10; extra == 'dev'
19
20
  Requires-Dist: pytest-cov>=5.0; extra == 'dev'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "instructvault"
3
- version = "0.2.3"
3
+ version = "0.2.4"
4
4
  description = "Git-first prompt registry + CI evals + lightweight runtime SDK (ivault)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -22,6 +22,7 @@ dev = [
22
22
  "mypy>=1.10",
23
23
  "types-PyYAML",
24
24
  "httpx>=0.27",
25
+ "fastapi>=0.110",
25
26
  ]
26
27
 
27
28
  [project.urls]
File without changes
File without changes
File without changes
File without changes