MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / BucketSkip

Class BucketSkip

src/codex_self_evolution/migrate.py:86–93  ·  view source on GitHub ↗

A bucket we looked at but aren't migrating, with a reason.

Source from the content-addressed store, hash-verified

84
85@dataclass
86class BucketSkip:
87 """A bucket we looked at but aren't migrating, with a reason."""
88
89 bucket: str
90 reason: str
91
92 def to_dict(self) -> dict[str, Any]:
93 return {"bucket": self.bucket, "reason": self.reason}
94
95
96@dataclass

Callers 1

plan_migrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected