packages/agents/vu1nz exists and exports a vu1nz Actions Security Scanner agent, but the CLI adapter registry only lists claude, codex, and qwen under the agents category.
There is one extra wrinkle: the vu1nz package is named @sh1pt/agent-vu1nz, while the generic adapter registry resolves agent packages using the @profullstack/sh1pt-agent-* prefix. That means adding vu1nz to the registry also requires normalizing the package name to the monorepo convention.
Proposed fix:
- rename the package to
@profullstack/sh1pt-agent-vu1nz
- add
vu1nz to the agents.adapters registry list
- update the package test label to match the normalized package name
packages/agents/vu1nzexists and exports a vu1nz Actions Security Scanner agent, but the CLI adapter registry only listsclaude,codex, andqwenunder theagentscategory.There is one extra wrinkle: the vu1nz package is named
@sh1pt/agent-vu1nz, while the generic adapter registry resolves agent packages using the@profullstack/sh1pt-agent-*prefix. That means addingvu1nzto the registry also requires normalizing the package name to the monorepo convention.Proposed fix:
@profullstack/sh1pt-agent-vu1nzvu1nzto theagents.adaptersregistry list