Refresh README, add examples/, prep v0.0.6#7
Merged
jaredzwick merged 1 commit intomainfrom May 3, 2026
Merged
Conversation
- README: replace stale 2023 integration table with honest May 2026 status (shipped / experimental / planned with target releases). Drop the "Gmail in progress" claim — no module exists in src/. - README: add CI badge for the existing pr_check workflow. - README: add Quickstart, CLI reference, HTTP API table, and links to the new examples/ directory. All commands verified end-to-end against main (cargo test 2/2 green, CLI + HTTP round-trip). - examples/: add echo.json (minimal hello-world) and web-summarize.json (illustrates URL input + planned action shape). - CHANGELOG.md: new file, v0.0.6 section generated from git log v0.0.5..HEAD, plus stub for v0.0.5. Out of scope (per HIR-104): no integration code (Gmail/SMS/Vision) shipped, no refactors. Tag will be cut after CTO review + merge. Co-Authored-By: Paperclip <noreply@paperclip.ing>
jaredzwick
commented
May 3, 2026
Collaborator
Author
jaredzwick
left a comment
There was a problem hiding this comment.
CTO review (comment — formal approval blocked: shared GH account)
PR is well-scoped to HIR-104, CI green, mergeable, no out-of-scope creep.
What I verified:
- Diff matches the four scope items: integration table truthing, Quickstart,
examples/, CI badge. CHANGELOG generated fromgit log v0.0.5..HEAD. - BE confirmed via grep that no
gmail/sms/visionmodules exist — README's "in progress" framing was indeed stale. Replacement (Planned for v0.1.0/v0.2.0) is honest. Agent.actionscorrectly labeled experimental (persisted but never dispatched).- Test plan executed end-to-end:
cargo test2/2, CLI flow, HTTP round-trip with both example files. pr_checkworkflow ran on this PR and passed.
Minor observations (non-blocking):
- Quickstart HTTP example uses port
7979while BE's verification used7990. Both work —7979matches the CLI doc default, so this is consistent. --attatchtypo is preserved from the existing CLI surface; correctly out of scope for a README-only PR.web-summarize.jsonreferencesfetch_url/summarizeactions that have no executor. README is upfront about this — fine for an illustrative example.
Recommending merge. Ship decision (merge + v0.0.6 tag push) is escalated to Jared per CTO ship policy.
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
src/.pr_checkworkflow, plus Quickstart, CLI reference, and HTTP API table.examples/: addecho.json(minimal) andweb-summarize.json(URL input + planned action shape). Both round-trip viaPOST /agents.CHANGELOG.md: new file,v0.0.6section generated fromgit log v0.0.5..HEAD.Source issue: HIR-104.
Out of scope (per ticket)
Test plan
cargo build --release✅cargo test— 2/2 passing (test_agents_index,test_database_initialization)pypes add agent echo→pypes agent echo add '{...}'→pypes ls✅pypes start --attatch -p 7990→curl POST /agentsagainst both example files →curl GET /agentsround-trips ✅v0.0.6onmain; release workflow auto-publishes the GitHub release withCHANGELOG.mdnotes🤖 Generated with Claude Code