5 comments

  • ssyhape59 minutes ago
    Neat idea. The biggest problem I've had with code knowledge graphs is they go stale immediately -- someone renames a package and nobody updates the graph. Having it as Markdown in the repo is clever because it just goes through normal PR review like everything else, and you get git blame for free. My concern is scale though. Once you have thousands of nodes the Markdown files themselves become a mess to navigate, and at that point you're basically recreating a database with extra steps. Would love to see how this compares to just pointing an agent at LSP output.
    • cyanydeez32 minutes ago
      We all know this isn&#x27;t for humans. It&#x27;s for LLMs.<p>So better question is why there isn&#x27;t a bootstrap to get your LLM to scaffold it out and assist in detailing it.
  • Yokohiii12 minutes ago
    &gt; &quot;chalk&quot;: &quot;^5.6.2&quot;,<p>security.md ist missing apparently.
  • nimonian1 hour ago
    I have a vitepress package in most of my repos. It is a knowledge graph that also just happens to produce heat looking docs for humans when served over http. Agents are very happy to read the raw .md.
  • maxbeech33 minutes ago
    [dead]
  • iddan24 minutes ago
    So we are reinventing the docs &#x2F;*&#x2F;*.md directory? &#x2F;s I think this is a good idea just don’t really get why would you need a tool around it