Commit Graph
19 Commits
Author SHA1 Message Date
Lum1104andClaude Opus 4.6 c190f9ca96 docs: add homepage update design for v2.0.0 features
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 11:31:48 +08:00
Lum1104andClaude Opus 4.6 fd6235ad24 docs: add implementation plan for universal file type support
22-task plan covering core types, schema, parsers, language configs,
agent prompt updates, dashboard visualization, and integration testing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 18:18:38 +08:00
Lum1104andClaude Sonnet 4.6 97537eba5d docs: add design for universal file type support
Adds design document for extending Understand Anything to analyze all
file types (Markdown, Dockerfile, YAML, SQL, Terraform, etc.) — not
just code. Covers 26 new file types, 8 new node types, 8 new edge
types, 12 custom parsers, agent pipeline changes, and dashboard
visualization updates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 18:11:50 +08:00
Lum1104andClaude Opus 4.6 3fb12033d6 fix(understand): address review findings — importCount metric source and plan typo
- Update importCount metric description to reference batchImportData[file.path].length
  instead of "number of import statements" (contradicted "do NOT extract imports" rule)
- Fix duplicate /index.js → /index.jsx in impl plan Task 5 extension variants

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 11:11:49 +08:00
Lum1104andClaude Opus 4.6 c0dc9b3e71 docs: fix version references in token-reduction plan (1.0.2 → 1.2.2)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:10:10 +08:00
Lum1104 2545ad2f61 docs: add token reduction plan 2026-03-27 10:53:28 +08:00
Lum1104 f3bd72bc22 docs: add theme customize design doc and implementation plan 2026-03-26 23:37:08 +08:00
Lum1104andClaude Opus 4.6 d861087ba6 docs: add dashboard robustness design and implementation plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 12:20:44 +08:00
Lum1104andClaude Opus 4.6 87c07a61d8 docs: add language-agnostic implementation plan
15-task TDD plan covering LanguageConfig types, LanguageRegistry,
12 language configs, GenericTreeSitterPlugin, prompt snippets,
and migration from TS-only TreeSitterPlugin.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 23:38:40 +08:00
Lum1104andClaude Opus 4.6 d7d3925463 docs: add language-agnostic support design document
Design for making Understand-Anything language-agnostic instead of
TypeScript-heavy. Covers LanguageConfig registry, GenericTreeSitterPlugin,
language-aware prompts, and support for 12 languages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 23:38:40 +08:00
Lum1104andClaude Opus 4.6 2779408569 docs: revise implementation plan — minimal restructure, move platform configs to root
Replace full flatten approach with minimal restructure: only move platform
config directories (.codex, .opencode, .openclaw) to repo root for discovery.
Add Cursor/Claude plugin descriptors. Remove Gemini extension. Keep all
plugin source code inside understand-anything-plugin/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 23:10:23 +08:00
Lum1104andClaude Opus 4.6 4ea55cd6fc fix: address code review feedback — terminology consistency and URL path
- Replace "agent" with "subagent" in SKILL.md dispatch references (5 locations)
- Add node_modules/.git/dist exclusions to Phase 0 find command
- Fix design doc URL to include understand-anything-plugin/ prefix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 11:18:39 +08:00
Lum1104andClaude Opus 4.6 4ff36e3dae docs: add context injection to implementation plan
Each subagent dispatch now injects relevant context from the main session:
- Scanner: README + package manifest
- File Analyzer: framework info + project description from Phase 1
- Architecture Analyzer: framework layer hints + directory tree
- Tour Builder: README + entry point
- Graph Reviewer: scan inventory for cross-validation + phase warnings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:55:18 +08:00
Lum1104andClaude Opus 4.6 6346972ee5 docs: add simplified multi-platform implementation plan
6 tasks: move agents to prompt templates, update SKILL.md dispatch,
create knowledge-graph-guide agent, add platform INSTALL.md files,
update README, verify.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:49:49 +08:00
Lum1104andClaude Opus 4.6 64d901836d docs: add simplified multi-platform skill support design
Follows superpowers pattern: same files everywhere, model: inherit,
AI-driven installation via INSTALL.md, self-contained skills.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:47:52 +08:00
Lum1104andClaude Opus 4.6 e862b9a1da feat(homepage): add cinematic project homepage with GitHub Pages deployment
Astro-based static homepage with dark luxury theme, self-hosted fonts,
scroll-reveal animations, and GitHub Actions CI/CD to Pages.

Sections: Nav, Hero, Dashboard Showcase, Feature Cards, Install CTA, Footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:26:49 +08:00
Lum1104andClaude Opus 4.6 8e13f77e23 chore(skill): migrate skills to plugin format and update docs
Move existing skills from .claude/skills/ to skills/*/SKILL.md plugin
format. Update CLAUDE.md to reflect all skill commands. Add phase 2
implementation plan.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 00:05:14 +08:00
Lum1104andClaude Opus 4.6 45bbbe1557 docs: add Phase 3 (Learn Mode) and Phase 4 (Advanced) implementation plans
Phase 3 (7 tasks): Tour generation engine, LearnPanel + tour store,
tour player with graph highlighting, contextual node explanations,
language lesson prompts, enhanced language display, persona modes.

Phase 4 (7 tasks): /understand-diff, /understand-explain,
/understand-onboard skills, plugin registry + discovery,
embedding-based semantic search + dashboard integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 20:03:12 +08:00
Lum1104andClaude Opus 4.6 5d20a57971 docs: add design doc and Phase 1 implementation plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 17:15:51 +08:00