stemedb/applications
jordan afbeed2358 fix(aphoria): deduplicate authored claims by ID in StemeDB queries
When a claim is updated, deprecated, or superseded, a new assertion is
appended (append-only). Without dedup, fetch_authored_claims() returned
all versions, causing stale active copies to appear alongside the latest.

Now uses a HashMap keyed by claim ID, keeping only the version with the
highest assertion timestamp. All callers (scanner, CLI, ClaimStore,
export) get correct results automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 02:32:35 -07:00
..
aphoria fix(aphoria): deduplicate authored claims by ID in StemeDB queries 2026-02-12 02:32:35 -07:00
aphoria-dashboard fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
aphoria-pitch docs: fix Aphoria pitch materials based on skeptical buyer review 2026-02-06 16:56:19 -07:00
disputed feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
pitch feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
stemedb-dashboard feat(aphoria): add git commit tracking + comprehensive documentation 2026-02-08 18:36:46 +00:00
video-renderer feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
DASHBOARD_SEPARATION_SUMMARY.md feat(aphoria): add git commit tracking + comprehensive documentation 2026-02-08 18:36:46 +00:00
DASHBOARD_SYNC.md feat(aphoria): add git commit tracking + comprehensive documentation 2026-02-08 18:36:46 +00:00
NGINX_SETUP_GUIDE.md feat(aphoria): add git commit tracking + comprehensive documentation 2026-02-08 18:36:46 +00:00
verify-dashboards.sh feat(aphoria): add git commit tracking + comprehensive documentation 2026-02-08 18:36:46 +00:00