INNER CODE UNIT · Python
_SkillStatus
faridrashidi/cnsplots · src/cnsplots/_cli.py:38
class _SkillStatus:
agent: str
destination: Path
state: str
version: str | None
content_match: bool | None
@dataclass
class _Plan:
destination: Path
writes: dict[str, bytes]
removals: tuple[str, ...]
def _skill_source() -> Traversable:
return resources.files("cnsplots").joinpath("_agent_skill").joinpath("cnsplots")