Tags give the ability to mark specific points in history as being important
-
v1.2.0
protectedbe9ac713 · ·v1.2.0 - GCP Integration with Graceful Degradation New Features: - BigQuery logging for compliance findings analytics - Cloud Storage for PDF reports and evidence archival (1-year retention) - Vertex AI (Gemini) for AI-powered compliance narratives - CLI tool for manual/CI archival operations Key Design: - Graceful degradation: Main flow works without GCP credentials - Clear error messages when GCP services unavailable - Fallback narrative generation without Vertex AI - Modular architecture (src/gcp/) Documentation: - docs/GCP_SETUP.md - Complete setup guide - Enhanced BigQuery schema with analytics queries Testing: - tests/test_gcp_integration.py - Unit tests for all modules
-
v1.1.1
protected68936090 · ·v1.1.1 - Fix flow schema for AI Catalog Changes: - Add required 'definition' wrapper to flow schema - Replace deprecated issue tools with work_item tools - Fix README directory structure ComplianceBot Flow features: - Multi-agent compliance flow (Scanner, Mapper, Evidence Collector, Reporter) - SOC 2, ISO 27001, PCI-DSS, HIPAA framework support - Compliance scoring (0-100 scale) - Evidence collection with SHA-256 hashing
-
v1.1.0
protected80cb5948 · ·v1.1.0 - ComplianceBot Flow published to AI Catalog Release highlights: - Multi-agent compliance flow with 4 agents (Scanner, Mapper, Evidence Collector, Reporter) - SOC 2, ISO 27001, PCI-DSS, HIPAA framework support - Compliance scoring (0-100 scale) - Evidence collection with SHA-256 hashing - Google Cloud integration (Vertex AI, BigQuery, GCS) - Audit-ready PDF report generation Published to GitLab AI Catalog for hackathon submission.
-
v1.0-requirements-verified
protectedfa13521f · ·ComplianceBot Flow v1.0: All Requirements Verified ✅ All 4 agents properly defined and validated: - ComplianceBot Scanner (read_file, read_files) - ComplianceBot Mapper (6 official tools) - ComplianceBot Evidence Collector (6 official tools) - ComplianceBot Reporter (5 official tools) ✅ Flow properly orchestrated: - Scanner → Mapper → Evidence Collector → Reporter - All components correctly chained - All routers and entry points defined ✅ Tool validation complete: - 18 total official GitLab tools used - All tools verified in OFFICIAL_TOOLS_REFERENCE.md - No custom tools (GitLab Catalog compliant) ✅ Compliance frameworks fully supported: - SOC 2 Trust Services Criteria - ISO 27001 Information Security Controls - PCI-DSS Requirements (conditional) - HIPAA Security Rule (conditional) ✅ All requirements met: - Non-repudiation (SHA-256 hashing) - Audit trail (14-day collection) - Evidence archival (BigQuery + GCS) - Compliance scoring (0-100 scale) - MR comments for high-risk findings - Auto-issue creation for findings ✅ Documentation complete: - AGENTS.md: Agent behavior guidelines - REQUIREMENTS_VERIFICATION.md: Full verification report - TESTING_AND_SUBMISSION.md: End-to-end testing strategy - TESTING_QUICK_REFERENCE.md: Quick 1-page checklist - docs/OFFICIAL_TOOLS_REFERENCE.md: Tool reference Ready for testing and submission. Date: March 20, 2026