mirror of
https://github.com/openclaw/lobster.git
synced 2026-07-21 03:45:24 -04:00
[PR #3] [MERGED] feat: add commands.list for pipeline discovery #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/lobster/pull/3
Author: @vignesh07
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/22/2026
Merged by: @vignesh07
Base:
main← Head:feat/commands-list📝 Commits (2)
a4e80bbfeat: add commands.list for pipeline discovery4c8eca0test: cover commands.list📊 Changes
4 files changed (+88 additions, -1 deletions)
View changed files
📝
src/cli.ts(+1 -1)➕
src/commands/commands_list.ts(+40 -0)📝
src/commands/registry.ts(+2 -0)➕
test/commands_list.test.ts(+45 -0)📄 Description
Adds
commands.listso agents (e.g. Clawdbot) can discover the available Lobster pipeline stages dynamically.commands.list{ name, description }for each registered command (description derived from the first non-empty line ofhelp())Testing:
pnpm test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.