converge-knowledge 0.2.1

A self-learning knowledgebase with vector search, gRPC, and MCP interfaces
Documentation
# AGENTS - converge-knowledge

Short entrypoint for agent work. Load deeper docs only when needed.

## Quick Start

- Read `README.md`
- Commands: `just --list`, `just test`, `just check`
- Single test: `cargo test test_name`

## Load On Demand

- Shared workflow: `../docs/agent/workflow.md`
- Rust commands/style/testing: `../docs/agent/rust.md`
- Repo command map: `justfile`

## Local Rules

- If present, load `.cursorrules`, `.cursor/rules/`, and `.github/copilot-instructions.md`

## Version Control

- Use `jj` for day-to-day operations (commits, branches, status, log)
- Fall back to `git` only when `jj` cannot handle it (e.g. specific remote operations)