Commit Graph

1 Commits

Author SHA1 Message Date
b2c34852d0 feat: Step 5 - ATproto lexicon definition
Define the custom ATproto lexicon for com.ponderants.node records.
This JSON schema specifies the exact structure of thought nodes that
will be published to the user's Personal Data Server.

Schema includes:
- Required fields: createdAt, title, body
- Optional links array for connecting nodes
- Max lengths: 256 chars (title), 3000 chars (body)
- Up to 50 links per node

This lexicon will be validated by the write-through cache API in Step 6.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 00:10:09 +00:00