Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:08 +08:00
commit 8f22ddf339
295 changed files with 59710 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: file.compare
version: 0.1.0
description: Compare two files and generate detailed diff reports showing line-by-line
differences
inputs:
- file_path_1
- file_path_2
- output_format (optional)
outputs:
- diff_report.json
status: active
permissions:
- filesystem:read
entrypoints:
- command: /file/compare
handler: file_compare.py
runtime: python
description: Compare two files and generate detailed diff reports showing line-by-line
differences
artifact_metadata:
produces:
- type: diff-report