giton 0.1.6__tar.gz → 0.1.7__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 (93) hide show
  1. {giton-0.1.6 → giton-0.1.7}/.idea/workspace.xml +58 -80
  2. {giton-0.1.6 → giton-0.1.7}/CHANGELOG.md +5 -0
  3. {giton-0.1.6 → giton-0.1.7}/PKG-INFO +5 -5
  4. {giton-0.1.6 → giton-0.1.7}/README.md +4 -4
  5. giton-0.1.7/VERSION +1 -0
  6. {giton-0.1.6 → giton-0.1.7}/pyproject.toml +1 -1
  7. {giton-0.1.6 → giton-0.1.7}/src/giton/__init__.py +1 -1
  8. {giton-0.1.6 → giton-0.1.7}/uv.lock +1 -1
  9. giton-0.1.6/VERSION +0 -1
  10. {giton-0.1.6 → giton-0.1.7}/.gitignore +0 -0
  11. {giton-0.1.6 → giton-0.1.7}/.idea/.gitignore +0 -0
  12. {giton-0.1.6 → giton-0.1.7}/.koru/event-store.jsonl +0 -0
  13. {giton-0.1.6 → giton-0.1.7}/.koru/events/observability.jsonl +0 -0
  14. {giton-0.1.6 → giton-0.1.7}/.koru/history.jsonl +0 -0
  15. {giton-0.1.6 → giton-0.1.7}/.koru/onboarding.json +0 -0
  16. {giton-0.1.6 → giton-0.1.7}/.koru/project.json +0 -0
  17. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/autonomous-state.json +0 -0
  18. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/autonomy-telemetry.json +0 -0
  19. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/event-store.jsonl +0 -0
  20. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/nfo-events.jsonl +0 -0
  21. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/operator-steps/mcp_koru.ticket +0 -0
  22. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/operator-steps/self_control.ticket +0 -0
  23. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/queue-runner.lock +0 -0
  24. {giton-0.1.6 → giton-0.1.7}/.planfile/.koru/serve-endpoint.json +0 -0
  25. {giton-0.1.6 → giton-0.1.7}/.planfile/config.yaml +0 -0
  26. {giton-0.1.6 → giton-0.1.7}/.planfile/sprints/current.yaml +0 -0
  27. {giton-0.1.6 → giton-0.1.7}/.planfile/sprints/current.yaml.lock +0 -0
  28. {giton-0.1.6 → giton-0.1.7}/LICENSE +0 -0
  29. {giton-0.1.6 → giton-0.1.7}/SUMD.md +0 -0
  30. {giton-0.1.6 → giton-0.1.7}/SUMR.md +0 -0
  31. {giton-0.1.6 → giton-0.1.7}/TODO.md +0 -0
  32. {giton-0.1.6 → giton-0.1.7}/app.doql.less +0 -0
  33. {giton-0.1.6 → giton-0.1.7}/examples/advanced/Dockerfile +0 -0
  34. {giton-0.1.6 → giton-0.1.7}/examples/advanced/README.md +0 -0
  35. {giton-0.1.6 → giton-0.1.7}/examples/advanced/logs/log.txt +0 -0
  36. {giton-0.1.6 → giton-0.1.7}/examples/advanced/main.py +0 -0
  37. {giton-0.1.6 → giton-0.1.7}/examples/basic/Dockerfile +0 -0
  38. {giton-0.1.6 → giton-0.1.7}/examples/basic/README.md +0 -0
  39. {giton-0.1.6 → giton-0.1.7}/examples/basic/logs/log.txt +0 -0
  40. {giton-0.1.6 → giton-0.1.7}/examples/basic/main.py +0 -0
  41. {giton-0.1.6 → giton-0.1.7}/examples/testing/Dockerfile +0 -0
  42. {giton-0.1.6 → giton-0.1.7}/examples/testing/README.md +0 -0
  43. {giton-0.1.6 → giton-0.1.7}/examples/testing/docker-compose.yml +0 -0
  44. {giton-0.1.6 → giton-0.1.7}/examples/testing/logs/log.txt +0 -0
  45. {giton-0.1.6 → giton-0.1.7}/examples/testing/sample_project/pyproject.toml +0 -0
  46. {giton-0.1.6 → giton-0.1.7}/examples/testing/sample_project/src/example.py +0 -0
  47. {giton-0.1.6 → giton-0.1.7}/examples/testing/sample_project/tests/test_example.py +0 -0
  48. {giton-0.1.6 → giton-0.1.7}/examples/testing/test_giton_integration.py +0 -0
  49. {giton-0.1.6 → giton-0.1.7}/goal.yaml +0 -0
  50. {giton-0.1.6 → giton-0.1.7}/koru.yaml +0 -0
  51. {giton-0.1.6 → giton-0.1.7}/planfile.yaml +0 -0
  52. {giton-0.1.6 → giton-0.1.7}/prefact.yaml +0 -0
  53. {giton-0.1.6 → giton-0.1.7}/project/README.md +0 -0
  54. {giton-0.1.6 → giton-0.1.7}/project/analysis.toon.yaml +0 -0
  55. {giton-0.1.6 → giton-0.1.7}/project/calls.mmd +0 -0
  56. {giton-0.1.6 → giton-0.1.7}/project/calls.png +0 -0
  57. {giton-0.1.6 → giton-0.1.7}/project/calls.toon.yaml +0 -0
  58. {giton-0.1.6 → giton-0.1.7}/project/calls.yaml +0 -0
  59. {giton-0.1.6 → giton-0.1.7}/project/compact_flow.mmd +0 -0
  60. {giton-0.1.6 → giton-0.1.7}/project/compact_flow.png +0 -0
  61. {giton-0.1.6 → giton-0.1.7}/project/context.md +0 -0
  62. {giton-0.1.6 → giton-0.1.7}/project/duplication.toon.yaml +0 -0
  63. {giton-0.1.6 → giton-0.1.7}/project/evolution.toon.yaml +0 -0
  64. {giton-0.1.6 → giton-0.1.7}/project/flow.mmd +0 -0
  65. {giton-0.1.6 → giton-0.1.7}/project/flow.png +0 -0
  66. {giton-0.1.6 → giton-0.1.7}/project/index.html +0 -0
  67. {giton-0.1.6 → giton-0.1.7}/project/logic.pl +0 -0
  68. {giton-0.1.6 → giton-0.1.7}/project/map.toon.yaml +0 -0
  69. {giton-0.1.6 → giton-0.1.7}/project/mermaid.export +0 -0
  70. {giton-0.1.6 → giton-0.1.7}/project/planfile-tickets.yaml +0 -0
  71. {giton-0.1.6 → giton-0.1.7}/project/project.toon.yaml +0 -0
  72. {giton-0.1.6 → giton-0.1.7}/project/prompt.txt +0 -0
  73. {giton-0.1.6 → giton-0.1.7}/project.sh +0 -0
  74. {giton-0.1.6 → giton-0.1.7}/src/giton/__main__.py +0 -0
  75. {giton-0.1.6 → giton-0.1.7}/src/giton/catalog.py +0 -0
  76. {giton-0.1.6 → giton-0.1.7}/src/giton/cli.py +0 -0
  77. {giton-0.1.6 → giton-0.1.7}/src/giton/config.py +0 -0
  78. {giton-0.1.6 → giton-0.1.7}/src/giton/context.py +0 -0
  79. {giton-0.1.6 → giton-0.1.7}/src/giton/history.py +0 -0
  80. {giton-0.1.6 → giton-0.1.7}/src/giton/hooks.py +0 -0
  81. {giton-0.1.6 → giton-0.1.7}/src/giton/interactive.py +0 -0
  82. {giton-0.1.6 → giton-0.1.7}/src/giton/plugins.py +0 -0
  83. {giton-0.1.6 → giton-0.1.7}/src/giton/policies.py +0 -0
  84. {giton-0.1.6 → giton-0.1.7}/src/giton/repo_config.py +0 -0
  85. {giton-0.1.6 → giton-0.1.7}/src/giton/runner.py +0 -0
  86. {giton-0.1.6 → giton-0.1.7}/src/giton/shell.py +0 -0
  87. {giton-0.1.6 → giton-0.1.7}/testql-scenarios/generated-cli-tests.testql.toon.yaml +0 -0
  88. {giton-0.1.6 → giton-0.1.7}/testql-scenarios/generated-from-pytests.testql.toon.yaml +0 -0
  89. {giton-0.1.6 → giton-0.1.7}/tests/__init__.py +0 -0
  90. {giton-0.1.6 → giton-0.1.7}/tests/test_basic.py +0 -0
  91. {giton-0.1.6 → giton-0.1.7}/tests/test_history.py +0 -0
  92. {giton-0.1.6 → giton-0.1.7}/tests/test_policies.py +0 -0
  93. {giton-0.1.6 → giton-0.1.7}/tree.sh +0 -0
