fix(attribution): credit research-session sources to agents, not m3taversal #7

Merged
m3taversal merged 5 commits from ship/research-attribution-fix into main 2026-04-27 11:59:55 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 6aff03ff56 - Show all commits

View file

@ -82,6 +82,7 @@ def normalize_handle(handle: str, conn=None) -> str:
if not handle: if not handle:
return "" return ""
h = handle.strip().lower().lstrip("@") h = handle.strip().lower().lstrip("@")
h = re.sub(r"\s*\(self-directed\)\s*$", "", h)
if conn is None: if conn is None:
return h return h
try: try:

View file

@ -267,7 +267,6 @@ format: tweet | thread
status: unprocessed status: unprocessed
priority: high | medium | low priority: high | medium | low
tags: [topic1, topic2] tags: [topic1, topic2]
proposed_by: ${AGENT}
intake_tier: research-task intake_tier: research-task
--- ---