feat: Add the search plugin to the catalog at v0.8.0 - #9
Merged
Conversation
milo-os/search v0.8.0 shipped the milo-search datumctl plugin for the first time, but the catalog had no entry for it, so `datumctl plugin install search` could not find it. The release's update-plugin-index job only rewrites the version, URIs, and checksums of a manifest that already exists. With no plugins/search.yaml to edit it failed with "plugin manifest not found: index-repo/plugins/search.yaml", which is why the first manifest has to be written by hand. This manifest is authored at v0.8.0 with the six release archives and the checksums copied from that release's checksums.txt, so the release does not need re-running. Every later release bumps this file automatically, deriving archive names from the URI basenames recorded here. index.yaml is left alone. The generate-index workflow regenerates it from plugins/*.yaml on merge. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ML5AmU7i7zuSALJitvS8f
ecv
marked this pull request as ready for review
September 9, 2026 21:12
scotwells
approved these changes
Sep 9, 2026
scotwells
left a comment
Contributor
There was a problem hiding this comment.
Let's add this to the datum cloud catalog as well.
2 tasks
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
The
searchplugin shipped for the first time in https://github.com/milo-os/search/releases/tag/v0.8.0, but the catalog had no entry for it, sodatumctl plugin install searchhad nothing to resolve.That release's
update-plugin-indexjob only bumps an entry that already exists, so it failed with none to edit (https://github.com/milo-os/search/actions/runs/34403498948).This bootstraps the entry by hand, already pointing at v0.8.0 with the six archives and checksums that release published, so nothing needs re-running. Later releases bump it automatically.
Note
The generated index is left alone, because a workflow rebuilds it from the plugin manifests on merge.
Test plan
datumctl plugin install searchinstalls v0.8.0 on Linux, macOS, and WindowsRelated to milo-os/search#110
🤖 Generated with Claude Code
https://claude.ai/code/session_011ML5AmU7i7zuSALJitvS8f