feat(repo): added minimal repo class

This commit is contained in:
darwincereska
2025-11-06 11:23:40 -05:00
parent 51f3361bef
commit 9778ad6647
6 changed files with 187 additions and 9 deletions

View File

@@ -2,12 +2,12 @@
- [x] Initialize Project
- [x] Configure `build.gradle.kts` with dependencies
- [ ] Set up testing framework
- [x] Set up testing framework
# Core
- [ ] Create `Repository.kt` class
- [ ] Implement `.notevc` directory initialization
- [x] Create `Repository.kt` class
- [x] Implement `.notevc` directory initialization
- [ ] Create `ObjectStore.kt` for content storage
- [ ] Implement content hashing `HashUtils.kt`
- [ ] Create `NoteSnapshot` data class