test: verify PR gate workflow#71
Closed
bearmug wants to merge 4 commits into
Closed
Conversation
Add xurl skill to fiale-awesome-skills plugin wrapping the official X CLI with pay-per-use cost awareness and local playground sandbox integration. Key features: - Sandbox-first via API_BASE_URL → playground (zero cost, same commands) - Batch reads (/2/tweets?ids=...) for ~75% bulk savings - Compose + confirm gate for live writes with trust mode opt-in - Configurable session spending limits ($0.25 / $2.00 / $10.00 tiers) - Mode prefixes [SANDBOX] / [LIVE $X.XX] on every output - Error recovery for playground down, auth expired, 429, limit hit - Quick-pick menu and workflow templates (post+monitor, search+engage) Also adds fiale-awesome-skills to root README plugin table. Bumps plugin version to 0.2.0.
…timate - Fix session summary referencing non-existent /tmp/xurl-session-costs.json (correct: /tmp/xurl-session-config.json) - Use conservative full-rate estimate for batch reads in guardrail tracking (actual batch cost may be lower, but overestimating is safer)
- Add explicit issues:write + pull-requests:write permissions (pull_request_target doesn't grant these by default) - Short-circuit if PR author is repo owner (no org check needed) - Fall back to collaborator check when owner is a user account, not a GitHub org (orgs API returns 404 for user accounts)
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.
Temporary PR to test the PR gate workflow. Will be closed immediately.