Context acquisition layer
my-dev-kit
Retrieves bounded project context through graph-guided workflows.
- Index project
- Project manifest + graphs
- Search / Lookup / Slice / Source / Semantic view
- Architecture context
- 1.0.0The first stable CLI release establishes core commands for indexing, searching, and retrieving source context from TypeScript, JavaScript, and Python codebases.
- 1.0.xThese releases focus on stability, documentation quality, and safer retrieval workflows for large-scale repositories without changing the core artifact model.
- 1.1.0This version introduces a semantic integration layer with automated analyzers, a manifest-based artifact registry, and initial support for data-model extraction and inspection.
- 1.2.0This release adds specialized indexing for React components and frontend tests, along with exact string retrieval and new frontend-specific graph visualizations.
- 1.3.0This version implements route-aware, browser-storage-aware, and UI-reachability retrieval to provide static evidence of frontend relationships and dependencies.
- 1.4.0This update focuses on reducing full-file reads by introducing source continuation and bounded local dependency expansion for symbols and components.
- 1.5.0This version establishes a classification system for symbols and layers to help developers identify the roles of files and avoid editing the wrong parts of the project.
- 1.6.0This release introduces an orchestration layer that packages retrieval results into compact, task-specific context capsules and audit records for more efficient workflows.
- 1.7.0This update implements retrieval-quality regression benchmarks and assertions to validate the accuracy and efficiency of the orchestration layer and planner packets.
- 1.8.0This version enhances scalability and ergonomics by adding incremental indexing, a watch mode for source changes, and graph comparison tools.
- 1.9.0This release expands the toolkit's reach by improving existing language support and planning for additional frameworks and programming languages.
- 2.0.0This major update transitions the project into an extensible retrieval platform with a new artifact schema and a comprehensive plugin architecture.