fix(install): resolve custom install failures and missing agent-metadata#297
Open
darrenhinde wants to merge 2 commits intomainfrom
Open
fix(install): resolve custom install failures and missing agent-metadata#297darrenhinde wants to merge 2 commits intomainfrom
darrenhinde wants to merge 2 commits intomainfrom
Conversation
…ata (#237, #277) Fix custom install mode breaking all components by mapping plural category names to singular types. Add agent-metadata.json to registry config section and all profiles. Clean up registry data quality issues including duplicate context IDs, description artifacts, and schema inconsistencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…te trap Fix get_install_path misrouting root-level config files (env.example, README.md) into INSTALL_DIR instead of project root. Fix custom install display counter resetting per category. Remove duplicate INT/TERM trap. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
contexts,agents) were breaking all component resolution in custom install. Added explicit singular mapping viacasestatement.agent-metadata-configto avoid ID collision with existing context entry.dependenciesfields, self-referential dependency, legacy duplicatesubagentsblock, and schema version mismatch.get_component_info.Test plan
bash -n install.sh— syntax check passesjq . registry.json > /dev/null— JSON validREGISTRY_URL="file://$(pwd)/registry.json" bash install.shwith custom mode — verify components install correctlyessentialprofile — verifyagent-metadata.jsonis listed and installedlist_componentsshows config section🤖 Generated with Claude Code