fix: resolve library manifest feature ID and alias collisions, schema violations#735
Open
yasinBursali wants to merge 1 commit intoLight-Heart-Labs:mainfrom
Open
Conversation
… violations Prefix colliding feature IDs with service names to ensure uniqueness. Remove ambiguous CLI aliases shared across multiple extensions. Fix Milvus health port, Jan port binding, and several manifest schema violations including empty health strings and missing healthchecks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Lightheartdevs
requested changes
Apr 3, 2026
Collaborator
Lightheartdevs
left a comment
There was a problem hiding this comment.
Audit Review
Good cleanup — feature ID deduplication, alias collision removal, health endpoint fixes, and schema compliance corrections across 17 manifests. All necessary.
Blocking: Regenerate the catalog
"Check catalog is up-to-date" CI is failing. The manifest changes need a catalog regeneration before merge. Run the generator and commit the updated extensions-catalog.json.
Clarify: Milvus port change
The internal port changed from 19530 (gRPC client port) to 9091 (health/metrics port). If port is used for healthchecks, 9091 is correct. If used for client connections elsewhere, this could break things. The external_port_default stays at 19530 so external access is fine — just confirm what the codebase uses port for.
Good
- Feature ID namespacing (e.g.,
image-generation->forge-image-generation) prevents collisions - Alias deduplication across services
- Removing empty
health: ""fields - Flowise endpoint fix (
/api/v1/health->/api/v1/ping) - Jan port binding with
127.0.0.1prefix
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.
What
Why
dream <alias>CLI resolutionHow
<service>-<function>patternvector-db,flow,workflowduplicatesport: 19530→port: 9091(HTTP admin for health), external_port unchanged127.0.0.1:prefix, healthcheck uses127.0.0.1compose_file: compose.yaml.disabled→compose.yamlhealth: ""Testing
Platform Impact
All platforms (YAML configuration only)
🤖 Generated with Claude Code