بنقرة واحدة
list-tags
Lists all session tags with their session IDs and CLI type.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Lists all session tags with their session IDs and CLI type.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Removes synced session data from the local staging directory with double confirmation. All cleaned sessions are tombstoned to prevent re-sync.
Deletes a specific session from the sync repository. Requires double confirmation before deletion.
Lists all synced AI CLI sessions. Pulls latest from remote first, then displays.
Prune old synced sessions that exceed a retention period.
Restores a previous AI CLI session — either hot-loads into current context or prepares for /resume.
Shows the current status of Synctx — sync directory, audit log, prerequisites, and CLI paths.
| name | list-tags |
| description | Lists all session tags with their session IDs and CLI type. |
To list all tags, run:
node ./scripts/sync-engine.js tags
This pulls the latest tag data from remote before listing, so results include tags created on all machines.
Present the output to the user. Each tag shows:
If no tags exist, suggest the user create one:
node ./scripts/sync-engine.js tag <session-id> <tag-name>
Tags can be used with restore, delete, and other commands in place of session IDs.