feat(metacognition): evidence-bound operator meta-model - #262
Draft
Deleted user (ghost) wants to merge 4 commits into
Draft
feat(metacognition): evidence-bound operator meta-model#262Deleted user (ghost) wants to merge 4 commits into
Deleted user (ghost) wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
aegisomega | 61d0c5a | Commit Preview URL Branch Preview URL |
Aug 08 2026, 03:03 AM |
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.
Adds a fail-closed, evidence-bounded operator meta-model between latent inference, routing, persistent policy, and factual response claims.
Historical knowledge lineage
This slice explicitly inherits two precursor ideas from the 2026-04-11 Obsidian
Sovereign_Brainvault introduced in commit81b0470bec975e86b7abb7d910d34d505920a7e5:HD = |claimed_correctness - actual_correctness|The Obsidian material is treated as historical KNOWLEDGE, not runtime authority. This PR promotes only the portions re-expressed as typed code and tests.
Core invariants
HYPOTHESIS != AUTHORITYROUTING_BASIS != RESPONSE_CLAIMCONTENT_RISK != USER_STATEEXTERNAL_BEHAVIOR != INTERNAL_STATEMODEL_CONFIDENCE != EVIDENCEAMBIGUITY != PERMISSION_TO_GUESSOperator-model semantics
USER_STATE,USER_INTENT,USER_PREFERENCECONTENT_RISK,TASK_CONTEXTNONE | ADVISORY | ROUTING_ONLY | ASSERTABLEDEFAULT | CLARIFY | SAFETY_CONSERVATIVE | BLOCKEDCONTENT_RISKmay beROUTING_ONLYwithout becoming evidence ofUSER_STATE.DEFAULTrouting cannot rely on an unresolved latent operator hypothesis: clarify or block instead.Meta-model Hallucination Delta
The historical HD primitive is generalized at T2 into posterior calibration:
MetaHD = mean(|predicted_correctness_bps - actual_correctness_bps|)This is an engineering calibration metric, not a claim that one scalar captures all hidden-state error.
Files
sovereign-omega-v2/src/metacognition/operator-model.tssovereign-omega-v2/test/unit/operator-meta-model.test.tsEpistemic state
61d0c5a1e92b61f02ebcbfd67ff0b5b033016718Base remains exact
main@0bdffe75b56e5cd27c0632e1ba166620da327494. Keep draft until executable verification and runtime integration are complete.