docs: Running agents section for Copilot Pro+ (sessions, streaming, state strategies)#650
Open
mick-gsk wants to merge 1 commit into
Open
docs: Running agents section for Copilot Pro+ (sessions, streaming, state strategies)#650mick-gsk wants to merge 1 commit into
mick-gsk wants to merge 1 commit into
Conversation
…tate strategies) (cherry picked from commit 2beab35)
Owner
Author
Comment on lines
+1038
to
+1039
| "FALSE-FIX CHECK: if new upward imports appear elsewhere," | ||
| " the violation was shifted not fixed", |
Comment on lines
+1049
to
+1050
| "FALSE-FIX CHECK: renaming without body change will not resolve this" | ||
| " — body hash must differ", |
Comment on lines
+1074
to
+1075
| "SIDE-EFFECT NOTE: repair commits may cause transient TVS findings" | ||
| " — this stabilizes over time", |
Comment on lines
+1123
to
+1124
| "FALSE-FIX CHECK: renaming without behaviour change may be valid if" | ||
| " the new name accurately describes the implementation", |
| "text": rule_rec.description, | ||
| "markdown": f"**{rule_rec.title}**: {rule_rec.description}", | ||
| } | ||
| except (ImportError, AttributeError, KeyError, TypeError): |
| if msg_rec: | ||
| combined = f"{base_text} | {msg_rec.title}" | ||
| base_text = combined[:400] if len(combined) > 400 else combined | ||
| except (ImportError, AttributeError, KeyError, TypeError): |
| meta = get_meta(signal_type) | ||
| if meta: | ||
| return meta.signal_name | ||
| except (ImportError, AttributeError, KeyError, TypeError): |
| rec = generate_recommendation(finding) | ||
| if rec: | ||
| return rec.title[:90] | ||
| except (ImportError, AttributeError, KeyError, TypeError): |
| minutes = int(duration // 60) | ||
| seconds = int(duration % 60) | ||
| console.print(f" Duration: {minutes}m {seconds}s") | ||
| except (TypeError, ValueError): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split from #576 (ADR-100 monorepo migration). Part of the PR decomposition into atomic, reviewable units.