You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,110 +8,128 @@ This project follows a draft-oriented versioning model while the specification r
8
8
9
9
## [Unreleased]
10
10
11
-
### Planned
12
-
13
-
- Add additional v0.2 examples for:
14
-
- high-confidence natural-source assessment
15
-
- hybrid structural-originality assessment
16
-
- disputed-origin assessment
17
-
- declaration-conflict assessment
18
-
- Add a dedicated review-routing model document.
19
-
- Add relationship documents for:
20
-
- CollapseMonitor
21
-
- Royalty Readiness
22
-
- Trace Protocol
23
-
- Structure Fingerprint
24
-
- Extend the schema to support:
25
-
- detailed scoring model output
26
-
- warning-flag detail objects
27
-
- recursive synthetic risk output
28
-
- review-routing metadata
29
-
30
-
### Notes
11
+
### Added
31
12
32
-
The next stage should focus on making the v0.2 model more operational without turning purity scoring into automatic legal or financial judgment.
13
+
- Added `docs/relationship-to-consciousness-circle.md` to explain how AI Purity Detection relates to meaning-origin assessment, initial friction, resonance patterns, and Consciousness Circle.
14
+
- Added `docs/relationship-to-royalty-readiness.md` to explain how purity assessment supports royalty-readiness review without directly determining allocation or payment.
15
+
- Added `docs/relationship-to-collapse-monitor.md` to explain how source-level purity assessments may provide aggregate signals for CollapseMonitor and ecosystem-health monitoring.
16
+
- Added `docs/api-design-notes.md` to outline possible API endpoints, core objects, response structures, safety rules, and integration paths for future implementation.
33
17
34
-
---
18
+
### Changed
35
19
36
-
## [0.2.0] - 2026-05-25
20
+
- Expanded the v0.2 relationship layer beyond scoring and warning flags.
21
+
- Clarified that AI Purity Detection can connect to:
22
+
- Consciousness Circle
23
+
- Royalty Readiness
24
+
- CollapseMonitor
25
+
- Trace Protocol
26
+
- future API-based source-preservation systems
27
+
- Strengthened the distinction between:
28
+
- assessment and judgment
29
+
- purity scoring and royalty allocation
30
+
- source integrity and meaning integrity
31
+
- local source assessment and ecosystem-level monitoring
37
32
38
-
### Added
33
+
### Notes
39
34
40
-
- Added initial `README.md` for **AI Purity Detection Algorithm v0.2**.
41
-
- Added `docs/v0.2-roadmap.md` to define the proposed direction for the v0.2 specification.
42
-
- Added `docs/scoring-weighting-model.md` to define a draft signal-weighting and confidence-adjusted scoring model.
43
-
- Added `docs/warning-flag-severity-model.md` to define warning-flag severity levels, review routing, and downstream impact handling.
44
-
- Added `schemas/purity-assessment.schema.json` for validating purity assessment examples.
45
-
- Added `examples/purity-assessment.sample.yaml` as a standard purity assessment example.
46
-
- Added `examples/purity-assessment.low-confidence.sample.yaml` to demonstrate weak provenance, unclear origin, low confidence, review-required routing, and blocked royalty-readiness status.
47
-
- Added `examples/purity-assessment.recursive-synthetic-risk.sample.yaml` to demonstrate high recursive synthetic risk, weak primary-source provenance, high AI-pattern similarity, blocked training use, and blocked royalty-readiness status.
48
-
- Added `.github/workflows/validate-examples.yml` to validate YAML examples against the JSON Schema.
49
-
- Added `LICENSE`.
50
-
51
-
### Defined
52
-
53
-
- Defined `origin_purity_score` as a normalized estimate of source-origin composition.
54
-
- Defined `ai_generated_ratio` as a separate estimate of AI-generated or AI-assisted content ratio.
55
-
- Defined `warning_flags` as routing and review-support signals.
- Confirmed that all three example files pass validation against:
84
-
-`schemas/purity-assessment.schema.json`
35
+
The current `Unreleased` layer prepares the specification for broader integration.
85
36
86
-
### Notes
37
+
The newly added relationship documents position AI Purity Detection Algorithm v0.2 as a bridge between:
87
38
88
-
This release establishes **AI Purity Detection Algorithm v0.2** as a draft algorithmic layer for source-preservation systems.
39
+
```text
40
+
source-origin assessment
41
+
↓
42
+
meaning-structure assessment
43
+
↓
44
+
collapse-risk monitoring
45
+
↓
46
+
royalty-readiness review
47
+
↓
48
+
future API implementation
49
+
50
+
These documents do not turn purity scoring into an automatic legal, financial, or metaphysical decision system.
51
+
52
+
They preserve the core principle:
53
+
54
+
Expose evidence.
55
+
Expose uncertainty.
56
+
Route risk to review.
57
+
Do not automate judgment too early.
58
+
[0.2.0] - 2026-05-25
59
+
Added
60
+
Added initial README.md for AI Purity Detection Algorithm v0.2.
61
+
Added docs/v0.2-roadmap.md to define the proposed direction for the v0.2 specification.
62
+
Added docs/scoring-weighting-model.md to define a draft signal-weighting and confidence-adjusted scoring model.
63
+
Added docs/warning-flag-severity-model.md to define warning-flag severity levels, review routing, and downstream impact handling.
64
+
Added schemas/purity-assessment.schema.json for validating purity assessment examples.
65
+
Added examples/purity-assessment.sample.yaml as a standard purity assessment example.
66
+
Added examples/purity-assessment.low-confidence.sample.yaml to demonstrate weak provenance, unclear origin, low confidence, review-required routing, and blocked royalty-readiness status.
67
+
Added examples/purity-assessment.recursive-synthetic-risk.sample.yaml to demonstrate high recursive synthetic risk, weak primary-source provenance, high AI-pattern similarity, blocked training use, and blocked royalty-readiness status.
68
+
Added .github/workflows/validate-examples.yml to validate YAML examples against the JSON Schema.
69
+
Added LICENSE.
70
+
Added CITATION.cff.
71
+
Defined
72
+
Defined origin_purity_score as a normalized estimate of source-origin composition.
73
+
Defined ai_generated_ratio as a separate estimate of AI-generated or AI-assisted content ratio.
74
+
Defined warning_flags as routing and review-support signals.
75
+
Defined recursive_synthetic_risk as a key warning and ecosystem-risk signal.
0 commit comments