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
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
.
voidzero-dev
/
vite-task
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
466
Code
Issues
41
Pull requests
45
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat(cache): classify auto-tracked inputs and outputs from access order
- #571
#571
Draft
wan9chi
wants to merge 21 commits into
main
voidzero-dev/vite-task:main
from
feat/auto-tracking-read-write-overlap
voidzero-dev/vite-task:feat/auto-tracking-read-write-overlap
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Draft
feat(cache): classify auto-tracked inputs and outputs from access order
#571
wan9chi
wants to merge 21 commits into
main
voidzero-dev/vite-task:main
from
feat/auto-tracking-read-write-overlap
voidzero-dev/vite-task:feat/auto-tracking-read-write-overlap
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2026
feat(fspy): record access outcome and mutation intent
Show description for 2a680aa
wan9chi
and
claude
committed
2a680aa
View commit details
Copy full SHA for 2a680aa
Browse repository at this point
feat(cache): classify auto inputs and outputs from access order and gitignore
Show description for 7c1de0c
wan9chi
and
claude
committed
7c1de0c
View commit details
Copy full SHA for 7c1de0c
Browse repository at this point
fix(cache): explain an absent mutation by an ancestor rename
Show description for 994633f
wan9chi
and
claude
committed
994633f
View commit details
Copy full SHA for 994633f
Browse repository at this point
test(e2e): O_RDWR without writing now caches
Show description for 6d251a7
wan9chi
and
claude
committed
6d251a7
View commit details
Copy full SHA for 6d251a7
Browse repository at this point
test(e2e): cover atomic publish, output cleanup and managed state
Show description for 74b23df
wan9chi
and
claude
committed
74b23df
View commit details
Copy full SHA for 74b23df
Browse repository at this point
refactor(cache): split classify into folding and subtree phases
Show description for 667b75a
wan9chi
and
claude
committed
667b75a
View commit details
Copy full SHA for 667b75a
Browse repository at this point
docs: record local verification against the emdash workload
Show description for b06ab58
wan9chi
and
claude
committed
b06ab58
View commit details
Copy full SHA for b06ab58
Browse repository at this point
docs: record the pre-existing pnpm SEA failure under fspy
Show description for 24d25c9
wan9chi
and
claude
committed
24d25c9
View commit details
Copy full SHA for 24d25c9
Browse repository at this point
fix(cache): treat a task's own derived output tree as not an input
Show description for cbb192a
wan9chi
and
claude
committed
cbb192a
View commit details
Copy full SHA for cbb192a
Browse repository at this point
test(e2e): lock in the sibling-task read of an own output tree
Show description for 2ca7183
wan9chi
and
claude
committed
2ca7183
View commit details
Copy full SHA for 2ca7183
Browse repository at this point
feat(fspy): track renames, deletes and create flags on Windows
Show description for e53d6d8
wan9chi
and
claude
committed
e53d6d8
View commit details
Copy full SHA for e53d6d8
Browse repository at this point
fix(lint): satisfy Windows-only clippy lints on the current toolchain
Show description for fba6559
wan9chi
and
claude
committed
fba6559
View commit details
Copy full SHA for fba6559
Browse repository at this point
style: apply repo formatters to the auto-tracking changes
Show description for c7fea03
wan9chi
and
claude
committed
c7fea03
View commit details
Copy full SHA for c7fea03
Browse repository at this point
fix(typo): unparseable -> unparsable
Show description for c86a04e
wan9chi
and
claude
committed
c86a04e
View commit details
Copy full SHA for c86a04e
Browse repository at this point
fix(lint): add the semicolon dropped while reformatting classify
Show description for cefe2eb
wan9chi
and
claude
committed
cefe2eb
View commit details
Copy full SHA for cefe2eb
Browse repository at this point
docs(changelog): record the auto-tracking classification fix
Show description for 71f8fa6
wan9chi
and
claude
committed
71f8fa6
View commit details
Copy full SHA for 71f8fa6
Browse repository at this point
fix(cache): treat node_modules as derived without a .gitignore
Show description for b81f374
wan9chi
and
claude
committed
b81f374
View commit details
Copy full SHA for b81f374
Browse repository at this point
test(fspy): compare access kinds, not the runtime's open flags
Show description for 4454762
wan9chi
and
claude
committed
4454762
View commit details
Copy full SHA for 4454762
Browse repository at this point
feat(fspy): intercept rename and delete in the seccomp backend
Show description for 4c42331
wan9chi
and
claude
committed
4c42331
View commit details
Copy full SHA for 4c42331
Browse repository at this point
Commits on Jul 27, 2026
docs: record the two open tracking issues found on emdash
Show description for 47250b4
wan9chi
and
claude
committed
47250b4
View commit details
Copy full SHA for 47250b4
Browse repository at this point
docs: diagnose task cache instability and propose fixes
Show description for e7f53a7
wan9chi
and
claude
committed
e7f53a7
View commit details
Copy full SHA for e7f53a7
Browse repository at this point
You can’t perform that action at this time.