Source-owned declaration pinned to contract digest 972c0b6701d1693f (INFO-WP-0029-T02). Valid against the generic contract; fails the NetKingdom profile's rare-heartbeat MUST because local-identity emits no heartbeat. Findings record the session-scoped-silence incompatibility. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 236552@bnt-lap001 Assistant-Session: 8916a2bd-1a44-4ff9-83c1-96b34058e603
2.3 KiB
2.3 KiB
local-identity emission cadence — fit findings (INFO-WP-0029-T02)
Declaration: local-identity/emission-cadence.yaml, pinned to InfoTechCanon
emission contract digest 972c0b6701d1693f (document 0.2.0, wire schema 0.1).
Emitter: local-identity/src/local_identity/audit.py.
Validation (2026-09-21)
- Generic contract: valid. Checked against
info-tech-canon/infospace/schemas/emission-cadence.schema.yamlthroughtools/emission-cadence-profile(contract_valid: true). Theinfo_tech_canon emission-reviewCLI could not be run locally becauseinfospace-bench==0.1.0is not installable from the package index. - NetKingdom security profile v0.1: not conformant. Both entries raise
rare-heartbeat-missing(MUST): rare load-bearing evidence requires a positive heartbeat, and local-identity emits none. The declaration recordsheartbeat_emitted: falseinstead of declaring a heartbeat that does not exist.
Incompatibilities found
- Silence is scoped to process lifetime, and the contract has no field for
that.
serve/*events can occur only while an attendedlocal-identity serveprocess is running. CLI events occur only when an operator runs a command. Neitherexpected-rate(there is no floor rate:expected_min: 0would make silence carry no meaning) nor a heartbeat outside a session expresses "silent because not running". The contract needs an activity-scope or session-bounded form, or an explicit statement that session-scoped sources are out of scope. - Only reconciliation fits, and it needs an observer that does not exist.
The local count is the append-only
audit.log, which is mode 600 on the operator's machine. No observer ingests it, socompare_observedis a declared reference and not an existing feed. - Completeness cannot be claimed.
audit.log_eventdrops I/O failures without reporting them, so the local count can under-count.completeness_claimed: falseis recorded.
What would close the NetKingdom profile gap
To close the gap, serve would have to emit a periodic nothing-to-report
heartbeat and a start/stop pair so that observers can bound the silence. That is
a code change to a bootstrap-only tool and is not planned. This file records the
incompatibility as the adoption result.