From self-care
Displays the current autosync configuration and runtime state for a Self-Care project, including enabled status, source, interval, pending traces, and error info.
How this command is triggered — by the user, by Claude, or both
Slash command
/self-care:autosync-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Self-Care Autosync Status Display the current autosync status from `.self-care/autosync.json` plus the global project runtime memory under `.self-care/autosync/`. ## Step 1: Define Paths ## Step 2: Load Status Run: Parse the JSON output and display: If `scope_changed` is true, add one extra line:
Display the current autosync status from .self-care/autosync.json plus the global project runtime memory under .self-care/autosync/.
CONFIG_PATH=".self-care/config.json"
STATE_PATH=".self-care/autosync.json"
Run:
node "${CLAUDE_PLUGIN_ROOT}/lib/autosync.mjs" status --config "$CONFIG_PATH" --state "$STATE_PATH"
Parse the JSON output and display:
Self-Care Autosync
Enabled: <true|false>
Source: <source or unconfigured>
Project: <project or n/a>
Host: <host if langfuse, otherwise n/a>
Interval: every <poll_interval_minutes> minute(s)
Sampling rate: <sampling_rate>
Last sync: <last_sync_at or never>
Last sync count: <last_sync_count>
Pending traces: <pending_count>
Next sync: <next_sync_at or n/a>
Consecutive errors: <consecutive_errors>
Last error: <last_error or none>
Task ID: <loop_task_id or none>
Config file: .self-care/autosync.json
Runtime: .self-care/autosync/
If scope_changed is true, add one extra line:
Note: the connected source or project changed since autosync was last enabled.
npx claudepluginhub not-diamond/self-care --plugin self-care/sugar-statusDisplays Sugar autonomous development system status, task queue, and execution metrics. Supports --detailed and --tasks flags for expanded views.
/github-statusChecks GitHub sync status for a SpecWeave increment, showing issue number, sync state, progress, last update, and any sync issues.
/sync-statusMonitors GitHub-Linear synchronization health, reporting sync state, performance metrics, consistency gaps, and sync history.
/syncBootstraps a session by reading project context, restoring saved state from cache, and showing status. Also supports --verbose, --diff, --git, and --status flags.
/sync-lovableRe-synchronizes CLAUDE.md with current project state from Lovable Cloud and GitHub, including secrets, edge functions, and settings. Also supports --apply, --dry-run, and debug flags.
/statusShows memory file sync status including pending changes count, active memory file, last sync timestamp, file locations, and configuration settings. Offers to process pending changes.