docs: update architecture diagrams

This commit is contained in:
Archlens Bot
2026-06-17 08:14:54 +00:00
parent 134c46da43
commit e93c8c8f9b
2 changed files with 15 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
graph TD
Domain[Domain]
Adapters[Adapters]
Presentation[Presentation]
Domain[Domain]
Application[Application]
Adapters --|"24 deps"| Domain
Presentation --|"1 dep"| Application
Application --|"2 deps"| Domain
Presentation --|"11 deps"| Adapters
Presentation --|"1 dep"| Domain
Application -->|2 deps| Domain
Presentation -->|1 dep| Domain
Presentation -->|11 deps| Adapters
Presentation -->|1 dep| Application
Adapters -->|24 deps| Domain

View File

@@ -16,19 +16,19 @@ graph TD
archlens_html[archlens-html]
end
archlens_application --> archlens_domain
archlens --> archlens_tree_sitter
archlens --> archlens_application
archlens --> archlens_toml_config
archlens --> archlens_file_writer
archlens --> archlens_ascii
archlens --> archlens_html
archlens --> archlens_walkdir
archlens --> archlens_d2
archlens --> archlens_stdout_writer
archlens --> archlens_ascii
archlens --> archlens_application
archlens --> archlens_html
archlens --> archlens_domain
archlens --> archlens_python_project
archlens --> archlens_tree_sitter
archlens --> archlens_toml_config
archlens --> archlens_d2
archlens --> archlens_walkdir
archlens --> archlens_file_writer
archlens --> archlens_mermaid
archlens --> archlens_cargo_workspace
archlens --> archlens_python_project
archlens_tree_sitter --> archlens_domain
archlens_walkdir --> archlens_domain
archlens_mermaid --> archlens_domain