Admit source evidence snapshots and harden stream completeness
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06e89-93a2-7aa2-82b3-ce5ccd2682e6
This commit is contained in:
parent
824fb1b966
commit
31e9963933
34 changed files with 1057 additions and 122 deletions
71
workplans/KG-WP-0005-qonto-source-cadence-admission.md
Normal file
71
workplans/KG-WP-0005-qonto-source-cadence-admission.md
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
---
|
||||
id: KG-WP-0005
|
||||
type: workplan
|
||||
title: "Admit and validate qonto-assistant source completeness evidence"
|
||||
domain: infotech
|
||||
repo: kings-guard
|
||||
status: active
|
||||
owner: codex
|
||||
topic_slug: netkingdom
|
||||
created: "2026-09-04"
|
||||
updated: "2026-09-05"
|
||||
origin: cross-repo
|
||||
origin_ref: QONTO-WP-0005
|
||||
---
|
||||
|
||||
# Admit and Validate Qonto-Assistant Source Completeness Evidence
|
||||
|
||||
Qonto-assistant has shipped the source-side contract requested by KG-WP-0003:
|
||||
source-owned cadence, instance and sequence fields, startup/periodic/shutdown
|
||||
heartbeats, and a reconciliation view. Kings-guard must consume and validate
|
||||
those claims without confusing source transition counts with authorization or
|
||||
claiming completeness beyond an observed process instance.
|
||||
|
||||
## Consume source-emitted observation context
|
||||
|
||||
```task
|
||||
id: KG-WP-0005-T01
|
||||
status: done
|
||||
priority: high
|
||||
```
|
||||
|
||||
Prefer source-emitted `identity_binding` and `egress_destination` over legacy
|
||||
normalization hints, retain the hints for old records, and prove the live
|
||||
mapping does not drift.
|
||||
|
||||
## Validate cadence, heartbeat, sequence, and reconciliation locally
|
||||
|
||||
```task
|
||||
id: KG-WP-0005-T02
|
||||
status: done
|
||||
priority: high
|
||||
```
|
||||
|
||||
Consume the source-owned cadence separately from kings-guard's Taxonomy draft.
|
||||
Drive qonto-assistant's real AuditLogger emit path, require one stream instance
|
||||
with contiguous sequence numbers, translate heartbeat claims, compare source
|
||||
transition counts with captured request evidence, and prove the resulting deny
|
||||
stream evaluates complete without findings.
|
||||
|
||||
## Validate the deployed stream
|
||||
|
||||
```task
|
||||
id: KG-WP-0005-T03
|
||||
status: wait
|
||||
priority: medium
|
||||
```
|
||||
|
||||
Observe an authorized deployed qonto-assistant process from startup through at
|
||||
least one allow/deny transition and reconciliation read. Confirm the deployed
|
||||
configuration emits periodic heartbeats at the declared interval, preserves
|
||||
sequence/instance semantics, and produces no unexplained divergence. This is
|
||||
operational evidence; the local source-path proof does not substitute for it.
|
||||
|
||||
**Review 2026-09-05:** Local source-path tests pass with source context,
|
||||
heartbeat counters, sequence and reconciliation checks. The canonical cadence
|
||||
fixture migration and rejection-path hardening are tracked in KG-WP-0006.
|
||||
T03 remains waiting: the source workplan explicitly leaves deployment with the
|
||||
runtime owner; this repository supplies no authorized deployed stream endpoint
|
||||
or process-lifecycle observation route. Required input is a runtime-owner
|
||||
capture from startup, a request transition, periodic heartbeat timing, and a
|
||||
same-instance reconciliation snapshot. No cluster or Tooling client was used.
|
||||
Loading…
Add table
Add a link
Reference in a new issue