Skip to main content

Maintainer Runbooks

Operational guides for building and publishing framework packages. Not for adopters — these are for ai-dev-kit maintainers and CI.

All commands assume you are in the project root.

Guides

DocumentPurpose
Release RunbookNEW Comprehensive release procedures with exact commands for both registry and task-touch SemVer modes
BUILD_AND_UPLOAD.mdEnd-to-end: build → tag → upload to GitHub Releases
BUILD_PACKAGES.mdBuild quick start and individual package commands
BUILD_PACKAGES_COMMANDS.mdCopy-paste command reference
UPLOAD_PACKAGES.mdUpload to GitHub Releases (prereqs, scripts, troubleshooting)

Release Automation Resources

DocumentPurpose
Release Quick ReferenceOne-page command summaries for common release scenarios
Release Checklist TemplatesPrintable pre/post release checklists
Release Configuration ExamplesSample rw-config.yaml files for different scenarios
Release Integration GuidesGitHub Actions and CI/CD pipeline integration examples

See also

  • Phase 3 package distribution plan
  • Framework scripts: packages/frameworks/workflow mgt/scripts/ (build_package.py, upload_all_packages.py, etc.)
  • Release Workflow documentation: packages/frameworks/workflow mgt/KB/Documentation/Developer_Docs/vwmp/

🚨 Critical Policy

NEVER use manual git commit/push commands! Always use Release Workflow (RW) automation for all release operations.

  • Policy: "No manual commit/push" - use RW automation
  • Command: RW (triggers full 17-step release workflow)
  • Documentation: See Release Runbook for complete procedures