Conversation
- Add 'bob' to AgentType union in types.ts - Add IBM Bob agent configuration in agents.ts - Project path: .bob/skills/ - Global path: ~/.bob/skills/ - Detection path: ~/.bob - Update README.md with IBM Bob in supported agents table - Update package.json keywords with 'bob' Closes vercel-labs#334
|
Someone is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
- Add IBM Bob agent (global: ~/.bob/skills, project: .bob/skills) - Change Goose project_path from .goose/skills to .agents/skills to align with universal agent directory convention - Update supported target count from 43+ to 44+ across docs Refs: vercel-labs/skills#335, vercel-labs/skills#333
|
is there any documentation mentioning bob's support for agentskills? |
|
Thank @quuu, Bob documentation is not public yet but it follows Roo patterns closely: https://docs.roocode.com/features/skills |
|
@quuu Bob Skills docs are live, here! https://bob.ibm.com/docs/ide/features/skills Anything else I can help with to get this merged? Thank you! |
|
@quuu Bump; happy to help with anything as well. We'd like to use this tool at IBM (and it sounds like other segments of the company as well) but can't advocate for a tool that doesn't support (as light of a term as that is, given the simple addition here) Bob. Thanks! |
|
Thanks for the reminders! this will be out in skills@1.4.7! |
…gents Adds 'bob' as a new agent type with skillsDir '.bob/skills', matching the upstream PR vercel-labs#335 merge. Includes tests verifying that installing with the bob agent flag places skills in .bob/skills (symlink and copy modes) and that the canonical copy remains in .agents/skills. https://claude.ai/code/session_01SJrqN54Bss35VnCnkPFuMw
Adds support for IBM Bob.
Changes
bobtoAgentTypeunion insrc/types.tssrc/agents.ts.bob/skills/~/.bob/skills/~/.bobbobTesting
node src/cli.ts add vercel-labs/agent-skills --agent bob --skill web-design-guidelinesCloses #334