feat(agents): add /token skill for prod pairing tokens - #43
Merged
Conversation
Issues a fresh single-use pairing link against the live prod database without restarting t3code.service, unlike /redeploy which requires one. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/tokenskill (.agents/skills/token/), modeled on/redeploy, that issues a fresh single-use pairing link for the prod T3 Code server (15.204.108.12:7443)auth pairing createdirectly against the live~/.t3database on port 3773 — not3code.servicerestart, so no session drop (unlike/redeploy)Test plan
bash .agents/skills/token/token.sh 5mon the deploy host — printed a validhttps://15.204.108.12:7443/pair#token=...link with correct expiry🤖 Generated with Claude Code