Skip to content

Commit a59a573

Browse files
authored
Merge pull request #204 from Lum1104/feat/semantic-batching-and-output-chunking
fix(#159): semantic batching + bundled importMap + Phase 1 speedup
1 parent 42d70c3 commit a59a573

30 files changed

Lines changed: 12226 additions & 298 deletions

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "understand-anything",
33
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
4-
"version": "2.7.4",
4+
"version": "2.7.5",
55
"author": {
66
"name": "Lum1104"
77
},

.copilot-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "understand-anything",
33
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
4-
"version": "2.7.4",
4+
"version": "2.7.5",
55
"author": {
66
"name": "Lum1104"
77
},

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "understand-anything",
33
"displayName": "Understand Anything",
44
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
5-
"version": "2.7.4",
5+
"version": "2.7.5",
66
"author": {
77
"name": "Lum1104"
88
},

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: pnpm --filter @understand-anything/core test
3434

3535
- name: Test skill
36-
run: pnpm --filter @understand-anything/skill test
36+
run: pnpm test

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ An open-source tool combining LLM intelligence + static analysis to produce inte
3535
- `pnpm --filter @understand-anything/core build` — Build the core package
3636
- `pnpm --filter @understand-anything/core test` — Run core tests
3737
- `pnpm --filter @understand-anything/skill build` — Build the plugin package
38-
- `pnpm --filter @understand-anything/skill test` — Run plugin tests
38+
- `pnpm test` — Run all tests (skill tests live at repo-root `tests/skill/`, picked up by root `vitest.config.ts`)
3939
- `pnpm --filter @understand-anything/dashboard build` — Build the dashboard
4040
- `pnpm dev:dashboard` — Start dashboard dev server
4141
- `pnpm lint` — Run ESLint across the project

0 commit comments

Comments
 (0)