feat: read git history with go-git, not the git binary
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped

This commit is contained in:
2026-08-13 18:06:00 +01:00
parent de632ba6cc
commit 36eddb09a9
15 changed files with 755 additions and 278 deletions
+6
View File
@@ -39,6 +39,12 @@ class PublishedDocsTest(unittest.TestCase):
"mail index is a brain write; README must name bin/brain/index.go",
)
def test_readme_git_import_is_gogit(self) -> None:
text = (ROOT / "README.md").read_text()
self.assertIn("bin/git/import.go", text)
self.assertIn("go-git", text)
self.assertIn("D19", (ROOT / "PLAN.md").read_text())
def test_docs_do_not_claim_hop_walks(self) -> None:
paths = [
ROOT / "README.md",