{
  "slug": "prose-lint",
  "title": "Prose Lint",
  "type": "app",
  "version": "0.1.3",
  "description": "Deterministic house-style linter for Adom copy. Flags em-dashes and the tics that make AI-written text read as AI-written (tell-words, boilerplate cadence, filler), with line:col, plain-language suggestions, --fix for safe swaps, and a --json envelope. Markdown/code-aware: never flags a --flag in a code span, a number range, or a URL.",
  "tags": [
    "cli",
    "lint",
    "writing",
    "house-style"
  ],
  "dependencies": {},
  "discovery_triggers": [
    "lint this copy",
    "remove em-dashes",
    "does this sound AI-written",
    "check my prose",
    "make this read less AI",
    "prose lint"
  ],
  "discovery_pitch": "Reach for prose-lint before shipping any user-facing copy — READMEs, wiki pages, release notes, UI strings — to catch em-dashes and AI-tells deterministically.",
  "sample_prompts": [
    {
      "label": "Lint a wiki page",
      "prompt": "run prose-lint on readme.md before I publish it"
    },
    {
      "label": "De-AI some copy",
      "prompt": "this paragraph sounds AI-written, check it with prose-lint"
    }
  ],
  "metadata": {
    "activate": {
      "kind": "bridge",
      "skill": "prose-lint",
      "requires": [
        "node"
      ],
      "verbPrefixes": [
        "prose-lint"
      ]
    }
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "headline": "Prose Lint",
    "subhead": "No em-dashes. No AI slop. Deterministic.",
    "screenshot": "docs/hero.png"
  },
  "changelog": "0.1.3: restore clean README (0.1.2 was a publish-advisory test)."
}