recursive-agent 0.6.0

A minimal, orthogonal, self-improving coding agent kernel in Rust
Documentation
/target
**/*.rs.bk
Cargo.lock.bak
# Ignore per-workspace runtime state (memory, mcp cache, etc.) but
# allow committing example/shipped skills. Parent dir must use /*
# (not trailing /) so the negation below can re-include children.
.recursive/*
!.recursive/skills/
.env
.envrc.local

# self-improve.sh runtime state (rotation cursor)
.dev/.last-provider

# Parallel self-improve runtime state
.worktree/
.worktrees/
.dev/runs/

# Auto-saved transcripts from self-improve.sh (kept on disk for diagnosis,
# but never committed — they're huge JSON dumps that bloat the repo).
.dev/transcripts/

# Personal IDE / AI assistant config (per-user, not project policy).
.claude/
.cursor/local/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# E2E test infrastructure (generated)
e2e/plugins/node_modules/
e2e/plugins/dist/
e2e/.argusai/
.gitnexus

# macOS Finder metadata (per-directory, never project state)
.DS_Store