Просмотр исходного кода

Fix skill file to parse correctly. (#6985)

The license header needs to go after the YAML in order for it to parse.
Richard Smith 1 месяц назад
Родитель
Сommit
aa8e96ac72
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      .agents/skills/summarize_testdata_changes/SKILL.md

+ 9 - 9
.agents/skills/summarize_testdata_changes/SKILL.md

@@ -1,18 +1,18 @@
+---
+name: Summarize testdata changes
+description:
+    Instructions for summarizing changes to Carbon testdata files
+    (`toolchain/*/testdata`).
+---
+
+# Summarize testdata changes
+
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM
 Exceptions. See /LICENSE for license information.
 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 -->
 
----
-
-name: Summarize testdata changes description: Instructions for summarizing
-changes to Carbon testdata files (`toolchain/*/testdata`).
-
----
-
-# Summarize testdata changes
-
 This skill provides instructions for creating a comprehensive report summarizing
 changes to Carbon testdata files (`toolchain/*/testdata`) and associating them
 with related code changes.