Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.35 KB

File metadata and controls

60 lines (49 loc) · 2.35 KB

Changelog

All notable changes to the Upsun Agent Skill will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-01-07

Added

Core Skill

  • Complete SKILL.md with YAML frontmatter and workflow-based navigation
  • Support for 130+ Upsun CLI commands across 30 namespaces
  • Progressive disclosure architecture for efficient context usage

Reference Documentation

  • COMMAND-INDEX.md - Alphabetical reference for all commands
  • environments.md - Environment lifecycle and operations
  • deployments.md - Deployment patterns and workflows
  • backups.md - Backup and restore procedures
  • services-databases.md - Database operations (PostgreSQL, MongoDB, Redis, Valkey)
  • resources-scaling.md - Resource allocation and autoscaling
  • access-security.md - Users, teams, SSH keys, SSL certificates
  • integration-variables.md - Domains, routes, environment variables
  • development-tools.md - SSH, tunnels, logs, debugging
  • projects-organizations.md - Project and organization management
  • troubleshooting.md - Common issues and solutions

Helper Scripts

  • check-auth.sh - Verify Upsun authentication status
  • health-check.sh - 8-step environment health check with color-coded output
  • pre-deploy-check.sh - Pre-deployment validation with blocker detection
  • backup-with-verification.sh - Create and verify backups with ID output
  • safe-restore.sh - Safe restore with pre-restore backup and validation
  • environment-status.sh - JSON status output for automation
  • resource-audit.sh - Multi-environment resource usage analysis

Documentation

  • README.md with installation instructions
  • AGENTS.md development guide
  • LICENSE (Apache 2.0)
  • Plugin structure for marketplace distribution

Features

  • Workflow-based command navigation (not alphabetical)
  • Authentication checking in all operations
  • Safe deployment patterns with validation
  • Disaster recovery procedures
  • Cost optimization recommendations
  • Team collaboration workflows

Technical Details

  • Designed for Upsun CLI v5.6.0+
  • OpenCode skill format with progressive disclosure
  • Bash scripts with defensive error handling
  • Cross-referenced documentation
  • Permission configuration examples