mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
Six docs-derived blockers fixed in one pass; punch-list plan filed under context-v/plans/ for traceability. manifest.json - description rewritten: action-verb start (was "A plugin for Obsidian…", which the docs call out as an anti-pattern), all four providers named (Perplexity, Anthropic Claude, Perplexica, LM Studio), 144 chars, ends with period. - fundingUrl removed — was pointed at the company website, not a donation service. Docs: "If you don't accept donations, remove fundingUrl from your manifest." main.ts - Three command IDs un-prefixed: 'perplexed-debug-commands' → 'debug-commands', 'perplexed-reset-prompts' → 'reset-prompts', 'perplexed-reinitialize-services' → 'reinitialize-services'. Obsidian auto-prefixes commands with the plugin id, so the doubled form would have registered as 'perplexed.perplexed-…'. - Deleted the top-level <h2>Perplexed Plugin Settings</h2> from the settings tab. Docs: "Avoid adding a top-level heading in the settings tab, such as 'General', 'Settings', or the name of your plugin." README.md - Placeholder URLs replaced with the real lossless-group/perplexed-plugin repo (clone command, Issues link x2, Discussions link). - Stale "Version: 0.0.0.1" footer line deleted (manifest is the source of truth). - New "## Network use and accounts" section: per-provider table with endpoint, account requirement, and API-key requirement, plus an explicit no-telemetry / no-self-update statement. Required by Developer Policies (network-use disclosure + paid-account disclosure). Key Features bullet updated to mention Claude. context-v/plans/2026-05-02_Submission-Blockers-Punch-List.md - New plan documenting the audit findings: six blockers fixed here, four will-be-flagged items (7-10: settings <h3>/<h4> → setHeading, sentence case, console.log hygiene, vault.adapter.write in logger.ts) deferred to a separate pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 2026-05-02_Submission-Blockers-Punch-List.md | ||
| 20206-05-02_Assuring-Obsidian-Community-Plugin-Requirements.md | ||