converge-analytics 0.1.2

Analytics and ML training for Converge agents using Burn and Polars
Documentation
# AGENTS - converge-analytics

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

## Quick Start

- Read `README.md`
- Commands: `just --list`, `cargo test`
- 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)