-
Notifications
You must be signed in to change notification settings - Fork 397
does log.md carry per-claim source anchors yet? #48
Description
hey, was reading through llm-wiki-agent.
the parts that stuck. log.md as the append-only record of every operation, plus "contradiction flags, when a new source contradicts an existing claim, it's flagged at ingest time, not buried until query time".
i've been running discovery on this exact surface (a verifier for agent-maintained wikis). signal so far converges on a few v0 choices:
- hybrid raw anchors (raw_offset + quote_hash + optional text_offset) so positional drift in re-extraction doesn't break verification
- commit-keyed ingest ledger before any semantic quality scoring
- post-ingest completeness + silent staleness as the actual missing checks (this from the OmegaWiki #41 and SwarmVault #11 maintainers in their issue threads)
tiny schema draft i wrote up: https://gist.github.com/kiluazen/727948f9517eacd665d21199e8318da1
log.md is already close to an ingest ledger. does it carry per-claim source anchors yet, so a later session can verify which source backed which contradiction-flagged claim, or is log.md still at the operation level and claim-anchoring sits elsewhere (or hasn't been a need that hit you yet)?
best,
- kushal