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.
@@ -0,0 +1,16 @@
1
+ node_modules/
2
+ dist/
3
+ *.egg-info/
4
+ __pycache__/
5
+ .pytest_cache/
6
+ .chp/
7
+ .DS_Store
8
+ *.tgz
9
+ .env
10
+ .env.*
11
+ *.pyc
12
+ .python-version
13
+ .coverage
14
+ .hypothesis/
15
+ .chp-agent/
16
+ *.sqlite
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chp-adapter-github
3
- Version: 0.11.0
3
+ Version: 0.12.0
4
4
  Summary: CHP capability adapter — GitHub repository, pull request, issue, and CI inspection as governed CHP capabilities
5
5
  Author: Auxo
6
6
  License: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "chp-adapter-github"
7
- version = "0.11.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