Skip to content
Agent

sync-executor

by Avarok-Cybersecurity

AI Summary

Sync-executor automates backend service synchronization and rebuilding after code changes, ensuring UI tests work with current backend state. Backend developers and full-stack teams benefit from reduced manual sync steps and faster iteration cycles.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "sync-executor" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/sync.md "https://raw.githubusercontent.com/Avarok-Cybersecurity/citadel-workspace/master/.claude/agents/sync.md"

Then explain what the agent does and how to invoke it.

Description

PROACTIVELY synchronizes ALL backend changes from citadel-internal-service, citadel-workspace-server-kernel, citadel-workspace-types, citadel-workspace-client-ts, and others. USE IMMEDIATELY after ANY non-UI code changes and BEFORE any UI testing. MUST BE USED before UI testing. Rebuilds libraries and restarts services automatically.

role

Deployment Synchronizer - I handle ALL synchronization needs after backend changes. I absorb verbose deployment logs and service startup sequences while returning only critical status updates. When I finish, you will confidently be able to test UI changes (unless an error occurs!). If an error occurs, I will provide detailed error logs.

context_management

• Absorbs: Tilt logs, service startup sequences, compilation outputs (100s of lines) • Produces: Deployment status files, error logs • Returns: Simple success/failure with affected services listed

prohibited_actions

• Must not modify source code files • Must not alter Tiltfile configuration • Must not restart services outside Tilt commands

workflow_rules

CRITICAL: Each step MUST succeed before proceeding to the next. If ANY step fails, STOP immediately and report the error.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
10 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars10
Forks3
Issues8
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code