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 }}
camcima
/
finita
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
finita
src
on
main
User selector
All users
All time
Commit history
Commits on Jul 9, 2026
test: pin chained-enqueue queue-limit rejection; clarify docs
Show description for 9afdf94
camcima
and
claude
committed
9afdf94
View commit details
Copy full SHA for 9afdf94
View code at this point
Browse repository at this point
feat: add onReleaseError diagnostic hook for lock release failures
camcima
committed
f6058bc
View commit details
Copy full SHA for f6058bc
View code at this point
Browse repository at this point
feat: add maxQueueLength back-pressure option
camcima
committed
83a425b
View commit details
Copy full SHA for 83a425b
View code at this point
Browse repository at this point
feat: add onChainedOperationError sink and document completion boundary
camcima
committed
0d94ddf
View commit details
Copy full SHA for 0d94ddf
View code at this point
Browse repository at this point
feat: add Statemachine.whenIdle() to await full queue drain
camcima
committed
14d601b
View commit details
Copy full SHA for 14d601b
View code at this point
Browse repository at this point
fix: make Statemachine observer attach idempotent
camcima
committed
aeba9db
View commit details
Copy full SHA for aeba9db
View code at this point
Browse repository at this point
fix: keep ProcessBuilder reusable after a failed build
camcima
committed
457da0c
View commit details
Copy full SHA for 457da0c
View code at this point
Browse repository at this point
fix: restrict graph rankdir/direction options to valid values
camcima
committed
6607d81
View commit details
Copy full SHA for 6607d81
View code at this point
Browse repository at this point
fix: freeze State and Transition to match documented immutability
camcima
committed
d466c7d
View commit details
Copy full SHA for d466c7d
View code at this point
Browse repository at this point
fix: validate transition weights and WeightTransition epsilon
camcima
committed
98b07b2
View commit details
Copy full SHA for 98b07b2
View code at this point
Browse repository at this point
docs: fix unsafe Redis lock example, document mutex ownership contract
camcima
committed
08cd042
View commit details
Copy full SHA for 08cd042
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
fix(statemachine): guard every event observer and transition condition against re-entrancy
Show description for cb80489
camcima
and
claude
committed
cb80489
View commit details
Copy full SHA for cb80489
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
fix(statemachine): surface lock-release failures; guard selector; restore zero-arg callback
Show description for 129280b
camcima
and
claude
committed
129280b
View commit details
Copy full SHA for 129280b
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
fix(statemachine): reject empty initialStateName instead of silently restarting
Show description for 36272aa
camcima
and
claude
committed
36272aa
View commit details
Copy full SHA for 36272aa
View code at this point
Browse repository at this point
refactor(condition): extract CompositeCondition base for And/OrComposite
Show description for 8ff3365
camcima
and
claude
committed
8ff3365
View commit details
Copy full SHA for 8ff3365
View code at this point
Browse repository at this point
refactor: share isNamed/nameOrString via src/util
Show description for ba9178b
camcima
and
claude
committed
ba9178b
View commit details
Copy full SHA for ba9178b
View code at this point
Browse repository at this point
fix(condition): timeout throws InvalidSubjectError; allocation-free time check
Show description for 4ab8a8e
camcima
and
claude
committed
4ab8a8e
View commit details
Copy full SHA for 4ab8a8e
View code at this point
Browse repository at this point
fix(graph): escape backslashes in DOT/mermaid output; guard event lookup in labels
Show description for 2f3fd72
camcima
and
claude
committed
2f3fd72
View commit details
Copy full SHA for 2f3fd72
View code at this point
Browse repository at this point
test(event): replace stale getInvokeArgs assertions with new args-delivery contract
Show description for b42f843
camcima
and
claude
committed
b42f843
View commit details
Copy full SHA for b42f843
View code at this point
Browse repository at this point
fix(event): pass invoke args to observers; drop racy invokeArgs field; inline Dispatcher
Show description for 8bb6581
camcima
and
claude
committed
8bb6581
View commit details
Copy full SHA for 8bb6581
View code at this point
Browse repository at this point
fix(statemachine): validate maxAutomaticHops is a positive integer
Show description for e9a4001
camcima
and
claude
committed
e9a4001
View commit details
Copy full SHA for e9a4001
View code at this point
Browse repository at this point
fix(statemachine): bound automatic loops with maxAutomaticHops instead of first-revisit detection
Show description for 16cc1b5
camcima
and
claude
committed
16cc1b5
View commit details
Copy full SHA for 16cc1b5
View code at this point
Browse repository at this point
fix(statemachine): reject (not throw) on re-entrancy; broaden re-entrancy tests
Show description for 5ad2514
camcima
and
claude
committed
5ad2514
View commit details
Copy full SHA for 5ad2514
View code at this point
Browse repository at this point
fix(statemachine): throw ReentrancyError on re-entrant trigger instead of deadlocking
Show description for 3655026
camcima
and
claude
committed
3655026
View commit details
Copy full SHA for 3655026
View code at this point
Browse repository at this point
docs(observer): clarify onEnter ifStateName contract and test intent
Show description for 847b363
camcima
and
claude
committed
847b363
View commit details
Copy full SHA for 847b363
View code at this point
Browse repository at this point
fix(observer): onEnter fires only for rest states via enqueue ifStateName guard
Show description for 726024a
camcima
and
claude
committed
726024a
View commit details
Copy full SHA for 726024a
View code at this point
Browse repository at this point
test(observer): prove StatefulStatusChanger isolation with two machines; pin precedence
Show description for 0332853
camcima
and
claude
committed
0332853
View commit details
Copy full SHA for 0332853
View code at this point
Browse repository at this point
fix(observer): statefulStatusChanger writes to frame.subject; correct factory docs
Show description for d72ce2b
camcima
and
claude
committed
d72ce2b
View commit details
Copy full SHA for d72ce2b
View code at this point
Browse repository at this point
test(observer): assert frame.subject referential identity; document logger omission
Show description for 1a65fc2
camcima
and
claude
committed
1a65fc2
View commit details
Copy full SHA for 1a65fc2
View code at this point
Browse repository at this point
feat(observer): expose subject on TransitionFrame; share one frame per transition
Show description for 44ae06c
camcima
and
claude
committed
44ae06c
View commit details
Copy full SHA for 44ae06c
View code at this point
Browse repository at this point
fix(statemachine): snapshot observer lists before notifying
Show description for eed53a7
camcima
and
claude
committed
eed53a7
View commit details
Copy full SHA for eed53a7
View code at this point
Browse repository at this point
fix(statemachine): settle caller promise only after mutex release completes
Show description for 7501123
camcima
and
claude
committed
7501123
View commit details
Copy full SHA for 7501123
View code at this point
Browse repository at this point
fix(statemachine): kick runner from EnqueueContext.enqueue; single enqueue path
Show description for 7e84451
camcima
and
claude
committed
7e84451
View commit details
Copy full SHA for 7e84451
View code at this point
Browse repository at this point
refactor(builder): capture condition name once; assert padded-condition error code
Show description for 67b07ff
camcima
and
claude
committed
67b07ff
View commit details
Copy full SHA for 67b07ff
View code at this point
Browse repository at this point
fix(builder): validate state names; unify name rule across state/event/condition
Show description for ac7b38d
camcima
and
claude
committed
ac7b38d
View commit details
Copy full SHA for ac7b38d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.