summaryrefslogtreecommitdiff
path: root/dev-util/codegraph/metadata.xml
blob: 8e854a7ca86bd1707bc187898e602458dd858946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>root@localhost</email>
    <name>Local overlay</name>
  </maintainer>
  <longdescription lang="en">
    CodeGraph builds a local code knowledge graph with semantic search,
    dependency analysis and an MCP server for AI coding assistants. The
    TypeScript application and native Rust extraction kernel are compiled
    from source and run with the system Node.js runtime. Upstream's bundled
    tree-sitter WASM grammars provide the fallback parsers.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/colbymchenry/codegraph/issues</bugs-to>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>