mirror of
https://github.com/blamouche/obsidian-any-ai-code.git
synced 2026-07-22 06:53:38 +00:00
The community bot still flagged two sentence-case violations after 0.1.38. Both sit in the manifest.json description: the plural acronym "CLIs" and the multi-word product name "Claude Code" — neither is in the linter's known-acronym / proper-noun lists, so they get flagged mid-sentence. Reworded the description to "Run AI coding tools like Claude or Codex from a right sidebar terminal panel." in both manifest.json (the field the bot actually scans) and package.json (kept in sync for npm metadata). Also switched the local ESLint config from `recommended` to `recommendedWithLocalesEn` so future runs match the bot's severity, and added explicit ignores for non-source JSON / lockfiles. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
292 B
JSON
10 lines
292 B
JSON
{
|
|
"id": "any-ai-cli",
|
|
"name": "Any AI CLI",
|
|
"version": "0.1.39",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "Run AI coding tools like Claude or Codex from a right sidebar terminal panel.",
|
|
"author": "Benoit Lamouche",
|
|
"authorUrl": "https://lamouche.fr",
|
|
"isDesktopOnly": true
|
|
}
|