You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: loopx/capabilities/catalog.py
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
fromtypingimportAny
6
6
7
7
from .registryimportCapabilityRegistry
8
+
from .issue_fix.workflow_planimportbuild_issue_fix_pr_lifecycle_command
8
9
9
10
from ..extensions.runtimeimportextension_catalog_entries
10
11
@@ -255,9 +256,14 @@
255
256
"write_boundary": "verified configured secondary sends plus compact receipt or stale-queue state writeback; no per-PR continuous monitor, arbitrary comment, push, merge, or publish",
"purpose": "Project public PR lifecycle state into a successor, monitor continuation, user gate, or no-follow-up transition.",
260
-
"write_boundary": "writes compact project-local domain state when goal or ledger context is provided; no external comment, PR creation, merge, raw logs, or body/comment capture",
259
+
"command": build_issue_fix_pr_lifecycle_command(
260
+
cli_bin="loopx",
261
+
goal_id="<goal-id>",
262
+
agent_id="<agent-id>",
263
+
project="<repo>",
264
+
),
265
+
"purpose": "Project public PR lifecycle state and reconcile its grouped monitor, successor, user gate, or no-follow-up transition.",
266
+
"write_boundary": "reads compact public PR metadata and writes compact project-local domain state plus generic LoopX todos; no external comment, PR creation, merge, raw logs, or body/comment capture",
0 commit comments