docs: update README, add ADR-007 and ADR-008#40
Merged
Conversation
Fix outdated README claim about missing tests (493 tests exist). Update Python version requirement to 3.14+ per pyproject.toml. Update installation section to document generic make install-<tool> pattern for all 89 cataloged tools. Document upgrade-%, uninstall-%, and reconcile-% pattern targets with fallback chain. Add ADR-007 documenting the generic tool installation architecture (catalog JSON + generic installers + install_tool.sh orchestrator). Add ADR-008 documenting the Makefile pattern target fallback chain (dedicated script -> install_tool.sh -> error). Update ADR index and catalog/README.md to reflect current architecture. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
- Fix test count from 493+ to 490+ in README - Fix fd.json example in ADR-007 to use shfmt (actual github_release_binary user) - Add missing installers to ADR-007 Tier 2 table (docker_plugin, github_clone, npm_self_update) - Document auto/reconciliation install method in ADR-007 - Add upgrade/update naming note to ADR-008 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
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
make install-<tool>pattern for all 89 cataloged toolsTest plan