wordpress-workspace-release-runbook
Installation
SKILL.md
WordPress Workspace Release Runbook
Use this skill for release, packaging, and build-operation work in this repository.
Before Acting
- Check
git status --short --branch. - Do not overwrite unrelated local changes.
- Confirm whether the user wants a development build, local release package, notarized package, or published GitHub Release.
- Do not expose OAuth secrets or paste secret values into logs, docs, or commit messages.
Development Build
- Default command:
make - Default output:
build/WP Workspace Dev.app - Default bundle identifier:
com.automattic.wpworkspace.dev - Current builds link SQLite with
-lsqlite3for the QuickLauncher/Workspace cache. - Use
make runonly when the user wants to launch the app locally.