Skip to content

feat: Add the search plugin to the catalog at v0.8.0 - #9

Merged
ecv merged 1 commit into
mainfrom
bootstrap/search-plugin-manifest
Sep 9, 2026
Merged

feat: Add the search plugin to the catalog at v0.8.0#9
ecv merged 1 commit into
mainfrom
bootstrap/search-plugin-manifest

Conversation

@ecv

@ecv ecv commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Summary

The search plugin 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, so datumctl plugin install search had nothing to resolve.

That release's update-plugin-index job 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

  • Catalog validation resolves all six advertised downloads and matches every checksum
  • datumctl plugin install search installs v0.8.0 on Linux, macOS, and Windows

Related to milo-os/search#110

🤖 Generated with Claude Code

https://claude.ai/code/session_011ML5AmU7i7zuSALJitvS8f

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
ecv marked this pull request as ready for review September 9, 2026 21:12
@ecv
ecv requested review from kevwilliams and scotwells September 9, 2026 21:12

@scotwells scotwells left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add this to the datum cloud catalog as well.

@ecv
ecv merged commit 7800e39 into main Sep 9, 2026
1 check passed
@ecv
ecv deleted the bootstrap/search-plugin-manifest branch September 9, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants