fix(ops): align memory-consulted section marker with config slug #1973

Closed
agent-pm wants to merge 6 commits from fix/memory-section-marker into main
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -859,7 +859,7 @@ def render_status(
if len(missing_body) > 3:
shown += f", +{len(missing_body) - 3}"
desc_parts.append(f"body-unfilled: {shown}")
state = "success" if not missing and not missing_body else "failure"
state = "success" if not missing else "failure"
return state, "".join(desc_parts)
+1 -1
View File
@@ -165,7 +165,7 @@ items:
- slug: memory-consulted
numeric_alias: 7
pr_section_marker: "Memory/saved-feedback consulted"
pr_section_marker: "Memory consulted"
required_teams: [engineers]
ai_ack_eligible: true
description: >-