Fundamental_Analysis/crates/workflow-context
Lv, Qi 48e45faffb feat(core): introduce workflow-context (VGCS)
Add Virtual Git Context System (VGCS) crate to handle versioned file storage backed by git2 and blob store.

Features:
- ContextStore trait for repo init, read, list, diff, merge.
- Transaction trait for atomic writes and commits.
- Large file support (>1MB) using content-addressed blob store.
- In-memory merge with conflict detection.
- Unit and integration tests covering concurrency and conflicts.
2025-11-26 23:38:22 +08:00
..
src feat(core): introduce workflow-context (VGCS) 2025-11-26 23:38:22 +08:00
tests feat(core): introduce workflow-context (VGCS) 2025-11-26 23:38:22 +08:00
Cargo.lock feat(core): introduce workflow-context (VGCS) 2025-11-26 23:38:22 +08:00
Cargo.toml feat(core): introduce workflow-context (VGCS) 2025-11-26 23:38:22 +08:00