Replace POSIX standard mention with LLM-friendly features#58
Merged
turlockmike merged 1 commit intomasterfrom Feb 21, 2026
Merged
Replace POSIX standard mention with LLM-friendly features#58turlockmike merged 1 commit intomasterfrom
turlockmike merged 1 commit intomasterfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the README’s positioning to describe concrete agent/LLM-friendly CLI behaviors instead of referencing the POSIX Agent Standard compliance badge.
Changes:
- Replace the POSIX Agent Standard “Level 2 compliant” badge line with a plain-language description of agent-friendly output/error/exit-code behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| A curl-like CLI for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. Query tools, resources, and prompts using simple REST-like URLs. | ||
|
|
||
| **[POSIX Agent Standard](https://github.com/turlockmike/posix-agent-standard) Level 2 compliant** — works natively with AI agents. | ||
| **LLM-friendly:** compact JSON output, NDJSON streaming, structured errors to stderr, semantic exit codes. Built for agents to call from shell. |
There was a problem hiding this comment.
The README now says "NDJSON streaming", but the CLI output path emits one JSON object per line only after the full result list is available (it iterates an in-memory list and prints each item). Consider rephrasing to avoid implying true streaming (e.g., "NDJSON (JSON Lines) for list output").
Suggested change
| **LLM-friendly:** compact JSON output, NDJSON streaming, structured errors to stderr, semantic exit codes. Built for agents to call from shell. | |
| **LLM-friendly:** compact JSON output, NDJSON (JSON Lines) list output, structured errors to stderr, semantic exit codes. Built for agents to call from shell. |
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.
Swap the POSIX Agent Standard badge for a plain description of what makes murl LLM-friendly: compact JSON, NDJSON streaming, structured stderr errors, semantic exit codes.
Generated with Claude Code