Skip to content

feat(cli): add complete CLI module structure with all commands#79

Merged
zTgx merged 1 commit intomainfrom
dev
Apr 18, 2026
Merged

feat(cli): add complete CLI module structure with all commands#79
zTgx merged 1 commit intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 18, 2026

Add core CLI module structure including:

  • Main application entry point with Click group
  • All command modules: init, add, list, info, remove, query, ask, tree, stats, config
  • Command implementations with proper documentation and parameters
  • Output formatting utilities for different formats (text, json, table)
  • Interactive REPL functionality for multi-turn queries
  • Configuration management system
  • Document tree visualization
  • Workspace initialization and statistics

The CLI provides comprehensive document intelligence capabilities with both single-query and interactive modes.

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

Add core CLI module structure including:

- Main application entry point with Click group
- All command modules: init, add, list, info, remove, query, ask,
  tree, stats, config
- Command implementations with proper documentation and parameters
- Output formatting utilities for different formats (text, json,
  table)
- Interactive REPL functionality for multi-turn queries
- Configuration management system
- Document tree visualization
- Workspace initialization and statistics

The CLI provides comprehensive document intelligence capabilities
with both single-query and interactive modes.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 18, 2026 1:59am

@zTgx zTgx merged commit c441a31 into main Apr 18, 2026
7 checks 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