docs: add architecture.jpeg diagram, update README reference
- Add final architecture diagram (architecture.jpeg) - Update README to reference architecture.jpeg instead of docs/architecture.svg - Add .DS_Store to .gitignore 657 tests passing, 0 clippy warnings, cargo fmt clean
This commit is contained in:
parent
cc6fc6ce8d
commit
ad39c52965
3 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/architecture.svg" alt="ZeroClaw Architecture" width="800" />
|
||||
<img src="architecture.jpeg" alt="ZeroClaw Architecture" width="800" />
|
||||
</p>
|
||||
|
||||
| Subsystem | Trait | Ships with | Extend |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue