instructvault 0.2.0__tar.gz → 0.2.2__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 (50) hide show
  1. instructvault-0.2.2/.github/CODEOWNERS +3 -0
  2. {instructvault-0.2.0 → instructvault-0.2.2}/CHANGELOG.md +1 -1
  3. {instructvault-0.2.0 → instructvault-0.2.2}/PKG-INFO +1 -1
  4. instructvault-0.2.2/docs/templates/CODEOWNERS +4 -0
  5. {instructvault-0.2.0 → instructvault-0.2.2}/pyproject.toml +1 -1
  6. instructvault-0.2.0/docs/templates/CODEOWNERS +0 -3
  7. {instructvault-0.2.0 → instructvault-0.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {instructvault-0.2.0 → instructvault-0.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {instructvault-0.2.0 → instructvault-0.2.2}/.github/pull_request_template.md +0 -0
  10. {instructvault-0.2.0 → instructvault-0.2.2}/.github/workflows/release.yml +0 -0
  11. {instructvault-0.2.0 → instructvault-0.2.2}/CODE_OF_CONDUCT.md +0 -0
  12. {instructvault-0.2.0 → instructvault-0.2.2}/CONTRIBUTING.md +0 -0
  13. {instructvault-0.2.0 → instructvault-0.2.2}/LICENSE +0 -0
  14. {instructvault-0.2.0 → instructvault-0.2.2}/README.md +0 -0
  15. {instructvault-0.2.0 → instructvault-0.2.2}/SECURITY.md +0 -0
  16. {instructvault-0.2.0 → instructvault-0.2.2}/VISION_DOC.md +0 -0
  17. {instructvault-0.2.0 → instructvault-0.2.2}/docs/ci.md +0 -0
  18. {instructvault-0.2.0 → instructvault-0.2.2}/docs/ci_templates/Jenkinsfile +0 -0
  19. {instructvault-0.2.0 → instructvault-0.2.2}/docs/ci_templates/gitlab-ci.yml +0 -0
  20. {instructvault-0.2.0 → instructvault-0.2.2}/docs/cookbooks.md +0 -0
  21. {instructvault-0.2.0 → instructvault-0.2.2}/docs/dropin_guide.md +0 -0
  22. {instructvault-0.2.0 → instructvault-0.2.2}/docs/governance.md +0 -0
  23. {instructvault-0.2.0 → instructvault-0.2.2}/docs/playground.md +0 -0
  24. {instructvault-0.2.0 → instructvault-0.2.2}/docs/release_checklist.md +0 -0
  25. {instructvault-0.2.0 → instructvault-0.2.2}/examples/datasets/classifier_cases.jsonl +0 -0
  26. {instructvault-0.2.0 → instructvault-0.2.2}/examples/datasets/rag_agent_cases.jsonl +0 -0
  27. {instructvault-0.2.0 → instructvault-0.2.2}/examples/datasets/rag_answer_cases.jsonl +0 -0
  28. {instructvault-0.2.0 → instructvault-0.2.2}/examples/datasets/support_cases.jsonl +0 -0
  29. {instructvault-0.2.0 → instructvault-0.2.2}/examples/prompts/classifier.prompt.yml +0 -0
  30. {instructvault-0.2.0 → instructvault-0.2.2}/examples/prompts/guardrail.prompt.json +0 -0
  31. {instructvault-0.2.0 → instructvault-0.2.2}/examples/prompts/rag_agent.prompt.yml +0 -0
  32. {instructvault-0.2.0 → instructvault-0.2.2}/examples/prompts/rag_answer.prompt.yml +0 -0
  33. {instructvault-0.2.0 → instructvault-0.2.2}/examples/prompts/support_reply.prompt.yml +0 -0
  34. {instructvault-0.2.0 → instructvault-0.2.2}/playground/README.md +0 -0
  35. {instructvault-0.2.0 → instructvault-0.2.2}/playground/ivault_playground/__init__.py +0 -0
  36. {instructvault-0.2.0 → instructvault-0.2.2}/playground/ivault_playground/app.py +0 -0
  37. {instructvault-0.2.0 → instructvault-0.2.2}/playground/pyproject.toml +0 -0
  38. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/__init__.py +0 -0
  39. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/bundle.py +0 -0
  40. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/cli.py +0 -0
  41. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/diff.py +0 -0
  42. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/eval.py +0 -0
  43. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/io.py +0 -0
  44. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/junit.py +0 -0
  45. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/render.py +0 -0
  46. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/scaffold.py +0 -0
  47. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/sdk.py +0 -0
  48. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/spec.py +0 -0
  49. {instructvault-0.2.0 → instructvault-0.2.2}/src/instructvault/store.py +0 -0
  50. {instructvault-0.2.0 → instructvault-0.2.2}/tests/test_cli_basic.py +0 -0
@@ -0,0 +1,3 @@
1
+ # Code owners for prompt governance
2
+ prompts/ @05satyam
3
+ datasets/ @05satyam
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [0.2.0] - 2026-02-01
5
+ ## [0.2.2] - 2026-02-01
6
6
  ### Added
7
7
  - Spec versioning (`spec_version`)
8
8
  - JSON prompt support
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instructvault
3
- Version: 0.2.0
3
+ Version: 0.2.2
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
@@ -0,0 +1,4 @@
1
+ # Example CODEOWNERS for prompt governance
2
+ # Replace with your GitHub handle or team.
3
+ # prompts/ @05satyam
4
+ # datasets/ @05satyam
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "instructvault"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "Git-first prompt registry + CI evals + lightweight runtime SDK (ivault)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -1,3 +0,0 @@
1
- # Example CODEOWNERS for prompt governance
2
- prompts/ @your-org/prompt-owners
3
- datasets/ @your-org/prompt-owners
File without changes
File without changes
File without changes
File without changes