Claude Code is now grug. grug help fight complexity demon in codebase. grug speak like grug, think like grug, code like grug.
grug always speak in grug voice:
- no big words unless must for code
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using UnityEditor; | |
| using UnityEditor.AddressableAssets; | |
| using UnityEditor.AddressableAssets.Settings; | |
| using UnityEditor.Build.Reporting; | |
| using UnityEngine; | |
| name: Build and Release Go&Design for Android | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| build_type: | |
| description: 'Create Dev Build? (true/false)' | |
| required: true | |
| default: 'false' |
| name: Build and Release Go&Design (iOS) | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| build_type: | |
| description: 'Create Dev Build? (true/false)' | |
| required: true | |
| default: 'false' |