feat(ihatepdf-cv): add ihatePDF CLI - #1785
Merged
Merged
Conversation
Contributor
Greptile SummaryThe PR adds a local-first PDF CLI and companion MCP server, including local inspection, conversion, cataloging, learning, and agent-oriented workflows.
Confidence Score: 5/5The PR appears safe to merge because both previously reported failures are resolved and no blocking related failure remains. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| library/productivity/ihatepdf-cv/internal/cli/local_ops.go | Implements local PDF and image operations; the extensionless-image panic reported previously is now guarded and covered by regression testing. |
| library/productivity/ihatepdf-cv/cmd/ihatepdf-cv-pp-mcp/main.go | Adds the MCP server entry point and now rejects non-loopback HTTP bind addresses before starting the unauthenticated transport. |
| library/productivity/ihatepdf-cv/internal/cli/root.go | Defines the CLI root, global options, and command registration for the new local-first PDF tool. |
| library/productivity/ihatepdf-cv/internal/store/pdf_catalog.go | Implements the local searchable PDF catalog used by indexing and search workflows. |
| library/productivity/ihatepdf-cv/internal/mcp/tools.go | Registers MCP tools backed by the CLI and platform integrations. |
| library/productivity/ihatepdf-cv/go.mod | Declares the Go module and dependencies for the new CLI and MCP binaries. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
U[User or agent] --> CLI[ihatepdf-cv CLI]
A[MCP client] --> MCP[MCP server]
MCP --> CLI
CLI --> PDF[Local PDF operations]
CLI --> DB[(Local SQLite catalog)]
CLI --> WEB[ihatepdf.cv website checks]
PDF --> OUT[Local files and structured output]
DB --> OUT
Reviews (3): Last reviewed commit: "chore(ihatepdf-cv): keep publication PR ..." | Re-trigger Greptile
Owner
|
Local inspect, fingerprint, privacy-scan, catalog, and search ran against fixtures. 106 passed on the publish live gate. Merging. |
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.
ihatepdf-cv
A local-first CLI for private PDF inspection, conversion, cataloging, and agent workflows. The source website is a browser-only React/Vite application with no document-processing HTTP API, so this CLI does not fabricate remote document commands.
API: ihatepdf-cv | Category: productivity | Press version: 4.31.1
Spec: https://www.ihatepdf.cv
Publication Path
New print
CLI Shape