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.
- {giton-0.1.4 → giton-0.1.5}/.gitignore +1 -0
- {giton-0.1.4 → giton-0.1.5}/.idea/workspace.xml +84 -52
- {giton-0.1.4 → giton-0.1.5}/CHANGELOG.md +8 -0
- {giton-0.1.4 → giton-0.1.5}/PKG-INFO +5 -5
- {giton-0.1.4 → giton-0.1.5}/README.md +4 -4
- giton-0.1.5/VERSION +1 -0
- {giton-0.1.4 → giton-0.1.5}/pyproject.toml +1 -1
- {giton-0.1.4 → giton-0.1.5}/src/giton/__init__.py +1 -1
- {giton-0.1.4 → giton-0.1.5}/uv.lock +1 -1
- giton-0.1.4/VERSION +0 -1
- {giton-0.1.4 → giton-0.1.5}/.idea/.gitignore +0 -0
- {giton-0.1.4 → giton-0.1.5}/.koru/event-store.jsonl +0 -0
- {giton-0.1.4 → giton-0.1.5}/.koru/events/observability.jsonl +0 -0
- {giton-0.1.4 → giton-0.1.5}/.koru/history.jsonl +0 -0
- {giton-0.1.4 → giton-0.1.5}/.koru/onboarding.json +0 -0
- {giton-0.1.4 → giton-0.1.5}/.koru/project.json +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/autonomous-state.json +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/autonomy-telemetry.json +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/event-store.jsonl +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/nfo-events.jsonl +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/operator-steps/mcp_koru.ticket +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/operator-steps/self_control.ticket +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/queue-runner.lock +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/.koru/serve-endpoint.json +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/config.yaml +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/sprints/current.yaml +0 -0
- {giton-0.1.4 → giton-0.1.5}/.planfile/sprints/current.yaml.lock +0 -0
- {giton-0.1.4 → giton-0.1.5}/LICENSE +0 -0
- {giton-0.1.4 → giton-0.1.5}/TODO.md +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/advanced/Dockerfile +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/advanced/README.md +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/advanced/logs/log.txt +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/advanced/main.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/basic/Dockerfile +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/basic/README.md +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/basic/logs/log.txt +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/basic/main.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/Dockerfile +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/README.md +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/docker-compose.yml +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/logs/log.txt +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/pyproject.toml +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/src/example.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/sample_project/tests/test_example.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/examples/testing/test_giton_integration.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/goal.yaml +0 -0
- {giton-0.1.4 → giton-0.1.5}/koru.yaml +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/__main__.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/catalog.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/cli.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/config.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/context.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/history.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/hooks.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/interactive.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/plugins.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/policies.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/repo_config.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/runner.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/src/giton/shell.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/tests/__init__.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/tests/test_basic.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/tests/test_history.py +0 -0
- {giton-0.1.4 → giton-0.1.5}/tests/test_policies.py +0 -0
|
@@ -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.
|
|
27
|
-
<entry key="MS500" value="
|
|
28
|
-
<entry key="S2" value="
|
|
29
|
-
<entry key="S5" value="
|
|
30
|
-
<entry key="S10" value="4.
|
|
31
|
-
<entry key="S30" value="
|
|
32
|
-
<entry key="S60" value="
|
|
33
|
-
<entry key="M2" value="
|
|
34
|
-
<entry key="M5" value="20.
|
|
35
|
-
<entry key="M10" value="
|
|
36
|
-
<entry key="M15" value="
|
|
37
|
-
<entry key="M30" value="
|
|
38
|
-
<entry key="H1" value="
|
|
39
|
-
<entry key="H2" value="
|
|
40
|
-
<entry key="H4" value="
|
|
41
|
-
<entry key="D1" value="
|
|
42
|
-
<entry key="W1" value="
|
|
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="
|
|
46
|
-
<entry key="MS500" value="
|
|
47
|
-
<entry key="S2" value="
|
|
48
|
-
<entry key="S5" value="
|
|
49
|
-
<entry key="S10" value="
|
|
50
|
-
<entry key="S30" value="
|
|
51
|
-
<entry key="S60" value="
|
|
52
|
-
<entry key="M2" value="0.
|
|
53
|
-
<entry key="M5" value="0.
|
|
54
|
-
<entry key="M10" value="0.
|
|
55
|
-
<entry key="M15" value="0.
|
|
56
|
-
<entry key="M30" value="0.
|
|
57
|
-
<entry key="H1" value="0.
|
|
58
|
-
<entry key="H2" value="0.
|
|
59
|
-
<entry key="H4" value="0.
|
|
60
|
-
<entry key="D1" value="0.
|
|
61
|
-
<entry key="W1" value="0.
|
|
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="
|
|
65
|
-
<entry key="MS500" value="
|
|
66
|
-
<entry key="S2" value="
|
|
67
|
-
<entry key="S5" value="
|
|
68
|
-
<entry key="S10" value="
|
|
69
|
-
<entry key="S30" value="
|
|
70
|
-
<entry key="S60" value="
|
|
71
|
-
<entry key="M2" value="
|
|
72
|
-
<entry key="M5" value="
|
|
73
|
-
<entry key="M10" value="
|
|
74
|
-
<entry key="M15" value="
|
|
75
|
-
<entry key="M30" value="
|
|
76
|
-
<entry key="H1" value="
|
|
77
|
-
<entry key="H2" value="
|
|
78
|
-
<entry key="H4" value="
|
|
79
|
-
<entry key="D1" value="
|
|
80
|
-
<entry key="W1" value="
|
|
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"><    
|
|
26
|
+
  
|
|
27
27
|
|
|
28
|
-
- 🤖 **LLM usage:** $0.
|
|
29
|
-
- 👤 **Human dev:** ~$
|
|
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
|
-
    
|
|
7
|
+
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $0.
|
|
10
|
-
- 👤 **Human dev:** ~$
|
|
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
|
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
|
|
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
|