diff --git a/.gitignore b/.gitignore index fc96892..1520314 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target *.db *.db-journal +.DS_Store diff --git a/README.md b/README.md index efc06de..4f06263 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cargo run --release -- tools test memory_recall '{"query": "Rust"}' Every subsystem is a **trait** — swap implementations with a config change, zero code changes.

- ZeroClaw Architecture + ZeroClaw Architecture

| Subsystem | Trait | Ships with | Extend | diff --git a/architecture.jpeg b/architecture.jpeg new file mode 100644 index 0000000..056ee4f Binary files /dev/null and b/architecture.jpeg differ