Skip to content

Commit 6d9e347

Browse files
Merge remote-tracking branch 'origin/main' into stlc/promote-next
2 parents 67b2114 + adacc13 commit 6d9e347

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

src/kernel/types/config_registry_response.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ class ConfigRegistryResponse(BaseModel):
2121
"""A recommendation or a structured no-recommendation result."""
2222

2323
target: Target
24-
25-
guidance: Optional[str] = None
26-
"""Short advisory markdown to facilitate navigating this target.
27-
28-
Returned even when no configuration reached the target, since knowing what
29-
prevented success is useful without a configuration. Not verified against this
30-
target. Null when nothing applicable was observed or no notes exist.
31-
"""

src/kernel/types/lookup_response.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,3 @@ class LookupResponse(BaseModel):
1313
recommendation: Optional[Recommendation] = None
1414

1515
target: Target
16-
17-
guidance: Optional[str] = None
18-
"""Short advisory markdown to facilitate navigating this target.
19-
20-
Returned even when no configuration reached the target, since knowing what
21-
prevented success is useful without a configuration. Not verified against this
22-
target. Null when nothing applicable was observed or no notes exist.
23-
"""

0 commit comments

Comments
 (0)