feat(commit): added commit command and timeline

This commit is contained in:
darwincereska
2025-11-07 16:01:35 -05:00
parent 9b3c20cf2c
commit 673c9a3154
14 changed files with 400 additions and 23 deletions

View File

@@ -41,11 +41,11 @@
## Commit command
- [ ] `notevc commit "message"` - Create snapshot
- [ ] Validate commit message exists
- [ ] Store changed file contents
- [ ] Create snapshot with metadata
- [ ] Update repository head pointer
- [x] `notevc commit "message"` - Create snapshot
- [x] Validate commit message exists
- [x] Store changed file contents
- [x] Create snapshot with metadata
- [x] Update repository head pointer
## Log Command
@@ -111,3 +111,4 @@
- [ ] File watching for auto-commits
- [ ] Export/import functionality
- [ ] NeoVim Plugin