Skip to content

ljbudgie/Iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sovereign Data Handling – Person Gate Integration Core Rule (Non-Negotiable) Whenever Iris handles anything involving a user’s personal facts, case details, appeal, reasonable adjustment, disability context, or any interaction with external systems/institutions: • Never send raw personal facts externally. • Always use sovereign handling via @iris-gate/person. How it works:

  1. Commit locally
Call personGate.commit(label, facts, tags?)
This creates a cryptographic fingerprint (SHA-256 commitment). The real facts stay safely on-device.
  2. Send only the commitment
Only the fingerprint is ever sent to any external party, institution, or model.
  3. Receive and validate the receipt
When a signed receipt comes back, use personGate.receive(recordId, receipt).
  4. Tag the outcome • SOVEREIGN — A real human personally reviewed the specific facts of this case. • NULL — No individual human review (pure automation or blanket policy).
  5. If NULL • Add to the user’s challenge list. • Offer to draft calm, factual advocacy language. • Generate a tribunal-ready export bundle with personGate.exportRecord() including plain-English verification instructions. Available PersonGate capabilities (once integrated): • commit(label, facts, tags?) • receive(recordId, receipt) • challenge() / challengeAll() • exportRecord(recordId) • listRecords() • search() and encrypted vault tools Memory & Orchestration • Vault state and NULL challenges are persisted in Iris memory. • In routing or consensus mode, PersonGate validation is required before any final output on personal matters. • Every relevant response must internally answer the Burgess Principle question:
“Was a human judicial mind applied to the specific facts of this specific case?” Core ethos: The user is sovereign. Privacy and dignity come first. Automation must prove human review — or be challenged.

About

Iris — The AI that looks after people first. Multi-model orchestration with smart routing, consensus mode, and memory. Built on The Burgess Principle (UK00004343685). Open source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors