Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CLDMV
/
holdmytask
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
release: v2.0.0 - mark HoldMyTask default/alias export change as breaking
- #7
#7
Merged
Shinrai
merged 31 commits into
master
CLDMV/holdmytask:master
from
next
CLDMV/holdmytask:next
Copy head branch name to clipboard
Aug 9, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
release: v2.0.0 - mark HoldMyTask default/alias export change as breaking
#7
Shinrai
merged 31 commits into
master
CLDMV/holdmytask:master
from
next
CLDMV/holdmytask:next
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
fix(ci): derive release base in never-supersede concurrency (not hardcoded master/main)
Show description for 6a81d7b
Shinrai
committed
6a81d7b
View commit details
Copy full SHA for 6a81d7b
Browse repository at this point
fix(ci): never supersede release-relevant CI runs so release PRs stay green (#6)
Shinrai
authored
519fdc5
View commit details
Copy full SHA for 519fdc5
Browse repository at this point
chore: bump version to 1.6.3
cldmv-bot[bot]
authored
7d3565b
View commit details
Copy full SHA for 7d3565b
Browse repository at this point
test(ci): isolate flaky bypassDelay completion-delay test into its own file
Show description for ac2ec87
Shinrai
committed
ac2ec87
View commit details
Copy full SHA for ac2ec87
Browse repository at this point
fix: prevent scheduler deadlock when a ready task's delay expires mid-reschedule
Show description for de48ac6
Shinrai
committed
de48ac6
View commit details
Copy full SHA for de48ac6
Browse repository at this point
fix(review): only force imminent recheck when nextTime would stay Infinity
Show description for 471bd50
Shinrai
committed
471bd50
View commit details
Copy full SHA for 471bd50
Browse repository at this point
Commits on Aug 5, 2026
deps: bump prettier from 3.6.2 to 3.9.6 in the minor group
Show description for 96b6bf0
dependabot[bot]
authored
96b6bf0
View commit details
Copy full SHA for 96b6bf0
Browse repository at this point
deps: bump @types/node from 20.19.24 to 26.1.2
Show description for 5737d19
dependabot[bot]
authored
5737d19
View commit details
Copy full SHA for 5737d19
Browse repository at this point
deps: bump prettier from 3.6.2 to 3.9.6 in the minor group (#9)
Show description for 275bf15
cldmv-bot[bot]
authored
275bf15
View commit details
Copy full SHA for 275bf15
Browse repository at this point
Commits on Aug 7, 2026
fix: make HoldMyTask and its constructor aliases real classes
Show description for cbc1ac7
Shinrai
committed
cbc1ac7
View commit details
Copy full SHA for cbc1ac7
Browse repository at this point
Commits on Aug 8, 2026
test: add regression test for the scheduler stranded-task deadlock
Show description for 964088d
Shinrai
committed
964088d
View commit details
Copy full SHA for 964088d
Browse repository at this point
fix(types): type createHoldMyTask/createQueue/etc. as returning HoldMyTask
Show description for 01d22d5
Shinrai
committed
01d22d5
View commit details
Copy full SHA for 01d22d5
Browse repository at this point
fix!: mark HoldMyTask default/alias export change as breaking
Show description for eb6d14f
Shinrai
committed
eb6d14f
View commit details
Copy full SHA for eb6d14f
Browse repository at this point
fix: namespace dev condition to holdmytask-dev; correct + test devcheck
Show description for 2240dfd
Shinrai
committed
2240dfd
View commit details
Copy full SHA for 2240dfd
Browse repository at this point
refactor(devcheck): align to the @cldmv/uuid reference pattern
Show description for c6427b1
Shinrai
committed
c6427b1
View commit details
Copy full SHA for c6427b1
Browse repository at this point
fix(devcheck): keep condition-only trigger + detect execArgv; drop uuid's NODE_ENV logic
Show description for d2c6896
Shinrai
committed
d2c6896
View commit details
Copy full SHA for d2c6896
Browse repository at this point
fix(review): exact --conditions match, drop NODE_ENV override, keep module in ssr conditions
Show description for 2af4c55
Shinrai
committed
2af4c55
View commit details
Copy full SHA for 2af4c55
Browse repository at this point
fix: remove vestigial ./devcheck export (points at unshipped file)
Show description for f3f39ef
Shinrai
committed
f3f39ef
View commit details
Copy full SHA for f3f39ef
Browse repository at this point
test(review): restore setTimeout spy in finally, capture calls before restore
Show description for 85afcf0
Shinrai
committed
85afcf0
View commit details
Copy full SHA for 85afcf0
Browse repository at this point
docs(review): correct the devcheck ordering comment in index.mjs
Show description for 1a2b6f3
Shinrai
committed
1a2b6f3
View commit details
Copy full SHA for 1a2b6f3
Browse repository at this point
fix!: make HoldMyTask and its constructor aliases real classes (#11)
Shinrai
authored
979ea9c
View commit details
Copy full SHA for 979ea9c
Browse repository at this point
Commits on Aug 9, 2026
chore: bump version to 2.0.0
cldmv-bot[bot]
authored
65cf83a
View commit details
Copy full SHA for 65cf83a
Browse repository at this point
fix(review): parse --conditions as whole literal values (no comma/pipe split)
Show description for a959151
Shinrai
committed
a959151
View commit details
Copy full SHA for a959151
Browse repository at this point
test(review): fail fast + always clean up if drain never fires
Show description for ff6c70f
Shinrai
committed
ff6c70f
View commit details
Copy full SHA for ff6c70f
Browse repository at this point
docs(review): drop stale test.env reference in vitest config comment
Show description for cc37aa2
Shinrai
committed
cc37aa2
View commit details
Copy full SHA for cc37aa2
Browse repository at this point
test(review): poll for the observable state instead of a fixed 120ms sleep
Show description for a456202
Shinrai
committed
a456202
View commit details
Copy full SHA for a456202
Browse repository at this point
fix: prevent scheduler deadlock when a ready task's delay expires mid-reschedule (#8)
Shinrai
authored
8a22726
View commit details
Copy full SHA for 8a22726
Browse repository at this point
fix(review): advance scanner past consumed --conditions value; drop invalid -C= form
Show description for 4f96129
Shinrai
committed
4f96129
View commit details
Copy full SHA for 4f96129
Browse repository at this point
docs(review): soften devcheck message - don't assert it's "loading from dist/"
Show description for ee9235b
Shinrai
committed
ee9235b
View commit details
Copy full SHA for ee9235b
Browse repository at this point
deps: bump @types/node from 20.19.24 to 26.1.2 (#10)
Shinrai
authored
ab14d3a
View commit details
Copy full SHA for ab14d3a
Browse repository at this point
fix: namespace dev condition to holdmytask-dev; correct + test devcheck (#12)
Shinrai
authored
6ed70af
View commit details
Copy full SHA for 6ed70af
Browse repository at this point
You can’t perform that action at this time.