Commit Graph

  • d0f77aa736 fix: change file permissions for extract-domain-context.py OpenClaw Ad Radar 2026-05-01 12:24:43 +02:00
  • 32875a486e Merge pull request #108 from arkaigrowth/codex/code-viewer-sidepane Yuxiang Lin 2026-05-01 18:01:29 +08:00
  • 87e3150c4b chore: bump version to 2.4.0 Lum1104 2026-05-01 17:57:43 +08:00
  • 7e58e97b5a feat(dashboard): file double-click also navigates the graph Lum1104 2026-05-01 17:55:56 +08:00
  • c6f5409111 fix(dashboard): preserve sidebar composition + restore slide-up code viewer Lum1104 2026-05-01 17:28:08 +08:00
  • 13327b7945 feat(dashboard): add source code viewer arkaigrowth 2026-04-27 17:02:34 -05:00
  • d3c2c65b86 docs: add Discord join badge to all README locales Lum1104 2026-04-26 16:58:14 +08:00
  • 1e07cbac94 fix(hooks): use \${CLAUDE_PLUGIN_ROOT} so plugin path expands at runtime Lum1104 2026-04-25 21:00:55 +08:00
  • 6afa1bdfc5 Merge pull request #97 from xiaolai/fix/nlpm-echo-tool-input-printf Yuxiang Lin 2026-04-25 20:58:20 +08:00
  • 1f61d9d03b Merge pull request #98 from xiaolai/fix/nlpm-gitignore-stderr-warnings Yuxiang Lin 2026-04-25 20:55:47 +08:00
  • ed584b1de2 compress hero image Lum1104 2026-04-25 20:49:48 +08:00
  • f6dbaabbd2 Merge pull request #105 from gustn99/docs/update-claude-code-link Yuxiang Lin 2026-04-25 11:49:42 +08:00
  • e68f651fb0 docs: update claude code link to claude code plugin in README gustn99 2026-04-25 12:15:56 +09:00
  • 2eb109d0f3 Merge pull request #103 from ZebangCheng/fix/image-404-paths Yuxiang Lin 2026-04-24 19:29:29 +08:00
  • 5649d5a515 fix: correct hero image extension from .png to .jpg in Hero.astro ZebangCheng 2026-04-24 11:03:45 +00:00
  • de626527e4 update hero image Lum1104 2026-04-24 15:52:03 +08:00
  • bdba4795e2 chore: bump to 2.3.2 and sync version manifest list Lum1104 2026-04-24 12:13:58 +08:00
  • 51b5fc53f4 chore: ignore .private/ directory Lum1104 2026-04-24 12:10:38 +08:00
  • 81238fbc17 Merge pull request #95 from 0xnayuta/fix/pi-plugin-root-resolution Yuxiang Lin 2026-04-24 11:29:34 +08:00
  • 7fb368579e feat(homepage): add Substack release-updates subscribe to Hero Lum1104 2026-04-23 12:22:25 +08:00
  • d9250d76a9 fix(skills): harden plugin root resolution across install modes 0xnayuta 2026-04-22 11:19:07 +08:00
  • d919a0cf00 fix: log skipped invalid gitignore patterns to stderr claude[bot] 2026-04-21 12:28:26 +00:00
  • a2a0a0c171 fix: use printf instead of echo to pipe TOOL_INPUT into grep claude[bot] 2026-04-21 12:27:54 +00:00
  • 6a071b5abd chore(pi): improve plugin root error message 0xnayuta 2026-04-20 20:20:54 +08:00
  • a2071fbf3c fix(pi): resolve understand plugin root via symlink-safe logic 0xnayuta 2026-04-20 20:08:20 +08:00
  • 822b20d9bf Merge pull request #93 from Lum1104/fix/dashboard-code-splitting Yuxiang Lin 2026-04-20 16:49:03 +08:00
  • 4233e8668d perf(dashboard): code-split bundle to drop initial chunk under warning threshold Lum1104 2026-04-19 23:40:15 +08:00
  • 92ee9e3dbb docs: point homepage links at understand-anything.com Lum1104 2026-04-19 12:33:42 +08:00
  • dbb4e94808 chore: migrate homepage and demo to understand-anything.com Lum1104 2026-04-19 12:23:32 +08:00
  • 716c3d6088 Merge pull request #92 from 0xnayuta/fix/quote-understand-argument-hint-yaml Yuxiang Lin 2026-04-18 22:22:39 +08:00
  • aef6f88e90 fix(skill): quote understand argument-hint yaml 0xnayuta 2026-04-18 22:07:23 +08:00
  • aebd6dcb3c fix(understand): preflight build of core package on first run Lum1104 2026-04-17 14:33:23 +08:00
  • 38a0e3e2e1 docs: add "Share the Graph with Your Team" section to READMEs (#79) Lum1104 2026-04-17 11:05:06 +08:00
  • f9b027245e chore: sync pnpm-lock.yaml with package.json Lum1104 2026-04-17 10:38:26 +08:00
  • 45e56a4624 fix: allow /understand to target an arbitrary directory path Lum1104 2026-04-16 18:56:53 +08:00
  • 5fa01446fc chore: remove unused demo video env vars from homepage workflow Lum1104 2026-04-16 17:07:37 +08:00
  • a2907ec76f fix: PHP namespace block extraction, C/C++ language split, and Lua config Lum1104 2026-04-16 14:40:24 +08:00
  • 3f07df056f Merge pull request #89 from Lum1104/fix/graph-builder-use-language-registry Yuxiang Lin 2026-04-15 22:34:33 +08:00
  • 11d2e95720 feat: export LanguageExtractor type and builtinExtractors from core package Lum1104 2026-04-15 19:27:33 +08:00
  • 20c1567143 feat: file-analyzer uses bundled tree-sitter script instead of LLM-generated regex Lum1104 2026-04-15 19:26:39 +08:00
  • f4b79e1d92 feat: add bundled tree-sitter extraction script for file-analyzer agent Lum1104 2026-04-15 19:23:49 +08:00
  • 4ff04b251e feat: create extractor index with builtinExtractors, wire all 9 extractors into TreeSitterPlugin Lum1104 2026-04-15 19:20:42 +08:00
  • 3e4f7b6c02 feat: add CSharpExtractor for tree-sitter C# structural analysis Lum1104 2026-04-15 19:19:24 +08:00
  • 48e1daa838 feat: add CppExtractor for tree-sitter C/C++ structural analysis Lum1104 2026-04-15 19:13:59 +08:00
  • 4eb35b0437 feat: add PhpExtractor for tree-sitter PHP structural analysis Lum1104 2026-04-15 19:08:51 +08:00
  • dc8dd7dd77 feat: add RubyExtractor for tree-sitter Ruby structural analysis Lum1104 2026-04-15 19:02:52 +08:00
  • 6e500cbfdf feat: add JavaExtractor for tree-sitter Java structural analysis Lum1104 2026-04-15 18:42:55 +08:00
  • a1fb9585d3 feat: add RustExtractor for tree-sitter Rust structural analysis Lum1104 2026-04-15 18:38:26 +08:00
  • f18cad61d5 feat: add GoExtractor for tree-sitter Go structural analysis Lum1104 2026-04-15 18:33:18 +08:00
  • 398f5b15b0 feat: add PythonExtractor for tree-sitter Python structural analysis Lum1104 2026-04-15 18:28:38 +08:00
  • 2ad0563878 feat: add tree-sitter grammar deps and treeSitter configs for 10 languages Lum1104 2026-04-15 18:22:51 +08:00
  • 9376375c8c feat: add extractCallGraph to PluginRegistry, derive DEFAULT_PLUGIN_CONFIG from configs Lum1104 2026-04-15 18:20:31 +08:00
  • ab011ff856 refactor: move TS/JS extraction logic to TypeScriptExtractor, dispatch via LanguageExtractor interface Lum1104 2026-04-15 18:17:09 +08:00
  • 4f954907ec feat: add LanguageExtractor interface and shared base utilities Lum1104 2026-04-15 18:12:07 +08:00
  • b2fb97b884 docs: add implementation plan for multi-language tree-sitter extractor architecture Lum1104 2026-04-15 18:01:57 +08:00
  • 6cba6de658 refactor: replace hardcoded EXTENSION_LANGUAGE map in GraphBuilder with LanguageRegistry Lum1104 2026-04-15 17:30:38 +08:00
  • a42ba9119a fix: correct live demo URLs in all READMEs to point to /demo/ Lum1104 2026-04-14 12:22:45 +08:00
  • 90dc2d453e fix: add trailing slash to BASE_URL for demo iframe path Lum1104 2026-04-14 12:18:41 +08:00
  • 5ac194885f fix: remove iframe sandbox to fix demo loading on custom domain Lum1104 2026-04-14 12:15:49 +08:00
  • dc84b07159 feat: embed live demo in homepage and add demo link to all READMEs Lum1104 2026-04-14 12:12:19 +08:00
  • f291628892 feat: embed live interactive demo in homepage, replacing video/GIF showcase Lum1104 2026-04-14 12:07:33 +08:00
  • f2dce56678 Merge pull request #88 from JohnWong/main Yuxiang Lin 2026-04-13 23:51:30 +08:00
  • 61a28c7d6c fix: include access token in auto-opened dashboard URL JohnWong 2026-04-13 23:22:05 +08:00
  • 16868f200d redesign: full homepage refresh with gradient keywords, new problem section, and improved visual hierarchy Lum1104 2026-04-13 21:30:57 +08:00
  • a38dea9824 Merge pull request #85 from avenue9977/refactor/Improve-graph-builder Yuxiang Lin 2026-04-13 16:59:38 +08:00
  • d11a9bb1c9 refactor: extract addChildNode helper to remove repeated boilerplate Nikola Chetelyazov 2026-04-13 09:56:12 +03:00
  • 45b98716ec fix: use localeCompare in languages sort for reliable alphabetical order Nikola Chetelyazov 2026-04-13 09:52:13 +03:00
  • e82235e1df refactor: return shallow copies of nodes and edges from build() Nikola Chetelyazov 2026-04-13 09:49:47 +03:00
  • ef0c65aa17 refactor: deduplicate import and call edges via edgeKeys set Nikola Chetelyazov 2026-04-13 09:47:16 +03:00
  • 5593af76ca refactor: extract endpoint label into variable to avoid duplicated template Nikola Chetelyazov 2026-04-13 09:44:17 +03:00
  • 6c55ee303a refactor: return fileId from addNonCodeFile instead of recomputing it Nikola Chetelyazov 2026-04-13 09:41:12 +03:00
  • 82b1d06777 refactor: extract basename helper to replace repeated split/pop pattern Nikola Chetelyazov 2026-04-13 09:35:55 +03:00
  • a89555d369 refactor: promote nodeIds to class field to avoid O(n²) set rebuild Nikola Chetelyazov 2026-04-13 09:33:18 +03:00
  • c96a14c541 refactor: extract KIND_TO_NODE_TYPE as module-level constant in GraphBuilder Nikola Chetelyazov 2026-04-13 09:28:02 +03:00
  • ba461006ce docs: add "graphs that teach > graphs that impress" tagline to all READMEs Lum1104 2026-04-13 00:34:37 +08:00
  • 569ed2a1c7 docs: add Copilot CLI installation instructions to all README translations Lum1104 2026-04-12 19:56:48 +08:00
  • d16b27eb20 Merge pull request #84 from yujiachen-y/main Yuxiang Lin 2026-04-12 19:22:26 +08:00
  • 72953254d2 fix: add plugin manifest under understand-anything-plugin/.claude-plugin jiachen 2026-04-12 17:22:30 +08:00
  • ca5e3b8e21 chore: bump version to 2.3.1 v2.3.1 Lum1104 2026-04-12 15:23:50 +08:00
  • 2162e6d5eb feat: add .understandignore support for user-configurable file exclusion Yuxiang Lin 2026-04-12 12:49:32 +08:00
  • 55fc2ac848 fix: sync Phase 0.5 inline script with .gitignore integration and header fix Lum1104 2026-04-12 11:47:55 +08:00
  • 6ef1a21315 feat: seed .understandignore with .gitignore patterns on first generation Lum1104 2026-04-12 11:39:31 +08:00
  • bc311c80ad Merge branch 'main' into feat/understandignore Lum1104 2026-04-12 11:34:10 +08:00
  • c2f5b02b2d docs: add Korean and Spanish README translations Lum1104 2026-04-12 11:31:46 +08:00
  • 78c8859d2a feat: /understand-knowledge for Karpathy LLM wiki format Yuxiang Lin 2026-04-12 11:24:38 +08:00
  • 1d15851905 fix: highlight connected edges on node selection in knowledge view Lum1104 2026-04-12 11:24:17 +08:00
  • 7e41ba7a68 fix: address Codex review — stable layout, scoped infra filter, basename dedup Lum1104 2026-04-12 11:21:24 +08:00
  • d3dfbd873b docs: add /understand-knowledge to translated READMEs Lum1104 2026-04-12 11:15:51 +08:00
  • 66a8706646 docs: add /understand-knowledge to README Lum1104 2026-04-12 11:12:38 +08:00
  • 2fc85e68c3 feat: add /understand-knowledge for Karpathy LLM wiki knowledge bases Lum1104 2026-04-12 11:09:41 +08:00
  • 55a03f6647 docs: add Star History rank badge to all READMEs Lum1104 2026-04-11 09:19:13 +08:00
  • b2c2934291 docs: reorganize docs/ into superpowers/specs/ and superpowers/plans/ Lum1104 2026-04-09 23:11:44 +08:00
  • e58ceb856f docs: add /understand-knowledge implementation plan (14 tasks) Lum1104 2026-04-09 23:06:32 +08:00
  • 098ad791c0 docs: add /understand-knowledge design spec for personal knowledge base plugin Lum1104 2026-04-09 22:56:00 +08:00
  • 78b72724ed Add funding information for Patreon Yuxiang Lin 2026-04-10 19:45:02 +08:00
  • d3de6dc1fd fix: address code review — remove bin/ from defaults, fix negation override flow Lum1104 2026-04-10 11:51:59 +08:00
  • 2104501bc8 fix: update pnpm-lock.yaml with ignore dependency Lum1104 2026-04-10 11:45:05 +08:00
  • 59a6f56bfe feat(skill): add Phase 0.5 for .understandignore setup and review pause Lum1104 2026-04-10 11:39:45 +08:00
  • 3e27a4a8d4 feat(agent): add .understandignore support and bin/obj exclusions to project-scanner Lum1104 2026-04-10 11:38:23 +08:00
  • 4201cbcb9e feat(core): export IgnoreFilter and IgnoreGenerator from core index Lum1104 2026-04-10 11:36:53 +08:00