rename: archdoc → wtismycode (WTIsMyCode)

This commit is contained in:
2026-02-15 12:12:33 +03:00
parent 136697caf0
commit f4f8b8fa34
87 changed files with 244 additions and 212 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
All notable changes to ArchDoc are documented in this file.
All notable changes to WTIsMyCode are documented in this file.
Format follows [Keep a Changelog](https://keepachangelog.com/).
@@ -12,8 +12,8 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
- **Dependency cycle detection** (`cycle_detector.rs`) — DFS-based algorithm to find circular module dependencies
- **Cycle detection in renderer** — Critical points section now shows detected dependency cycles
- **Full pipeline integration tests** — Tests for config validation, scanning, cycle detection, and rendering
- **Stats command** — `archdoc stats` displays project-level statistics (files, modules, symbols, edges)
- **Check command** — `archdoc check` verifies documentation consistency with code
- **Stats command** — `wtismycode stats` displays project-level statistics (files, modules, symbols, edges)
- **Check command** — `wtismycode check` verifies documentation consistency with code
- **Colored CLI output** — Progress bars and colored status messages
- **Comprehensive README** — Badges, configuration reference table, command documentation, architecture overview