Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 87 additions & 3 deletions docs/roadmap/production-grade-9x.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,16 @@ are complete; they need `EXT-*` evidence only to become `[x]`.

**Goal:** Track non-local authority and time-based proof separately from local implementation.

## [pr] EXT-001: Reconcile GitHub project and ticket evidence
## [x] EXT-001: Reconcile GitHub project and ticket evidence

**Owner:** GitHub administrator
**Unblocks:** PRG-001 and all `[x]` transitions

Create required labels/project items and record merged ticket SHAs.

**Protected merge evidence:** PR #72, squash commit
`8d61cdd6f731fd61494eae998a6dea30d7463994`.

## [ ] EXT-002: Apply and verify repository protections

**Owner:** GitHub administrator
Expand Down Expand Up @@ -228,13 +231,16 @@ maintainer knowledge.
* GitHub project status matches the checked-in backlog.
* No work is marked complete without a merged commit.

## [pr] PRG-001: Add the 9/10 roadmap and evidence scorecard
## [x] PRG-001: Add the 9/10 roadmap and evidence scorecard

**Priority:** P0
**Owner:** Technical program lead
**Size:** S
**Depends on:** None

**Protected merge evidence:** PR #70, squash commit
`748194967a31a0f1b43802b1512d314377d341a3`.

**External completion:** `[x]` remains owned by EXT-001's GitHub project,
label, and merged-SHA reconciliation.

Expand Down Expand Up @@ -313,13 +319,16 @@ docs(roadmap): add production-grade 9x program

---

## [ ] PRG-002: Enforce one ticket per conventional commit
## [x] PRG-002: Enforce one ticket per conventional commit

**Priority:** P0
**Owner:** Maintainer
**Size:** S
**Depends on:** PRG-001

**Protected merge evidence:** PR #71, squash commit
`b0f38b5866ed2a64a50722364bf7047a41901a34`.

### Work

Update `CONTRIBUTING.md` and `.github/pull_request_template.md` to require:
Expand Down Expand Up @@ -367,6 +376,40 @@ docs(contributing): require one ticket per conventional commit

---

## [pr] PRG-003: Reconcile protected merge evidence in the checked-in backlog

**Priority:** P0
**Owner:** Technical program lead
**Size:** S
**Depends on:** EXT-001

### Work

Record only already-merged ticket SHAs in the checked-in backlog. Do not mark
a ticket complete based on a local commit, an open pull request, or a project
column alone.

### Done when

* Every newly checked ticket has a protected-default-branch merge SHA.
* The GitHub project item records the same SHA.
* No pending or externally blocked ticket changes from `[ ]` or `[pr]` to
`[x]`.

### Verification

```sh
GOWORK=off GOTOOLCHAIN=local make docs-check
```

**Required commit:**

```text
docs(backlog): reconcile protected merge evidence
```

---

# [ ] EPIC REL: Release and repository integrity

**Goal:** Make the default branch, tags, release assets, release evidence, and
Expand Down Expand Up @@ -447,6 +490,47 @@ docs(release): disposition v4 release identity incident

---

## [x] REL-000A: Restore the protected verification baseline

**Priority:** P0
**Owner:** Release engineer
**Size:** S
**Depends on:** PRG-001

**Protected merge evidence:** PR #68, squash commit
`ec557f996b620a9979455d3dcdf9f78d758ae9c0`.

### Work

Restore the blocked verification baseline without deciding the final v4
release-identity disposition: repair the contrib checksum contract, add the
release-identity safety hold, retain exact license-review evidence, and apply
the security updates required for CI to evaluate later incident work.

### Done when

* Protected CI passes without a bypass.
* The release-identity safety hold is published.
* The trusted-proxy client-IP handling introduced by the chi update is covered
by tests.

### Verification

```sh
GOWORK=off GOTOOLCHAIN=local make docs-check
GOWORK=off GOTOOLCHAIN=local make vuln
GOWORK=off GOTOOLCHAIN=local make lint
GOWORK=off GOTOOLCHAIN=local make gosec
```

**Required commit:**

```text
fix(release): restore protected verification baseline
```

---

## [ ] REL-001: Reconcile `master` with the verified v4 release history

**Priority:** P0
Expand Down