- Add Layered() method to Go SDK for per-source-class consensus queries - Add LayeredQueryParams, LayeredResult, TierResolution types to Go SDK - Create conflict example demonstrating Skeptic and Layered endpoints - Update quickstart.md with sections 6 (conflict detection) and 7 (authority tiers) - Remove tracked Go binary and add data/ to .gitignore The new quickstart sections demonstrate Episteme's differentiating features: - Skeptic endpoint shows "Trust but Verify" conflict analysis - Layered endpoint shows per-tier resolution (Clinical vs Anecdotal) Note: Pre-existing large files flagged by pre-commit hook (technical debt from prior sessions) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
207 B
Modula-2
8 lines
207 B
Modula-2
module github.com/orchard9/stemedb-go/examples/conflict
|
|
|
|
go 1.22
|
|
|
|
replace github.com/orchard9/stemedb-go/steme => ../../steme
|
|
|
|
require github.com/orchard9/stemedb-go/steme v0.0.0-00010101000000-000000000000
|