Designed and validated an authenticated task route from Telegram to server or Mac workers. Tasks are claimed once, results are submitted idempotently, invalid state transitions are rejected, and critical actions wait for explicit approval.
Scope
• Bearer-authenticated task API
• Worker heartbeat and single-claim queue
• Explicit states and duplicate protection
• Approval gates for consequential actions
Evidence boundary
Validated with local integration tests. This project does not claim a live VPS deployment.
Designed an authenticated Telegram-to-worker route with single-claim queues, idempotent results, state checks, and approval gates. Locally tested; no VPS claim.