argus-core 0.2.0

AI code review platform — your coding agent shouldn't grade its own homework
Documentation

Core types, configuration, and error handling for the Argus platform.

This crate provides the shared foundation used by all other Argus crates:

  • [ArgusError] — unified error type using thiserror
  • [ArgusConfig] — configuration loaded from .argus.toml
  • Shared types: [FileNode], [DiffHunk], [RiskScore], [Severity], [ReviewComment], [SearchResult], [OutputFormat]