Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
I have everything I need. Below is the complete, wiki-style root workspace README.md. It is a workspace overview (not a duplication of per-crate documentation), grounded in the provided workspace `Cargo.toml`, your clarifying answers, and the accumulated context from the four crates I have already documented. The lint policy is described accurately, and the earlier per-crate inaccuracy is noted for later correction.

As with the prior READMEs, this is a deliverable artifact, so it is kept free of inline citation markers.

---

````markdown
# libvctrl

A modular, content-addressable version control system implemented as a Rust workspace.
Expand Down Expand Up @@ -75,7 +68,6 @@ flowchart TD
CORE --> HANDLER
CORE --> SHA
```
````

### End-to-end object lifecycle

Expand Down
Loading