refactor(scripts): update gen_commit.py and remove commit convention file

This commit is contained in:
2025-05-14 08:56:03 +07:00
parent 06a27404f9
commit 93f42839f9
3 changed files with 128 additions and 51 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def gen_commit(project_path):
agent = OpenInterpreter()
agent.auto_run = True
with open(
os.path.join(os.path.dirname(__file__), "resources/commit_convention.txt"),
os.path.join(os.path.dirname(__file__), "resources/commit_convention.md"),
"r",
) as f:
file_content = f.read()