Comment by 8bitsout
1 day ago
That's a pretty neat idea. What does "map technical debt, agent readiness, code complexity" look like? How does that get done?
1 day ago
That's a pretty neat idea. What does "map technical debt, agent readiness, code complexity" look like? How does that get done?
we do a very comprehensive scan in multiple dimensions: git blame history, llm passes over every file and a tree-sitter analysis for cognitive complexity. We bring our opinionated approach for tools (do you have linters, CI/CD, static typing, agent docs) and score each aspect. We also create your architecture diagrams with our secret agent sauce, and map technical debt on each level of the C4 hierarchy.
Thanks for sharing :)