ContextFS is a library that lets you construct a virtual filesystem using a router-style API. It's mountable via NFS or `just-bash`, and useful for providing agents with hierarchical, explorable context defined in code.
Key features:
- Express-style dynamic paths (:id, :slug.md) with full TypeScript inference
- Read and optional write support
- Symlinks to represent relationships
- Browser-safe core library
- Pure TypeScript NFS v3 implementation, no native deps |
No comments yet