Skip to content

Commit 7a391f0

Browse files
realtonyyoungclaude
andcommitted
chore(test): trim PR-history narrative from the 1024-char guard comment
Qodo (repo comment rule): the comment narrated a past change; keep only the durable why (the cap + the silent load-failure it prevents). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a2f99a8 commit 7a391f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/Capacitor.Cli.Tests.Unit/Commands/SuggestReviewFlowSkillConformanceTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public async Task Registered_in_source_names()
1717
[Test]
1818
public async Task Description_stays_within_the_1024_char_skill_limit() {
1919
// Strict harnesses (e.g. Copilot) reject a skill whose description exceeds 1024 chars and
20-
// then SILENTLY fail to load it — so the skill never triggers there. Keep the folded
21-
// description under the cap. (An over-length description shipped only in a held branch once;
22-
// this guard stops it recurring.)
20+
// then SILENTLY fail to load it — so the skill never triggers there. Keep it under the cap.
2321
var len = FoldedDescription().Length;
2422
await Assert.That(len).IsGreaterThan(0); // guard: a broken extraction must fail, not pass vacuously
2523
await Assert.That(len).IsLessThanOrEqualTo(1024);

0 commit comments

Comments
 (0)