giton 0.1.8__tar.gz → 0.1.10__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.10/.code2llm_cache/CHANGELOG_1779907987553799185_4611.pkl +0 -0
- giton-0.1.10/.code2llm_cache/README_1779907987459059763_16649.pkl +0 -0
- giton-0.1.10/.code2llm_cache/TODO_1779907883121753373_5729.pkl +0 -0
- giton-0.1.10/.code2llm_cache/__init___1779907987533235380_89.pkl +0 -0
- giton-0.1.10/.code2llm_cache/pyproject_1779907987342314383_1385.pkl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.gitignore +31 -0
- giton-0.1.10/.giton/last_check.json +9 -0
- giton-0.1.10/.giton/last_diff.patch +6434 -0
- {giton-0.1.8 → giton-0.1.10}/.idea/workspace.xml +51 -49
- giton-0.1.10/.pyqual/llx_history.jsonl +1 -0
- giton-0.1.10/.pyqual/pipeline.db +0 -0
- giton-0.1.10/.pyqual/runtime_errors.json +146 -0
- giton-0.1.10/CHANGELOG.md +124 -0
- {giton-0.1.8 → giton-0.1.10}/PKG-INFO +228 -6
- {giton-0.1.8 → giton-0.1.10}/README.md +227 -5
- {giton-0.1.8 → giton-0.1.10}/SUMD.md +226 -69
- {giton-0.1.8 → giton-0.1.10}/SUMR.md +397 -156
- {giton-0.1.8 → giton-0.1.10}/TODO.md +30 -38
- giton-0.1.10/VERSION +1 -0
- {giton-0.1.8 → giton-0.1.10}/app.doql.less +1 -1
- {giton-0.1.8 → giton-0.1.10}/examples/plugins/README.md +1 -1
- {giton-0.1.8 → giton-0.1.10}/examples/plugins/test_plugin_lifecycle.py +1 -1
- {giton-0.1.8 → giton-0.1.10}/planfile.yaml +30 -82
- {giton-0.1.8 → giton-0.1.10}/project/README.md +2 -2
- {giton-0.1.8 → giton-0.1.10}/project/analysis.toon.yaml +72 -55
- {giton-0.1.8 → giton-0.1.10}/project/calls.mmd +65 -59
- giton-0.1.10/project/calls.png +0 -0
- {giton-0.1.8 → giton-0.1.10}/project/calls.toon.yaml +41 -37
- {giton-0.1.8 → giton-0.1.10}/project/calls.yaml +399 -356
- {giton-0.1.8 → giton-0.1.10}/project/compact_flow.mmd +1 -1
- giton-0.1.10/project/compact_flow.png +0 -0
- {giton-0.1.8 → giton-0.1.10}/project/context.md +43 -36
- {giton-0.1.8 → giton-0.1.10}/project/duplication.toon.yaml +13 -13
- {giton-0.1.8 → giton-0.1.10}/project/evolution.toon.yaml +17 -8
- giton-0.1.10/project/flow.mmd +26 -0
- giton-0.1.10/project/flow.png +0 -0
- giton-0.1.10/project/index.html +624 -0
- {giton-0.1.8 → giton-0.1.10}/project/logic.pl +47 -12
- {giton-0.1.8 → giton-0.1.10}/project/map.toon.yaml +56 -12
- {giton-0.1.8 → giton-0.1.10}/project/mermaid.export +50 -47
- {giton-0.1.8 → giton-0.1.10}/project/planfile-tickets.yaml +109 -71
- giton-0.1.10/project/project.toon.yaml +58 -0
- {giton-0.1.8 → giton-0.1.10}/project/prompt.txt +3 -5
- giton-0.1.10/project/validation.toon.yaml +156 -0
- {giton-0.1.8 → giton-0.1.10}/pyproject.toml +1 -1
- giton-0.1.10/pyqual.yaml +61 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/__init__.py +1 -1
- {giton-0.1.8 → giton-0.1.10}/src/giton/catalog.py +10 -10
- {giton-0.1.8 → giton-0.1.10}/src/giton/cli.py +27 -1
- giton-0.1.10/src/giton/fixups.py +68 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/plugins.py +23 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/policies.py +6 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/runner.py +2 -1
- {giton-0.1.8 → giton-0.1.10}/src/giton/shell.py +14 -3
- giton-0.1.10/src/giton/store.py +36 -0
- {giton-0.1.8 → giton-0.1.10}/tests/test_basic.py +1 -1
- giton-0.1.10/tests/test_fixups.py +84 -0
- {giton-0.1.8 → giton-0.1.10}/uv.lock +1 -1
- giton-0.1.8/CHANGELOG.md +0 -233
- giton-0.1.8/VERSION +0 -1
- giton-0.1.8/project/calls.png +0 -0
- giton-0.1.8/project/compact_flow.png +0 -0
- giton-0.1.8/project/flow.mmd +0 -26
- giton-0.1.8/project/flow.png +0 -0
- giton-0.1.8/project/index.html +0 -624
- giton-0.1.8/project/project.toon.yaml +0 -57
- {giton-0.1.8 → giton-0.1.10}/.idea/.gitignore +0 -0
- {giton-0.1.8 → giton-0.1.10}/.koru/event-store.jsonl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.koru/events/observability.jsonl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.koru/history.jsonl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.koru/onboarding.json +0 -0
- {giton-0.1.8 → giton-0.1.10}/.koru/project.json +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/autonomous-state.json +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/autonomy-telemetry.json +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/event-store.jsonl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/nfo-events.jsonl +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/operator-steps/mcp_koru.ticket +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/operator-steps/self_control.ticket +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/queue-runner.lock +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/serve-endpoint.json +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/config.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/sprints/current.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/.planfile/sprints/current.yaml.lock +0 -0
- {giton-0.1.8 → giton-0.1.10}/LICENSE +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/advanced/Dockerfile +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/advanced/README.md +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/advanced/logs/log.txt +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/advanced/main.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/basic/Dockerfile +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/basic/README.md +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/basic/logs/log.txt +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/basic/main.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/Dockerfile +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/README.md +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/docker-compose.yml +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/logs/log.txt +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/pyproject.toml +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/src/example.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/tests/test_example.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/examples/testing/test_giton_integration.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/goal.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/koru.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/prefact.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/project.sh +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/__main__.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/config.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/context.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/history.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/hooks.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/interactive.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/src/giton/repo_config.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/testql-scenarios/generated-cli-tests.testql.toon.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/testql-scenarios/generated-from-pytests.testql.toon.yaml +0 -0
- {giton-0.1.8 → giton-0.1.10}/tests/__init__.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/tests/test_history.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/tests/test_plugin_runner.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/tests/test_policies.py +0 -0
- {giton-0.1.8 → giton-0.1.10}/tree.sh +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
# Byte-compiled / optimized / DLL files
|
|
2
|
+
.code2llm_cache/CHANGELOG_1779905417944922310_7662.pkl
|
|
3
|
+
.code2llm_cache/CHANGELOG_1779907220574807621_3673.pkl
|
|
4
|
+
.code2llm_cache/README_1779903932642919439_1126.pkl
|
|
5
|
+
.code2llm_cache/README_1779904015237715648_3444.pkl
|
|
6
|
+
.code2llm_cache/README_1779904015533718505_965.pkl
|
|
7
|
+
.code2llm_cache/README_1779905392700958221_1661.pkl
|
|
8
|
+
.code2llm_cache/README_1779905555842802519_12870.pkl
|
|
9
|
+
.code2llm_cache/README_1779907072908513739_1662.pkl
|
|
10
|
+
.code2llm_cache/README_1779907191972957017_16648.pkl
|
|
11
|
+
.code2llm_cache/TODO_1779904864111965833_6393.pkl
|
|
12
|
+
.code2llm_cache/TODO_1779907220574073163_8450.pkl
|
|
13
|
+
.code2llm_cache/__init___1779905417922057002_88.pkl
|
|
14
|
+
.code2llm_cache/__init___1779906995292548951_88.pkl
|
|
15
|
+
.code2llm_cache/catalog_1779905691852305588_4928.pkl
|
|
16
|
+
.code2llm_cache/catalog_1779907018279836889_4936.pkl
|
|
17
|
+
.code2llm_cache/cli_1779907055819303084_15140.pkl
|
|
18
|
+
.code2llm_cache/fixups_1779906876296024722_1587.pkl
|
|
19
|
+
.code2llm_cache/generated-cli-tests.testql.toon_1779904634603337932_424.pkl
|
|
20
|
+
.code2llm_cache/generated-from-pytests.testql.toon_1779904634603252443_338.pkl
|
|
21
|
+
.code2llm_cache/goal_1779905005189289004_12303.pkl
|
|
22
|
+
.code2llm_cache/planfile_1779904864102431257_14249.pkl
|
|
23
|
+
.code2llm_cache/planfile_1779907220565297896_12633.pkl
|
|
24
|
+
.code2llm_cache/plugins_1779905957461346632_4438.pkl
|
|
25
|
+
.code2llm_cache/policies_1779906860328815436_5286.pkl
|
|
26
|
+
.code2llm_cache/prefact_1779904572038122853_1711.pkl
|
|
27
|
+
.code2llm_cache/pyproject_1779905417637858229_1384.pkl
|
|
28
|
+
.code2llm_cache/pyproject_1779906997336574634_1384.pkl
|
|
29
|
+
.code2llm_cache/pyqual_1779905656266227594_2067.pkl
|
|
30
|
+
.code2llm_cache/runner_1779906889036190847_3705.pkl
|
|
31
|
+
.code2llm_cache/shell_1779907048863217061_7485.pkl
|
|
32
|
+
.code2llm_cache/store_1779906865959889384_1032.pkl
|
|
2
33
|
.code2llm_cache/Dockerfile_1779904106733599983_1063.pkl
|
|
3
34
|
.code2llm_cache/Dockerfile_1779904204018542516_855.pkl
|
|
4
35
|
.code2llm_cache/Dockerfile_1779904222125718170_858.pkl
|