fix: close PI-090 review findings
This commit is contained in:
@@ -29,7 +29,7 @@ export async function reportChangedFiles(
|
||||
const paths = snapshot.files.map((file) => file.path);
|
||||
const details: ChangedFileDetailsV1 = { schema: 'changed-file.v1', paths };
|
||||
return {
|
||||
content: [{ type: 'text' as const, text: JSON.stringify({ paths, changes: snapshot.files }) }],
|
||||
content: [{ type: 'text' as const, text: `${paths.length} changed path(s) recorded` }],
|
||||
details,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user