7 Commits

  • feat(install): add KIMI CLI platform support (#134)
    KIMI CLI scans ~/.kimi/skills/ (its brand path) for SKILL.md per the
    official skill discovery spec, so distribution follows the same
    folder-symlink pattern as Hermes / Cline / OpenClaw. install.sh and
    install.ps1 register the `kimi` platform; README × 7 updated for the
    one-line install title, <platform> values, and compatibility table.
    
    Closes #134
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • feat(install): add Cline platform support (#116)
    Cline natively scans ~/.cline/skills/ for SKILL.md, so distribution
    follows the same folder-symlink pattern as Hermes / OpenClaw /
    Antigravity. install.sh and install.ps1 register the `cline` platform;
    README × 7 (English + 6 locales) updated for the one-line install
    title, <platform> values, and the compatibility table.
    
    Closes #116
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • feat(install): add Hermes platform; refresh README (#91)
    - install.sh / install.ps1: register `hermes` platform (folder-style
      symlink to ~/.hermes/skills/understand-anything/). No new directories
      or plugin manifests needed — Hermes scans skills via os.walk(...,
      followlinks=True) and reads SKILL.md frontmatter directly.
    - README × 7 (English + 6 locales): one-line install title, `<platform>`
      values, and compatibility table updated for both Hermes and Vibe CLI
      (locale READMEs were missing Vibe).
    - README × 7: drop top-of-page Star History Rank badge and the TIP-style
      thanks blockquote; rewrite the slogan into a longer line about quietly
      teaching how the pieces fit; move a single italic thanks line between
      Star History and the MIT footer.
    - README × 7: remove the two outdated overview-*.gif blocks. The
      Features section already opens with a NOTE callout linking to the live
      demo, which serves as the visual entry instead.
    - Delete assets/overview-{structural,domain}.gif (8.1 MB of orphaned
      binaries) from the working tree.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • feat(install): unify per-platform installers into install.sh / install.ps1
    Replace 7 nearly-identical .<platform>/INSTALL.md files with one
    install.sh + install.ps1 that enumerate skills dynamically from
    understand-anything-plugin/skills/ — the previous hardcoded list of 6
    was already stale, missing understand-domain and understand-knowledge.
    
    Supported usage:
      install.sh <platform>            # gemini/codex/opencode/pi/openclaw/antigravity/vscode
      install.sh                       # interactive prompt; reads /dev/tty so curl|sh works
      install.sh --update              # git pull on the shared checkout
      install.sh --uninstall <plat>    # removes skill links for that platform
    
    Single shared checkout at ~/.understand-anything/repo (override via
    UA_DIR). Antigravity keeps its existing ~/.gemini/antigravity/skills
    path for backward compatibility; OpenClaw keeps its folder-symlink
    style. Universal ~/.understand-anything-plugin link unchanged.
    
    README.md and the 6 translated READMEs replace the old per-platform
    "Fetch and follow instructions from .../<plat>/INSTALL.md" blocks with
    a single curl|sh / iwr|iex one-liner. Compatibility tables updated.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • docs: collect translated READMEs into READMEs/ folder
    - Move 6 non-English READMEs (zh-CN, zh-TW, ja-JP, ko-KR, es-ES, tr-TR)
      into a new READMEs/ folder; the English README stays at the repo root
    - Rewrite asset paths in the moved files: assets/* -> ../assets/*
    - Rewrite the English link in each translated language switcher to
      ../README.md; sibling links stay the same name (now both in READMEs/)
    - Update the English README's language switcher to point to
      READMEs/README.xx.md for each translation
    
    No version bump — file reorganization only.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>