Releases: tecnosor/argus-framework
Releases · tecnosor/argus-framework
v0.2.0
Added
- Reviewer Enforcement Gate: new
.github/workflows/reviewer-gate.ymlthat posts real PR reviews and creates blocking status checks. .github/scripts/reviewer-checks.shdeterministic governance and git-hygiene checks for CI/CD.- GitLab
reviewer-gatejob in.gitlab-ci.ymlfor MR enforcement parity. - Reviewer agent now documents dual-mode operation: advisory (chat) and enforcement (CI/CD).
- Reviewer agent permissions expanded to allow
gh pr reviewand GitHub Checks API calls. - Orchestrator Phase 6 explicitly handles Reviewer verdicts and blocks merge on requested changes.
- Documentation for the Reviewer Gate in
README.mdandCONTRIBUTING.md. - GitLab CI/CD pipeline (
.gitlab-ci.yml) with governance, lint, and build stages. - GitLab issue templates for bug reports, feature requests, and security vulnerabilities.
- GitLab merge request template with compliance and testing checklists.
- GitHub release workflow for automated semantic versioning and CHANGELOG generation.
- GitLab release job for tag-based releases.
scripts/release.shfor manual semantic version bumping and CHANGELOG updates.VERSIONfile for single-source-of-truth versioning.
Changed
- Reviewer agent description updated from "read-only — never modifies code" to "read-only for source code, but can post PR reviews and status checks".
Deprecated
Removed
Fixed
Security
Argus Framework v0.1.0
Added
- Initial release of the Argus Framework.
- Comprehensive skill system for AI agents (ISO 20022, SEPA, eIDAS, GDPR, DORA, MiCA, PCI-DSS, PSD2, OWASP Top 10, etc.).
- Codex Wallet project-specific skills (GitHub CLI, backlog-writer, issue-writer, build-check, code-review, etc.).
- Repository governance: CODEOWNERS, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, LICENSE.
- GitHub issue templates (bug report, feature request, security vulnerability).
- GitHub pull request template with compliance checklist.
- GitHub CI workflow with conventional commit lint, markdown link validation, and governance checks.
.gitignorewith patterns for AI agents, IDE files, and build artifacts.- Documentation: README.md, AGENTIC-INSTALLATION.md, CHANGELOG.md.