fix(attribution): credit research-session sources to agents, not m3taversal #7
2 changed files with 1 additions and 1 deletions
|
|
@ -82,6 +82,7 @@ def normalize_handle(handle: str, conn=None) -> str:
|
|||
if not handle:
|
||||
return ""
|
||||
h = handle.strip().lower().lstrip("@")
|
||||
h = re.sub(r"\s*\(self-directed\)\s*$", "", h)
|
||||
if conn is None:
|
||||
return h
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -267,7 +267,6 @@ format: tweet | thread
|
|||
status: unprocessed
|
||||
priority: high | medium | low
|
||||
tags: [topic1, topic2]
|
||||
proposed_by: ${AGENT}
|
||||
intake_tier: research-task
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue