evolveguard-cli 0.1.0__tar.gz → 0.1.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 (33) hide show
  1. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/PKG-INFO +6 -5
  2. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/README.md +5 -4
  3. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/pyproject.toml +1 -1
  4. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/.gitignore +0 -0
  5. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/LICENSE +0 -0
  6. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/examples/01-basic-record-replay/demo.py +0 -0
  7. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/examples/02-ci-gate/gate.py +0 -0
  8. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/examples/03-agent-native-json/agent_report.py +0 -0
  9. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/examples/README.md +0 -0
  10. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/__init__.py +0 -0
  11. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/cli.py +0 -0
  12. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/diff/__init__.py +0 -0
  13. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/errors.py +0 -0
  14. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/fixtures.py +0 -0
  15. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/formatters.py +0 -0
  16. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/parser/__init__.py +0 -0
  17. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/parser/skillmd.py +0 -0
  18. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/paths.py +0 -0
  19. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/record/__init__.py +0 -0
  20. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/replay/__init__.py +0 -0
  21. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/report/__init__.py +0 -0
  22. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/snapshot.py +0 -0
  23. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/src/evolveguard/types.py +0 -0
  24. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/__init__.py +0 -0
  25. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_benchmark.py +0 -0
  26. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_cli.py +0 -0
  27. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_diff.py +0 -0
  28. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_fixtures.py +0 -0
  29. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_paths.py +0 -0
  30. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_record.py +0 -0
  31. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_replay.py +0 -0
  32. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_report.py +0 -0
  33. {evolveguard_cli-0.1.0 → evolveguard_cli-0.1.1}/tests/test_skillmd.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evolveguard-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Regression-testing CI gate for self-edited Claude Agent Skills (SKILL.md, MEMORY.md): golden-transcript record/replay against a skill's own declared and inferred capability surface, zero hosted infrastructure.
5
5
  Project-URL: Homepage, https://github.com/RudrenduPaul/evolveguard
6
6
  Project-URL: Repository, https://github.com/RudrenduPaul/evolveguard
@@ -40,9 +40,9 @@ Regression-testing CI gate for self-edited Claude Agent Skills -- `SKILL.md`
40
40
  manifests and Claude Code auto-memory `MEMORY.md` files -- catching
41
41
  behavioral drift before an edit ships.
42
42
 
43
- [![PyPI version](https://img.shields.io/pypi/v/evolveguard.svg)](https://pypi.org/project/evolveguard/)
43
+ [![PyPI version](https://img.shields.io/pypi/v/evolveguard-cli.svg)](https://pypi.org/project/evolveguard-cli/)
44
44
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/RudrenduPaul/evolveguard/blob/main/LICENSE)
45
- [![Python versions](https://img.shields.io/pypi/pyversions/evolveguard.svg)](https://pypi.org/project/evolveguard/)
45
+ [![Python versions](https://img.shields.io/pypi/pyversions/evolveguard-cli.svg)](https://pypi.org/project/evolveguard-cli/)
46
46
  [![CI](https://github.com/RudrenduPaul/evolveguard/actions/workflows/ci.yml/badge.svg)](https://github.com/RudrenduPaul/evolveguard/actions/workflows/ci.yml)
47
47
 
48
48
  ## Why this exists
@@ -62,13 +62,13 @@ sequence, or a flagged drift with a specific reason.
62
62
  ## Install
63
63
 
64
64
  ```bash
65
- pip install evolveguard
65
+ pip install evolveguard-cli
66
66
  ```
67
67
 
68
68
  or with [uv](https://docs.astral.sh/uv/):
69
69
 
70
70
  ```bash
71
- uv add evolveguard
71
+ uv add evolveguard-cli
72
72
  ```
73
73
 
74
74
  > **Not yet live on PyPI.** The package is fully built, tested, and
@@ -273,3 +273,4 @@ exists yet for either distribution, so it isn't claimed here.
273
273
  ## License
274
274
 
275
275
  MIT, see [LICENSE](https://github.com/RudrenduPaul/evolveguard/blob/main/LICENSE).
276
+
@@ -4,9 +4,9 @@ Regression-testing CI gate for self-edited Claude Agent Skills -- `SKILL.md`
4
4
  manifests and Claude Code auto-memory `MEMORY.md` files -- catching
5
5
  behavioral drift before an edit ships.
6
6
 
7
- [![PyPI version](https://img.shields.io/pypi/v/evolveguard.svg)](https://pypi.org/project/evolveguard/)
7
+ [![PyPI version](https://img.shields.io/pypi/v/evolveguard-cli.svg)](https://pypi.org/project/evolveguard-cli/)
8
8
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/RudrenduPaul/evolveguard/blob/main/LICENSE)
9
- [![Python versions](https://img.shields.io/pypi/pyversions/evolveguard.svg)](https://pypi.org/project/evolveguard/)
9
+ [![Python versions](https://img.shields.io/pypi/pyversions/evolveguard-cli.svg)](https://pypi.org/project/evolveguard-cli/)
10
10
  [![CI](https://github.com/RudrenduPaul/evolveguard/actions/workflows/ci.yml/badge.svg)](https://github.com/RudrenduPaul/evolveguard/actions/workflows/ci.yml)
11
11
 
12
12
  ## Why this exists
@@ -26,13 +26,13 @@ sequence, or a flagged drift with a specific reason.
26
26
  ## Install
27
27
 
28
28
  ```bash
29
- pip install evolveguard
29
+ pip install evolveguard-cli
30
30
  ```
31
31
 
32
32
  or with [uv](https://docs.astral.sh/uv/):
33
33
 
34
34
  ```bash
35
- uv add evolveguard
35
+ uv add evolveguard-cli
36
36
  ```
37
37
 
38
38
  > **Not yet live on PyPI.** The package is fully built, tested, and
@@ -237,3 +237,4 @@ exists yet for either distribution, so it isn't claimed here.
237
237
  ## License
238
238
 
239
239
  MIT, see [LICENSE](https://github.com/RudrenduPaul/evolveguard/blob/main/LICENSE).
240
+
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "evolveguard-cli"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Regression-testing CI gate for self-edited Claude Agent Skills (SKILL.md, MEMORY.md): golden-transcript record/replay against a skill's own declared and inferred capability surface, zero hosted infrastructure."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes