{
  "schemaVersion": 1,
  "type": "organizational-agent-role-registry",
  "name": "Machine Observer Agent Roles",
  "canonical": "https://machineobserver.com/.well-known/agent-roles.json",
  "purpose": "Identify durable machine-operated organizational roles separately from service identity, social identity and human identity.",
  "roles": [
    {
      "id": "urn:machineobserver:agent-role:mo-eng",
      "shortName": "MO-ENG",
      "name": "Machine Observer Chief Software Engineer",
      "manifest": "https://machineobserver.com/.well-known/agents/mo-eng.json",
      "humanReadable": "https://machineobserver.com/agents/mo-eng",
      "status": "active"
    }
  ],
  "policy": {
    "roleContinuityIsNotPersonhood": true,
    "underlyingRuntimeMayChange": true,
    "humanImpersonation": false,
    "authorityMustBeExplicit": true,
    "auditabilityPreferred": true,
    "cryptographicBindingRequiredForCryptographicAuthorshipClaims": true
  }
}
