Skip to content

Commit b7ceaf5

Browse files
committed
Add bcvk project
The core idea here is to create an experience where the virtual machine is closely bound to a specific directory (a "project") - always always a git repository. Closes: #31 Assisted-by: Claude Code (Sonnet 4.5) Signed-off-by: Colin Walters <[email protected]>
1 parent 4f26e07 commit b7ceaf5

37 files changed

+3327
-170
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
target/
1+
target/
2+
.bcvk/

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/HACKING.md

Cargo.lock

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/integration-tests/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mod tests {
2020
pub mod libvirt_upload_disk;
2121
pub mod libvirt_verb;
2222
pub mod mount_feature;
23+
pub mod project;
2324
pub mod run_ephemeral;
2425
pub mod run_ephemeral_ssh;
2526
pub mod to_disk;

0 commit comments

Comments
 (0)