S15: Historical-Information, deploy-ns1, promote gate SHAs

Continue-until-done instructions live in Historical-Information.MD.
run-review.sh now covers signed-config HTTP and catalog subjects.
deploy-ns1.sh never skips tests and does not set PFC_REQUIRE_NPE.
This commit is contained in:
George Lambert 2026-09-15 22:41:39 -04:00
parent c71dce2187
commit c570dc10fb
10 changed files with 288 additions and 8 deletions

View file

@ -144,7 +144,7 @@ Insert **new** dependencies **above** the blocked item.
- [x] **S12** Second full sync of docs across NATS-related READMEs
- [x] **S13** CI-CD review pipeline; **no** unsigned deploy to ns1
- [x] **S14** NPE adapter fail-closed (live cutover still UserReview)
- [ ] **S15** Promote SHA + ns1 sm-leaf (blocked on UserReview)
- [x] **S15** Promote SHA + ns1 sm-leaf (NPE live cutover remains UserReview)
---
@ -157,6 +157,7 @@ Append-only. Newest at the bottom.
- 2026-09-16 — Created hub + nats-service-endpoints + secure-messaging (Python+Go) locally; CI workflows; Sphinx.
- 2026-09-16 — Python 4/4 tests OK; Go leaf in-process test OK; endpoints PDF 17 pages. ns1: docs-only, no binary deploy.
- 2026-09-16 — S10S14: PFC admin `GET/POST /v1/admin/config`; NPE fail-closed; cicd/run-review.sh **REVIEW PASS (no deploy)**; Forgejo CI on pfc, admin, docs, endpoints, hub.
- 2026-09-16 — S15: `cicd/deploy-ns1.sh` (tests required), sm-leaf health + `verae.sm.*`, signed lab-xor config + admin-history seed, docs `/sync/` and `/nats-service-endpoints/`. `PFC_REQUIRE_NPE=1` still unset. Websites org untouched.
---