Persistent state of sync monitoring for a skill, tracking check history, change counts, per-page content hashes, and current status.
| Visibility | Name | Type | Description |
|---|---|---|---|
| public | skill_name: str | none | |
| public | last_check: datetime | None | none | |
| public | last_change: datetime | None | none | |
| public | total_checks: int | none | |
| public | total_changes: int | none | |
| public | page_hashes: dict[str, str] | none | |
| public | status: str | none | |
| public | error: str | None | none |
| Name | Value |
|---|---|
| name | SyncState |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |