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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
/target
|
/target
|
||||||
*.db
|
*.db
|
||||||
*.db-journal
|
*.db-journal
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -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.
|
Every subsystem is a **trait** — swap implementations with a config change, zero code changes.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/architecture.svg" alt="ZeroClaw Architecture" width="800" />
|
<img src="architecture.jpeg" alt="ZeroClaw Architecture" width="800" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
| Subsystem | Trait | Ships with | Extend |
|
| Subsystem | Trait | Ships with | Extend |
|
||||||
|
|
|
||||||
BIN
architecture.jpeg
Normal file
BIN
architecture.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 655 KiB |
Loading…
Add table
Add a link
Reference in a new issue