giton 0.1.4__tar.gz → 0.1.5__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 (64) hide show
  1. {giton-0.1.4 → giton-0.1.5}/.gitignore +1 -0
  2. {giton-0.1.4 → giton-0.1.5}/.idea/workspace.xml +84 -52
  3. {giton-0.1.4 → giton-0.1.5}/CHANGELOG.md +8 -0
  4. {giton-0.1.4 → giton-0.1.5}/PKG-INFO +5 -5
  5. {giton-0.1.4 → giton-0.1.5}/README.md +4 -4
  6. giton-0.1.5/VERSION +1 -0
  7. {giton-0.1.4 → giton-0.1.5}/pyproject.toml +1 -1
  8. {giton-0.1.4 → giton-0.1.5}/src/giton/__init__.py +1 -1
  9. {giton-0.1.4 → giton-0.1.5}/uv.lock +1 -1
  10. giton-0.1.4/VERSION +0 -1
  11. {giton-0.1.4 → giton-0.1.5}/.idea/.gitignore +0 -0
  12. {giton-0.1.4 → giton-0.1.5}/.koru/event-store.jsonl +0 -0
  13. {giton-0.1.4 → giton-0.1.5}/.koru/events/observability.jsonl +0 -0
  14. {giton-0.1.4 → giton-0.1.5}/.koru/history.jsonl +0 -0
  15. {giton-0.1.4 → giton-0.1.5}/.koru/onboarding.json +0 -0
  16. {giton-0.1.4 → giton-0.1.5}/.koru/project.json +0 -0
  17. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/autonomous-state.json +0 -0
  18. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/autonomy-telemetry.json +0 -0
  19. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/event-store.jsonl +0 -0
  20. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/nfo-events.jsonl +0 -0
  21. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/operator-steps/mcp_koru.ticket +0 -0
  22. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/operator-steps/self_control.ticket +0 -0
  23. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/queue-runner.lock +0 -0
  24. {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/serve-endpoint.json +0 -0
  25. {giton-0.1.4 → giton-0.1.5}/.planfile/config.yaml +0 -0
  26. {giton-0.1.4 → giton-0.1.5}/.planfile/sprints/current.yaml +0 -0
  27. {giton-0.1.4 → giton-0.1.5}/.planfile/sprints/current.yaml.lock +0 -0
  28. {giton-0.1.4 → giton-0.1.5}/LICENSE +0 -0
  29. {giton-0.1.4 → giton-0.1.5}/TODO.md +0 -0
  30. {giton-0.1.4 → giton-0.1.5}/examples/advanced/Dockerfile +0 -0
  31. {giton-0.1.4 → giton-0.1.5}/examples/advanced/README.md +0 -0
  32. {giton-0.1.4 → giton-0.1.5}/examples/advanced/logs/log.txt +0 -0
  33. {giton-0.1.4 → giton-0.1.5}/examples/advanced/main.py +0 -0
  34. {giton-0.1.4 → giton-0.1.5}/examples/basic/Dockerfile +0 -0
  35. {giton-0.1.4 → giton-0.1.5}/examples/basic/README.md +0 -0
  36. {giton-0.1.4 → giton-0.1.5}/examples/basic/logs/log.txt +0 -0
  37. {giton-0.1.4 → giton-0.1.5}/examples/basic/main.py +0 -0
  38. {giton-0.1.4 → giton-0.1.5}/examples/testing/Dockerfile +0 -0
  39. {giton-0.1.4 → giton-0.1.5}/examples/testing/README.md +0 -0
  40. {giton-0.1.4 → giton-0.1.5}/examples/testing/docker-compose.yml +0 -0
  41. {giton-0.1.4 → giton-0.1.5}/examples/testing/logs/log.txt +0 -0
  42. {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/pyproject.toml +0 -0
  43. {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/src/example.py +0 -0
  44. {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/tests/test_example.py +0 -0
  45. {giton-0.1.4 → giton-0.1.5}/examples/testing/test_giton_integration.py +0 -0
  46. {giton-0.1.4 → giton-0.1.5}/goal.yaml +0 -0
  47. {giton-0.1.4 → giton-0.1.5}/koru.yaml +0 -0
  48. {giton-0.1.4 → giton-0.1.5}/src/giton/__main__.py +0 -0
  49. {giton-0.1.4 → giton-0.1.5}/src/giton/catalog.py +0 -0
  50. {giton-0.1.4 → giton-0.1.5}/src/giton/cli.py +0 -0
  51. {giton-0.1.4 → giton-0.1.5}/src/giton/config.py +0 -0
  52. {giton-0.1.4 → giton-0.1.5}/src/giton/context.py +0 -0
  53. {giton-0.1.4 → giton-0.1.5}/src/giton/history.py +0 -0
  54. {giton-0.1.4 → giton-0.1.5}/src/giton/hooks.py +0 -0
  55. {giton-0.1.4 → giton-0.1.5}/src/giton/interactive.py +0 -0
  56. {giton-0.1.4 → giton-0.1.5}/src/giton/plugins.py +0 -0
  57. {giton-0.1.4 → giton-0.1.5}/src/giton/policies.py +0 -0
  58. {giton-0.1.4 → giton-0.1.5}/src/giton/repo_config.py +0 -0
  59. {giton-0.1.4 → giton-0.1.5}/src/giton/runner.py +0 -0
  60. {giton-0.1.4 → giton-0.1.5}/src/giton/shell.py +0 -0
  61. {giton-0.1.4 → giton-0.1.5}/tests/__init__.py +0 -0
  62. {giton-0.1.4 → giton-0.1.5}/tests/test_basic.py +0 -0
  63. {giton-0.1.4 → giton-0.1.5}/tests/test_history.py +0 -0
  64. {giton-0.1.4 → giton-0.1.5}/tests/test_policies.py +0 -0
@@ -1,4 +1,5 @@
1
1
  # Byte-compiled / optimized / DLL files
2
+ .idea/misc.xml
2
3
  .idea/.name
3
4
  .idea/giton.iml
4
5
  .env.example
@@ -4,7 +4,39 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="9532a670-1f01-4d5e-9501-f3491f105c64" name="Changes" comment="" />
7
+ <list default="true" id="9532a670-1f01-4d5e-9501-f3491f105c64" name="Changes" comment="">
8
+ <change afterPath="$PROJECT_DIR$/examples/advanced/Dockerfile" afterDir="false" />
9
+ <change afterPath="$PROJECT_DIR$/examples/advanced/README.md" afterDir="false" />
10
+ <change afterPath="$PROJECT_DIR$/examples/advanced/logs/log.txt" afterDir="false" />
11
+ <change afterPath="$PROJECT_DIR$/examples/advanced/main.py" afterDir="false" />
12
+ <change afterPath="$PROJECT_DIR$/examples/basic/Dockerfile" afterDir="false" />
13
+ <change afterPath="$PROJECT_DIR$/examples/basic/README.md" afterDir="false" />
14
+ <change afterPath="$PROJECT_DIR$/examples/basic/logs/log.txt" afterDir="false" />
15
+ <change afterPath="$PROJECT_DIR$/examples/basic/main.py" afterDir="false" />
16
+ <change afterPath="$PROJECT_DIR$/examples/testing/Dockerfile" afterDir="false" />
17
+ <change afterPath="$PROJECT_DIR$/examples/testing/README.md" afterDir="false" />
18
+ <change afterPath="$PROJECT_DIR$/examples/testing/docker-compose.yml" afterDir="false" />
19
+ <change afterPath="$PROJECT_DIR$/examples/testing/logs/log.txt" afterDir="false" />
20
+ <change afterPath="$PROJECT_DIR$/examples/testing/sample_project/pyproject.toml" afterDir="false" />
21
+ <change afterPath="$PROJECT_DIR$/examples/testing/sample_project/src/example.py" afterDir="false" />
22
+ <change afterPath="$PROJECT_DIR$/examples/testing/sample_project/tests/test_example.py" afterDir="false" />
23
+ <change afterPath="$PROJECT_DIR$/examples/testing/test_giton_integration.py" afterDir="false" />
24
+ <change afterPath="$PROJECT_DIR$/src/giton/history.py" afterDir="false" />
25
+ <change afterPath="$PROJECT_DIR$/src/giton/interactive.py" afterDir="false" />
26
+ <change afterPath="$PROJECT_DIR$/src/giton/policies.py" afterDir="false" />
27
+ <change afterPath="$PROJECT_DIR$/src/giton/repo_config.py" afterDir="false" />
28
+ <change afterPath="$PROJECT_DIR$/tests/test_history.py" afterDir="false" />
29
+ <change afterPath="$PROJECT_DIR$/tests/test_policies.py" afterDir="false" />
30
+ <change beforePath="$PROJECT_DIR$/VERSION" beforeDir="false" afterPath="$PROJECT_DIR$/VERSION" afterDir="false" />
31
+ <change beforePath="$PROJECT_DIR$/goal.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/goal.yaml" afterDir="false" />
32
+ <change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
33
+ <change beforePath="$PROJECT_DIR$/src/giton/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/giton/__init__.py" afterDir="false" />
34
+ <change beforePath="$PROJECT_DIR$/src/giton/cli.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/giton/cli.py" afterDir="false" />
35
+ <change beforePath="$PROJECT_DIR$/src/giton/hooks.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/giton/hooks.py" afterDir="false" />
36
+ <change beforePath="$PROJECT_DIR$/src/giton/runner.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/giton/runner.py" afterDir="false" />
37
+ <change beforePath="$PROJECT_DIR$/src/giton/shell.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/giton/shell.py" afterDir="false" />
38
+ <change beforePath="$PROJECT_DIR$/uv.lock" beforeDir="false" afterPath="$PROJECT_DIR$/uv.lock" afterDir="false" />
39
+ </list>
8
40
  <option name="SHOW_DIALOG" value="false" />
9
41
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
42
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -23,61 +55,61 @@
23
55
  </component>
24
56
  <component name="NextEditCompletionFeaturesState">
25
57
  <decayedCancelled>
26
- <entry key="MS100" value="1.0000000000016394" />
27
- <entry key="MS500" value="1.0048613472986452" />
28
- <entry key="S2" value="1.4823918958692175" />
29
- <entry key="S5" value="2.8376475316493615" />
30
- <entry key="S10" value="4.922604928729161" />
31
- <entry key="S30" value="9.864672845622724" />
32
- <entry key="S60" value="13.583591778561955" />
33
- <entry key="M2" value="17.041617563213695" />
34
- <entry key="M5" value="20.757341980798056" />
35
- <entry key="M10" value="25.02246746072541" />
36
- <entry key="M15" value="28.451169700309723" />
37
- <entry key="M30" value="34.39884597183689" />
38
- <entry key="H1" value="38.92647076782689" />
39
- <entry key="H2" value="41.73910183913682" />
40
- <entry key="H4" value="43.30911009867646" />
41
- <entry key="D1" value="44.709387797247686" />
42
- <entry key="W1" value="44.95826307398721" />
58
+ <entry key="MS100" value="1.1840429966024764" />
59
+ <entry key="MS500" value="3.008906012331558" />
60
+ <entry key="S2" value="4.354063637612695" />
61
+ <entry key="S5" value="4.726721936322459" />
62
+ <entry key="S10" value="4.867729736902627" />
63
+ <entry key="S30" value="6.007189586843474" />
64
+ <entry key="S60" value="8.687315057904945" />
65
+ <entry key="M2" value="12.390366740242463" />
66
+ <entry key="M5" value="20.028499727277765" />
67
+ <entry key="M10" value="28.647532831651066" />
68
+ <entry key="M15" value="34.56395301166038" />
69
+ <entry key="M30" value="44.528965358361326" />
70
+ <entry key="H1" value="52.2573782114977" />
71
+ <entry key="H2" value="57.174224782901376" />
72
+ <entry key="H4" value="59.96191489846307" />
73
+ <entry key="D1" value="62.475178727914766" />
74
+ <entry key="W1" value="62.92455821571766" />
43
75
  </decayedCancelled>
44
76
  <decayedSelected>
45
- <entry key="MS100" value="7.240933422514253E-81" />
46
- <entry key="MS500" value="9.374733072317971E-17" />
47
- <entry key="S2" value="9.83987831412314E-5" />
48
- <entry key="S5" value="0.02495720182405458" />
49
- <entry key="S10" value="0.15797848532016817" />
50
- <entry key="S30" value="0.5405874782871696" />
51
- <entry key="S60" value="0.7352465425196977" />
52
- <entry key="M2" value="0.857465184435903" />
53
- <entry key="M5" value="0.9403436543432286" />
54
- <entry key="M10" value="0.9697131814836945" />
55
- <entry key="M15" value="0.9797054697103257" />
56
- <entry key="M30" value="0.9898007222215619" />
57
- <entry key="H1" value="0.9948872912152219" />
58
- <entry key="H2" value="0.9974403697541132" />
59
- <entry key="H4" value="0.9987193648638809" />
60
- <entry key="D1" value="0.9997864468307152" />
61
- <entry key="W1" value="0.9999694896118787" />
77
+ <entry key="MS100" value="0.0" />
78
+ <entry key="MS500" value="0.0" />
79
+ <entry key="S2" value="1.750725986257552E-98" />
80
+ <entry key="S5" value="7.893820947435761E-40" />
81
+ <entry key="S10" value="2.8095944453667604E-20" />
82
+ <entry key="S30" value="3.0400533972351147E-7" />
83
+ <entry key="S60" value="5.513667923655825E-4" />
84
+ <entry key="M2" value="0.023481200828866962" />
85
+ <entry key="M5" value="0.22299140361394168" />
86
+ <entry key="M10" value="0.4722196561071362" />
87
+ <entry key="M15" value="0.6064049071866291" />
88
+ <entry key="M30" value="0.7787200441664701" />
89
+ <entry key="H1" value="0.8824511568163249" />
90
+ <entry key="H2" value="0.9393887144395157" />
91
+ <entry key="H4" value="0.9692206737577957" />
92
+ <entry key="D1" value="0.9948030578200769" />
93
+ <entry key="W1" value="0.9992559207852288" />
62
94
  </decayedSelected>
63
95
  <decayedShown>
64
- <entry key="MS100" value="0.9526379980455318" />
65
- <entry key="MS500" value="0.9951714126125024" />
66
- <entry key="S2" value="1.4781636163341547" />
67
- <entry key="S5" value="2.8565972146403893" />
68
- <entry key="S10" value="5.071579479848386" />
69
- <entry key="S30" value="10.396989018197777" />
70
- <entry key="S60" value="14.313077677096812" />
71
- <entry key="M2" value="17.895511330798325" />
72
- <entry key="M5" value="21.695995713345905" />
73
- <entry key="M10" value="25.991240654090763" />
74
- <entry key="M15" value="29.430206044829276" />
75
- <entry key="M30" value="35.38827737807125" />
76
- <entry key="H1" value="39.92116050202656" />
77
- <entry key="H2" value="42.73643945634703" />
78
- <entry key="H4" value="44.307776981552585" />
79
- <entry key="D1" value="45.70916533298035" />
80
- <entry key="W1" value="45.958231286421686" />
96
+ <entry key="MS100" value="1.1676890724774422" />
97
+ <entry key="MS500" value="3.0000523431376207" />
98
+ <entry key="S2" value="4.350775089905487" />
99
+ <entry key="S5" value="4.725285817140984" />
100
+ <entry key="S10" value="4.866969299487099" />
101
+ <entry key="S30" value="6.006050466143283" />
102
+ <entry key="S60" value="8.686237365128678" />
103
+ <entry key="M2" value="12.412310145277253" />
104
+ <entry key="M5" value="20.250271675744575" />
105
+ <entry key="M10" value="29.118834037658004" />
106
+ <entry key="M15" value="35.16962424632721" />
107
+ <entry key="M30" value="45.307228651231846" />
108
+ <entry key="H1" value="53.13956938106742" />
109
+ <entry key="H2" value="58.113473925261886" />
110
+ <entry key="H4" value="60.93106313433165" />
111
+ <entry key="D1" value="63.46996931990426" />
112
+ <entry key="W1" value="63.92381234570905" />
81
113
  </decayedShown>
82
114
  </component>
83
115
  <component name="ProjectColorInfo"><![CDATA[{
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.5] - 2026-05-27
11
+
12
+ ### Docs
13
+ - Update README.md
14
+
15
+ ### Other
16
+ - Update .idea/misc.xml
17
+
10
18
  ## [0.1.4] - 2026-05-27
11
19
 
12
20
  ### Docs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: giton
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Local AI layer for git: orchestrates policies & plugins between commit and push.
5
5
  Author: semcod
6
6
  Author-email: Tom Sapletta <tom@sapletta.com>
@@ -22,11 +22,11 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  ## AI Cost Tracking
24
24
 
25
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.4-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
26
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.51-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.0h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
25
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.5-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
26
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.61-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.2h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
27
27
 
28
- - 🤖 **LLM usage:** $0.5059 (7 commits)
29
- - 👤 **Human dev:** ~$300 (3.0h @ $100/h, 30min dedup)
28
+ - 🤖 **LLM usage:** $0.6123 (8 commits)
29
+ - 👤 **Human dev:** ~$318 (3.2h @ $100/h, 30min dedup)
30
30
 
31
31
  Generated on 2026-05-27 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
32
32
 
@@ -3,11 +3,11 @@
3
3
 
4
4
  ## AI Cost Tracking
5
5
 
6
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.4-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.51-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.0h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.5-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.61-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.2h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $0.5059 (7 commits)
10
- - 👤 **Human dev:** ~$300 (3.0h @ $100/h, 30min dedup)
9
+ - 🤖 **LLM usage:** $0.6123 (8 commits)
10
+ - 👤 **Human dev:** ~$318 (3.2h @ $100/h, 30min dedup)
11
11
 
12
12
  Generated on 2026-05-27 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
13
13
 
giton-0.1.5/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.5
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "giton"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Local AI layer for git: orchestrates policies & plugins between commit and push."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,3 +1,3 @@
1
1
  """giton — local AI layer for git, between commit and push."""
2
2
 
3
- __version__ = "0.1.4"
3
+ __version__ = "0.1.5"
@@ -819,7 +819,7 @@ wheels = [
819
819
 
820
820
  [[package]]
821
821
  name = "giton"
822
- version = "0.1.4"
822
+ version = "0.1.5"
823
823
  source = { editable = "." }
824
824
  dependencies = [
825
825
  { name = "pyyaml" },
giton-0.1.4/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.4
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes