Add manifest generator and publish manifest.json

This commit is contained in:
president
2025-12-18 21:26:34 +09:00
parent 3127937bb7
commit e3444a8bc0

13
manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"repo": "openRepo/AI-ART",
"branch": "main",
"readme": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/README.md",
"task_template": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/prompts/task_template.md",
"rules": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/.cursorrules",
"images_dir": "https://git.sunamura-llc.com/openRepo/AI-ART/src/branch/main/images",
"images": [{"name":".DS_Store","path":"images/.DS_Store","url":"https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/images/.DS_Store"}],
"notes": [
"README.md を条件(ポリシー)として読む",
"prompts/task_template.md を実行指示として扱う"
]
}