Implement Week 4b Origin-CAS connector for cache-miss handling
- Add ContentFetcher bridging Origin→CAS on cache miss - Integrate fetcher into FileReader via with_fetcher() constructor - Add get_or_fetch_manifest() for lazy manifest loading - Emit FileAccessed events per FR-18.1 via EventBus - Add 2 integration tests for e2e fetch flow - Test count: 60 (was 54)
This commit is contained in:
Generated
+1
@@ -432,6 +432,7 @@ dependencies = [
|
||||
"hex",
|
||||
"musicfs-cache",
|
||||
"musicfs-core",
|
||||
"musicfs-origins",
|
||||
"rmp-serde",
|
||||
"serde",
|
||||
"sled",
|
||||
|
||||
Reference in New Issue
Block a user