Skip to content

Conversation

@prosdev
Copy link
Collaborator

@prosdev prosdev commented Nov 27, 2025

Summary

dev index . now indexes everything in one command:

  • ✅ Code (always)
  • ✅ Git history (if in a git repo)
  • ✅ GitHub issues/PRs (if gh CLI installed)

Shows an upfront "indexing plan" with prerequisites check.

Changes

  • Unified indexing: dev index now runs all indexers (code, git, GitHub)
  • Prerequisites check: Shows what will be indexed before starting
  • New flags: --no-git and --no-github to skip specific indexers
  • New dev git commands:
    • dev git index - index git history separately
    • dev git search <query> - semantic search over commits
    • dev git stats - show indexed commit count
  • Fix: dev --version now shows correct version (injected at build time)

Testing

dev index .
# Shows indexing plan, then indexes code, git history, and GitHub

dev git search "context assembler"
# Semantic search over commits

Changeset

Patch bump for @lytics/dev-agent and @lytics/dev-agent-cli

- dev index now indexes code, git history, and GitHub in one command
- Add upfront prerequisites check with indexing plan display
- Add --no-git and --no-github flags to skip specific indexers
- Add dev git subcommands (index, search, stats)
- Fix dev --version to read from package.json at build time
- Add tsconfig.json to dev-agent package for IDE support
- Update README with dev git commands
- Update cli.mdx with new dev index options and dev git subcommands
- Update examples with unified indexing
@prosdev prosdev merged commit 1c2c6c8 into main Nov 27, 2025
1 check passed
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.

1 participant