AmiteK

↗ HN profile [ 43.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I’ve been building LogicStamp Context, an open-source CLI that analyzes TypeScript codebases using the TypeScript AST and compiles them into deterministic JSON “contracts”. These describe components, props, hooks,…

  2. I built an open source CLI that analyzes TypeScript codebases using the TypeScript AST (via ts-morph) and extracts structured architectural contracts and dependency graphs. The goal is to create a diffable architectural…

  3. Hi HN, I built a CLI that extracts a deterministic, structured representation of a TypeScript codebase (components, hooks, APIs, routes) directly from the AST. The goal is to produce stable, diffable “codebase context”…

  4. After working with LLMs on real React/TypeScript codebases, I kept running into issues caused by missing structure - invented props, broken hook assumptions, and style leakage. logicstamp-context is a CLI that analyzes…