Document Version: 1.0.0
Date Created: 2025-11-10T04:58:10Z
Author: Documentation Team
Status: Complete
Retention: Permanent Reference
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
| ```json | |
| { | |
| "providers": { | |
| "openai": { | |
| "upstream_provider": "openai", | |
| "models": { | |
| "gpt-5": { | |
| "model_id": "gpt-5", | |
| "aliases": [ | |
| "openai:gpt-5", |
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
| { | |
| "schemaVersion": "0.1.0", | |
| "name": "Universal Smart Clipper", | |
| "behavior": "create", | |
| "noteNameFormat": "{{title|safe_name}}", | |
| "path": "Clippings/Smart", | |
| "context": "{{selectorHtml:article,main,[role=main],.post,.entry-content,.article-content,#content,.content|remove_html:(\"img,aside,script,style,nav,header,footer,form,button,svg,iframe,noscript,advertisement,.ad,.ads,.sidebar,.comments,.related\")|markdown|replace:\"/```[\\\\s\\\\S]*?```/g\":\"\"|replace:\"/\\n{3,}/g\":\"\\n\\n\"|slice:0,15000|trim}}", | |
| "noteContentFormat": "# {{title}}\n\n> [!info]- Page Metadata\n> - **Source:** {{url}}\n> - **Author:** {{author}}\n> - **Published:** {{published|date:\"YYYY-MM-DD\"}}\n> - **Clipped:** {{date|date:\"YYYY-MM-DD HH:mm\"}}\n> - **Word Count:** {{words}}\n\n---\n\n## Executive Summary\n\n{{\"Based solely on the provided context, write a comprehensive executive summary in 2-3 paragraphs (150-250 words total). Cover the main thesis, key arguments, and conclu |
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
| { | |
| "schemaVersion": "0.1.0", | |
| "name": "Ultimate Hybrid Clipper v2", | |
| "behavior": "create", | |
| "noteContentFormat": "text", | |
| "context": "{{selectorHtml:article,main,.post-content,.entry-content,#content,.content|strip_tags:script,style,nav,footer,aside,header,.sidebar,.comments,.advertisement|strip_attr:class,id,style,data-*}}", | |
| "properties": [ | |
| { | |
| "name": "url", | |
| "value": "{{url}}" |
Date: 2026-03-03
Reviewer: Claude Opus 4.6
Scope: PRs #44 (scrcpy), #45 (u2), #46 (DroidCast), #47 (DroidCast) on branches pr-44-scrcpy, pr-45-u2, pr-46-droidcast2, pr-47-droidcast
Verdict: All four PRs are non-functional and would fail at runtime. None can be merged as-is.