Commit Graph

  • d7d3925463 docs: add language-agnostic support design document Lum1104 2026-03-21 23:30:47 +08:00
  • 8134bb95ca chore: bump version to 1.1.1 Lum1104 2026-03-21 23:08:56 +08:00
  • 7c638603c0 fix: add zoom limits and auto-center for large graphs Lum1104 2026-03-21 23:07:58 +08:00
  • b8e605eafb fix: consolidate triple normalization into ordered Phase 4/5 steps Lum1104 2026-03-21 22:59:36 +08:00
  • de66bb7d76 fix: ensure core is built before launching dashboard in /understand-dashboard Lum1104 2026-03-21 22:25:21 +08:00
  • 922cc32a13 docs: improve CLAUDE.md with prerequisites, lint command, and gotchas Lum1104 2026-03-21 22:23:48 +08:00
  • 54fc8d44c2 fix: update Antigravity skills install path to ~/.gemini/antigravity/skills/ Lum1104 2026-03-21 22:15:39 +08:00
  • dfac994497 Merge pull request #12 from longvv/main Yuxiang Lin 2026-03-21 20:49:37 +08:00
  • 18c0fcd9eb feat: add Antigravity installation guide and update README with compatibility information. longvv 2026-03-21 16:33:07 +07:00
  • 9866fccae9 docs: thanks Lum1104 2026-03-20 19:16:47 +08:00
  • 17d796309d Merge pull request #9 from Jamie-HM/docs/add-zh-cn-readme Yuxiang Lin 2026-03-20 12:58:29 +08:00
  • 366c0b9403 Add Chinese language support V1.1 Jamie-HM 2026-03-20 12:49:03 +08:00
  • a38843d57e Add Chinese language support Jamie-HM 2026-03-20 12:23:51 +08:00
  • f0264e6ec2 Merge pull request #6 from Lum1104/feature/multi-platform-simple Yuxiang Lin 2026-03-20 00:14:51 +08:00
  • 9fe003a977 feat: Align understand skill outputs with dashboard graph schema better Lum1104 2026-03-20 00:14:23 +08:00
  • 54259f3b86 docs: add star history and bump version to 1.1.0 Lum1104 2026-03-19 23:48:26 +08:00
  • e237eba20c docs: add Windows PowerShell instructions to OpenClaw INSTALL.md Lum1104 2026-03-19 23:30:43 +08:00
  • fb46373cef docs: update multi-platform URLs after moving configs to root Lum1104 2026-03-19 23:18:42 +08:00
  • 8b5499e8db feat: add Cursor and Claude plugin descriptors for auto-discovery Lum1104 2026-03-19 23:16:43 +08:00
  • 0f2b710992 refactor: move platform config directories to repo root for discovery Lum1104 2026-03-19 23:15:00 +08:00
  • 2779408569 docs: revise implementation plan — minimal restructure, move platform configs to root Lum1104 2026-03-19 23:10:23 +08:00
  • 4ea55cd6fc fix: address code review feedback — terminology consistency and URL path Lum1104 2026-03-19 11:18:39 +08:00
  • aa4df6e987 feat: add per-platform INSTALL.md for AI-driven installation Lum1104 2026-03-19 10:51:43 +08:00
  • 8e3c0660c9 docs: add multi-platform installation instructions to README Lum1104 2026-03-19 10:51:25 +08:00
  • 2a01d3cc77 refactor: update SKILL.md to dispatch subagents with context injection Lum1104 2026-03-19 10:35:38 +08:00
  • 84d0462e20 feat: add knowledge-graph-guide agent for graph navigation and querying Lum1104 2026-03-19 10:32:03 +08:00
  • 5e85a23aa2 refactor: move pipeline agents into skills/understand/ as prompt templates Lum1104 2026-03-19 10:31:22 +08:00
  • 4ff36e3dae docs: add context injection to implementation plan Lum1104 2026-03-18 22:55:18 +08:00
  • 6346972ee5 docs: add simplified multi-platform implementation plan Lum1104 2026-03-18 22:49:49 +08:00
  • 64d901836d docs: add simplified multi-platform skill support design Lum1104 2026-03-18 22:47:52 +08:00
  • e1c3b901c9 Add MIT license Lum1104 2026-03-17 14:54:12 +08:00
  • 6c38510acb Merge pull request #3 from Lum1104/feature/diff-mode Yuxiang Lin 2026-03-17 11:59:15 +08:00
  • 988e73f249 Merge pull request #2 from KyleWMiller/feature/diff-mode Yuxiang Lin 2026-03-17 11:55:10 +08:00
  • 4161d3eba3 perf(dashboard): skip diff overlay computation when diffMode is off Lum1104 2026-03-17 11:53:08 +08:00
  • 449a4f01cb Merge pull request #1 from Lum1104/feat/script-augmented-agents Yuxiang Lin 2026-03-17 11:29:39 +08:00
  • 70b4e6fe0a fix(graph-reviewer): remove duplicated critical checks from warning section Lum1104 2026-03-17 11:26:51 +08:00
  • 3715552875 fix(agents): define .sh as supported source extension in project-scanner Lum1104 2026-03-17 11:13:18 +08:00
  • f5b9eb7d61 fix(graph-reviewer): align duplicate-ID classification as critical Lum1104 2026-03-17 11:12:29 +08:00
  • b9b48466c3 chore: bump version to 1.0.5 Lum1104 2026-03-17 11:10:14 +08:00
  • da8509e2b1 feat: diff mode added Kyle Miller 2026-03-16 16:40:19 -07:00
  • 6af00c5f85 feat(agents): add script-augmented two-phase architecture to all agents Lum1104 2026-03-16 18:17:02 +08:00
  • b82efea88e fix(dashboard): enable click and expand for all node types (function, class, etc.) Lum1104 2026-03-16 14:34:11 +08:00
  • 5c0afb35ff fix: resolve plugin installation failures for workspace resolution and missing dependencies Lum1104 2026-03-16 12:23:48 +08:00
  • 4e9539b20d fix(ci): use root pnpm-lock.yaml for cache and install from workspace root Lum1104 2026-03-15 20:34:47 +08:00
  • f57cd9db7b fix(ci): add workflow file to trigger paths so CI changes re-run Lum1104 2026-03-15 20:31:15 +08:00
  • d08eeb072d fix(ci): remove explicit pnpm version to use packageManager field Lum1104 2026-03-15 20:29:48 +08:00
  • e862b9a1da feat(homepage): add cinematic project homepage with GitHub Pages deployment Lum1104 2026-03-15 20:26:49 +08:00
  • bdf6cf6856 fix: resolve plugin installation failures for workspace resolution and missing dependencies Lum1104 2026-03-15 19:12:55 +08:00
  • 99840b16a0 fix: remove nested .claude-plugin/plugin.json to fix user-scope marketplace installation Lum1104 2026-03-15 17:21:02 +08:00
  • dda6547809 docs: add hero image and dashboard screenshot to README Lum1104 2026-03-15 16:53:55 +08:00
  • ded60f8116 docs: update CLAUDE.md with current architecture and versioning guide Lum1104 2026-03-15 12:40:07 +08:00
  • 343e94c9a7 feat: redesign dashboard with dark luxury theme, improve agent pipeline Lum1104 2026-03-15 12:36:39 +08:00
  • 00d9919ba3 feat(skill): add smart graph reading protocol to query skills Lum1104 2026-03-15 11:16:55 +08:00
  • fe50941da4 feat(skill): add /understand-dashboard skill to launch visualization Lum1104 2026-03-15 11:16:48 +08:00
  • b75235919e refactor: restructure monorepo into Claude Code plugin layout Lum1104 2026-03-15 11:16:43 +08:00
  • f69ad5887e fix(dashboard): auto-detect knowledge graph from .understand-anything/ Lum1104 2026-03-15 00:30:34 +08:00
  • 8e13f77e23 chore(skill): migrate skills to plugin format and update docs Lum1104 2026-03-15 00:05:14 +08:00
  • 58cfb20ac8 feat(skill): add /understand multi-agent command for codebase analysis Lum1104 2026-03-15 00:04:11 +08:00
  • 0c5411e282 feat(dashboard): add fuzzy/semantic search mode toggle Lum1104 2026-03-14 23:18:59 +08:00
  • ae5b4de3d9 feat(core): add embedding-based semantic search engine Lum1104 2026-03-14 23:16:10 +08:00
  • 6224761359 feat(core): add plugin configuration and discovery system Lum1104 2026-03-14 23:11:28 +08:00
  • f977ce8a48 feat(core): add plugin registry for community analyzer plugins Lum1104 2026-03-14 23:04:56 +08:00
  • 09fc78f321 feat(skill): add /understand-onboard command for team onboarding guides Lum1104 2026-03-14 22:49:37 +08:00
  • eb0d2eaac0 feat(skill): add /understand-explain command for deep-dive file analysis Lum1104 2026-03-14 22:31:09 +08:00
  • e69acffd06 feat(skill): add /understand-diff command for PR/diff analysis Lum1104 2026-03-14 22:13:41 +08:00
  • 5628c2ed82 feat(dashboard): add persona mode system with adaptive layouts Lum1104 2026-03-14 21:11:52 +08:00
  • ccdc4b723f feat(dashboard): upgrade languageNotes to collapsible Language Concepts section Lum1104 2026-03-14 21:01:03 +08:00
  • 4452fe8e7b feat(dashboard): add tour highlight to graph nodes Lum1104 2026-03-14 20:56:38 +08:00
  • 3b298c1a7a feat(core): add language lesson prompt builder for contextual code teaching Lum1104 2026-03-14 20:48:04 +08:00
  • 8747ed30b4 feat(dashboard): add contextual node explanation with Claude API Lum1104 2026-03-14 20:38:29 +08:00
  • 46f02ab7c6 fix(dashboard): extract tour sort helper and use proper store selectors Lum1104 2026-03-14 20:33:15 +08:00
  • f9da9c40cd feat(dashboard): add LearnPanel component and tour store state Lum1104 2026-03-14 20:23:03 +08:00
  • cb3d860fe2 feat(core): add tour generation engine with LLM and heuristic strategies Lum1104 2026-03-14 20:13:11 +08:00
  • 45bbbe1557 docs: add Phase 3 (Learn Mode) and Phase 4 (Advanced) implementation plans Lum1104 2026-03-14 20:03:12 +08:00
  • 014c95c086 docs: update sample data, CLAUDE.md, and README for Phase 2 Lum1104 2026-03-14 19:43:05 +08:00
  • d6d937e53b fix(dashboard): extract shared node dimension constants to layout utility Lum1104 2026-03-14 19:36:48 +08:00
  • 9f16c2c0e5 feat(dashboard): add layer visualization with grouping and legend Lum1104 2026-03-14 19:32:05 +08:00
  • 0daac92c80 fix(dashboard): add markdown rendering for chat messages and API key management Lum1104 2026-03-14 19:26:48 +08:00
  • bd53455f31 feat(dashboard): add context-aware chat panel with Claude API integration Lum1104 2026-03-14 19:20:46 +08:00
  • c3bece91fc fix(dashboard): add score-based highlight intensity and memoize search nodeMap Lum1104 2026-03-14 19:15:46 +08:00
  • 4f6214a5ce feat(dashboard): wire core SearchEngine with fuzzy matching and scored highlighting Lum1104 2026-03-14 19:09:57 +08:00
  • b6ab0f8b32 feat(skill): scaffold skill package with /understand-chat command Lum1104 2026-03-14 19:00:54 +08:00
  • 839166b229 fix(core): add __tests__ pattern and handle filePath-less nodes in applyLLMLayers Lum1104 2026-03-14 18:55:57 +08:00
  • 305fb4055b feat(core): add heuristic and LLM-based layer auto-detection Lum1104 2026-03-14 18:51:19 +08:00
  • 8876eec80e fix(core): use execFileSync to prevent shell injection and remove dangling edges in merge Lum1104 2026-03-14 18:47:33 +08:00
  • 19357d25a3 feat(core): add staleness detection and incremental graph merging Lum1104 2026-03-14 18:43:01 +08:00
  • 510de2eb1d fix(dashboard): fix import extension and add dagre node position guard Lum1104 2026-03-14 18:40:21 +08:00
  • dd252eddc0 feat(dashboard): add dagre auto-layout for hierarchical graph visualization Lum1104 2026-03-14 18:35:52 +08:00
  • a243a07d6f feat(core): add fuzzy search engine with Fuse.js Lum1104 2026-03-14 18:29:33 +08:00
  • b41cf15ce9 fix(core): return validated data from loadGraph and fix edge type count comment Lum1104 2026-03-14 18:25:33 +08:00
  • c04123366e feat(core): add Zod schema validation for knowledge graph loading Lum1104 2026-03-14 18:21:24 +08:00
  • bfd06a704d docs: add README and CLAUDE.md with project overview and conventions Lum1104 2026-03-14 18:02:26 +08:00
  • 7345d83376 feat(dashboard): add search bar, node info, and main 4-panel layout Lum1104 2026-03-14 17:58:01 +08:00
  • b07bdc2fb9 feat(dashboard): add code viewer panel with Monaco Editor Lum1104 2026-03-14 17:57:53 +08:00
  • 377c3c72e6 feat(dashboard): add graph view with React Flow and custom nodes Lum1104 2026-03-14 17:57:40 +08:00
  • 39dfffc4f4 feat(dashboard): scaffold React + Vite app with Tailwind, Zustand, and core dependency Lum1104 2026-03-14 17:51:50 +08:00
  • e1fd03ec38 feat(core): add graph builder and LLM analysis prompt system Lum1104 2026-03-14 17:47:40 +08:00
  • 801c5e7af3 feat(core): add tree-sitter analyzer plugin for TS/JS Lum1104 2026-03-14 17:40:29 +08:00
  • a5327ce64d feat(core): add JSON persistence for knowledge graph and meta Lum1104 2026-03-14 17:30:23 +08:00
  • 35d0545100 feat(core): add knowledge graph type system and validation tests Lum1104 2026-03-14 17:25:49 +08:00