Hummingbird

Canonical source: docs/decisions/0009-public-repository-security-transition.md · source commit 0eb202981082 · SHA-256 2b82d2dad239e9938aaa98621fa902a949a3d87e0c70ea1d28380d6a63054797 · build 20a3648695ffView raw MarkdownAll decisions

ADR 0009 — Public repository security transition

Status: Accepted

Date: 2026-09-10 (Pacific Time)

Context

Hummingbird's repository has remained private through Phase 0 and early Phase 1. On the current GitHub plan, that prevents use of the desired branch-protection controls. The repository has already been treated as a future transparency record, and the Phase 0 history review found no committed secrets.

Making the repository public improves transparency and unlocks useful public-repository security features, but it also expands the trust boundary: source and history become visible, public forks become possible, and repository/Actions activity should be assumed visible to outside observers.

Decision

The steward authorizes Hummingbird's repository to become public, but the visibility change is a security transition, not a standalone administrative toggle.

Publication is contingent on activating and verifying the public-mode baseline documented in OPERATIONS.md and SECURITY.md:

The prior Phase-1-only risk acceptances for missing branch protection and unrestricted Actions expire at publication. They are not carried forward into public mode.

Rationale

Public visibility aligns the repository with its intended role as Hummingbird's inspectable project record and unlocks security controls that are unavailable to this private repository on the current plan. Coupling publication to security activation avoids creating a window where the repository is public but still operating under assumptions that were accepted only for a private, single-steward trust boundary.

GitHub's built-in private vulnerability reporting is preferred over inventing a separate disclosure system for this phase because it provides a structured private channel directly attached to the public repository. A dedicated project email can still be added later if useful.

Consequences