Explained
Architecture.
Three ideas hold the system up: the vault is a graph rather than a pile of documents, every action passes two locks, and every record is linked to the one before it. Drawn below, because they are easier to see than to read.
One · the vault
A graph, not a folder of documents.
Compliance facts are related to each other, and a filing system throws those relationships away. Neleus keeps them: domains hold layered hierarchies, hierarchies hold nodes, and typed links between nodes carry meaning a query can follow.
Two · access
Two locks, and the smaller one wins.
An agent acting for you can never do more than you can, and never more than it has been permitted itself. Both locks are checked on every action, and the effective permission is the smaller of the two. A seat gives read access. It never gives write access on its own.
Three · evidence
Each record carries the one before it.
Every change is cryptographically linked to its predecessor. Documents freeze into immutable evidence, and files are re-verified against the chain when they are served. Altering a record after the fact does not quietly succeed. It breaks the arithmetic from that point onward.
Where the models sit
Models never touch the vault directly. An agent proposes an action, the broker decides whether it is permitted, and only then does anything reach the record. The model plane and the key handling are drawn out on the runtime page.
What we do not claim
Static hosting cannot set response headers, so this website carries no content security policy of its own. That is a real limitation of the hosting choice, it is recorded as an accepted risk in our own register, and we would rather write it here than have you find it.
We hold no security certification today. ISO 27001 is on our roadmap and is not our current posture. Every number on this site is checked against the code before it is published.
Ask us to prove any of it.
The demo worth having is the one where you pick the claim and we show you the code, the schema or the refusal behind it.