Skip to content

feat(agent-help): self-describing usage command for coding agents#138

Open
steve-calvert-glean wants to merge 1 commit into
sc/platform-08-agenthelp-pkgfrom
sc/platform-09-agent-help-cmd
Open

feat(agent-help): self-describing usage command for coding agents#138
steve-calvert-glean wants to merge 1 commit into
sc/platform-08-agenthelp-pkgfrom
sc/platform-09-agent-help-cmd

Conversation

@steve-calvert-glean

Copy link
Copy Markdown
Collaborator

glean agent-help [command...] [--json] emits usage generated from the installed binary (inspired by Entire's agent-help): environment context (version, server, auth state, API mode) plus a when-to-use command map, or full per-command detail. Works unauthenticated. glean schema becomes a hidden alias.

A bidirectional drift test now forces every visible command to have a registry entry and every entry to name a live command. It immediately caught a real bug: the registry (and the skills generated from it) documented a 'glean version' command that does not exist — removed here.

Part 8/9.

🤖 Generated with Claude Code

glean agent-help [command...] [--json] emits usage generated from the
installed binary (Entire-style): environment context (version, server,
auth state, API mode) plus a when-to-use command map, or full per-command
detail. Works unauthenticated. glean schema becomes a hidden alias.

A bidirectional drift test now forces every visible command to have a
registry entry and every entry to name a live command — it immediately
caught and removed a stale 'version' entry documenting a command that
does not exist.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant