mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Add addNonCodeFile() and addNonCodeFileWithAnalysis() methods that create graph nodes with the appropriate non-code types (document, config, service, table, endpoint, pipeline, schema, resource). addNonCodeFileWithAnalysis() creates child nodes for definitions, services, endpoints, steps, and resources with "contains" edges to the parent file. Add mapKindToNodeType() helper for mapping definition kinds to node types. Extend EXTENSION_LANGUAGE map with all non-code file extensions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>