Skip to content

[ROADMAP] Phase 1 — Solidify (Pure Python, no Rust yet) #21

@Wolfvin

Description

@Wolfvin

Goal

Make CodeLens the best pure-Python code intelligence tool for AI agents before adding Rust complexity. These changes are high-impact, low-risk, and can start now.

Checklist

Definition of Done

  • Agent can orient in a new codebase in 1 tool call (get_architecture)
  • 5 structural queries cost <5k tokens total
  • Full scan on 500-file repo under 1 second
  • Call graph is import-aware (not just same-file)

Why this before Rust

Architecture fixes (#8, #13) will themselves improve speed significantly — RAM-first pipeline + bulk SQLite inserts can recover 5-10x even in pure Python. Profile after Phase 1 before deciding what to port to Rust.

Metadata

Metadata

Assignees

No one assigned

    Labels

    architectureCore architecture changeenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions