[LFXV2-1303] Add indexed-data-types reference to lfx-coordinator skill#10
Merged
niravpatel27 merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
…vice types Add indexed-data-types.md reference documenting all 27 queryable resource types in the LFX V2 system, grouped by domain with their NATS subjects and source files. Update SKILL.md to reference the new file so the coordinator knows where to look when planning work involving indexing or the query service. Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds coordinator-facing reference documentation so the lfx-coordinator skill can reliably identify which LFX V2 resource types are indexed/queryable and where to make indexing-related changes.
Changes:
- Added a new reference doc enumerating queryable/indexed resource types, their NATS subjects, and source locations.
- Updated
lfx-coordinator/SKILL.mdto include a References table pointing to the new doc (and existing shared-types reference).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| lfx-coordinator/SKILL.md | Adds a References section linking to indexing/query-service and shared-types reference docs. |
| lfx-coordinator/references/indexed-data-types.md | New doc listing queryable resource types by domain with NATS subjects/source files and guidance for adding fields/types. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
niravpatel27
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lfx-coordinator/references/indexed-data-types.mddocumenting all 27 queryable resource types in the LFX V2 system, grouped by domain with their NATS subjects and source fileslfx-coordinator/SKILL.mdwith a References table so the coordinator knows to consult this file when planning work involving indexing or the query serviceExample
I prompted the lfx-coordinator after adding this skill reference:
Here is another chat with Claude after adding the skill reference and restarting the Claude session.
Ticket
LFXV2-1303
🤖 Generated with Claude Code