Skip to content

Comments

feat(find): add GitHub-backed agent discovery command#4

Merged
farnoodma merged 1 commit intomainfrom
codex/find
Feb 21, 2026
Merged

feat(find): add GitHub-backed agent discovery command#4
farnoodma merged 1 commit intomainfrom
codex/find

Conversation

@farnoodma
Copy link
Owner

Summary

  • add a new agentloom find <query> command that searches repositories via the GitHub API and returns installable canonical agent matches
  • validate candidate markdown files with existing canonical frontmatter parsing and include partial-scan diagnostics when repository/file checks fail
  • wire find into CLI routing, add dedicated help/copy text, and update README command docs
  • add a reusable skills/find-agents.md workflow doc and comprehensive unit tests for help, parsing, ranking, dedupe, install-source selection, and failure handling

Testing

  • pnpm check

Add a new GitHub-backed `agentloom find <query>` flow that discovers installable canonical agents from external repos and prints safe install commands.

- Wire `find` into CLI routing
- Add command/search implementation with installability validation and diagnostics
- Update help/docs and add a reusable `find-agents` skill
- Add focused unit tests for command behavior and search edge cases

Validation:
- pnpm check

Co-authored-by: Codex <noreply@openai.com>
@farnoodma farnoodma merged commit 9dc9f5c into main Feb 21, 2026
1 check passed
@farnoodma farnoodma deleted the codex/find branch February 21, 2026 06:50
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.

1 participant