Implement PMEM-WP-0015 credentialed live pilot with ops-warden routing.

Add credential routing advisories via warden route/access, live pilot evidence
helpers, managed deployment pilot probes, evaluation trend regression gates,
and expanded troubleshooting. Update operator runbook and maturity scorecard.
This commit is contained in:
2026-07-02 23:24:35 +02:00
parent bff90ec1ed
commit 29f893b905
15 changed files with 913 additions and 38 deletions

View File

@@ -4,11 +4,11 @@ type: workplan
title: "Credentialed Live Pilot And Deployment Evidence"
domain: communication
repo: phase-memory
status: ready
status: finished
owner: codex
topic_slug: phase-memory
created: "2026-05-19"
updated: "2026-05-19"
updated: "2026-07-02"
state_hub_workstream_id: "10e406f3-a016-46f6-92c4-9e0f8fc7ecc3"
---
@@ -38,7 +38,7 @@ environment and deployment target.
```task
id: PMEM-WP-0015-T01
status: todo
status: done
priority: high
state_hub_task_id: "c095a240-0499-42a2-8661-7d4ead13d90e"
```
@@ -57,7 +57,7 @@ Acceptance:
```task
id: PMEM-WP-0015-T02
status: todo
status: done
priority: high
state_hub_task_id: "94fd6cf0-348b-47ac-87d9-17f1fa358590"
```
@@ -76,7 +76,7 @@ Acceptance:
```task
id: PMEM-WP-0015-T03
status: todo
status: done
priority: medium
state_hub_task_id: "31f114bf-a7cb-4413-ab9b-51c7c00552c4"
```
@@ -94,7 +94,7 @@ Acceptance:
```task
id: PMEM-WP-0015-T04
status: todo
status: done
priority: medium
state_hub_task_id: "74ba5e2f-e3f9-49a7-b2e5-c73ec478b1ab"
```
@@ -112,7 +112,7 @@ Acceptance:
```task
id: PMEM-WP-0015-T05
status: todo
status: done
priority: medium
state_hub_task_id: "427d5cd6-f8e0-4c2f-bced-e4679461ebc1"
```
@@ -135,4 +135,23 @@ Acceptance:
## Closure Review
Pending implementation.
Implemented as a credential-safe live pilot tooling pass integrated with
ops-warden:
- `credential_routing.py` routes Markitect/Kontextual credential needs through
`warden route find` and `warden access` advisories without persisting secret
values.
- `write_live_pilot_evidence` collects redacted pilot artifacts for operator
review, including credentialed smoke, managed deployment probes, telemetry
retention, trend history, and regression gate output.
- `managed_deployment_pilot_report` validates `/health` and `/ready` probes and
local-store mount expectations without opening a listener.
- `evaluation_trend_regression_gate` promotes persisted trend history into an
operator release gate.
- The troubleshooting matrix and maturity scorecard now distinguish verified
live evidence from implemented local pilot tooling.
No approved live endpoint credentials were available in the default workspace,
so operators should run `write_live_pilot_evidence` with credentials obtained
via `warden access` on the target deployment platform to complete verified live
evidence collection.