What problem does it solve?
Create and maintain XerahS Improvement Proposals (XIPs) using GitHub as the source of truth and a local tasks/ backup for offline reference. Syncing ensures the official content stays in GitHub while preserving an auditable, recoverable backup.
Core Features & Use Cases
- GitHub as source of truth: XIPs are authored and tracked as issues with the label
xip.
- Backup in tasks/: A single-folder Markdown backup stores one file per XIP for offline access and archival.
- Sync workflows: Keep GitHub issues and local backups in sync via dedicated PowerShell scripts.
- Recovery & migration: Convert legacy XIP files back into GitHub issues if needed.
Quick Start
From the repository root, run the PowerShell script to sync GitHub XIP issues into tasks/ as Markdown backups.