From eb48d8a7c625b10101d4eec6e1dcbd381029f4f1 Mon Sep 17 00:00:00 2001 From: Maximiliano Salvatti <40447063+msalvatti@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:55:27 -0300 Subject: [PATCH] docs(plan): mark P7 blocked on repository publication --- docs/development_plan.md | 9 ++++++--- docs/tasks/README.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/development_plan.md b/docs/development_plan.md index 071ac4b..0c328df 100644 --- a/docs/development_plan.md +++ b/docs/development_plan.md @@ -25,7 +25,7 @@ > **Overall progress: 7 / 8 phases (88%)** > **Active phase:** none -> **Blocked phases:** none +> **Blocked phases:** P7 (repository is private; release provenance via OIDC, CodeQL, and OpenSSF Scorecard require a public repository) ### Phase Table @@ -38,7 +38,7 @@ | P4 | typed-accessor | โœ… | 100% | S | 2026-07-16 | | P5 | testing-subpath | โœ… | 100% | M | 2026-07-16 | | P6 | integration-docs-dogfood | โœ… | 100% | M | 2026-07-16 | -| P7 | mutation-hardening-release | ๐Ÿ“‹ | 0% | L | 2026-07-06 | +| P7 | mutation-hardening-release | โ›” | 0% | L | 2026-07-16 | --- @@ -294,7 +294,10 @@ These rules apply to every phase. Phase sections only add rules specific to them - Post-publish smoke: a scratch consumer installs the released version and boots the fixture successfully. - **Context / preconditions:** P6 done; repository public so provenance and the - security workflows are effective. + security workflows are effective. **Blocked:** the repository is currently + private, so the OIDC provenance release, CodeQL, and OpenSSF Scorecard cannot + run. Make `bymaxone/nest-config` public (and confirm npm publish access) to + unblock, then rerun the release phase. - **Rules-of-phase:** mutation runs are a release gate, not a per-commit gate; test changes here must not lower readability or introduce implementation coupling. - **References:** spec ยง9.3, ยง10. diff --git a/docs/tasks/README.md b/docs/tasks/README.md index 0ed2b69..efd740f 100644 --- a/docs/tasks/README.md +++ b/docs/tasks/README.md @@ -20,7 +20,7 @@ Tasks live **one file per phase** in this folder (`phase-NN-.md`). Each ph | 4 | [`phase-04-typed-accessor.md`](./phase-04-typed-accessor.md) | 4 / 4 | โœ… Done | | 5 | [`phase-05-testing-subpath.md`](./phase-05-testing-subpath.md) | 4 / 4 | โœ… Done | | 6 | [`phase-06-integration-docs-dogfood.md`](./phase-06-integration-docs-dogfood.md) | 5 / 5 | โœ… Done | -| 7 | [`phase-07-mutation-hardening-release.md`](./phase-07-mutation-hardening-release.md) | 0 / 5 | ๐Ÿ“‹ ToDo | +| 7 | [`phase-07-mutation-hardening-release.md`](./phase-07-mutation-hardening-release.md) | 0 / 5 | โ›” Blocked | | | **Total** | **34 / 39** | ๐Ÿ”„ In Progress | ---