Skip to content
Closed
Show file tree
Hide file tree
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
9 changes: 6 additions & 3 deletions docs/development_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |

---

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tasks live **one file per phase** in this folder (`phase-NN-<slug>.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 |

---
Expand Down
Loading