SP-PATT-WARR-001 L0: normative pattern-warrant schemas + conformance#203
Closed
mdheller wants to merge 1 commit into
Closed
SP-PATT-WARR-001 L0: normative pattern-warrant schemas + conformance#203mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…mance Land the normative artifacts for the Pattern-Warranted Agent Manifest Pipeline (SP-PATT-WARR-001). Evidence informs but never authorizes: authority is granted only by signed attestations meeting Q(C). - 8 JSON schemas (EvidenceAtom, PatternAtom, ConsentAtom, AttestationAtom, WarrantEdge, CandidateManifest, WarrantLattice, AbstentionEvent), conformed to the schemas.srcos.ai/v2 convention (id+type const+specVersion, additionalProperties:false). Draft $id URIs normalized off socioprophet.ai. - Canonical default lattice: minW, quorum Q(C), decay half-lives (180/90/30/14d), hysteresis dwell (7d/2d), §2.2 concentration caps. - Executable validator recomputes ceiling()/grant() over the lattice and runs the §9 conformance vectors, mechanically enforcing SP-PW-I1 (no score authorizes) and SP-PW-I2 (ZERO is never NEG). Wired into `make validate`. Refs: SP-PATT-WARR-001 §1-§9. First layer of the 8-layer build.
Contributor
Author
|
Superseded by architectural pivot. The pattern-warrant pipeline is now absorbed into Mellumwork as its |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SP-PATT-WARR-001 — Layer 0 (normative foundation)
First of 8 layers implementing the Pattern-Warranted Agent Manifest Pipeline. Inverts the behavioral-analytics
observe→count→threshold→spawnsequence: evidence informs which quorum is required and whether a manifest may be proposed; it never authorizes. Authority is granted only by signed attestations meetingQ(C).What's here (spec-only, no runtime)
schemas/—EvidenceAtom,PatternAtom,ConsentAtom,AttestationAtom,WarrantEdge,CandidateManifest,WarrantLattice,AbstentionEvent. Conformed to the reposchemas.srcos.ai/v2convention (id+typeconst +specVersion,additionalProperties:false); draftsocioprophet.ai$ids normalized.examples/warrant-lattice.default.json) —minW, quorumQ(C), decay half-lives 180/90/30/14d, hysteresis dwell 7d/2d, §2.2 concentration caps.specs/pattern-warranted-manifest.md) — invariants, Grant predicate,$idmapping, OI-1..4 resolutions.fixtures/pattern-warrant/conformance.json) T1–T7.ceiling()/grant()over the lattice; mechanically enforces SP-PW-I1 (no score authorizes) and SP-PW-I2 (ZERO never NEG). Wired intomake validate.Verification
make validate-pattern-warrant-examples→ 15/15 checks green (schema conformance + executable §9 vectors incl. I1 strip-attestations negative control and I2const:ZERO).Next layers (strict dependency order)
L1 hellgraph atoms → L2 scope-d scorer → L3 mellumwork (new) → L4 agent-registry gate → L5 policyfabric (new) → L6 agentplane binding → L7 evidence consumer.
🤖 Generated with Claude Code