Record net-kingdom's Emission Cadence declaration and fix the stale digest (INFO-WP-0029)
net-kingdom published the first source-owned declaration (116643f). It passes emission-review. Record it as feedback, and file its session-scoped-silence incompatibility as demand/EmissionActivityScope.md. T02 is done, and T04 is in progress until activity-core answers. The adoption brief sent owners the 0.1.0 draft digest, because the candidate promotion changed the standard's text after the digest was taken. The export manifest also hard-coded status "draft". The manifest now derives status and version from the standard, a test pins that, and the brief names the candidate digest b08b4d95fc4b0bd3. The wire schema is unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 121421@bnt-lap001 Assistant-Session: 36f8657c-ebfa-4a2e-9ba0-bff06738f233
This commit is contained in:
parent
146e461355
commit
038677ab53
7 changed files with 213 additions and 7 deletions
|
|
@ -0,0 +1,95 @@
|
|||
---
|
||||
id: feedback/2026-09-21-net-kingdom-emission-cadence-declaration
|
||||
type: consumer-feedback
|
||||
status: reviewed
|
||||
date: "2026-09-21"
|
||||
consumer: net-kingdom
|
||||
consumer_domain: infotech
|
||||
canon_version: "0.7.0"
|
||||
artifacts:
|
||||
- standard/emission-cadence
|
||||
related_demand:
|
||||
- demand/EmissionActivityScope.md
|
||||
related_workplan:
|
||||
- INFO-WP-0029
|
||||
spawned_demand:
|
||||
- demand/EmissionActivityScope.md
|
||||
spawned_workplan: []
|
||||
---
|
||||
|
||||
# Feedback: first source-owned Emission Cadence declaration (local-identity audit log)
|
||||
|
||||
**Consumer:** net-kingdom
|
||||
**Canon version used:** 0.7.0; Emission Cadence document 0.2.0, wire schema 0.1
|
||||
**Artifacts exercised:** `infospace/schemas/emission-cadence.schema.yaml`,
|
||||
`standards/emission-cadence/InfoTechCanonEmissionCadenceStandard.md`
|
||||
**Related demand:** `demand/EmissionActivityScope.md`
|
||||
|
||||
Source: net-kingdom's reply to INFO-WP-0029-T02 (State Hub message
|
||||
`3b2db043-b910-4552-930f-65d87b475f3b`, thread `3432a831`), and the files it
|
||||
published at net-kingdom commit `116643f`:
|
||||
`local-identity/emission-cadence.yaml` and
|
||||
`local-identity/emission-cadence-findings.md`. The consumer's own findings file
|
||||
is the authoritative account. The sections below summarize it and do not
|
||||
restate it.
|
||||
|
||||
---
|
||||
|
||||
## Consumer purpose
|
||||
|
||||
Declare the intended cadence of the local-identity audit log (`serve/token`
|
||||
issuance, `revoke-token`) as load-bearing security evidence, so that an
|
||||
observer could read silence in that stream.
|
||||
|
||||
## Hits
|
||||
|
||||
- `heartbeat-or-reconciliation` with a `reconciliation` block. This expressed
|
||||
a local-count versus observed-count comparison without inventing a heartbeat
|
||||
the source does not emit.
|
||||
- `extensions`. These carried NetKingdom's evidence class, the
|
||||
rate-monitoring prohibition, and `completeness_claimed: false` without
|
||||
touching the generic contract.
|
||||
- The schema was sufficient for a valid declaration. The consumer found it
|
||||
`contract_valid` through its own profile tool.
|
||||
|
||||
## Friction
|
||||
|
||||
- `emission-review` could not be run by the consumer because
|
||||
`infospace-bench==0.1.0` is not installable from a package index. This is the
|
||||
packaging limitation SCOPE.md already records. It now costs an adopter a
|
||||
validation step.
|
||||
- `reconciliation` needs an observer that does not exist, so
|
||||
`compare_observed` is a declared reference with no feed behind it.
|
||||
|
||||
## Gaps
|
||||
|
||||
- **Session-scoped silence.** The source can emit only while an attended process
|
||||
runs. `expected-rate` has no meaningful floor (`expected_min: 0` makes
|
||||
silence meaningless), and a heartbeat outside a session does not exist.
|
||||
Neither form can say "silent because not running". Filed as
|
||||
`demand/EmissionActivityScope.md`.
|
||||
|
||||
## Drop candidates
|
||||
|
||||
None.
|
||||
|
||||
## Steward notes
|
||||
|
||||
- **Validated canon-side on 2026-09-22.** `info_tech_canon emission-review` on
|
||||
the declaration at `116643f` returned `ok: true`, `errors: []`,
|
||||
`operational_truth_assessed: false`.
|
||||
- **The pin was stale because of our brief, not because of the consumer.** The
|
||||
consumer pinned `972c0b6701d1693f` and labelled it document 0.2.0, as
|
||||
`docs/emission-cadence-adoption.md` instructed. That digest is the 0.1.0 draft
|
||||
bundle. The candidate promotion (`4d0851c`) changed the standard's text after
|
||||
the digest was taken, and the brief was not updated. The wire schema is
|
||||
identical in both bundles, so the declaration's validity is unaffected. The
|
||||
export manifest also hard-coded `status: draft`. It now reads status and
|
||||
version from the standard. The brief names the corrected candidate digest,
|
||||
`b08b4d95fc4b0bd3`.
|
||||
- **What this counts toward.** This is one source-owned declaration from an owner
|
||||
independent of this repository. It also records an incompatibility, which is
|
||||
the third element of the stable gate (standard §10). It is not a second
|
||||
declaration and not an observer result. The standard stays at candidate.
|
||||
- The NetKingdom security profile's rare-heartbeat MUST failure belongs to
|
||||
NetKingdom's profile. It is not a defect of the generic contract.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# Normative canon artifacts must not depend on this file.
|
||||
directory: feedback
|
||||
purpose: Consumer reports on whether InfoTechCanon concepts provide utility
|
||||
updated: "2026-08-15"
|
||||
updated: "2026-09-22"
|
||||
judgments:
|
||||
- hits
|
||||
- friction
|
||||
|
|
@ -76,3 +76,25 @@ reports:
|
|||
- ITC-WP-0014
|
||||
- ITC-WP-0015
|
||||
- ADHOC-2026-08-15
|
||||
- id: feedback/2026-09-21-net-kingdom-emission-cadence-declaration
|
||||
path: feedback/2026-09-21-net-kingdom-emission-cadence-declaration.md
|
||||
date: "2026-09-21"
|
||||
consumer: net-kingdom
|
||||
consumer_domain: infotech
|
||||
status: reviewed
|
||||
canon_version: "0.7.0"
|
||||
artifacts:
|
||||
- standard/emission-cadence
|
||||
hits:
|
||||
- heartbeat-or-reconciliation (reconciliation)
|
||||
- extensions
|
||||
friction:
|
||||
- emission-review not runnable by adopter (infospace-bench not installable)
|
||||
- reconciliation with no existing observer feed
|
||||
gaps:
|
||||
- session-scoped silence (activity scope)
|
||||
drop_candidates: []
|
||||
related_demand:
|
||||
- demand/EmissionActivityScope.md
|
||||
related_workplan:
|
||||
- INFO-WP-0029
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue