Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 673 Bytes

File metadata and controls

31 lines (20 loc) · 673 Bytes
WIP Computer

Private-to-Public Sync

Publish safely. Syncs your private working repo to a clean public mirror. Excludes internal ai/ folders automatically.

What it does

  • Copies everything except ai/ and .git/ to the public repo
  • Creates a PR on the public repo, merges it
  • Syncs GitHub releases from private to public
  • Cleans up deploy branches

Usage

bash deploy-public.sh /path/to/private-repo org/public-repo

Requirements

  • git
  • gh (GitHub CLI)
  • bash

Interfaces

  • CLI: Shell script
  • Skill: SKILL.md for agent instructions