Skip to content

Add scip-cli to tools section#451

Closed
flesler wants to merge 1 commit into
scip-code:mainfrom
flesler:add-scip-cli-to-tools
Closed

Add scip-cli to tools section#451
flesler wants to merge 1 commit into
scip-code:mainfrom
flesler:add-scip-cli-to-tools

Conversation

@flesler

@flesler flesler commented Jun 27, 2026

Copy link
Copy Markdown

Add scip-cli to the existing tools list in the README.

scip-cli is a Python CLI that builds on top of the scip binary from this repo (uses scip expt-convert for index conversion). It provides a token-efficient query interface and analyze command for AI agents — zero overlap with the core scip CLI, purely complementary.

@flesler flesler force-pushed the add-scip-cli-to-tools branch from 58f6211 to 54097f2 Compare June 27, 2026 20:20
@flesler flesler changed the title Add community tools section Add scip-cli to tools section Jun 27, 2026
@jupblb

jupblb commented Jun 29, 2026

Copy link
Copy Markdown
Member

The SCIP CLI implemented in this repository has an experimental convert command that outputs an SQLite database. I'd prefer if we work on that. Unless your project becomes relevant enough, I'm against listing it in this repo for now.

@jupblb jupblb closed this Jun 29, 2026
@flesler

flesler commented Jun 29, 2026

Copy link
Copy Markdown
Author

Hi @jupblb, the project doesn't convert, maybe the wording was not clear. It uses this project's for conversion. What it does is it exposes a very clean interface and very optimized SQL queries to use data to collect on repos. Both for finding symbols, references, etc. While also exposing analyze to get a lot of insights into potential problems in a codebase

It has 0% overlap with this project, it's complimentary it builds on top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants