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
.
OpenJobDescription
/
openjd-sessions-for-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
10
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: RFC 0008 environment wrap actions
- #333
#333
Merged
leongdl
merged 27 commits into
OpenJobDescription:mainline
OpenJobDescription/openjd-sessions-for-python:mainline
from
leongdl:rfc008
leongdl/openjd-sessions-for-python:rfc008
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat: RFC 0008 environment wrap actions
#333
leongdl
merged 27 commits into
OpenJobDescription:mainline
OpenJobDescription/openjd-sessions-for-python:mainline
from
leongdl:rfc008
leongdl/openjd-sessions-for-python:rfc008
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2026
feat: RFC 0008 environment wrap actions with EXPR runtime parity Implement the WRAP_ACTIONS extension (RFC 0008) in the v0 session, with EXPR (RFC 0007) runtime parity with openjd-rs: - Wrap-hook d…
Show description for f1c191b
leongdl
committed
f1c191b
View commit details
Copy full SHA for f1c191b
Browse repository at this point
fix: Address review findings — let-binding crash paths, Step.Name, perf
Show description for 1a5f8fc
leongdl
committed
1a5f8fc
View commit details
Copy full SHA for 1a5f8fc
Browse repository at this point
Commits on Jul 25, 2026
fix: RFC 0005/0008 typed-arg and null-vs-empty parity with openjd-rs
Show description for cd5d5b6
leongdl
committed
cd5d5b6
View commit details
Copy full SHA for cd5d5b6
Browse repository at this point
fix: Close review findings on failure paths, timeout bounds and typing
Show description for 7855778
leongdl
committed
7855778
View commit details
Copy full SHA for 7855778
Browse repository at this point
fix: Narrow Optional script before setattr in wrap cancelation test
Show description for 3848ab6
leongdl
committed
3848ab6
View commit details
Copy full SHA for 3848ab6
Browse repository at this point
fix: Close wrap-hook scope gap, cancel races, and path-mapping parity
Show description for 7081d7b
leongdl
committed
7081d7b
View commit details
Copy full SHA for 7081d7b
Browse repository at this point
fix: Make wrap and URI tests host-independent on Windows
Show description for 2ed9e12
leongdl
committed
2ed9e12
View commit details
Copy full SHA for 2ed9e12
Browse repository at this point
test: Pin the fixes from the parallel-review round
Show description for db6decf
leongdl
committed
db6decf
View commit details
Copy full SHA for db6decf
Browse repository at this point
chore: Require openjd-model >= 0.11.1
Show description for 0bebd29
leongdl
committed
0bebd29
View commit details
Copy full SHA for 0bebd29
Browse repository at this point
fix: Do not fail an action whose subprocess exits immediately
Show description for 27cf66b
leongdl
committed
27cf66b
View commit details
Copy full SHA for 27cf66b
Browse repository at this point
fix: Serialize the pending-cancel handoff against action launch
Show description for a954917
leongdl
committed
a954917
View commit details
Copy full SHA for a954917
Browse repository at this point
Commits on Jul 26, 2026
fix(concurrency): Close race windows in cancel and completion paths
Show description for 8d08377
leongdl
committed
8d08377
View commit details
Copy full SHA for 8d08377
Browse repository at this point
fix(concurrency): Close round-4 review findings (R4-1, R4-5, R4-6, R4-G7, R4-G8)
Show description for 29ecbff
leongdl
committed
29ecbff
View commit details
Copy full SHA for 29ecbff
Browse repository at this point
fix: Close round-5 review findings R5-1 through R5-9
Show description for 4c57f40
leongdl
committed
4c57f40
View commit details
Copy full SHA for 4c57f40
Browse repository at this point
fix: Close defects introduced by the round-5 fix commit
Show description for ec29eeb
leongdl
committed
ec29eeb
View commit details
Copy full SHA for ec29eeb
Browse repository at this point
fix(wrap-actions): Isolate a wrap hook's scope from the wrapped entity's
Show description for c192911
leongdl
committed
c192911
View commit details
Copy full SHA for c192911
Browse repository at this point
fix(subprocess): Own the child on every exit path from run()
Show description for 44ff172
leongdl
committed
44ff172
View commit details
Copy full SHA for 44ff172
Browse repository at this point
fix: Report chown and pgrep failures through the paths that handle them
Show description for d29aafe
leongdl
committed
d29aafe
View commit details
Copy full SHA for d29aafe
Browse repository at this point
test: Replace two flaky timing tests with deterministic ones
Show description for 572ae79
leongdl
committed
572ae79
View commit details
Copy full SHA for 572ae79
Browse repository at this point
test: Run the subprocess-racing tests serially, and quiesce between them
Show description for ed37b61
leongdl
committed
ed37b61
View commit details
Copy full SHA for ed37b61
Browse repository at this point
test: Name test files for what they test, not review rounds
Show description for 37975c7
leongdl
committed
37975c7
View commit details
Copy full SHA for 37975c7
Browse repository at this point
fix: Silence Windows mypy on POSIX-only os and signal attributes
Show description for acdea90
leongdl
committed
acdea90
View commit details
Copy full SHA for acdea90
Browse repository at this point
fix: Do not open a directory descriptor on Windows
Show description for 32c69ed
leongdl
committed
32c69ed
View commit details
Copy full SHA for 32c69ed
Browse repository at this point
test: Skip the POSIX-branch control on Windows, drop stale banners
Show description for 928269a
leongdl
committed
928269a
View commit details
Copy full SHA for 928269a
Browse repository at this point
fix: Address the live CodeQL alerts on this PR
Show description for fe3741d
leongdl
committed
fe3741d
View commit details
Copy full SHA for fe3741d
Browse repository at this point
refactor: Delete the dead _v1/_linux/ duplicate (R1)
Show description for 8f1691c
leongdl
committed
8f1691c
View commit details
Copy full SHA for 8f1691c
Browse repository at this point
Commits on Jul 27, 2026
refactor: Single-source the cancel-path signal helper (R5, R13)
Show description for 5373d76
leongdl
committed
5373d76
View commit details
Copy full SHA for 5373d76
Browse repository at this point
You can’t perform that action at this time.