reify_fs - #4
Closed
conroywhitney wants to merge 6 commits into
Closed
Conversation
Spec-driven development for the FUSE visibility layer: - proposal.md: why FUSE, platform scope (macOS first) - specs/whitelist: 7 requirements for ETS-backed path whitelist - specs/fuse-visibility: 7 requirements for 404 principle - design.md: 6 key decisions (FUSE, ETS, Rust NIF, etc.) - tasks.md: 35 implementation tasks across 7 groups Also updates project.md with full Reify context and adopts "playground" terminology per established principle. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
TDD implementation of core whitelist functionality: - new/1 creates ETS-backed whitelist with initial paths - allowed?/2 checks path with prefix matching - Child paths automatically allowed under whitelisted directories - Rejects paths that share prefix but aren't true children 5 tests, all passing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
TDD implementation of add/remove operations: - add/2 inserts path into ETS (idempotent) - remove/2 deletes path from ETS (idempotent) 9 tests, all passing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
TDD implementation: - add_all/2 adds multiple paths atomically - remove_all/2 removes multiple paths atomically - list/1 returns all whitelisted paths Reordered functions to satisfy Credo (callees after callers). 14 tests, all passing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
Author
|
Closing in favour of #5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.