Private
Public Access
0
0

more organization

This commit is contained in:
2026-06-06 10:24:22 -04:00
parent 1c627bcc30
commit 7d555361f9
20 changed files with 630 additions and 725 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ from pathlib import Path
@dataclass
class Bead:
id: str
title: str
id: str
title: str
description: str
status: str = "active"
status: str = "active"
class BeadsClient:
def __init__(self, working_dir: Path):