16 Commits
Author SHA1 Message Date
Lum1104 7f5a717694 docs: note local-model option and token-usage expectations in install steps 2026-06-19 11:37:46 +08:00
Lum1104 bfb51a5ee0 docs(readme): add Kiro platform support to translated READMEs
Mirror the English README's Kiro additions across all 7 translations
(es-ES, ja-JP, ko-KR, ru-RU, tr-TR, zh-CN, zh-TW): the one-line install
heading, supported <platform> values, a dedicated Kiro CLI / IDE
section, and the Platform Compatibility table row.
2026-06-16 15:50:37 +08:00
Yuxiang LinandGitHub 09ede1917f Merge pull request #419 from chengyongru/feat/nanobot-support
feat(install): add Nanobot platform support
2026-06-11 16:28:17 +08:00
chienvon 7254852f4a sync egonex organization metadata 2026-06-09 14:26:48 -07:00
chengyongru 8de0b3b11d feat(install): add Nanobot platform support 2026-06-09 16:52:35 +08:00
Evan Alferez 47e9001634 docs(readme): add Cursor manual install fallback to 7 translated READMEs (#172)
PR #199 documented the community-reported Cursor Settings → Plugins
workaround in README.md only; the seven READMEs/* locale files still
said auto-discovery always works. Mirror that fallback here so non-English
readers hit the same fix without hunting issue #172.
2026-05-25 09:20:33 +09:00
Lum1104 dbba0703a9 docs(readme): document incremental updates, subdir scoping, and tree-sitter+LLM split
Add to all 8 READMEs (English + 7 translations):
- "Keep learning" section gets inline commands for incremental re-runs, the --auto-update post-commit hook, and scoping /understand to a subdirectory for huge monorepos
- "Under the Hood" gets a new "Tree-sitter + LLM hybrid" subsection explaining the deterministic-vs-semantic split that powers the pipeline
2026-05-24 09:34:54 +08:00
Lum1104 33728f04a6 feat(readme,homepage): add Trendshift badge
Adds the Trendshift trending-repository badge just below the tagline on the
English README and all 7 localized variants, and to the homepage hero between
the action row and the Enterprise pill.
2026-05-22 08:27:43 +08:00
Lum1104 db94d066a8 feat(readme,homepage): add Community section featuring Better Stack walkthrough video
Adds a Community section near the end of README (English + 7 localized
variants) and a CommunityVideo component on the homepage embedding the
YouTube walkthrough by Better Stack. Section invites future video / blog /
tutorial contributions to be featured here.
2026-05-21 19:57:09 +08:00
Lum1104 9d1318a0e7 feat(i18n): add Russian language support 2026-05-19 15:01:43 +08:00
zhushen 208921be3b docs: Add --language parameter documentation to all READMEs 2026-05-12 11:30:02 +08:00
Lum1104andClaude Opus 4.7 31a775d65f 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>
2026-05-11 22:11:48 +08:00
Lum1104andClaude Opus 4.7 b2fed42eac 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>
2026-05-11 22:10:37 +08:00
Lum1104andClaude Opus 4.7 788aa90802 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>
2026-05-11 10:33:36 +08:00
Lum1104andClaude Opus 4.7 8956696228 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>
2026-05-06 22:53:23 +08:00
Lum1104andClaude Opus 4.7 b9ca060613 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>
2026-05-05 18:43:18 +08:00