Skip to content

Add concept list command#10

Draft
schultzjack wants to merge 1 commit into
OpenConceptLab:mainfrom
schultzjack:feat/2456-concept-list
Draft

Add concept list command#10
schultzjack wants to merge 1 commit into
OpenConceptLab:mainfrom
schultzjack:feat/2456-concept-list

Conversation

@schultzjack

Copy link
Copy Markdown

Linked Issue

Closes OpenConceptLab/ocl_issues#2456

Summary

Adds ocl concept list as a discoverable browse command for concepts. It reuses the existing concept search path with no query, so options like --owner, --repo, --repo-type, pagination, filtering, and --verbose behave the same as ocl concept search.

Also updates the README and demo docs so the new command is visible in the command reference and agent-readiness examples.

Test Plan

  • .venv/bin/python -m pytest
  • .venv/bin/ruff check src/ocl_cli/commands/concept.py tests/test_concept_commands.py

Notes

I also ran .venv/bin/ruff check .; it currently reports existing lint findings in untouched files, mostly import ordering and unused imports. I kept this PR scoped to concept list rather than mixing in repository-wide lint cleanup.

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.

ocl-cli: Add concept list command as discoverable alias for concept search

2 participants