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.
Files changed (118) hide show
  1. giton-0.1.10/.code2llm_cache/CHANGELOG_1779907987553799185_4611.pkl +0 -0
  2. giton-0.1.10/.code2llm_cache/README_1779907987459059763_16649.pkl +0 -0
  3. giton-0.1.10/.code2llm_cache/TODO_1779907883121753373_5729.pkl +0 -0
  4. giton-0.1.10/.code2llm_cache/__init___1779907987533235380_89.pkl +0 -0
  5. giton-0.1.10/.code2llm_cache/pyproject_1779907987342314383_1385.pkl +0 -0
  6. {giton-0.1.8 → giton-0.1.10}/.gitignore +31 -0
  7. giton-0.1.10/.giton/last_check.json +9 -0
  8. giton-0.1.10/.giton/last_diff.patch +6434 -0
  9. {giton-0.1.8 → giton-0.1.10}/.idea/workspace.xml +51 -49
  10. giton-0.1.10/.pyqual/llx_history.jsonl +1 -0
  11. giton-0.1.10/.pyqual/pipeline.db +0 -0
  12. giton-0.1.10/.pyqual/runtime_errors.json +146 -0
  13. giton-0.1.10/CHANGELOG.md +124 -0
  14. {giton-0.1.8 → giton-0.1.10}/PKG-INFO +228 -6
  15. {giton-0.1.8 → giton-0.1.10}/README.md +227 -5
  16. {giton-0.1.8 → giton-0.1.10}/SUMD.md +226 -69
  17. {giton-0.1.8 → giton-0.1.10}/SUMR.md +397 -156
  18. {giton-0.1.8 → giton-0.1.10}/TODO.md +30 -38
  19. giton-0.1.10/VERSION +1 -0
  20. {giton-0.1.8 → giton-0.1.10}/app.doql.less +1 -1
  21. {giton-0.1.8 → giton-0.1.10}/examples/plugins/README.md +1 -1
  22. {giton-0.1.8 → giton-0.1.10}/examples/plugins/test_plugin_lifecycle.py +1 -1
  23. {giton-0.1.8 → giton-0.1.10}/planfile.yaml +30 -82
  24. {giton-0.1.8 → giton-0.1.10}/project/README.md +2 -2
  25. {giton-0.1.8 → giton-0.1.10}/project/analysis.toon.yaml +72 -55
  26. {giton-0.1.8 → giton-0.1.10}/project/calls.mmd +65 -59
  27. giton-0.1.10/project/calls.png +0 -0
  28. {giton-0.1.8 → giton-0.1.10}/project/calls.toon.yaml +41 -37
  29. {giton-0.1.8 → giton-0.1.10}/project/calls.yaml +399 -356
  30. {giton-0.1.8 → giton-0.1.10}/project/compact_flow.mmd +1 -1
  31. giton-0.1.10/project/compact_flow.png +0 -0
  32. {giton-0.1.8 → giton-0.1.10}/project/context.md +43 -36
  33. {giton-0.1.8 → giton-0.1.10}/project/duplication.toon.yaml +13 -13
  34. {giton-0.1.8 → giton-0.1.10}/project/evolution.toon.yaml +17 -8
  35. giton-0.1.10/project/flow.mmd +26 -0
  36. giton-0.1.10/project/flow.png +0 -0
  37. giton-0.1.10/project/index.html +624 -0
  38. {giton-0.1.8 → giton-0.1.10}/project/logic.pl +47 -12
  39. {giton-0.1.8 → giton-0.1.10}/project/map.toon.yaml +56 -12
  40. {giton-0.1.8 → giton-0.1.10}/project/mermaid.export +50 -47
  41. {giton-0.1.8 → giton-0.1.10}/project/planfile-tickets.yaml +109 -71
  42. giton-0.1.10/project/project.toon.yaml +58 -0
  43. {giton-0.1.8 → giton-0.1.10}/project/prompt.txt +3 -5
  44. giton-0.1.10/project/validation.toon.yaml +156 -0
  45. {giton-0.1.8 → giton-0.1.10}/pyproject.toml +1 -1
  46. giton-0.1.10/pyqual.yaml +61 -0
  47. {giton-0.1.8 → giton-0.1.10}/src/giton/__init__.py +1 -1
  48. {giton-0.1.8 → giton-0.1.10}/src/giton/catalog.py +10 -10
  49. {giton-0.1.8 → giton-0.1.10}/src/giton/cli.py +27 -1
  50. giton-0.1.10/src/giton/fixups.py +68 -0
  51. {giton-0.1.8 → giton-0.1.10}/src/giton/plugins.py +23 -0
  52. {giton-0.1.8 → giton-0.1.10}/src/giton/policies.py +6 -0
  53. {giton-0.1.8 → giton-0.1.10}/src/giton/runner.py +2 -1
  54. {giton-0.1.8 → giton-0.1.10}/src/giton/shell.py +14 -3
  55. giton-0.1.10/src/giton/store.py +36 -0
  56. {giton-0.1.8 → giton-0.1.10}/tests/test_basic.py +1 -1
  57. giton-0.1.10/tests/test_fixups.py +84 -0
  58. {giton-0.1.8 → giton-0.1.10}/uv.lock +1 -1
  59. giton-0.1.8/CHANGELOG.md +0 -233
  60. giton-0.1.8/VERSION +0 -1
  61. giton-0.1.8/project/calls.png +0 -0
  62. giton-0.1.8/project/compact_flow.png +0 -0
  63. giton-0.1.8/project/flow.mmd +0 -26
  64. giton-0.1.8/project/flow.png +0 -0
  65. giton-0.1.8/project/index.html +0 -624
  66. giton-0.1.8/project/project.toon.yaml +0 -57
  67. {giton-0.1.8 → giton-0.1.10}/.idea/.gitignore +0 -0
  68. {giton-0.1.8 → giton-0.1.10}/.koru/event-store.jsonl +0 -0
  69. {giton-0.1.8 → giton-0.1.10}/.koru/events/observability.jsonl +0 -0
  70. {giton-0.1.8 → giton-0.1.10}/.koru/history.jsonl +0 -0
  71. {giton-0.1.8 → giton-0.1.10}/.koru/onboarding.json +0 -0
  72. {giton-0.1.8 → giton-0.1.10}/.koru/project.json +0 -0
  73. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/autonomous-state.json +0 -0
  74. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/autonomy-telemetry.json +0 -0
  75. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/event-store.jsonl +0 -0
  76. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/nfo-events.jsonl +0 -0
  77. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/operator-steps/mcp_koru.ticket +0 -0
  78. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/operator-steps/self_control.ticket +0 -0
  79. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/queue-runner.lock +0 -0
  80. {giton-0.1.8 → giton-0.1.10}/.planfile/.koru/serve-endpoint.json +0 -0
  81. {giton-0.1.8 → giton-0.1.10}/.planfile/config.yaml +0 -0
  82. {giton-0.1.8 → giton-0.1.10}/.planfile/sprints/current.yaml +0 -0
  83. {giton-0.1.8 → giton-0.1.10}/.planfile/sprints/current.yaml.lock +0 -0
  84. {giton-0.1.8 → giton-0.1.10}/LICENSE +0 -0
  85. {giton-0.1.8 → giton-0.1.10}/examples/advanced/Dockerfile +0 -0
  86. {giton-0.1.8 → giton-0.1.10}/examples/advanced/README.md +0 -0
  87. {giton-0.1.8 → giton-0.1.10}/examples/advanced/logs/log.txt +0 -0
  88. {giton-0.1.8 → giton-0.1.10}/examples/advanced/main.py +0 -0
  89. {giton-0.1.8 → giton-0.1.10}/examples/basic/Dockerfile +0 -0
  90. {giton-0.1.8 → giton-0.1.10}/examples/basic/README.md +0 -0
  91. {giton-0.1.8 → giton-0.1.10}/examples/basic/logs/log.txt +0 -0
  92. {giton-0.1.8 → giton-0.1.10}/examples/basic/main.py +0 -0
  93. {giton-0.1.8 → giton-0.1.10}/examples/testing/Dockerfile +0 -0
  94. {giton-0.1.8 → giton-0.1.10}/examples/testing/README.md +0 -0
  95. {giton-0.1.8 → giton-0.1.10}/examples/testing/docker-compose.yml +0 -0
  96. {giton-0.1.8 → giton-0.1.10}/examples/testing/logs/log.txt +0 -0
  97. {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/pyproject.toml +0 -0
  98. {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/src/example.py +0 -0
  99. {giton-0.1.8 → giton-0.1.10}/examples/testing/sample_project/tests/test_example.py +0 -0
  100. {giton-0.1.8 → giton-0.1.10}/examples/testing/test_giton_integration.py +0 -0
  101. {giton-0.1.8 → giton-0.1.10}/goal.yaml +0 -0
  102. {giton-0.1.8 → giton-0.1.10}/koru.yaml +0 -0
  103. {giton-0.1.8 → giton-0.1.10}/prefact.yaml +0 -0
  104. {giton-0.1.8 → giton-0.1.10}/project.sh +0 -0
  105. {giton-0.1.8 → giton-0.1.10}/src/giton/__main__.py +0 -0
  106. {giton-0.1.8 → giton-0.1.10}/src/giton/config.py +0 -0
  107. {giton-0.1.8 → giton-0.1.10}/src/giton/context.py +0 -0
  108. {giton-0.1.8 → giton-0.1.10}/src/giton/history.py +0 -0
  109. {giton-0.1.8 → giton-0.1.10}/src/giton/hooks.py +0 -0
  110. {giton-0.1.8 → giton-0.1.10}/src/giton/interactive.py +0 -0
  111. {giton-0.1.8 → giton-0.1.10}/src/giton/repo_config.py +0 -0
  112. {giton-0.1.8 → giton-0.1.10}/testql-scenarios/generated-cli-tests.testql.toon.yaml +0 -0
  113. {giton-0.1.8 → giton-0.1.10}/testql-scenarios/generated-from-pytests.testql.toon.yaml +0 -0
  114. {giton-0.1.8 → giton-0.1.10}/tests/__init__.py +0 -0
  115. {giton-0.1.8 → giton-0.1.10}/tests/test_history.py +0 -0
  116. {giton-0.1.8 → giton-0.1.10}/tests/test_plugin_runner.py +0 -0
  117. {giton-0.1.8 → giton-0.1.10}/tests/test_policies.py +0 -0
  118. {giton-0.1.8 → giton-0.1.10}/tree.sh +0 -0
@@ -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
@@ -0,0 +1,9 @@
1
+ [
2
+ {
3
+ "policy": "max_file_size",
4
+ "severity": "error",
5
+ "message": "uv.lock is 646.8 KB (limit 512 KB)",
6
+ "location": "uv.lock",
7
+ "fix": null
8
+ }
9
+ ]