-
Notifications
You must be signed in to change notification settings - Fork 4
fix: cleanup deduplicate comparison tables #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,13 +151,13 @@ modules: | |
| <details> | ||
| <summary>Configure manually instead</summary> | ||
|
|
||
| **Claude Code** — add to `CLAUDE.md`: | ||
| **Claude Code** - add to `CLAUDE.md`: | ||
|
||
|
|
||
| ``` | ||
| Read stacklit.json before exploring files. Use modules to locate code, hints for conventions. | ||
| ``` | ||
|
|
||
| **Claude Desktop / Cursor (MCP)** — add to MCP config: | ||
| **Claude Desktop / Cursor (MCP)** - add to MCP config: | ||
thegdsks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ```json | ||
| { | ||
|
|
@@ -172,7 +172,7 @@ Read stacklit.json before exploring files. Use modules to locate code, hints for | |
|
|
||
| MCP server exposes 7 tools: `get_overview`, `get_module`, `find_module`, `list_modules`, `get_dependencies`, `get_hot_files`, `get_hints`. | ||
|
|
||
| **Any other agent** — `stacklit.json` is a plain JSON file. Any tool that reads files can use it. | ||
| **Any other agent** - `stacklit.json` is a plain JSON file. Any tool that reads files can use it. | ||
|
|
||
| </details> | ||
|
|
||
|
|
@@ -292,19 +292,6 @@ html = "stacklit.html" | |
|
|
||
| [Full comparison with 7 tools →](https://github.com/glincker/stacklit/discussions/13) | ||
|
|
||
| ## Compared to alternatives | ||
|
|
||
| | | Stacklit | Repomix | Aider repo-map | Codebase Memory MCP | | ||
| |---|---|---|---|---| | ||
| | Output | ~4k token index | 500k+ token dump | Ephemeral text | SQLite DB | | ||
| | Committed to repo | Yes | Too large | No | No | | ||
| | Dependency graph | Yes | No | Yes | Yes | | ||
| | Visual output | HTML (4 views) | No | No | No | | ||
| | MCP server | Yes (7 tools) | No | No | Yes | | ||
| | Monorepo aware | Yes | No | No | No | | ||
| | Languages | 11 (tree-sitter) | N/A | Many | 66 | | ||
| | Runtime needed | No | No | Yes (Python) | Yes (C server) | | ||
|
|
||
| ## Monorepo support | ||
|
|
||
| Auto-detects: pnpm, npm, yarn workspaces, Go workspaces, Turborepo, Nx, Lerna, Cargo workspaces, and convention directories (`apps/`, `packages/`, `services/`). | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.