This folder contains operational and release documentation for CopilotForge.
- Apps Platform Direction
- DMG Release Guide
- Release CI/CD and Updates Runbook
- Update Button Verification Guide
- Copilot SDK Official Best-Practices Review
- Sidecar Runtime and Packaging
- Chat Session History Architecture
- Testing Plan Roadmap
- Git Feature README & Roadmap
- iOS Companion Architecture
- iOS Companion AI Agent Build Brief
- Companion Validation Smoke Test
- Troubleshooting
- End-to-end release wrapper:
./scripts/release_dmg.sh --skip-notarize(or pass keychain profile for production) - One-command local DMG:
./scripts/build_dmg.sh - One-command notarize + staple:
./scripts/notarize_dmg.sh --keychain-profile "<profile>"
- Keep guides task-focused with prerequisites, steps, and expected results.
- Prefer reproducible command snippets.
- Update docs whenever runtime, build, or distribution behavior changes.
- Add a short "Why this exists" section for non-obvious scripts/settings.