chp-adapter-github 0.11.0__tar.gz → 0.12.0__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.
- chp_adapter_github-0.12.0/.gitignore +16 -0
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/PKG-INFO +1 -1
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/pyproject.toml +1 -1
- chp_adapter_github-0.11.0/.gitignore +0 -36
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/README.md +0 -0
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/chp_adapter_github/__init__.py +0 -0
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/chp_adapter_github/adapter.py +0 -0
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/tests/test_github_adapter.py +0 -0
- {chp_adapter_github-0.11.0 → chp_adapter_github-0.12.0}/tests/test_github_write.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "chp-adapter-github"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.12.0"
|
|
8
8
|
description = "CHP capability adapter — GitHub repository, pull request, issue, and CI inspection as governed CHP capabilities"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
node_modules/
|
|
2
|
-
dist/
|
|
3
|
-
.next/
|
|
4
|
-
out/
|
|
5
|
-
.turbo/
|
|
6
|
-
*.tsbuildinfo
|
|
7
|
-
.yalc/
|
|
8
|
-
yalc.lock
|
|
9
|
-
*.tgz
|
|
10
|
-
.env
|
|
11
|
-
.env.*
|
|
12
|
-
coverage/
|
|
13
|
-
dashboard/
|
|
14
|
-
components/
|
|
15
|
-
# ...but the cockpit's app source lives in app/components — never ignore real source.
|
|
16
|
-
!cockpit/app/components/
|
|
17
|
-
!cockpit/app/components/**
|
|
18
|
-
!chp-evidence/app/components/
|
|
19
|
-
!chp-evidence/app/components/**
|
|
20
|
-
.tech-hub-cache/
|
|
21
|
-
__pycache__/
|
|
22
|
-
*.py[cod]
|
|
23
|
-
.pytest_cache/
|
|
24
|
-
.chp/
|
|
25
|
-
.DS_Store
|
|
26
|
-
.coverage
|
|
27
|
-
.forge/
|
|
28
|
-
.hypothesis/
|
|
29
|
-
.claude/
|
|
30
|
-
|
|
31
|
-
# chp-agent evidence store
|
|
32
|
-
.chp-agent/sessions.sqlite
|
|
33
|
-
.publish-dist/
|
|
34
|
-
|
|
35
|
-
# matrix-bot runtime session registry (CC session ids)
|
|
36
|
-
matrix-bot/sessions.json
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|