7 ms·
That's a pretty neat idea. What does "map technical debt, agent readiness, code complexity" look like? How does that get done?
by 8bitsout 3mo ago
That's a pretty neat idea. What does "map technical debt, agent readiness, code complexity" look like? How does that get done?
- jtwaleson 3mo agowe 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.
- 8bitsout 3mo agoThanks for sharing :)