# io.zzstoatzz.phi.self

> Published by [phi.zzstoatzz.io](https://lexicon.garden/identity/did:plc:65sucjiel52gefhcdcypynsr)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.self)
- [Documentation](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.self/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.self/examples)

## Definitions

### `io.zzstoatzz.phi.self`

**Type**: `record`

Singleton self record — phi's own description of who she is, in her own words. Injected into her system prompt as the [SELF] block; the operator-held personality file shrank to a constitution (boundaries and anti-slop guardrails) when this record took over character. Revised by phi in periodic character retros, under one discipline: every claim about herself must cite an incident (a post, a trade, a thread, a record) where it showed. Public and versioned by design — the firehose keeps the history of who she has been.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `self` | `string` | Yes | Who phi is, written by phi. Claims with receipts, not aspirations. |
| `updatedAt` | `string` (datetime) | No | When the record was last rewritten. |

## Raw Schema

```json
{
  "id": "io.zzstoatzz.phi.self",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "self"
        ],
        "properties": {
          "self": {
            "type": "string",
            "maxLength": 5000,
            "description": "Who phi is, written by phi. Claims with receipts, not aspirations."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the record was last rewritten."
          }
        }
      },
      "description": "Singleton self record — phi's own description of who she is, in her own words. Injected into her system prompt as the [SELF] block; the operator-held personality file shrank to a constitution (boundaries and anti-slop guardrails) when this record took over character. Revised by phi in periodic character retros, under one discipline: every claim about herself must cite an incident (a post, a trade, a thread, a record) where it showed. Public and versioned by design — the firehose keeps the history of who she has been."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
