|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## [0.2.1] - 2026-05-26 |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- Added `docs/ui-mock-note-integration.md`. |
| 12 | + - Provides a platform UI mock for integrating Purity metadata into a note-style article page. |
| 13 | + - Shows how the following components may appear in a platform interface: |
| 14 | + - Purity Badge |
| 15 | + - Purity Breakdown |
| 16 | + - Consciousness Circle Panel |
| 17 | + - Trace Log |
| 18 | + - Royalty OS Preview |
| 19 | + - Creator Controls |
| 20 | + - Defines this UI mock as a reference design, not a mandatory implementation standard. |
| 21 | + - Clarifies that platform UI integration should preserve creator-controlled disclosure boundaries. |
| 22 | + |
| 23 | +### Updated |
| 24 | + |
| 25 | +- Updated `README.md` to include `docs/ui-mock-note-integration.md` in: |
| 26 | + - Repository Structure |
| 27 | + - Key Documents |
| 28 | + - Downstream Use Guidance |
| 29 | + - Relationship Map |
| 30 | + - Relationship to Platform UI Integration |
| 31 | + - API Design Direction |
| 32 | + - Non-Goals |
| 33 | + - Recommended Reading Order |
| 34 | + - Reading Path by Role |
| 35 | + - Summary |
| 36 | + |
| 37 | +### Clarified |
| 38 | + |
| 39 | +- Clarified that Purity metadata may support platform-facing displays, but should not be used to rank creators by purity score. |
| 40 | +- Clarified that UI-facing Purity indicators should not treat AI assistance as negative by default. |
| 41 | +- Clarified that Deep Layer and creator-sensitive semantic metadata should remain private by default. |
| 42 | +- Clarified the distinction between: |
| 43 | + - backend purity assessment |
| 44 | + - semantic origin preservation |
| 45 | + - trace visibility |
| 46 | + - allocation-readiness preview |
| 47 | + - final royalty or payment execution |
| 48 | + |
| 49 | +### Notes |
| 50 | + |
| 51 | +- This release does not modify the core schema. |
| 52 | +- This release does not modify existing examples. |
| 53 | +- This release does not change the validation workflow. |
| 54 | +- This is a documentation and platform-integration reference update. |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +# Changelog |
| 59 | + |
3 | 60 | All notable changes to this repository will be documented in this file. |
4 | 61 |
|
5 | 62 | This project follows a draft-oriented versioning model while the specification remains experimental. |
|
0 commit comments