Add agent-prompt command and restructure documentation#24
Merged
CodesMcCabe merged 5 commits intomainfrom Mar 13, 2026
Merged
Conversation
Refocus README on end-user onboarding and command usage while moving maintainer-focused development and release operations into MAINTAINERS.md. Made-with: Cursor
Align AGENTS.md with current shared formatting modules by including src/lib/error-format.ts in the preferred helper paths. Made-with: Cursor
Adds `alchemy agent-prompt` which emits a complete, machine-readable contract (JSON or plain-text) containing execution policy, preflight, auth matrix, full command tree, error codes with recovery actions, examples, and docs URL -- so agents can learn how to use the CLI entirely from the CLI itself. Made-with: Cursor
Made-with: Cursor
Show agents how to run `alchemy --json agent-prompt` as their first step to get the full CLI contract without external docs. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-promptcommand that emits complete automation/agent usage instructions in both JSON and human-readable formatsChanges
New command:
alchemy agent-prompt- Outputs execution policy, auth methods, error codes with recovery guidance, command schema, and usage examples for agents/automation toolsDocumentation improvements:
Test plan
Made with Cursor