Skip to content

feat(extension): extension registry store #293

@margaretjgu

Description

@margaretjgu

Part of #222.

Implement the on-disk registry that tracks installed extensions.

  • Module at src/extension/store.ts with readExtensions, writeExtensions, findExtension exports
  • Registry persisted as JSON at ~/.elastic/extensions.json
  • Each entry: { name, source, path, entrypoint }
  • Unit tests in test/extension/store.test.ts

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions