Unified memory system for AI coding assistants - code graph, docs, knowledge, workflow

1 Open Issue Need Help Last updated: Jan 22, 2026

Open Issues Need Help

View All on GitHub
AI/ML AI Chatbots & Agents

AI Summary: This issue identifies a bug where the TypeScript extractor incorrectly labels exported entities with `exported: true`, while the `getExports.ts` query looks for `isExported: true`. This mismatch prevents `getExports` from returning any exported entities. The fix involves renaming the metadata key in both the query file and its corresponding test file.

Complexity: 1/5
bug good first issue

Unified memory system for AI coding assistants - code graph, docs, knowledge, workflow

TypeScript