feat(devonthink): add devonthink#1407
Conversation
|
@greptileai review Auto-nudge from |
Greptile SummaryThis PR publishes the new
Confidence Score: 5/5Safe to merge; the prior-review fixes are well-captured and the remaining empty stubs are no-ops with no runtime impact. All four issues flagged in the previous review round have been addressed and recorded in The 10 mutation command files with leftover empty stubs ( Important Files Changed
|
|
@greptileai review Auto-nudge from |
|
@greptileai review Auto-nudge from |
devonthink
Local-first DEVONthink automation with safer shell workflows than raw AppleScript or MCP alone.
API: devonthink | Category: productivity | Press version: 4.27.0
Spec: https://www.devontechnologies.com/blog/20260526-devonthink-mcp-server
Publication Path
New print
CLI Shape
Novel Commands
records searchcontext packprivacy auditbatch planinventory exportgraph auditmcp callWhat This CLI Does
This CLI treats DEVONthink as a local knowledge database, not a cloud API. It wraps core record/search operations, adds a SQLite mirror for repeatable analysis, and provides stable inventory, graph, batch, and ledger contracts for higher-level maintenance plugins.
Default operation uses local macOS automation and requires no API key. Optional official MCP passthrough uses DEVONthink's local MCP server when enabled; keep it bound to localhost or the user's own LAN.
Manuscripts
Validation Results
Publish Live Gate
Skipped with explicit reason:
lan-unreachable-from-generation-host. DEVONthink is a local macOS app; live calls require the user's local DEVONthink app and local MCP server, not a public internet API.Gaps
No public cloud API is available for CI-grade live testing. Runtime validation remains local-first through
devonthink-pp-cli runtime doctorand the optional official DEVONthink MCP server.