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

@@ -29,7 +29,7 @@ def test_cli_graph_lifecycle_emits_dry_run_actions(capsys) -> None:
[
"graph",
"lifecycle",
str(FIXTURES / "memory-graph.json"),
str(FIXTURES / "memory-graph-cli-lifecycle.json"),
"--stale-after-days",
"7",
"--delete-after-days",
@@ -52,7 +52,7 @@ def test_cli_graph_lifecycle_can_use_profile_rules(capsys) -> None:
[
"graph",
"lifecycle",
str(FIXTURES / "memory-graph.json"),
str(FIXTURES / "memory-graph-cli-lifecycle.json"),
"--profile",
str(FIXTURES / "memory-profile.json"),
"--refresh-digest",