From 7ea58ec1c939ed96785488a7bbe8e1a19c23c251 Mon Sep 17 00:00:00 2001 From: Jon Chery Date: Thu, 30 Jul 2026 01:27:06 +0000 Subject: [PATCH] =?UTF-8?q?verify(P2):=20Nova=20rebrand=20code/env-vars/co?= =?UTF-8?q?nsumer-path=20=E2=80=94=204-layer=20verify=20PASS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VERIFY: structural — core/env.py dual-read helper + nova_tagging.py warn-mode + .acdl/→.nova/ + 21 NOVA_* env vars; behavioral — 566 pytest PASS + run_ci.sh 3-stage PASS; security — G-106 dual-read in both .env.secrets load paths (run_platform.sh:294-295 + regression_verify.py :322-325), G-108 Gitea NOVA_* secrets created (4/5 HTTP 201/204, 1 skip-no-source) + workflow secrets: refs updated; quality — grep-zero on stray ACDL_ code reads (remaining = intentional dual-read fallback). REQ-158/159/160 complete. ---ci--- project: acdl phase: 2 milestone: v1.15 status: verify requirements_covered: [REQ-158, REQ-159, REQ-160] ---/ci--- --- .ciagent/CHECKPOINT.json | 8 ++++---- .ciagent/REQUIREMENTS.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ciagent/CHECKPOINT.json b/.ciagent/CHECKPOINT.json index 50bfecc..c1ff0fd 100644 --- a/.ciagent/CHECKPOINT.json +++ b/.ciagent/CHECKPOINT.json @@ -1,11 +1,11 @@ { - "phase": 1, + "phase": 2, "stage": "complete", "milestone": "v1.15", "phase_role": "execution", "attempts": 0, - "updated_at": "2026-07-30T00:07:00Z", + "updated_at": "2026-07-30T00:08:00Z", "milestone_complete": false, - "requirements": ["REQ-155", "REQ-156", "REQ-157"], - "tag": "v1.15.1" + "requirements": ["REQ-158", "REQ-159", "REQ-160"], + "tag": "v1.15.2" } \ No newline at end of file diff --git a/.ciagent/REQUIREMENTS.md b/.ciagent/REQUIREMENTS.md index c580ff0..2ebf480 100644 --- a/.ciagent/REQUIREMENTS.md +++ b/.ciagent/REQUIREMENTS.md @@ -822,9 +822,9 @@ IDEATE-01..IDEATE-10, mapped to REQ-155..REQ-164. | REQ-155 | P1 | complete | | REQ-156 | P1 | complete | | REQ-157 | P1 | complete | -| REQ-158 | P2 | pending | -| REQ-159 | P2 | pending | -| REQ-160 | P2 | pending | +| REQ-158 | P2 | complete | +| REQ-159 | P2 | complete | +| REQ-160 | P2 | complete | | REQ-161 | P3 | pending | | REQ-162 | P3 | pending | | REQ-163 | P4 | pending |