Skip to content

Architecture

McAmner edited this page May 10, 2026 · 1 revision

Architecture

Main structure:

macos-scripts/
├── terminal/
│   ├── launchers/
│   ├── menus/
│   ├── ai-prompts/
│   ├── release/
│   └── themes/
├── tools/
│   ├── scripts/
│   └── cli/
├── docs/
├── backups/
├── README.md
├── CHANGELOG.md
└── VERSION

Design principle:

Keep workflows scriptable, visible, repeatable, and safe.

Clone this wiki locally