We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe8f81 commit 8fdde6dCopy full SHA for 8fdde6d
1 file changed
notes/plan.md
@@ -1,5 +1,17 @@
1
# libvcs Asyncio Support Implementation Plan
2
3
+## Implementation Status
4
+
5
+| Phase | Status | Description |
6
+|-------|--------|-------------|
7
+| Phase 1 | ✅ Complete | Core Async Subprocess (`async_subprocess.py`) |
8
+| Phase 2 | ✅ Complete | Async Run Function (`async_run.py`) |
9
+| Phase 3 | ✅ Complete | Async Command Classes (`AsyncGit`) |
10
+| Phase 4 | ✅ Complete | Async Sync Classes (`AsyncGitSync`) |
11
+| Phase 5 | ✅ Complete | Async pytest fixtures (`async_git_repo`) |
12
13
+---
14
15
## Study Sources
16
17
The following reference codebases were studied to inform this design:
0 commit comments