Add catalog update agent

This commit is contained in:
wbsong111
2026-03-06 17:06:07 +09:00
parent d4fecb4ae5
commit ca64890bb6
73 changed files with 4718 additions and 0 deletions
@@ -0,0 +1,29 @@
---
name: update_docs_file
description: Insert upgrade content into BUILD-README.md for a target chart version.
user-invokable: false
---
# update_docs_file (Skill)
Update a chart version directory's BUILD-README.md by inserting upgrade content.
## Input schema
```json
{
"repo_path": "string",
"docs_file": "string (default: BUILD-README.md)",
"version": "string",
"content": "string",
"overwrite": "boolean"
}
```
## Output schema
```json
{
"success": "boolean",
"file_path": "string",
"already_existed": "boolean"
}
```