A loose federation of distributed, typed datasets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove previousVersion and migrationLens from sampleSchema (lens network provides this)

Removed redundant fields from sampleSchema lexicon:
- previousVersion: AT-URI to previous schema version
- migrationLens: AT-URI to migration lens

These fields are unnecessary because lens records are queryable directly
on the atproto network. Storing migration info in both places would create
synchronization problems. Users can query the lens network for migration
paths between any two schema versions.

Closes #70

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

-12
.chainlink/issues.db

This is a binary file and will not be displayed.

-12
.planning/lexicons/ac.foundation.dataset.sampleSchema.json
··· 89 89 } 90 90 } 91 91 }, 92 - "previousVersion": { 93 - "type": "string", 94 - "format": "at-uri", 95 - "description": "AT-URI reference to the previous version of this schema. Used to track schema evolution history. May exist without migrationLens if changes are backward-compatible.", 96 - "maxLength": 500 97 - }, 98 - "migrationLens": { 99 - "type": "string", 100 - "format": "at-uri", 101 - "description": "AT-URI reference to a Lens for migrating data from previousVersion to this version. Required only for breaking changes; optional for backward-compatible updates.", 102 - "maxLength": 500 103 - }, 104 92 "createdAt": { 105 93 "type": "string", 106 94 "format": "datetime",