When you move or resize partitions, GParted may change partition UUIDs. The bootloader (GRUB) and /etc/fstab reference partitions by UUID, so those references become invalid.
- Boot from a live USB of your Linux distribution
When you move or resize partitions, GParted may change partition UUIDs. The bootloader (GRUB) and /etc/fstab reference partitions by UUID, so those references become invalid.
This document defines a machine-readable, state-tracked workflow for AI-driven code refactoring using the Test-Driven Development (TDD) Red → Green → Refactor cycle.
It enforces:
---
name: simplicity-reviewer
description: Use this agent when you need to review code changes for unnecessary complexity, over-engineering, or violations of the YAGNI (You Aren't Gonna Need It) principle. This agent should be called after code has been written or modified to ensure it maintains simplicity and clarity. Examples: <example>Context: The user has just implemented a new feature with configuration classes and abstraction layers. user: 'I've added a new configuration system for handling different client types with a factory pattern and multiple inheritance levels' assistant: 'Let me use the simplicity-reviewer agent to check if this implementation might be over-engineered for the current requirements' <commentary>Since the user has implemented what sounds like potentially complex architecture, use the simplicity-reviewer agent to evaluate if the complexity is justified.</commentary></example> <example>Context: The user has written a function with multiple layers of indirection. user: 'Here's my
| #!/bin/bash | |
| # Hammerspoon ShiftIt Setup Script for macOS | |
| # This script automates the installation and configuration of Hammerspoon with ShiftIt | |
| set -e # Exit on any error | |
| echo "🔨 Hammerspoon ShiftIt Setup Script" | |
| echo "====================================" | |
| echo "" |
| definition( | |
| name: "Device Refresher", | |
| namespace: "chutchens", | |
| author: "Cody Hutchens", | |
| description: "Refresh Z-Wave Devices on a schedule", | |
| category: "Convenience", | |
| iconUrl: "https://cdn-icons-png.flaticon.com/512/1828/1828817.png", | |
| iconX2Url: "https://cdn-icons-png.flaticon.com/512/1828/1828817.png" | |
| ) |