feat(phase-2): agent surfaces — portable SKILL.md + MCP server#11
Merged
Conversation
Specs that govern the portable SKILL.md (Claude Code + OpenClaw + hermes-agent) and the @sonpiaz/watch-cli-mcp stdio server. Both documents are the contract Phase 2 implementation works against — no authoring of the SKILL.md or server code yet. Locked package decision for the MCP server: standalone npm package (option a). Error-code mapping from CLI exit codes to MCP error codes documented, including the partial-success rule that keeps exit 4 as MCP success at the protocol layer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- SKILL.md at repo root with frontmatter valid in Claude Code, OpenClaw, and hermes-agent - skills/watch-cli/SKILL.md is now a symlink to the canonical root SKILL.md - mcp-server/ package exposes a watch tool over MCP stdio (npm package @sonpiaz/watch-cli-mcp) - install.sh gains --with-skill and --with-mcp flags - README updated to document the new install flags Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Implements Phase 2 of the defend-the-niche plan. Sub-spec docs landed in the preceding commit; this commit ships the implementations.
Locked pitch (grep-confirmation):
Items shipped
Reach
This PR makes watch-cli pickupable by:
Punted
Test plan
Reviewer checklist