docs: rewrite ocp-admin deploy & use instructions - #150
Conversation
Rewrite the deploy_and_use.md document with validated, step-by-step installation instructions tested against Lola 0.7.0. - List all 6 Lola-supported AI CLIs instead of assuming Claude Code - Fix lola command: marketplace → market - Fix Lola repo link: LobsterTrap/lola - Add OS-specific setup sections (Linux/Fedora and macOS) - Install CLI tools (regctl, cosign, syft) to ~/.local/bin - Remove regctl registry login from install steps (handled by skills) - Remove skills table, redirect to pack README - Add uninstall instructions - Add Developer Preview notice Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dmartinol
left a comment
There was a problem hiding this comment.
Thanks for your contribution! I have some doubts about these changes, as they affect a single pack, change the page layout in the catalog and create duplications (see the installation instructions).
Before merging pls consider the next comments, generate the catalog pages and review the generated sections.
| Golden sources: skills/*/SKILL.md, README.md, AGENTS.md, mcps.json | ||
| --> | ||
|
|
||
| ## Deploy and use |
There was a problem hiding this comment.
I'm concerned that it will change the layout of this pack but not other packs (these files are used to build the catalog as in https://rhecosystemappeng.github.io/agentic-catalog/)
There was a problem hiding this comment.
We could update them again, but the docs update is becoming urgent
There was a problem hiding this comment.
We could update them again, but the docs update is becoming urgent
From the agentic-catalog perspective, everything is fine: the installation steps are correctly reported and the RH catalog has its own settings. I don't see the urgency, unless we want to automate the deployment of these catalog items to production environment.
There was a problem hiding this comment.
I meant urgent because there's people trying to start using the agentic-packs but the installation docs are wrong
- Remove OS-specific setup section entirely - Move security skill dependencies to prerequisites as links - Keep install/uninstall and dev-preview banner
|
@dmartinol I updated the doc following your feedback. Please take a look |
- Restore original catalog fragment HTML comment - Remove OpenClaw from supported AI CLIs (not a coding assistant)
If you want this to be merged, pls confirm it's not affecting the generation of agentic-catalog pages. |
Summary
ocp-admin/.catalog/deploy_and_use.mdwith validated, step-by-step installation instructions tested against Lola 0.7.0lola marketplace→lola marketcommand and corrects Lola repo link toLobsterTrap/lola~/.local/bin— no sudo requiredregctl registry loginfrom install steps (handled by skills at runtime)lola uninstall+lola market rm)Test plan
lola market addcommand against Lola 0.7.0lola install ocp-admin -a claude-code— installs 7 skills, 3 MCPslola listshows installed modulelola uninstall ocp-adminremoves skills and MCP configocp-admin/skills/*/on disk🤖 Generated with Claude Code