feat(hive-forge): repo-search verb — keyword/topic search across forge repos

This commit is contained in:
atlas 2026-07-10 15:14:48 +02:00 committed by mara
commit 327a3bc3bc
3 changed files with 91 additions and 0 deletions

View file

@ -37,6 +37,7 @@ pub mod reopen;
pub mod repo_add_collaborator;
pub mod repo_create;
pub mod repo_labels;
pub mod repo_search;
pub mod subscription;
pub mod timeline;
pub mod tree_sha;