@@ -5,37 +5,9 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
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" />
8
+ <change afterPath="$PROJECT_DIR$/project.sh" afterDir="false" />
9
+ <change afterPath="$PROJECT_DIR$/tree.sh" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/TODO.md" beforeDir="false" afterPath="$PROJECT_DIR$/TODO.md" afterDir="false" />
39
11
  </list>
40
12
  <option name="SHOW_DIALOG" value="false" />
41
13
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -55,61 +27,61 @@
55
27
  </component>
56
28
  <component name="NextEditCompletionFeaturesState">
57
29
  <decayedCancelled>
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" />
30
+ <entry key="MS100" value="1.0" />
31
+ <entry key="MS500" value="1.0" />
32
+ <entry key="S2" value="1.000000515659134" />
33
+ <entry key="S5" value="1.0113995476191333" />
34
+ <entry key="S10" value="1.3202335050280558" />
35
+ <entry key="S30" value="3.9991370479293304" />
36
+ <entry key="S60" value="6.862414454151789" />
37
+ <entry key="M2" value="11.33533696988415" />
38
+ <entry key="M5" value="21.159317272295162" />
39
+ <entry key="M10" value="31.78592550592875" />
40
+ <entry key="M15" value="38.89698914691506" />
41
+ <entry key="M30" value="50.78006318753607" />
42
+ <entry key="H1" value="60.02745731325951" />
43
+ <entry key="H2" value="65.94585128579381" />
44
+ <entry key="H4" value="69.31550862969083" />
45
+ <entry key="D1" value="72.36259560493188" />
46
+ <entry key="W1" value="72.908350951493" />
75
47
  </decayedCancelled>
76
48
  <decayedSelected>
77
49
  <entry key="MS100" value="0.0" />
78
50
  <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" />
51
+ <entry key="S2" value="2.8109941089587915E-131" />
52
+ <entry key="S5" value="6.019272075275395E-53" />
53
+ <entry key="S10" value="7.758396790107728E-27" />
54
+ <entry key="S30" value="1.9796602476348415E-9" />
55
+ <entry key="S60" value="4.449337307549115E-5" />
56
+ <entry key="M2" value="0.006670335304577357" />
57
+ <entry key="M5" value="0.1347904323160623" />
58
+ <entry key="M10" value="0.36713816515865333" />
59
+ <entry key="M15" value="0.5127271978620018" />
60
+ <entry key="M30" value="0.7160497174512412" />
61
+ <entry key="H1" value="0.8461972095506114" />
62
+ <entry key="H2" value="0.9198897811969714" />
63
+ <entry key="H4" value="0.9591088474187752" />
64
+ <entry key="D1" value="0.9930657023702063" />
65
+ <entry key="W1" value="0.999006429404611" />
94
66
  </decayedSelected>
95
67
  <decayedShown>
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" />
68
+ <entry key="MS100" value="0.9330329915368074" />
69
+ <entry key="MS500" value="0.9862327044933592" />
70
+ <entry key="S2" value="0.9965407773974431" />
71
+ <entry key="S5" value="1.0100045652680452" />
72
+ <entry key="S10" value="1.3194050137041797" />
73
+ <entry key="S30" value="3.9984807274880163" />
74
+ <entry key="S60" value="6.861847613682888" />
75
+ <entry key="M2" value="11.34127212561773" />
76
+ <entry key="M5" value="21.293233781350274" />
77
+ <entry key="M10" value="32.15227794674544" />
78
+ <entry key="M15" value="39.40904749137232" />
79
+ <entry key="M30" value="51.49566827108885" />
80
+ <entry key="H1" value="60.87339279922141" />
81
+ <entry key="H2" value="66.86559815891809" />
82
+ <entry key="H4" value="70.27454267229896" />
83
+ <entry key="D1" value="73.35564834194766" />
84
+ <entry key="W1" value="73.9073555160594" />
113
85
  </decayedShown>
114
86
  </component>
115
87
  <component name="ProjectColorInfo"><![CDATA[{
@@ -134,11 +106,17 @@
134
106
  "RunOnceActivity.typescript.service.memoryLimit.init": "true",
135
107
  "codeWithMe.voiceChat.enabledByDefault": "false",
136
108
  "git-widget-placeholder": "main",
109
+ "last_opened_file_path": "/home/tom/github/semcod/gix",
137
110
  "node.js.detected.package.eslint": "true",
138
111
  "node.js.selected.package.eslint": "(autodetect)",
139
112
  "nodejs_package_manager_path": "npm"
140
113
  }
141
114
  }]]></component>
115
+ <component name="RecentsManager">
116
+ <key name="CopyFile.RECENT_KEYS">
117
+ <recent name="$PROJECT_DIR$" />
118
+ </key>
119
+ </component>
142
120
  <component name="RunManager">
143
121
  <configuration default="true" type="PythonConfigurationType" factoryName="Python">
144
122
  <module name="giton" />
@@ -54,6 +54,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
54
 
55
55
  ## [Unreleased]
56
56
 
57
+ ## [0.1.7] - 2026-05-27
58
+
59
+ ### Docs
60
+ - Update README.md
61
+
57
62
  ## [0.1.6] - 2026-05-27
58
63
 
59
64
  ### Docs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: giton
3
- Version: 0.1.6
3
+ Version: 0.1.7
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.6-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)
25
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-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.96-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
27
27
 
28
- - 🤖 **LLM usage:** $0.6135 (9 commits)
29
- - 👤 **Human dev:** ~$319 (3.2h @ $100/h, 30min dedup)
28
+ - 🤖 **LLM usage:** $0.9589 (10 commits)
29
+ - 👤 **Human dev:** ~$334 (3.3h @ $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.6-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)
6
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-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.96-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $0.6135 (9 commits)
10
- - 👤 **Human dev:** ~$319 (3.2h @ $100/h, 30min dedup)
9
+ - 🤖 **LLM usage:** $0.9589 (10 commits)
10
+ - 👤 **Human dev:** ~$334 (3.3h @ $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.7/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.7
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "giton"
7
- version = "0.1.6"
7
+ version = "0.1.7"
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.6"
3
+ __version__ = "0.1.7"
@@ -819,7 +819,7 @@ wheels = [
819
819
 
820
820
  [[package]]
821
821
  name = "giton"
822
- version = "0.1.6"
822
+ version = "0.1.7"
823
823
  source = { editable = "." }
824
824
  dependencies = [
825
825
  { name = "pyyaml" },
giton-0.1.6/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.6
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
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