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
.
cppalliance
/
promptforge
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
1
Code
Issues
10
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Build the Vfs foundation and pivot the executor to VfsRef
- #35
#35
Merged
vinniefalco
merged 26 commits into
cppalliance:master
cppalliance/promptforge:master
from
vinniefalco:master
vinniefalco/promptforge:master
Copy head branch name to clipboard
Sep 12, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Build the Vfs foundation and pivot the executor to VfsRef
#35
vinniefalco
merged 26 commits into
cppalliance:master
cppalliance/promptforge:master
from
vinniefalco:master
vinniefalco/promptforge:master
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2026
Add shared-vfs skeleton with canonical interned paths
Show description for 3a9a8e3
vinniefalco
committed
3a9a8e3
View commit details
Copy full SHA for 3a9a8e3
Browse repository at this point
Define Vfs and VfsAccess traits and policy types
Show description for 3ce38ff
vinniefalco
committed
3ce38ff
View commit details
Copy full SHA for 3ce38ff
Browse repository at this point
Add VfsRef handle and Access capability with claims
Show description for e32e031
vinniefalco
committed
e32e031
View commit details
Copy full SHA for e32e031
Browse repository at this point
Add mount router, builder, and handle overlays
Show description for 23aaa83
vinniefalco
committed
23aaa83
View commit details
Copy full SHA for 23aaa83
Browse repository at this point
Add in-memory VFS backend with bounded glob matching
Show description for 69faa2f
vinniefalco
committed
69faa2f
View commit details
Copy full SHA for 69faa2f
Browse repository at this point
Add thin host filesystem backend to shared-vfs
Show description for f41d586
vinniefalco
committed
f41d586
View commit details
Copy full SHA for f41d586
Browse repository at this point
Add promptforge-vfs policy crate with mode gate
Show description for 0df2a7e
vinniefalco
committed
0df2a7e
View commit details
Copy full SHA for 0df2a7e
Browse repository at this point
Replace the store trait and backends with a VFS facade
Show description for c452721
vinniefalco
committed
c452721
View commit details
Copy full SHA for c452721
Browse repository at this point
Pivot the executor API from StoreRef to VfsRef
Show description for 9df19b1
vinniefalco
committed
9df19b1
View commit details
Copy full SHA for 9df19b1
Browse repository at this point
Make store ops leaf yields with fatal determinism conflicts
Show description for 6d2e089
vinniefalco
committed
6d2e089
View commit details
Copy full SHA for 6d2e089
Browse repository at this point
Add Bashkit FsBackend adapter over the VFS handle
Show description for 656b536
vinniefalco
committed
656b536
View commit details
Copy full SHA for 656b536
Browse repository at this point
Close plan: vfs foundation
Show description for 1680352
vinniefalco
committed
1680352
View commit details
Copy full SHA for 1680352
Browse repository at this point
Add the test-namespace and VFS debt removal plan
Show description for 27354d9
vinniefalco
committed
27354d9
View commit details
Copy full SHA for 27354d9
Browse repository at this point
Remove test-only re-exports and relocate test imports
Show description for 4fc4825
vinniefalco
committed
4fc4825
View commit details
Copy full SHA for 4fc4825
Browse repository at this point
Remove the two tracked vibe ledger files
Show description for a4c7876
vinniefalco
committed
a4c7876
View commit details
Copy full SHA for a4c7876
Browse repository at this point
Remove the promptforge-bashkit spike crate
Show description for 1c550ee
vinniefalco
committed
1c550ee
View commit details
Copy full SHA for 1c550ee
Browse repository at this point
De-intern VfsPath and close the manifest test bypass
Show description for fca9d4e
vinniefalco
committed
fca9d4e
View commit details
Copy full SHA for fca9d4e
Browse repository at this point
Make handle acquisition fallible instead of panicking
Show description for 432f268
vinniefalco
committed
432f268
View commit details
Copy full SHA for 432f268
Browse repository at this point
Close plan: test-namespace vfs-debt
Show description for ec14591
vinniefalco
committed
ec14591
View commit details
Copy full SHA for ec14591
Browse repository at this point
[WIP] Plan: Dependency rules, PR 35 code fixes, and the VFS observation hook
vinniefalco
committed
a749458
View commit details
Copy full SHA for a749458
Browse repository at this point
Land dependency-rule revisions and the design move
Show description for c8947b9
vinniefalco
committed
c8947b9
View commit details
Copy full SHA for c8947b9
Browse repository at this point
Rename shared-protocol to gateway-protocol, add Shared rule
Show description for 919f85e
vinniefalco
committed
919f85e
View commit details
Copy full SHA for 919f85e
Browse repository at this point
Fix claims-release ordering and unix mode lint
Show description for a90bed3
vinniefalco
committed
a90bed3
View commit details
Copy full SHA for a90bed3
Browse repository at this point
Add the VFS operation-observation hook
Show description for 51755f0
vinniefalco
committed
51755f0
View commit details
Copy full SHA for 51755f0
Browse repository at this point
Close plan: dependency-rules-vfs-hook
Show description for e75a5f1
vinniefalco
committed
e75a5f1
View commit details
Copy full SHA for e75a5f1
Browse repository at this point
Drain in-flight I/O tasks before delivering the run result
Show description for 5b79db3
vinniefalco
committed
5b79db3
View commit details
Copy full SHA for 5b79db3
Browse repository at this point
You can’t perform that action at this time.