v0.1.0.4 feat: add at-command one-time scheduling to conductor sessions post - #128
Merged
Conversation
Adds section on using macOS `at` for a single-shot conductor session resume — no plist, no launchd, simpler than a recurring launch agent.
…Banner, wallets Covers previously untested branches: context propagation in PostBannerProvider, all secondsLeft display paths in PostBanner, empty-state/tab-switching/copy-error in BuyMeCryptoCard, and wallets.ts structure + CI guard for uninitialised submodule.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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
Content
at-command one-time scheduling section to the Conductor session auto-resume blog post — shows how to use macOSatfor a single-shot script run without a recurring launchd plistTests
PostBannerProvider: context propagation,setPost,registerTitleEl, stable callback referencePostBanner: allsecondsLeftdisplay branches (≥60s, >0s, 0, null),aria-hiddenby scroll progress, null post → renders nothingBuyMeCryptoCard: empty-wallets state, coin tab rendering + switching, copy error snackbar, clipboard API absent branchlib/wallets: structure validation + CI guard for uninitialised submoduleTest Coverage
Tests: 91 → 116 (+25 new). Coverage: ~82% (up from 52%)
Key paths added:
PostBannerProvidercontext propagation,PostBannerallsecondsLeftbranches,BuyMeCryptoCardtab switching + copy error,lib/walletsstructure + CI guard.Pre-Landing Review
No issues found. Small diff — specialists skipped.
Adversarial review auto-fixed 2 issues:
wallets.test.tslacked CI guard for uninitialised submodule — added conditional skipPlan Completion
No plan file detected. Scope check: CLEAN.
TODOS
No TODO items completed in this PR. 5 deferred trigger-gated items remain.
Test plan
bun test)🤖 Generated with Claude Code