diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-05 20:20:59 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-05 20:20:59 -0500 |
| commit | e77303f1c3ea3e2d338cfdafe78341f810f35a4d (patch) | |
| tree | 11671eaeff5efdbcbb3f814e9d68afe9b5a77778 /dev-util/codegraph/metadata.xml | |
| parent | 9390bee16fd256e9c32303cc82e25d4709c3d166 (diff) | |
| download | baldeagleos-repo-e77303f1c3ea3e2d338cfdafe78341f810f35a4d.tar.gz baldeagleos-repo-e77303f1c3ea3e2d338cfdafe78341f810f35a4d.tar.xz baldeagleos-repo-e77303f1c3ea3e2d338cfdafe78341f810f35a4d.zip | |
Adding metadata
Diffstat (limited to 'dev-util/codegraph/metadata.xml')
| -rw-r--r-- | dev-util/codegraph/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/codegraph/metadata.xml b/dev-util/codegraph/metadata.xml new file mode 100644 index 000000000000..874d0637dd7b --- /dev/null +++ b/dev-util/codegraph/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.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>baldeagleos-repo</origin> +</pkgmetadata> |
