feat: add Cloud Backup Service agent#363
Conversation
|
@msitarzewski this agent was built from a real implementation — provisioning per-client AWS S3 buckets with Terraform, deploying scheduled backup scripts for both macOS (launchd) and Windows (Task Scheduler), SNS failure alerting, and pre-signed URL file retrieval. Happy to make any adjustments if needed! |
Code reviewFound 1 issue:
output "iam_secret_key" {
value = module.iam.iam_secret_key
sensitive = true
}agency-agents/engineering/engineering-cloud-backup-service-agent.md Lines 135 to 139 in 9079f68 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
|
@mhc222 — fixed the HCL output block syntax. Each attribute is now on its own line and the semicolon separator has been removed. |
Added correct emoji prefixes and "Your" phrasing to all section headers. Added missing Learning & Memory and Advanced Capabilities sections. Replaced When to Bring In Other Agents with Advanced Capabilities.
|
@msitarzewski @mhc222 fixed all section headers with correct emoji prefixes and "Your" phrasing. Added missing |
What does this PR do?
Adds a new Cloud Backup Service agent to the Engineering Division, specializing in provisioning and operating a managed cloud backup service on AWS S3 with per-client isolation, Terraform infrastructure, macOS and Windows scheduled backup scripts, SNS failure alerting, and secure pre-signed URL file retrieval.
Agent Information (if adding/modifying an agent)
Checklist
name,description,color