Commit a3ae4fa
authored
feat(sources): add package definitions sync from GitHub (#40)
## Summary
- Add unified `DataLayerManager` that handles both sources and packages
with the same 3-layer override system (bundled → downloaded → user
custom)
- `santa sources update` now syncs both sources and packages from GitHub
- `santa sources clear` removes all downloaded data
- Deprecate `SourceLayerManager` in favor of `DataLayerManager`
## Test plan
- [x] `cargo test` passes
- [x] `cargo clippy` clean1 parent c96bf10 commit a3ae4fa
File tree
4 files changed
+1097
-25
lines changed- crates/santa-cli/src
4 files changed
+1097
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments