INNER CODE UNIT · Python
_Manifest
faridrashidi/cnsplots · src/cnsplots/_cli.py:32
class _Manifest:
version: str
files: dict[str, str]
@dataclass
class _SkillStatus:
agent: str
destination: Path
state: str
version: str | None
content_match: bool | None
@dataclass
class _Plan:
destination: Path
writes: dict[str, bytes]