Releases: TzuH-Hsu/github-project-os
Release list
v0.2.0
TLDR: scripts/bootstrap.sh now configures the GitHub Project's Status column options (Backlog / Ready / In Progress / In Review / Blocked / Done) automatically via GraphQL when it creates the Project — previously a manual step. Creating the board views is now the only remaining manual setup (see docs/setup/project-views.md). The automation only rewrites Status options on Projects created in the same bootstrap run, so re-running against an existing Project never touches your workflow states.
0.2.0 (2026-07-04)
Features
v0.1.0
TLDR: First release of GitHub Project OS — a reusable template repository giving solo developers and small teams a complete GitHub-native engineering operating system out of the box: governance as code (labels, issue forms, a metadata single-home contract, branch ruleset), an AI-agent collaboration layer (AGENTS.md hub, 15 knowledge skills, an agent work queue), lean automation (CI, issue labeler, link maintenance, human-gated releases), and an idempotent bootstrap script that applies everything a template cannot ship as files.
0.1.0 (2026-07-03)
Features
- idempotent bootstrap script (labels, project, settings, ruleset, de-template) (79c71d8)
- issue forms, PR template, CODEOWNERS, dependabot, branch ruleset (f315fe3)
- metadata single-home contract and declarative labels (241d071)
- repo self-consistency checks (skills index, local-md hygiene) (6457f87)
- skills knowledge system (15 skills, catalog, AGENTS.md index) (6ab52bd)
Bug Fixes
- bootstrap autorelease prune exclusion, gh api 404 detection, personal-account type docs (0f912c0)