WIP: I HATE PYTHON

This commit is contained in:
2026-03-05 13:55:40 -05:00
parent 107608cd76
commit 5e69617f88
43 changed files with 1854 additions and 1671 deletions

View File

@@ -17,9 +17,9 @@ import re
import glob
from pathlib import Path, PureWindowsPath
from typing import Any, cast
import summarize
import project_manager
from file_cache import ASTParser
from src import summarize
from src import project_manager
from src.file_cache import ASTParser
def find_next_increment(output_dir: Path, namespace: str) -> int:
pattern = re.compile(rf"^{re.escape(namespace)}_(\d+)\.md$")