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 Summary: This issue describes a bug where the TypeScript extractor stores export metadata using the key `exported: true`, but the `getExports.ts` query incorrectly looks for `isExported: true`. This mismatch causes `getExports()` to always return an empty result. The fix involves changing the query key to `exported` and updating the corresponding test data.

Complexity: 1/5
bug good first issue

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

TypeScript