Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 39 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
# Riverbraid-Cognition
This repository is part of the Riverbraid 30 repository AI governance verification registry.
## Role
Riverbraid-Cognition provides cognition facing experimental verification support.

**Lifecycle category:** canonical
**Normative source:** Riverbraid-Core
**Claim boundary:** Declared Conditions Only

## Role in Riverbraid

Riverbraid-Cognition is a canonical support surface within Riverbraid.

This repository represents cognition and reasoning support inside the current Evaluation Kit registry. It preserves cognition-facing verification material as part of the public Riverbraid verification constellation while Riverbraid-Core remains the normative source for protocol semantics.

## Public verification boundary

This repository is part of the current Evaluation Kit canonical verification registry.

Primary public entry point:
https://github.com/Riverbraid/Riverbraid-Evaluation-Kit

Documentation hub:
https://github.com/Riverbraid/Riverbraid-Documentation

## Evidence boundary

This repository provides inspectable verification logic. It does not claim certification, legal approval, production readiness, absolute security, external audit, complete AI safety, adoption, or absence of defects.

## Authority boundary

Riverbraid-Core remains the normative source for protocol semantics. This repository does not redefine canonical Riverbraid protocol rules.

## Verification
Run:
node verify.mjs
For full cluster verification, see Riverbraid Core:
https://github.com/Riverbraid/Riverbraid-Core
## Evidence Boundary
This repository participates in Riverbraid's functional starting point for AI governance. It provides inspectable verification logic. It does not claim third party certification, absolute security, or absence of defects.

```bash
node verify.mjs
```

## License

MIT.

---

**Navigation:** [Evaluation Kit](https://github.com/Riverbraid/Riverbraid-Evaluation-Kit) | [Documentation](https://github.com/Riverbraid/Riverbraid-Documentation) | [System Map](https://github.com/Riverbraid/Riverbraid-Documentation)
Loading