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:
|
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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue