Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.02 KB

File metadata and controls

46 lines (30 loc) · 1.02 KB

cora-code

Cora Code: AI-powered code review and code intelligence platform. BYOK (Bring Your Own Key).

Contents

  • Usage guide (cora review, cora scan, cora brain search, CLI flags)
  • Architecture (symbol extraction, hybrid search with AST + embedding, Brain Mode)
  • Brain Mode (deep code understanding with BYOK AI providers)
  • CI integration (pre-commit hooks, GitHub Actions, pitfalls and gotchas)
  • Embedding strategy (dimension tuning, false positive handling, tree-sitter patterns)
  • YAML config reference and CI setup

Quick Start

# Install
pip install cora-code

# Review current branch
cora review

# Scan for issues (no AI needed)
cora scan

# Brain mode, deep code intelligence
cora brain search "where is authentication handled?"

Version

Skill Version Cora Code Binary
4.3.0 v4.3.0+

Installation

Place this SKILL.md in ~/.hermes/skills/cora-code/.

Related

License

MIT