RepoSage Audit
Version updated for https://github.com/ricardogr07/reposage to version v0.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
RepoSage is an AI-assisted tool for generating structured technical audits of code repositories. It automates the analysis of local repositories by extracting static signals such as file structures, dependencies, testing, documentation, and architecture, providing consistent and deterministic reports in Markdown or JSON formats. Optional AI-powered enrichment adds insights like module roles, technical debt items, and suggested improvements, streamlining repository evaluation and enhancing development workflows.
What’s Changed
- chore: regenerate example outputs for v0.3.0 (0a43da7)
- docs: update README status, Action ref, and plan links for v0.3.0 (d208b96)
- docs: update CHANGELOG for v0.3.0 — M12 Rust and M13 C# support (d0297f0)
- chore: bump version to 0.3.0 (ccbfe8d)
- test(M13): add 11 C# tests covering parsers, signals, and pipeline (6245db8)
- feat(M13): add C# quality signals, framework detection, and language detection (4820e84)
- feat(M13): wire .csproj, packages.config, Directory.Packages.props manifest detection and dispatch (882adf8)
- feat(M13): add _parse_csproj, _parse_packages_config, _parse_directory_packages_props (ba2ed78)
- test(M13): add csharp_repo fixture (4d4936b)
- test(M12): add 15 Rust tests covering parser, signals, and pipeline (e2ed5bc)