Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/k-frame 2026-06-19 01:29:37 +00:00
e8b968bcd1 add README and MIT license
fe59b68c37 theme config, layout preview, container alignment
81a4167382 new rendering engine
0a90d6a5d7 logo update
adda731dc6 add auth system: users, login, JWT, protected routes
Compare 10 commits »
GKaszewski created repository GKaszewski/k-frame 2026-06-19 01:29:22 +00:00
GKaszewski pushed to master at GKaszewski/party-cam 2026-06-18 14:41:19 +00:00
d79e8bd52d fix platformio: correct board to esp32cam, add upload settings
GKaszewski pushed to master at GKaszewski/party-cam 2026-06-18 09:23:10 +00:00
4ec723ef40 fix bugs, harden server, strip-based dithering, update docs
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 11:44:24 +00:00
009c821f48 style: cargo fmt
a24dc572bd fix: clippy — collapse nested if, remove useless .into()
682a64354f fix: remove std::path from application layer, document merge error behavior
04da26beba refactor: LanguageExtractor gains explicit 3-phase trait + run_extraction pipeline
8b20bf3874 fix: remove unused FilePath import, mark Import arm unreachable in ascii
Compare 9 commits »
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 09:34:29 +00:00
75c0b5c5c9 perf: release profile — opt-level=z, lto, strip, panic=abort (7.8→4.2 MB)
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 09:29:10 +00:00
a7e466011b clean up
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 09:24:23 +00:00
fc8ad0ebc0 refactor: five architectural deepening improvements
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:58:49 +00:00
e26151b4a1 refactor: move scattered business logic into domain
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:49:04 +00:00
1447dc74bb refactor: extract module_edges() to CodeGraph domain — removes duplication from Mermaid and D2 renderers
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:43:29 +00:00
11a5656efc fix: D2 module renderer missing direct module-to-module edges from project deps
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:34:58 +00:00
c4fb1ed699 fix: remove unused assignment and import warnings in tests
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:23:18 +00:00
84e5cc4f7e fix: sanitize mermaid member syntax (colons, angle brackets, refs)
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 08:09:51 +00:00
134c46da43 fix: correct mermaid flowchart edge label syntax (-->|label| not --|"label"|)
GKaszewski pushed to master at GKaszewski/archlens 2026-06-17 07:51:52 +00:00
fdd85011a4 feat: implement all P1/P2/P3/P4 improvements from issue backlog
GKaszewski closed issue GKaszewski/archlens#7 2026-06-17 07:51:02 +00:00
--watch mode
GKaszewski closed issue GKaszewski/archlens#9 2026-06-17 07:51:02 +00:00
Git-aware incremental analysis
GKaszewski closed issue GKaszewski/archlens#8 2026-06-17 07:51:01 +00:00
D2 renderer adapter
GKaszewski closed issue GKaszewski/archlens#2 2026-06-17 07:51:00 +00:00
Interactive HTML viewer adapter
GKaszewski closed issue GKaszewski/archlens#10 2026-06-17 07:50:59 +00:00
Dependency weight on module arrows