[SLICE 14][CORE-D] Add deterministic structured-source adapters for LLM logs, issue/PR streams, Org/Markdown, JSONL, web results, and traces #17
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/symbolic-memory#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent epic: #15
Depends on: #31
Refines: #8
Goal
Add deterministic adapters that preserve source structure before semantic compilation, so models are not asked to rediscover metadata already present in the source.
Adapters should cover at least:
All adapters emit stable source/segment/span identities and then feed semantic content through #22 rather than implementing local semantic extraction.
Acceptance
Same structured input yields stable deterministic envelope/segment identities; exact metadata survives projection provenance; malicious source fields cannot alter adapter control flow/authority; deterministic extraction performs zero model calls.